-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency tailwind-merge to v2 #257
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📦 Next.js Bundle Analysis for next-boilerplateThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
82.91 KB (🟡 +46 B) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
badf7f2
to
d9399f8
Compare
📦 Next.js Bundle Analysis for next-boilerplateThis analysis was generated by the Next.js Bundle Analysis action. 🤖
|
Page | Size (compressed) |
---|---|
global |
82.91 KB (🟡 +46 B) |
Details
The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.
Any third party scripts you have added directly to your app using the <script>
tag are not accounted for in this analysis
If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!
🎉 This PR is included in version 1.4.0-rec.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.4.1-rec.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.4.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0-rec.1 🎉 The release is available on Your semantic-release bot 📦🚀 |
This PR contains the following updates:
^1.14.0
->^2.0.0
Release Notes
dcastil/tailwind-merge (tailwind-merge)
v2.0.0
Compare Source
The tailwind-merge v2 release has been sitting here almost finished for 2 months already. But the timing was never quite right, especially thinking about the increased support needed after the release. In the meantime, the product of the company I work at launched in public beta and I married. Thank you for your patience.
This release focuses on making it easier to configure the library for new users. Check out the migration guide and if you have any questions, feel free to create an issue.
Breaking Changes
background-image
andbackground-position
being merged incorrectly by @dcastil in https://github.com/dcastil/tailwind-merge/pull/300background-position
andbackground-size
can look very similar and Tailwind CSS uses the samebg-
prefix for both groups. This results in some limitations for tailwind-merge.extendTailwindMerge
by @dcastil in https://github.com/dcastil/tailwind-merge/pull/294conflictingClassGroupModifiers
in config non-optional by @dcastil in https://github.com/dcastil/tailwind-merge/pull/291module
field from package.json by @dcastil in https://github.com/dcastil/tailwind-merge/pull/289New Features
extendTailwindMerge
by @dcastil in https://github.com/dcastil/tailwind-merge/pull/294conflictingClassGroupModifiers
in config non-optional by @dcastil in https://github.com/dcastil/tailwind-merge/pull/291module
field from package.json by @dcastil in https://github.com/dcastil/tailwind-merge/pull/289Bug Fixes
background-image
andbackground-position
being merged incorrectly by @dcastil in https://github.com/dcastil/tailwind-merge/pull/300true
for empty strings by @dcastil in https://github.com/dcastil/tailwind-merge/pull/295Documentation
bg-size
andbg-position
class groups in docs by @dcastil in https://github.com/dcastil/tailwind-merge/pull/328Full Changelog: dcastil/tailwind-merge@v1.14.0...v2.0.0
Configuration
📅 Schedule: 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.
This PR has been generated by Mend Renovate. View repository job log here.