recode-converter
recode-converter copied to clipboard
fix(deps): bump tailwind-merge from 2.6.0 to 3.0.1
Bumps tailwind-merge from 2.6.0 to 3.0.1.
Release notes
Sourced from tailwind-merge's releases.
v3.0.1
Bug Fixes
- Update info about supported Tailwind CSS version in README by
@dcastilin b9c136d- Update incorrect link in v3 changelog by
@dcastilin e22885eFull Changelog: https://github.com/dcastil/tailwind-merge/compare/v3.0.0...v3.0.1
Thanks to
@brandonmcconnell,@manavm1990,@langy,@jamesreaco,@roboflow,@syntaxfm,@getsentry,@codecovand a private sponsor for sponsoring tailwind-merge! ❤️v3.0.0
Tailwind CSS v4 is here and it's time to upgrade tailwind-merge to support it. tailwind-merge v3.0.0 is more accurate than ever and follows the Tailwind CSS spec more closely than in v2. That is thanks to Tailwind CSS v4 being more consistent than ever.
This release drops support for Tailwind CSS v3 and in turn adds support for Tailwind CSS v4. That means you should upgrade to Tailwind CSS v4 and tailwind-merge v3 together. All breaking changes are related to the Tailwind CSS v4 support.
Check out the migration guide and if you have any questions, feel free to create an issue.
Breaking Changes
- Dropping support for Tailwind CSS v3 in favor of support for Tailwind CSS v4 by
@dcastilin dcastil/tailwind-merge#518- Theme scales keys changed and now match Tailwind CSS v4 theme variable namespace exactly by
@dcastilin dcastil/tailwind-merge#518isLengthvalidator was removed and split into separate validatorsisNumberandisFractionby@dcastilin dcastil/tailwind-merge#518- Prefix defined in config shouldn't include combining
-character anymore by@dcastilin dcastil/tailwind-merge#518- Tailwind CSS v3 prefix position in class not supported anymore in favor of Tailwind CSS v4 position by
@dcastilin dcastil/tailwind-merge#518- Custom separators are no longer supported by
@dcastilin dcastil/tailwind-merge#518- New mandatory
orderSensitiveModifiersproperty in config when usingcreateTailwindMergeby@dcastilin dcastil/tailwind-merge#518DefaultThemeGroupIdstype union consists of different string literals than before by@dcastilin dcastil/tailwind-merge#518- Classes removed in Tailwind CSS v4 are not supported by tailwind-merge anymore by
@dcastilin dcastil/tailwind-merge#518New Features
- Support for new important modifier position at the end of class by
@dcastilin dcastil/tailwind-merge#518- Support for arbitrary CSS variable syntax by
@dcastilin dcastil/tailwind-merge#518- There are a bunch of new validators used by tailwind-merge, primarily for new Tailwind CSS v4 features like arbitrary CSS variables by
@dcastilin dcastil/tailwind-merge#518Bug Fixes
- Previously some order-sensitive modifiers like
before:were treated as not order-sensitive. This is now fixed by@dcastilin dcastil/tailwind-merge#518Documentation
- Added section explaining order-sensitive modifiers to configuration docs by
@dcastilin dcastil/tailwind-merge#518Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v2.6.0...v3.0.0
Thanks to
@brandonmcconnell,@manavm1990,@langy,@jamesreaco,@roboflow,@syntaxfm,@getsentry,@codecovand a private sponsor for sponsoring tailwind-merge! ❤️
Commits
493fa8cv3.0.1b9c136dupdate info about supported Tailwind CSS version in READMEe22885efix link in v3 changelog7378c16v3.0.0a00a8e6change label added to new issues to context-v37c8c994Merge pull request #518 from dcastil/breaking-feature/513/tailwind-css-v4-sup...7f043a6small tweaks1950ab6add migration doc for tailwind-merge v3ef00078add removed custom separator support to breaking changes in v3 changelog752b103remove separator from docs- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)