Skip to content

Commit

Permalink
build(deps): update dependency tailwind-merge to ^2.4.0 (#4412)
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.

---

- [ ] <!-- rebase-check -->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/inabagumi/shinju-date).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 7, 2024
1 parent 251a7bb commit 2a4118a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 24 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614",
"react-infinite-scroll-component": "^6.1.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^4.0.0-alpha.17",
"temporal-polyfill": "^0.2.5",
"ufo": "^1.5.3",
Expand Down
31 changes: 8 additions & 23 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 2a4118a

Please sign in to comment.