From 9c625e0d5355ec9b965ec661d898ee2174e055de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:10:38 +0100 Subject: [PATCH] chore(deps): update dependency tailwind-merge to v2.2.0 (#373) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tailwind-merge](https://togithub.com/dcastil/tailwind-merge) | [`2.0.0` -> `2.2.0`](https://renovatebot.com/diffs/npm/tailwind-merge/2.0.0/2.2.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tailwind-merge/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tailwind-merge/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tailwind-merge/2.0.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tailwind-merge/2.0.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
dcastil/tailwind-merge (tailwind-merge) ### [`v2.2.0`](https://togithub.com/dcastil/tailwind-merge/releases/tag/v2.2.0) [Compare Source](https://togithub.com/dcastil/tailwind-merge/compare/v2.1.0...v2.2.0) ##### New Features - Add support for Tailwind CSS v3.4 by [@​dcastil](https://togithub.com/dcastil) in [https://github.com/dcastil/tailwind-merge/pull/360](https://togithub.com/dcastil/tailwind-merge/pull/360) **Full Changelog**: https://github.com/dcastil/tailwind-merge/compare/v2.1.0...v2.2.0 Thanks to [@​brandonmcconnell](https://togithub.com/brandonmcconnell), [@​manavm1990](https://togithub.com/manavm1990), [@​ErwinAI](https://togithub.com/ErwinAI) and [@​langy](https://togithub.com/langy) for sponsoring tailwind-merge! ❤️ ### [`v2.1.0`](https://togithub.com/dcastil/tailwind-merge/releases/tag/v2.1.0) [Compare Source](https://togithub.com/dcastil/tailwind-merge/compare/v2.0.0...v2.1.0) ##### New Features - Add `ClassValidator` type to package exports by [@​dcastil](https://togithub.com/dcastil) in [https://github.com/dcastil/tailwind-merge/pull/348](https://togithub.com/dcastil/tailwind-merge/pull/348) ##### Bug Fixes - Fix display class not removed when it precedes line-clamp class by [@​dcastil](https://togithub.com/dcastil) in [https://github.com/dcastil/tailwind-merge/pull/347](https://togithub.com/dcastil/tailwind-merge/pull/347) ##### Documentation - Fix curly bracket typo in config docs by [@​Kosai106](https://togithub.com/Kosai106) in [https://github.com/dcastil/tailwind-merge/pull/349](https://togithub.com/dcastil/tailwind-merge/pull/349) **Full Changelog**: https://github.com/dcastil/tailwind-merge/compare/v2.0.0...v2.1.0 Thanks to [@​brandonmcconnell](https://togithub.com/brandonmcconnell), [@​manavm1990](https://togithub.com/manavm1990), [@​ErwinAI](https://togithub.com/ErwinAI) and [@​langy](https://togithub.com/langy) for sponsoring tailwind-merge! ❤️
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sebald/pattern-analyzer). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 861d2172..e42fd53b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react-use": "17.4.0", "react-use-clipboard": "1.0.9", "swr": "2.2.4", - "tailwind-merge": "2.0.0", + "tailwind-merge": "2.2.0", "tailwindcss-animate": "1.0.7", "use-debounce": "10.0.0", "zod": "3.22.4" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 14157fcc..12a9e19a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -81,8 +81,8 @@ dependencies: specifier: 2.2.4 version: 2.2.4(react@18.2.0) tailwind-merge: - specifier: 2.0.0 - version: 2.0.0 + specifier: 2.2.0 + version: 2.2.0 tailwindcss-animate: specifier: 1.0.7 version: 1.0.7(tailwindcss@3.4.0) @@ -485,6 +485,13 @@ packages: dependencies: regenerator-runtime: 0.14.0 + /@babel/runtime@7.23.7: + resolution: {integrity: sha512-w06OXVOFso7LcbzMiDGt+3X7Rh7Ho8MmgPoWU3rarH+8upf+wSU/grlGbWzQyr3DkdN6ZeuMFjpdwW0Q+HxobA==} + engines: {node: '>=6.9.0'} + dependencies: + regenerator-runtime: 0.14.0 + dev: false + /@babel/template@7.20.7: resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} engines: {node: '>=6.9.0'} @@ -6439,10 +6446,10 @@ packages: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} dev: true - /tailwind-merge@2.0.0: - resolution: {integrity: sha512-WO8qghn9yhsldLSg80au+3/gY9E4hFxIvQ3qOmlpXnqpDKoMruKfi/56BbbMg6fHTQJ9QD3cc79PoWqlaQE4rw==} + /tailwind-merge@2.2.0: + resolution: {integrity: sha512-SqqhhaL0T06SW59+JVNfAqKdqLs0497esifRrZ7jOaefP3o64fdFNDMrAQWZFMxTLJPiHVjRLUywT8uFz1xNWQ==} dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.23.7 dev: false /tailwindcss-animate@1.0.7(tailwindcss@3.4.0):