[Snyk] Upgrade tailwind-merge from 2.2.2 to 2.4.0 #17
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade tailwind-merge from 2.2.2 to 2.4.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 28 versions ahead of your current version.
The recommended version was released on a month ago.
Release notes
Package name: tailwind-merge
-
2.4.0 - 2024-07-07
- Allow hooking into class parsing logic (experimental) by @ dcastil in #444
- There is no info to this in the docs because this is experimental, but there is a new
- Create security policy by @ dcastil in #439
- Added documentation on how to report potential vulnerabilities
- Avoid
- Now no dependencies in tailwind-merge anymore. This dependency was only used in the
- Comment/typo fixes by @ barvian in #443
- Fix typo in doc/recipes.md by @ dsernst in #428
- Add tailwind-merge-dotnet to similar packages by @ desmondinho in #415
- Added GitHub Action that adds context-v2 label to every issue, discussion and PR by @ Pritam1211 in #434
- Replace size-limit action with own metrics-report action by @ dcastil in #433
-
2.4.0-dev.f745ace15e9a8cdf7815d9972858e5940c8db8b7 - 2024-07-07
-
2.4.0-dev.f3b5d4a2acc36bef2a58f30c9808f3874fafc76d - 2024-07-29
-
2.4.0-dev.4e3c37aebdee0d2619aed25af271f7f1482ce5c2 - 2024-07-07
-
2.4.0-dev.488f9130f2ccc3696d37060104f967401b56da74 - 2024-07-29
-
2.4.0-dev.38db48d362b45aab9ba7e2e05aef4c36abab6edb - 2024-07-24
-
2.4.0-dev.31722ed18ba0f6f2edfe65a469664adb8ef2a77a - 2024-07-29
-
2.4.0-dev.29b7592b391e73a0bd3bac75fc68b2ce12f65fef - 2024-08-11
-
2.4.0-dev.1d82a24b93b50392a3a3ed22281d5b18130b5fab - 2024-07-29
-
2.4.0-dev.0a332483114bb4ab4ec002262968ced86200ae23 - 2024-08-01
-
2.3.0 - 2024-04-19
- Add support for mix-blend-plus-darker utility by @ dcastil in #403
- Added support for bigint in ClassNameValue type by @ LarsArtmann in #402
- Add tailwind-merge-go to similar packages in docs by @ Oudwins in #396
-
2.3.0-dev.f35c825ecd0e652f3418c6b65899dfe82a3e0ac0 - 2024-06-01
-
2.3.0-dev.d11d60461ca0f8532b6ac8e9acdb16fd8eedaa2a - 2024-06-13
-
2.3.0-dev.bf46250424b21493981fb971c2abf59748289ee1 - 2024-06-24
-
2.3.0-dev.b75666919682b49c8555159b3c7bce0e4e7fc319 - 2024-06-21
-
2.3.0-dev.a51bec8ca2b6d9972bd1401c5a5cc49f84defb75 - 2024-07-02
-
2.3.0-dev.a0bdc1182119cfd7b7b1a9a7ad04cdd975a0f8b3 - 2024-06-23
-
2.3.0-dev.93a2b780925361ae02001c8b7578bf02d320bc54 - 2024-06-27
-
2.3.0-dev.7777ceb96a28c636d9ceb514569e2d05d8c6df08 - 2024-05-13
-
2.3.0-dev.7044f930d58878c566e4738ed72d83a3683af799 - 2024-05-01
-
2.3.0-dev.6c517f60c9af1dcfdc2f665036d4ea7df17fb504 - 2024-05-01
-
2.3.0-dev.69baa12170e9b648be67269647b931de2b5d2633 - 2024-04-19
-
2.3.0-dev.5ff654d45ee41119fadfb6fc43d6d3671e08a419 - 2024-06-23
-
2.3.0-dev.394c5ba6d17ce754c55cf1bc3e6d3adff599cfd8 - 2024-06-21
-
2.3.0-dev.3847cc038dfb23ea77fb3002bfe6a990d0b9e25a - 2024-07-07
-
2.3.0-dev.2bb632f9e3b85b0f18b141a592586806911be275 - 2024-06-17
-
2.3.0-dev.1ab7486bf907f84dc885882396026f39b7bae254 - 2024-05-01
-
2.3.0-dev.04bc23cf158da75b1a98e5f882bb97233928933d - 2024-07-01
-
2.2.2 - 2024-03-16
- Fix arbitrary shadow with inset not recognized by @ dcastil in #392
- Fix minor typos in
from tailwind-merge GitHub release notesNew Features
experimentalParseClassNameproperty in the config that allows you to customize how tailwind-merge recognizes classes. If you're interested, you can read how to use it in the inline JSDocs and subscribe to #385 for upcoming more powerful low-level functionality.@ babel/runtimedependency by @ dcastil in #431tailwind-merge/es5bundle anyway which I don't optimize for.Documentation
Other
Full Changelog: v2.3.0...v2.4.0
Thanks to @ brandonmcconnell, @ manavm1990, @ langy, @ jamesreaco and @ microsoft for sponsoring tailwind-merge! ❤️
New Features
Documentation
Full Changelog: v2.2.2...v2.3.0
Thanks to @ brandonmcconnell, @ manavm1990, @ langy and @ jamesreaco for sponsoring tailwind-merge! ❤️
Bug Fixes
Documentation
configuration.mdby @ stephan281094 in #372Full Changelog: v2.2.1...v2.2.2
Thanks to @ brandonmcconnell, @ manavm1990, @ langy, a private sponsor and @ jamesreaco for sponsoring tailwind-merge! ❤️
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: