Skip to content

Commit

Permalink
fix(deps): update dependency tailwind-merge to v2.4.0 (#771)
Browse files Browse the repository at this point in the history
[![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://github.com/dcastil/tailwind-merge) | [`2.3.0` -> `2.4.0`](https://renovatebot.com/diffs/npm/tailwind-merge/2.3.0/2.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tailwind-merge/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tailwind-merge/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tailwind-merge/2.3.0/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tailwind-merge/2.3.0/2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>dcastil/tailwind-merge (tailwind-merge)</summary>

### [`v2.4.0`](https://github.com/dcastil/tailwind-merge/releases/tag/v2.4.0)

[Compare Source](https://github.com/dcastil/tailwind-merge/compare/v2.3.0...v2.4.0)

##### New Features

-   Allow hooking into class parsing logic (experimental) by [@&#8203;dcastil](https://github.com/dcastil) in [dcastil/tailwind-merge#444
    -   There is no info to this in the docs because this is experimental, but there is a new `experimentalParseClassName` property in the config that allows you to customize how tailwind-merge recognizes classes. If you're interested, you can read how to use it in the [inline JSDocs](https://github.com/dcastil/tailwind-merge/pull/444/files#diff-b8b77f5be18cf56dca425b3a5b8e9d2e754dd37fe0e3612b95cd4e9bccda08a5) and subscribe to [dcastil/tailwind-merge#385 for upcoming more powerful low-level functionality.
-   Create security policy by [@&#8203;dcastil](https://github.com/dcastil) in [dcastil/tailwind-merge#439
    -   Added documentation on how to report potential vulnerabilities
-   Avoid `@babel/runtime` dependency by [@&#8203;dcastil](https://github.com/dcastil) in [dcastil/tailwind-merge#431
    -   Now no dependencies in tailwind-merge anymore. This dependency was only used in the `tailwind-merge/es5` bundle anyway which I don't optimize for.

##### Documentation

-   Comment/typo fixes by [@&#8203;barvian](https://github.com/barvian) in [dcastil/tailwind-merge#443
-   Fix typo in doc/recipes.md by [@&#8203;dsernst](https://github.com/dsernst) in [dcastil/tailwind-merge#428
-   docs: add tailwind-merge-dotnet to similar packages by [@&#8203;desmondinho](https://github.com/desmondinho) in [dcastil/tailwind-merge#415

##### Other

-   Added GitHub Action that adds context-v2 label to every issue, discussion and PR by [@&#8203;Pritam1211](https://github.com/Pritam1211) in [dcastil/tailwind-merge#434
-   Replace size-limit action with own metrics-report action by [@&#8203;dcastil](https://github.com/dcastil) in [dcastil/tailwind-merge#433

**Full Changelog**: dcastil/tailwind-merge@v2.3.0...v2.4.0

Thanks to [@&#8203;brandonmcconnell](https://github.com/brandonmcconnell), [@&#8203;manavm1990](https://github.com/manavm1990), [@&#8203;langy](https://github.com/langy), [@&#8203;jamesreaco](https://github.com/jamesreaco) and [@&#8203;microsoft](https://github.com/microsoft) for sponsoring tailwind-merge! ❤️

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/technifit/tasker).
  • Loading branch information
renovate[bot] committed Jul 7, 2024
1 parent ab818dd commit 6ea48a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@
"react-wrap-balancer": "1.1.1",
"remix-hook-form": "5.0.1",
"sonner": "1.5.0",
"tailwind-merge": "2.3.0",
"tailwind-merge": "2.4.0",
"vaul": "0.9.1",
"zod": "3.23.8"
},
Expand Down
12 changes: 5 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ea48a0

Please sign in to comment.