216 Commits

Author SHA1 Message Date
789e389bcd chore(deps): update dependency turbo to v2.5.4 2025-05-31 03:06:28 +00:00
7ac4a5261b chore(deps): update dependency postcss to v8.5.4 2025-05-31 02:08:17 +00:00
8540764a99 chore(deps): update dependency @types/react to v19.1.6 2025-05-31 01:08:25 +00:00
8ab4c37676 chore(deps): update dependency @types/node to v22.15.29 2025-05-31 00:05:45 +00:00
9d6214ca8a chore(deps): update npm to v11.4.1 2025-05-24 02:05:07 +00:00
a4151c5736 chore(deps): update dependency @types/react to v19.1.5 2025-05-24 01:06:20 +00:00
762dd0a445 chore(deps): update dependency @types/node to v22.15.21 2025-05-24 00:04:26 +00:00
82a6a1ba96 remove sharp 2025-05-22 16:14:02 +02:00
776c9e5547 fix(deps): update dependency lucide-react to ^0.511.0 2025-05-17 04:05:14 +00:00
90e809c272 chore(deps): update npm to v11.4.0 2025-05-17 03:05:53 +00:00
6c02bd8dc6 chore(deps): update tailwindcss monorepo to v4.1.7 2025-05-17 02:07:36 +00:00
745bb0d7f8 chore(deps): update react monorepo 2025-05-17 01:07:30 +00:00
e927ab6a15 chore(deps): update dependency @types/node to v22.15.18 2025-05-17 00:05:15 +00:00
df0c893137 fix(deps): update dependency tailwind-merge to v3.3.0 2025-05-11 21:02:39 +00:00
2697e763c2 fix(deps): update dependency tailwind-merge to v3.2.0 2025-05-10 20:02:23 +00:00
ef969d2b6c chore(deps): pin dependencies (#14)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@tailwindcss/postcss](https://tailwindcss.com) ([source](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss)) | devDependencies | pin | [`^4.1.6` -> `4.1.6`](https://renovatebot.com/diffs/npm/@tailwindcss%2fpostcss/4.1.6/4.1.6) |
| [tailwindcss](https://tailwindcss.com) ([source](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss)) | devDependencies | pin | [`^4.1.6` -> `4.1.6`](https://renovatebot.com/diffs/npm/tailwindcss/4.1.6/4.1.6) |

Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies.

---

### Configuration

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

🚦 **Automerge**: Disabled because a matching PR was automerged previously.

♻ **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 these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #14
Co-authored-by: Renovate Bot <renovatebot@schulze.network>
Co-committed-by: Renovate Bot <renovatebot@schulze.network>
2025-05-10 21:05:14 +02:00
8b74e62ffa Merge branch 'tailwind-v4'
All checks were successful
Lint / Lint (push) Successful in 32s
2025-05-10 20:23:23 +02:00
dd1311c22e tailwind v4 upgrade command 2025-05-10 20:23:15 +02:00
31ae46a020 fix(deps): update dependency tailwind-merge to v3 (#12)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | dependencies | major | [`^2.5.2` -> `^3.0.0`](https://renovatebot.com/diffs/npm/tailwind-merge/2.6.0/3.2.0) |

---

### Release Notes

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

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

[Compare Source](https://github.com/dcastil/tailwind-merge/compare/v3.1.0...v3.2.0)

##### New Features

-   Add support for Tailwind CSS v4.1 by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/565

**Full Changelog**: https://github.com/dcastil/tailwind-merge/compare/v3.1.0...v3.2.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), [@&#8203;roboflow](https://github.com/roboflow), [@&#8203;syntaxfm](https://github.com/syntaxfm), [@&#8203;getsentry](https://github.com/getsentry), [@&#8203;codecov](https://github.com/codecov), [@&#8203;sourcegraph](https://github.com/sourcegraph) and a private sponsor for sponsoring tailwind-merge! ❤️

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

[Compare Source](https://github.com/dcastil/tailwind-merge/compare/v3.0.2...v3.1.0)

##### New Features

-   Add support for Tailwind CSS v4.0.10 by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/546

##### Bug Fixes

-   Fix length variable in `via-(length:*)` class being merged with `via-<color>` classes accidentally by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/559

##### Documentation

-   Fix typo in comment in types.ts by [@&#8203;roottool](https://github.com/roottool) in https://github.com/dcastil/tailwind-merge/pull/549
-   Update shadow scale recipe to tailwind merge v3 API by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/545

##### Other

-   Fix metrics report action erroring on PRs from forks by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/551

**Full Changelog**: https://github.com/dcastil/tailwind-merge/compare/v3.0.2...v3.1.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), [@&#8203;roboflow](https://github.com/roboflow), [@&#8203;syntaxfm](https://github.com/syntaxfm), [@&#8203;getsentry](https://github.com/getsentry), [@&#8203;codecov](https://github.com/codecov), [@&#8203;sourcegraph](https://github.com/sourcegraph) and a private sponsor for sponsoring tailwind-merge! ❤️

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

[Compare Source](https://github.com/dcastil/tailwind-merge/compare/v3.0.1...v3.0.2)

##### Bug Fixes

-   Fix `px` value not being recognized for some class groups by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/538
-   Fix doc comment being in incorrect place in default config by [@&#8203;gjtorikian](https://github.com/gjtorikian) in https://github.com/dcastil/tailwind-merge/pull/526

**Full Changelog**: https://github.com/dcastil/tailwind-merge/compare/v3.0.1...v3.0.2

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), [@&#8203;roboflow](https://github.com/roboflow), [@&#8203;syntaxfm](https://github.com/syntaxfm), [@&#8203;getsentry](https://github.com/getsentry), [@&#8203;codecov](https://github.com/codecov), [@&#8203;sourcegraph](https://github.com/sourcegraph) and a private sponsor for sponsoring tailwind-merge! ❤️

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

[Compare Source](https://github.com/dcastil/tailwind-merge/compare/v3.0.0...v3.0.1)

##### Bug Fixes

-   Update info about supported Tailwind CSS version in README by [@&#8203;dcastil](https://github.com/dcastil) in [`b9c136d`](https://github.com/dcastil/tailwind-merge/commit/b9c136d)
-   Update incorrect link in v3 changelog by [@&#8203;dcastil](https://github.com/dcastil) in [`e22885e`](https://github.com/dcastil/tailwind-merge/commit/e22885e)

**Full Changelog**: https://github.com/dcastil/tailwind-merge/compare/v3.0.0...v3.0.1

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), [@&#8203;roboflow](https://github.com/roboflow), [@&#8203;syntaxfm](https://github.com/syntaxfm), [@&#8203;getsentry](https://github.com/getsentry), [@&#8203;codecov](https://github.com/codecov), [@&#8203;sourcegraph](https://github.com/sourcegraph) and a private sponsor for sponsoring tailwind-merge! ❤️

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

[Compare Source](https://github.com/dcastil/tailwind-merge/compare/v2.6.0...v3.0.0)

[Tailwind CSS v4 is here](https://tailwindcss.com/blog/tailwindcss-v4) and it's time to upgrade tailwind-merge to support it. tailwind-merge v3.0.0 is more accurate than ever and follows the Tailwind CSS spec more closely than in v2. That is thanks to Tailwind CSS v4 being more consistent than ever.

This release drops support for Tailwind CSS v3 and in turn adds support for Tailwind CSS v4. That means you should upgrade to Tailwind CSS v4 and tailwind-merge v3 together. All breaking changes are related to the Tailwind CSS v4 support.

Check out the [migration guide](https://github.com/dcastil/tailwind-merge/blob/v3.0.0/docs/changelog/v2-to-v3-migration.md) and if you have any questions, feel free to [create an issue](https://github.com/dcastil/tailwind-merge/issues/new/choose).

##### Breaking Changes

-   Dropping support for Tailwind CSS v3 in favor of support for Tailwind CSS v4 by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/518
-   Theme scales keys changed and now match Tailwind CSS v4 theme variable namespace exactly by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/518
-   `isLength` validator was removed and split into separate validators `isNumber` and `isFraction` by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/518
-   Prefix defined in config shouldn't include combining `-` character anymore by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/518
-   Tailwind CSS v3 prefix position in class not supported anymore in favor of Tailwind CSS v4 position by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/518
-   Custom separators are no longer supported by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/518
-   New mandatory `orderSensitiveModifiers` property in config when using `createTailwindMerge` by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/518
-   `DefaultThemeGroupIds` type union consists of different string literals than before by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/518
-   Classes removed in Tailwind CSS v4 are not supported by tailwind-merge anymore by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/518

##### New Features

-   Support for new important modifier position at the end of class by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/518
-   Support for arbitrary CSS variable syntax by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/518
-   There are a bunch of new validators used by tailwind-merge, primarily for new Tailwind CSS v4 features like arbitrary CSS variables by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/518

##### Bug Fixes

-   Previously some order-sensitive modifiers like `before:` were treated as not order-sensitive. This is now fixed by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/518

##### Documentation

-   Added section explaining order-sensitive modifiers to [configuration docs](https://github.com/dcastil/tailwind-merge/blob/v3.0.0/docs/configuration.md#order-sensitive-modifiers) by [@&#8203;dcastil](https://github.com/dcastil) in https://github.com/dcastil/tailwind-merge/pull/518

**Full Changelog**: https://github.com/dcastil/tailwind-merge/compare/v2.6.0...v3.0.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), [@&#8203;roboflow](https://github.com/roboflow), [@&#8203;syntaxfm](https://github.com/syntaxfm), [@&#8203;getsentry](https://github.com/getsentry), [@&#8203;codecov](https://github.com/codecov), [@&#8203;sourcegraph](https://github.com/sourcegraph) and a private sponsor for sponsoring tailwind-merge! ❤️

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), 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 [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMTUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjIzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #12
Co-authored-by: Renovate Bot <renovatebot@schulze.network>
Co-committed-by: Renovate Bot <renovatebot@schulze.network>
2025-05-10 20:07:28 +02:00
39473c413d fix(deps): update dependency lucide-react to ^0.509.0 2025-05-10 05:02:46 +00:00
379caf7932 fix(deps): update nextjs monorepo to v15.3.2 2025-05-10 04:02:54 +00:00
4473206a89 fix(deps): update dependency cssnano to v7.0.7 2025-05-10 03:03:25 +00:00
0ff852f891 chore(deps): update dependency turbo to v2.5.3 2025-05-10 02:03:32 +00:00
145c2b258d chore(deps): update dependency @types/react to v19.1.3 2025-05-10 01:05:09 +00:00
3170f35a0a chore(deps): update dependency @types/node to v22.15.17 2025-05-10 00:03:26 +00:00
aa57785c4d Merge branch 'dev' 2025-05-05 11:47:33 +02:00
2586100bc5 fix package.json 2025-05-05 11:47:24 +02:00
1d49a5dca7 fix(deps): update dependency lucide-react to ^0.507.0 2025-05-03 02:03:12 +00:00
62e4a7e6cd chore(deps): update dependency @types/react-dom to v19.1.3 2025-05-03 01:03:56 +00:00
8c75a824e4 chore(deps): update dependency @types/node to v22.15.3 2025-05-03 00:02:58 +00:00
31e3738ac8 fix(deps): update dependency lucide-react to ^0.503.0 2025-04-26 02:03:09 +00:00
705ddcb4fc chore(deps): update dependency @types/node to v22.15.2 2025-04-26 01:03:48 +00:00
a6368cbf07 chore(deps): update dependency turbo to v2.5.2 2025-04-26 00:02:58 +00:00
07725d8f75 fix(deps): update dependency postcss-preset-env to v10.1.6 2025-04-19 17:01:27 +00:00
214969b8e7 fix(deps): update dependency lucide-react to ^0.501.0 2025-04-19 03:03:36 +00:00
07e2893ae5 fix(deps): update nextjs monorepo to v15.3.1 2025-04-19 02:03:40 +00:00
a650f46e7b chore(deps): update dependency @types/react to v19.1.2 2025-04-19 01:04:20 +00:00
9d548ce385 chore(deps): update actions/setup-node digest to 49933ea 2025-04-19 00:03:16 +00:00
eb1fefa4e1 fix(deps): update dependency lucide-react to ^0.488.0 2025-04-13 13:02:13 +00:00
31613a8a1c fix(deps): update nextjs monorepo to v15.3.0 2025-04-12 03:03:42 +00:00
be9665fa05 fix(deps): update dependency sharp to v0.34.1 2025-04-12 02:03:52 +00:00
3c265409df chore(deps): update react monorepo 2025-04-12 01:04:25 +00:00
670bd5038c chore(deps): update dependency @types/node to v22.14.1 2025-04-12 00:03:38 +00:00
681169628c fix(deps): update dependency sharp to ^0.34.0 2025-04-05 05:03:04 +00:00
7ed243c68b fix(deps): update dependency lucide-react to ^0.487.0 2025-04-05 04:03:07 +00:00
e6f71e701d chore(deps): update react monorepo 2025-04-05 03:03:01 +00:00
89e8335fd9 chore(deps): update dependency turbo to v2.5.0 2025-04-05 02:03:31 +00:00
2014587dd5 chore(deps): update dependency typescript to v5.8.3 2025-04-05 01:04:42 +00:00
43f7294101 chore(deps): update dependency @types/node to v22.14.0 2025-04-05 00:03:13 +00:00
39247bfcbe fix(deps): update react monorepo to v19.1.0 2025-03-29 03:03:13 +00:00