Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tailwind-merge ^0.7.1 -> ^0.8.0 age adoption passing confidence

Release Notes

dcastil/tailwind-merge

v0.8.0

Compare 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
  • Consider all prefixes as valid Tailwind prefixes by @​dcastil in https://github.com/dcastil/tailwind-merge/pull/50
    • Previously there was a list of prefixes in the tailwind-merge config which was used to match Tailwind prefixes. I removed those and match all prefixes as valid Tailwind prefixes. This is only a breaking change if you use non-Tailwind classes with : in them which look like Tailwind classes after the prefix. tailwind-merge will treat those as Tailwind classes and resolve conflicts incorrectly.
    • If you use createTailwindMerge and added custom prefixes to your tailwind-merge config, you can remove them now. If you use TypeScript, you need to remove them.
  • Code-split default config out by @​dcastil in https://github.com/dcastil/tailwind-merge/pull/42
    • createTailwindMerge doesn't get passed the getDefaultConfig callback anymore. You need to call the exported function getDefaultConfig instead to get the default config.
    • You probably don't need createTailwindMerge anyway. Use the much simpler extendTailwindMerge instead.
Features
Bug Fixes
Other

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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from navin-moorthy as a code owner October 21, 2021 22:35
@vercel
Copy link

vercel bot commented Oct 21, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/timelessco/renderlesskit-react-tailwind/HcMnTpAgS5V89AFuEgvwjA9L5Pwj
✅ Preview: https://renderlesskit-react-tailwind-git-renovate-pro-34c5f4-timelessco.vercel.app

Copy link
Contributor

@navin-moorthy navin-moorthy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉

@kodiakhq kodiakhq bot merged commit 3e033ec into main Oct 22, 2021
@kodiakhq kodiakhq bot deleted the renovate/prod-dependencies-(minor) branch October 22, 2021 07:33
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.

3 participants