Skip to content
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

Allow hooking into class parsing logic (experimental) #444

Merged
merged 8 commits into from
Jul 7, 2024

Conversation

dcastil
Copy link
Owner

@dcastil dcastil commented Jul 7, 2024

Born out of #440 and related to #385

I won't include any documentation other than inline JSDoc comments about this for now since the API is experimental.

@github-actions github-actions bot added context-v2 Related to tailwind-merge v2 feature Is new feature labels Jul 7, 2024
Copy link

github-actions bot commented Jul 7, 2024

Metrics report

At head commit 9aa1c8e and base commit a51bec8 at 2024-07-07T16:06:42.910Z

Size

Export Size original Size minified Size minified and Brotli compressed
tailwind-merge esm 72.32 kB +0.5% 🔴 20.90 kB +0.7% 🔴 5.87 kB +1.1% 🔴
 › createTailwindMerge 12.67 kB +1.9% 🔴 3.73 kB +2.4% 🔴 1.39 kB +1.4% 🔴
 › extendTailwindMerge 71.83 kB +0.5% 🔴 20.47 kB +0.7% 🔴 5.69 kB +1.1% 🔴
 › mergeConfigs 1.43 kB +8.9% 🔴 0.46 kB +16.0% 🔴 0.22 kB +9.6% 🔴
 › twMerge 70.19 kB +0.3% 🔴 19.95 kB +0.4% 🔴 5.51 kB +0.8% 🔴
tailwind-merge cjs 72.57 kB +0.5% 🔴 23.99 kB +0.7% 🔴 6.12 kB +0.2% 🔴
tailwind-merge/es5 esm 75.17 kB +0.6% 🔴 21.85 kB +0.7% 🔴 6.08 kB +1.2% 🔴
 › createTailwindMerge 14.31 kB +2.1% 🔴 4.26 kB +2.1% 🔴 1.54 kB +1.1% 🔴
 › extendTailwindMerge 74.49 kB +0.6% 🔴 21.43 kB +0.7% 🔴 5.90 kB +0.6% 🔴
 › mergeConfigs 1.68 kB +10.1% 🔴 0.50 kB +15.2% 🔴 0.24 kB +6.6% 🔴
 › twMerge 72.39 kB +0.4% 🔴 20.74 kB +0.4% 🔴 5.67 kB +0.1% 🔴
tailwind-merge/es5 cjs 75.43 kB +0.6% 🔴 24.96 kB +0.7% 🔴 6.34 kB +0.6% 🔴
All size metrics
Export Size original Size minified Size minified and Brotli compressed
tailwind-merge esm 72.32 kB +0.5% 🔴 20.90 kB +0.7% 🔴 5.87 kB +1.1% 🔴
 › createTailwindMerge 12.67 kB +1.9% 🔴 3.73 kB +2.4% 🔴 1.39 kB +1.4% 🔴
 › extendTailwindMerge 71.83 kB +0.5% 🔴 20.47 kB +0.7% 🔴 5.69 kB +1.1% 🔴
 › fromTheme 0.15 kB 0% 0.08 kB 0% 0.08 kB 0%
 › getDefaultConfig 57.49 kB 0% 16.20 kB 0% 4.17 kB 0%
 › mergeConfigs 1.43 kB +8.9% 🔴 0.46 kB +16.0% 🔴 0.22 kB +9.6% 🔴
 › twJoin 1.06 kB 0% 0.26 kB 0% 0.16 kB 0%
 › twMerge 70.19 kB +0.3% 🔴 19.95 kB +0.4% 🔴 5.51 kB +0.8% 🔴
 › validators 3.21 kB 0% 1.54 kB 0% 0.66 kB 0%
tailwind-merge cjs 72.57 kB +0.5% 🔴 23.99 kB +0.7% 🔴 6.12 kB +0.2% 🔴
tailwind-merge/es5 esm 75.17 kB +0.6% 🔴 21.85 kB +0.7% 🔴 6.08 kB +1.2% 🔴
 › createTailwindMerge 14.31 kB +2.1% 🔴 4.26 kB +2.1% 🔴 1.54 kB +1.1% 🔴
 › extendTailwindMerge 74.49 kB +0.6% 🔴 21.43 kB +0.7% 🔴 5.90 kB +0.6% 🔴
 › fromTheme 0.19 kB 0% 0.10 kB 0% 0.09 kB 0%
 › getDefaultConfig 58.06 kB 0% 16.46 kB 0% 4.18 kB 0%
 › mergeConfigs 1.68 kB +10.1% 🔴 0.50 kB +15.2% 🔴 0.24 kB +6.6% 🔴
 › twJoin 1.06 kB 0% 0.25 kB 0% 0.15 kB 0%
 › twMerge 72.39 kB +0.4% 🔴 20.74 kB +0.4% 🔴 5.67 kB +0.1% 🔴
 › validators 3.37 kB 0% 1.53 kB 0% 0.66 kB 0%
tailwind-merge/es5 cjs 75.43 kB +0.6% 🔴 24.96 kB +0.7% 🔴 6.34 kB +0.6% 🔴

@dcastil dcastil changed the title Allow hooking into class-parsing logic Allow hooking into class parsing logic Jul 7, 2024
@dcastil dcastil changed the title Allow hooking into class parsing logic Experimental: Allow hooking into class parsing logic Jul 7, 2024
@dcastil dcastil changed the title Experimental: Allow hooking into class parsing logic Allow hooking into class parsing logic (experimental) Jul 7, 2024
@dcastil dcastil merged commit 3847cc0 into main Jul 7, 2024
4 checks passed
@dcastil dcastil deleted the feature/440/allow-hooking-into-class-parsing branch July 7, 2024 16:07
Copy link

github-actions bot commented Jul 7, 2024

This was addressed in release v2.4.0.

kodiakhq bot pushed a commit to technifit/tasker that referenced this pull request Jul 7, 2024
[![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).
renovate bot added a commit to inabagumi/shinju-date that referenced this pull request Jul 7, 2024
[![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>
renovate bot added a commit to remcolakens/next-boilerplate that referenced this pull request Jul 7, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@playwright/test](https://playwright.dev)
([source](https://github.com/microsoft/playwright)) | [`^1.45.0` ->
`^1.45.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.45.0/1.45.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2ftest/1.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@playwright%2ftest/1.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@playwright%2ftest/1.45.0/1.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2ftest/1.45.0/1.45.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`^20.14.9` ->
`^20.14.10`](https://renovatebot.com/diffs/npm/@types%2fnode/20.14.9/20.14.10)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.14.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.14.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.14.9/20.14.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.14.9/20.14.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin)
([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
| [`^7.14.1` ->
`^7.15.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.14.1/7.15.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/7.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/7.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/7.14.1/7.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/7.14.1/7.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/parser](https://typescript-eslint.io/packages/parser)
([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
| [`^7.14.1` ->
`^7.15.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.14.1/7.15.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/7.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/7.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/7.14.1/7.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/7.14.1/7.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[inquirer](https://github.com/SBoudrias/Inquirer.js/blob/master/packages/inquirer/README.md)
([source](https://github.com/SBoudrias/Inquirer.js)) | [`9.3.2` ->
`9.3.5`](https://renovatebot.com/diffs/npm/inquirer/9.3.2/9.3.5) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/inquirer/9.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/inquirer/9.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/inquirer/9.3.2/9.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/inquirer/9.3.2/9.3.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [lucide-react](https://lucide.dev)
([source](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react))
| [`^0.399.0` ->
`^0.401.0`](https://renovatebot.com/diffs/npm/lucide-react/0.399.0/0.401.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/lucide-react/0.401.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lucide-react/0.401.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lucide-react/0.399.0/0.401.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lucide-react/0.399.0/0.401.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pnpm](https://pnpm.io) ([source](https://github.com/pnpm/pnpm)) |
[`9.4.0` -> `9.5.0`](https://renovatebot.com/diffs/npm/pnpm/9.4.0/9.5.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/pnpm/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pnpm/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pnpm/9.4.0/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pnpm/9.4.0/9.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [rimraf](https://github.com/isaacs/rimraf) | [`^5.0.7` ->
`^5.0.8`](https://renovatebot.com/diffs/npm/rimraf/5.0.7/5.0.8) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/rimraf/5.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rimraf/5.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rimraf/5.0.7/5.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rimraf/5.0.7/5.0.8?slim=true)](https://docs.renovatebot.com/merge-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/)
|
| [typescript](https://www.typescriptlang.org/)
([source](https://github.com/Microsoft/TypeScript)) | [`^5.5.2` ->
`^5.5.3`](https://renovatebot.com/diffs/npm/typescript/5.5.2/5.5.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.5.2/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.5.2/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/playwright (@&#8203;playwright/test)</summary>

###
[`v1.45.1`](https://github.com/microsoft/playwright/compare/v1.45.0...e8989f83d9801cdaadc3803b5341c601c9593947)

[Compare
Source](https://github.com/microsoft/playwright/compare/v1.45.0...v1.45.1)

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/eslint-plugin)</summary>

###
[`v7.15.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7150-2024-07-01)

[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.14.1...v7.15.0)

##### 🚀 Features

-   **eslint-plugin:** \[array-type] detect `Readonly<string[]>` case

- **eslint-plugin:** back-port new rules around empty object types from
v8

##### 🩹 Fixes

- disable `EXPERIMENTAL_useProjectService` in `disabled-type-checked`
shared config

- **eslint-plugin:** \[no-unsafe-return] differentiate a types-error any
from a true any

- **eslint-plugin:** \[no-unsafe-call] differentiate a types-error any
from a true any

##### ❤️  Thank You

-   auvred
-   Kim Sang Du
-   rgehbt
-   Vinccool96

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/parser)</summary>

###
[`v7.15.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7150-2024-07-01)

[Compare
Source](https://github.com/typescript-eslint/typescript-eslint/compare/v7.14.1...v7.15.0)

This was a version bump only for parser to align it with other projects,
there were no code changes.

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

</details>

<details>
<summary>SBoudrias/Inquirer.js (inquirer)</summary>

###
[`v9.3.5`](https://github.com/SBoudrias/Inquirer.js/releases/tag/inquirer%409.3.5)

[Compare
Source](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.3.4...inquirer@9.3.5)

- Fix issue with plugins relying on internal `inquirer` packages file
structure.

###
[`v9.3.4`](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.3.3...95d2d65d3aca2c0fab66c7fd40b5dc413dfc894f)

[Compare
Source](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.3.3...inquirer@9.3.4)

###
[`v9.3.3`](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.3.2...2285f2c043448ff4317635cf6481df7ffda2d3bd)

[Compare
Source](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@9.3.2...inquirer@9.3.3)

</details>

<details>
<summary>lucide-icons/lucide (lucide-react)</summary>

###
[`v0.401.0`](https://github.com/lucide-icons/lucide/releases/tag/0.401.0):
New icons 0.401.0

[Compare
Source](https://github.com/lucide-icons/lucide/compare/0.400.0...0.401.0)

#### New icons 🎨

- `scan-qr-code`
([#&#8203;2247](https://github.com/lucide-icons/lucide/issues/2247))
by [@&#8203;vexkiddy](https://github.com/vexkiddy)

#### Modified Icons 🔨

- `book-a`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-audio`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-check`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-copy`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-dashed`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-down`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-headphones`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-heart`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-image`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-key`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-lock`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-marked`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-minus`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-plus`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-text`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-type`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-up-2`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-up`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-user`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-x`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `circle-power`
([#&#8203;2285](https://github.com/lucide-icons/lucide/issues/2285))
by [@&#8203;jguddas](https://github.com/jguddas)
- `key-round`
([#&#8203;2278](https://github.com/lucide-icons/lucide/issues/2278))
by [@&#8203;jguddas](https://github.com/jguddas)
- `octagon-alert`
([#&#8203;2280](https://github.com/lucide-icons/lucide/issues/2280))
by [@&#8203;jguddas](https://github.com/jguddas)
- `octagon-pause`
([#&#8203;2280](https://github.com/lucide-icons/lucide/issues/2280))
by [@&#8203;jguddas](https://github.com/jguddas)
- `octagon-x`
([#&#8203;2280](https://github.com/lucide-icons/lucide/issues/2280))
by [@&#8203;jguddas](https://github.com/jguddas)
- `octagon`
([#&#8203;2280](https://github.com/lucide-icons/lucide/issues/2280))
by [@&#8203;jguddas](https://github.com/jguddas)
- `signature`
([#&#8203;2293](https://github.com/lucide-icons/lucide/issues/2293))
by [@&#8203;karsa-mistmere](https://github.com/karsa-mistmere)
- `square-power`
([#&#8203;2285](https://github.com/lucide-icons/lucide/issues/2285))
by [@&#8203;jguddas](https://github.com/jguddas)

###
[`v0.400.0`](https://github.com/lucide-icons/lucide/releases/tag/0.400.0):
New icons 0.400.0

[Compare
Source](https://github.com/lucide-icons/lucide/compare/0.399.0...0.400.0)

#### New icons 🎨

- `printer-check`
([#&#8203;2258](https://github.com/lucide-icons/lucide/issues/2258))
by [@&#8203;jguddas](https://github.com/jguddas)

</details>

<details>
<summary>pnpm/pnpm (pnpm)</summary>

###
[`v9.5.0`](https://github.com/pnpm/pnpm/compare/v9.5.0-beta.3...v9.5.0)

[Compare Source](https://github.com/pnpm/pnpm/compare/v9.4.0...v9.5.0)

</details>

<details>
<summary>isaacs/rimraf (rimraf)</summary>

###
[`v5.0.8`](https://github.com/isaacs/rimraf/compare/v5.0.7...v5.0.8)

[Compare
Source](https://github.com/isaacs/rimraf/compare/v5.0.7...v5.0.8)

</details>

<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>

<details>
<summary>Microsoft/TypeScript (typescript)</summary>

###
[`v5.5.3`](https://github.com/Microsoft/TypeScript/compare/v5.5.2...f0e992167440686f948965e5441a918b34251886)

[Compare
Source](https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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/remcolakens/next-boilerplate).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kkrishguptaa pushed a commit to kkrishguptaa/study-web3 that referenced this pull request Jul 8, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [lucide-react](https://lucide.dev)
([source](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react))
| [`^0.400.0` ->
`^0.401.0`](https://renovatebot.com/diffs/npm/lucide-react/0.400.0/0.401.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/lucide-react/0.401.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lucide-react/0.401.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lucide-react/0.400.0/0.401.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lucide-react/0.400.0/0.401.0?slim=true)](https://docs.renovatebot.com/merge-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>lucide-icons/lucide (lucide-react)</summary>

###
[`v0.401.0`](https://github.com/lucide-icons/lucide/releases/tag/0.401.0):
New icons 0.401.0

[Compare
Source](https://github.com/lucide-icons/lucide/compare/0.400.0...0.401.0)

#### New icons 🎨

- `scan-qr-code`
([#&#8203;2247](https://github.com/lucide-icons/lucide/issues/2247))
by [@&#8203;vexkiddy](https://github.com/vexkiddy)

#### Modified Icons 🔨

- `book-a`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-audio`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-check`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-copy`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-dashed`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-down`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-headphones`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-heart`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-image`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-key`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-lock`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-marked`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-minus`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-plus`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-text`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-type`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-up-2`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-up`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-user`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book-x`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `book`
([#&#8203;2274](https://github.com/lucide-icons/lucide/issues/2274))
by [@&#8203;jguddas](https://github.com/jguddas)
- `circle-power`
([#&#8203;2285](https://github.com/lucide-icons/lucide/issues/2285))
by [@&#8203;jguddas](https://github.com/jguddas)
- `key-round`
([#&#8203;2278](https://github.com/lucide-icons/lucide/issues/2278))
by [@&#8203;jguddas](https://github.com/jguddas)
- `octagon-alert`
([#&#8203;2280](https://github.com/lucide-icons/lucide/issues/2280))
by [@&#8203;jguddas](https://github.com/jguddas)
- `octagon-pause`
([#&#8203;2280](https://github.com/lucide-icons/lucide/issues/2280))
by [@&#8203;jguddas](https://github.com/jguddas)
- `octagon-x`
([#&#8203;2280](https://github.com/lucide-icons/lucide/issues/2280))
by [@&#8203;jguddas](https://github.com/jguddas)
- `octagon`
([#&#8203;2280](https://github.com/lucide-icons/lucide/issues/2280))
by [@&#8203;jguddas](https://github.com/jguddas)
- `signature`
([#&#8203;2293](https://github.com/lucide-icons/lucide/issues/2293))
by [@&#8203;karsa-mistmere](https://github.com/karsa-mistmere)
- `square-power`
([#&#8203;2285](https://github.com/lucide-icons/lucide/issues/2285))
by [@&#8203;jguddas](https://github.com/jguddas)

</details>

<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**: 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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/fi-krish/study-web3).

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

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
diegohaz pushed a commit to ariakit/ariakit that referenced this pull request Jul 17, 2024
[![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**: 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.

---

- [ ] <!-- 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/ariakit/ariakit).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
context-v2 Related to tailwind-merge v2 feature Is new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant