fix(deps): ⬆️ update dependency tailwind-merge to ^0.8.0 #186
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.
This PR contains the following updates:
^0.7.1->^0.8.0Release Notes
dcastil/tailwind-merge
v0.8.0Compare Source
Summary
This is a big release with breaking changes. These were necessary to improve the API before the coming v1.0.0 release and to add better plugin support. If you feel like writing a plugin, check out the plugins section in the docs!
Breaking Changes
:in them which look like Tailwind classes after the prefix. tailwind-merge will treat those as Tailwind classes and resolve conflicts incorrectly.createTailwindMergeand added custom prefixes to your tailwind-merge config, you can remove them now. If you use TypeScript, you need to remove them.createTailwindMergedoesn't get passed thegetDefaultConfigcallback anymore. You need to call the exported functiongetDefaultConfiginstead to get the default config.createTailwindMergeanyway. Use the much simplerextendTailwindMergeinstead.Features
extendTailwindMergefunction by @dcastil in https://github.com/dcastil/tailwind-merge/pull/49mergeConfigsfunction by @dcastil in https://github.com/dcastil/tailwind-merge/pull/45createConfigfunctions by @dcastil in https://github.com/dcastil/tailwind-merge/pull/40Bug Fixes
Configtype to the package exportsOther
Full Changelog: dcastil/tailwind-merge@v0.7.1...v0.8.0
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.