Skip to content

Update dependency tailwind-merge to v3 - #69

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tailwind-merge-3.x
Open

Update dependency tailwind-merge to v3#69
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/tailwind-merge-3.x

Conversation

@renovate

@renovate renovate Bot commented May 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
tailwind-merge ^2.3.0^3.0.0 age confidence

Release Notes

dcastil/tailwind-merge (tailwind-merge)

v3.6.0

Compare Source

New Features
  • Add support for Tailwind CSS v4.3 by @​dcastil in #​677
    • Add postfixLookupClassGroups option to config to support Tailwind utilities where a slash is part of the full class name, like named container queries
  • Add support for readonly array values by @​unional in #​652
Documentation
Other

Full Changelog: dcastil/tailwind-merge@v3.5.0...v3.6.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, a private sponsor, @​block, @​openclaw, @​sourcegraph, @​mike-healy and more via @​thnxdev for sponsoring tailwind-merge! ❤️

v3.5.0

Compare Source

New Features

Full Changelog: dcastil/tailwind-merge@v3.4.1...v3.5.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, a private sponsor, @​block, @​openclaw, @​sourcegraph and more via @​thnxdev for sponsoring tailwind-merge! ❤️

v3.4.1

Compare Source

Bug Fixes

Full Changelog: dcastil/tailwind-merge@v3.4.0...v3.4.1

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, a private sponsor, @​block, @​openclaw, @​sourcegraph and more via @​thnxdev for sponsoring tailwind-merge! ❤️

v3.4.0

Compare Source

New Features
Documentation
Other

Full Changelog: dcastil/tailwind-merge@v3.3.1...v3.4.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​roboflow, @​syntaxfm, @​getsentry, @​codecov and a private sponsor for sponsoring tailwind-merge! ❤️

v3.3.1

Compare Source

Bug Fixes
  • Fix arbitrary value using color-mix() not being detected as color by @​dcastil in #​591

Full Changelog: dcastil/tailwind-merge@v3.3.0...v3.3.1

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph, a private sponsor, @​block and @​shawt3000 for sponsoring tailwind-merge! ❤️

v3.3.0

Compare Source

New Features

Full Changelog: dcastil/tailwind-merge@v3.2.0...v3.3.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph, a private sponsor and @​block for sponsoring tailwind-merge! ❤️

v3.2.0

Compare Source

New Features

Full Changelog: dcastil/tailwind-merge@v3.1.0...v3.2.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph and a private sponsor for sponsoring tailwind-merge! ❤️

v3.1.0

Compare Source

New Features
Bug Fixes
  • Fix length variable in via-(length:*) class being merged with via-<color> classes accidentally by @​dcastil in #​559
Documentation
Other

Full Changelog: dcastil/tailwind-merge@v3.0.2...v3.1.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph and a private sponsor for sponsoring tailwind-merge! ❤️

v3.0.2

Compare Source

Bug Fixes

Full Changelog: dcastil/tailwind-merge@v3.0.1...v3.0.2

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph and a private sponsor for sponsoring tailwind-merge! ❤️

v3.0.1

Compare Source

Bug Fixes

Full Changelog: dcastil/tailwind-merge@v3.0.0...v3.0.1

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph and a private sponsor for sponsoring tailwind-merge! ❤️

v3.0.0

Compare Source

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 @​dcastil in #​518
  • Theme scales keys changed and now match Tailwind CSS v4 theme variable namespace exactly by @​dcastil in #​518
  • isLength validator was removed and split into separate validators isNumber and isFraction by @​dcastil in #​518
  • Prefix defined in config shouldn't include combining - character anymore by @​dcastil in #​518
  • Tailwind CSS v3 prefix position in class not supported anymore in favor of Tailwind CSS v4 position by @​dcastil in #​518
  • Custom separators are no longer supported by @​dcastil in #​518
  • New mandatory orderSensitiveModifiers property in config when using createTailwindMerge by @​dcastil in #​518
  • DefaultThemeGroupIds type union consists of different string literals than before by @​dcastil in #​518
  • Classes removed in Tailwind CSS v4 are not supported by tailwind-merge anymore by @​dcastil in #​518
New Features
  • Support for new important modifier position at the end of class by @​dcastil in #​518
  • Support for arbitrary CSS variable syntax by @​dcastil in #​518
  • There are a bunch of new validators used by tailwind-merge, primarily for new Tailwind CSS v4 features like arbitrary CSS variables by @​dcastil in #​518
Bug Fixes
  • Previously some order-sensitive modifiers like before: were treated as not order-sensitive. This is now fixed by @​dcastil in #​518
Documentation

Full Changelog: dcastil/tailwind-merge@v2.6.0...v3.0.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph and a private sponsor for sponsoring tailwind-merge! ❤️


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/tailwind-merge-3.x branch 3 times, most recently from 7d274dd to 65fec49 Compare May 15, 2026 06:51
@jmettler27 jmettler27 linked an issue May 15, 2026 that may be closed by this pull request
@renovate
renovate Bot force-pushed the renovate/tailwind-merge-3.x branch from 65fec49 to 1a4b052 Compare May 18, 2026 10:47
@renovate
renovate Bot force-pushed the renovate/tailwind-merge-3.x branch 7 times, most recently from 389cb0f to 8ca08ce Compare May 31, 2026 13:29
@renovate
renovate Bot force-pushed the renovate/tailwind-merge-3.x branch 5 times, most recently from ae42bd4 to 3b3bc82 Compare June 6, 2026 19:38
@renovate
renovate Bot force-pushed the renovate/tailwind-merge-3.x branch 4 times, most recently from 53a3533 to c72724c Compare June 14, 2026 11:35
@renovate
renovate Bot force-pushed the renovate/tailwind-merge-3.x branch 7 times, most recently from 661afd4 to fb64461 Compare June 28, 2026 11:25
@renovate
renovate Bot force-pushed the renovate/tailwind-merge-3.x branch 2 times, most recently from cc7d8c4 to 934ec6a Compare June 30, 2026 06:35
@renovate
renovate Bot force-pushed the renovate/tailwind-merge-3.x branch 2 times, most recently from 61efec3 to 7851fcc Compare July 8, 2026 11:10
@renovate
renovate Bot force-pushed the renovate/tailwind-merge-3.x branch 4 times, most recently from 4f5f1d7 to 7396e52 Compare July 12, 2026 11:38
@jmettler27
jmettler27 force-pushed the main branch 3 times, most recently from e0cb9f8 to 7ca7d77 Compare July 12, 2026 13:38
@renovate
renovate Bot force-pushed the renovate/tailwind-merge-3.x branch 2 times, most recently from 90e5f81 to 990cd59 Compare July 15, 2026 18:47
@renovate
renovate Bot force-pushed the renovate/tailwind-merge-3.x branch 2 times, most recently from e6cd91e to 36922b8 Compare July 25, 2026 10:58
@renovate
renovate Bot force-pushed the renovate/tailwind-merge-3.x branch 6 times, most recently from 12e8852 to 5e5d73e Compare July 25, 2026 13:26
@renovate
renovate Bot force-pushed the renovate/tailwind-merge-3.x branch 7 times, most recently from 4ccf559 to b08b928 Compare August 1, 2026 15:08
@renovate
renovate Bot force-pushed the renovate/tailwind-merge-3.x branch from b08b928 to bb28d94 Compare August 1, 2026 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate to Tailwind CSS v4

0 participants