chore(deps): update tailwindcss monorepo to v4.2.4 #158

Open
ticktock_depbot wants to merge 1 commit from renovate/tailwindcss-monorepo into main
Collaborator

This PR contains the following updates:

Package Type Update Change
@tailwindcss/vite (source) devDependencies patch 4.2.2 -> 4.2.4
tailwindcss (source) devDependencies patch 4.2.2 -> 4.2.4

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.2.4

Compare Source

Fixed
  • Ensure imports in @import and @plugin still resolve correctly when using Vite aliases in @tailwindcss/vite (#​19947)

v4.2.3

Compare Source

Fixed
  • Canonicalization: improve canonicalizations for tracking-* utilities by preferring non-negative utilities (e.g. -tracking-tightertracking-wider) (#​19827)
  • Fix crash due to invalid characters in candidate (exceeding valid unicode code point range) (#​19829)
  • Ensure query params in imports are considered unique resources when using @tailwindcss/webpack (#​19723)
  • Canonicalization: collapse arbitrary values into shorthand utilities (e.g. px-[1.2rem] py-[1.2rem]p-[1.2rem]) (#​19837)
  • Canonicalization: collapse border-{t,b}-* into border-y-*, border-{l,r}-* into border-x-*, and border-{t,r,b,l}-* into border-* (#​19842)
  • Canonicalization: collapse scroll-m{t,b}-* into scroll-my-*, scroll-m{l,r}-* into scroll-mx-*, and scroll-m{t,r,b,l}-* into scroll-m-* (#​19842)
  • Canonicalization: collapse scroll-p{t,b}-* into scroll-py-*, scroll-p{l,r}-* into scroll-px-*, and scroll-p{t,r,b,l}-* into scroll-p-* (#​19842)
  • Canonicalization: collapse overflow-{x,y}-* into overflow-* (#​19842)
  • Canonicalization: collapse overscroll-{x,y}-* into overscroll-* (#​19842)
  • Read from --placeholder-color instead of --background-color for placeholder-* utilities (#​19843)
  • Upgrade: ensure files are not emptied out when killing the upgrade process while it's running (#​19846)
  • Upgrade: use config.content when migrating from Tailwind CSS v3 to Tailwind CSS v4 (#​19846)
  • Upgrade: never migrate files that are ignored by git (#​19846)
  • Add .env and .env.* to default ignored content files (#​19846)
  • Canonicalization: migrate overflow-ellipsis into text-ellipsis (#​19849)
  • Canonicalization: migrate start-fullinset-s-full, start-autoinset-s-auto, start-pxinset-s-px, and start-<number>inset-s-<number> as well as negative versions (#​19849)
  • Canonicalization: migrate end-fullinset-e-full, end-autoinset-e-auto, end-pxinset-e-px, and end-<number>inset-e-<number> as well as negative versions (#​19849)
  • Canonicalization: move the - sign inside the arbitrary value -left-[9rem]left-[-9rem] (#​19858)
  • Canonicalization: move the - sign outside the arbitrary value ml-[calc(-1*var(--width))]-ml-(--width) (#​19858)
  • Improve performance when scanning JSONL / NDJSON files (#​19862)
  • Support NODE_PATH environment variable in standalone CLI (#​19617)

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


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@tailwindcss/vite](https://tailwindcss.com) ([source](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite)) | devDependencies | patch | [`4.2.2` -> `4.2.4`](https://renovatebot.com/diffs/npm/@tailwindcss%2fvite/4.2.2/4.2.4) | | [tailwindcss](https://tailwindcss.com) ([source](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss)) | devDependencies | patch | [`4.2.2` -> `4.2.4`](https://renovatebot.com/diffs/npm/tailwindcss/4.2.2/4.2.4) | --- ### Release Notes <details> <summary>tailwindlabs/tailwindcss (@&#8203;tailwindcss/vite)</summary> ### [`v4.2.4`](https://github.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#424---2026-04-21) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v4.2.3...v4.2.4) ##### Fixed - Ensure imports in `@import` and `@plugin` still resolve correctly when using Vite aliases in `@tailwindcss/vite` ([#&#8203;19947](https://github.com/tailwindlabs/tailwindcss/pull/19947)) ### [`v4.2.3`](https://github.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#423---2026-04-20) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v4.2.2...v4.2.3) ##### Fixed - Canonicalization: improve canonicalizations for `tracking-*` utilities by preferring non-negative utilities (e.g. `-tracking-tighter` → `tracking-wider`) ([#&#8203;19827](https://github.com/tailwindlabs/tailwindcss/pull/19827)) - Fix crash due to invalid characters in candidate (exceeding valid unicode code point range) ([#&#8203;19829](https://github.com/tailwindlabs/tailwindcss/pull/19829)) - Ensure query params in imports are considered unique resources when using `@tailwindcss/webpack` ([#&#8203;19723](https://github.com/tailwindlabs/tailwindcss/pull/19723)) - Canonicalization: collapse arbitrary values into shorthand utilities (e.g. `px-[1.2rem] py-[1.2rem]` → `p-[1.2rem]`) ([#&#8203;19837](https://github.com/tailwindlabs/tailwindcss/pull/19837)) - Canonicalization: collapse `border-{t,b}-*` into `border-y-*`, `border-{l,r}-*` into `border-x-*`, and `border-{t,r,b,l}-*` into `border-*` ([#&#8203;19842](https://github.com/tailwindlabs/tailwindcss/pull/19842)) - Canonicalization: collapse `scroll-m{t,b}-*` into `scroll-my-*`, `scroll-m{l,r}-*` into `scroll-mx-*`, and `scroll-m{t,r,b,l}-*` into `scroll-m-*` ([#&#8203;19842](https://github.com/tailwindlabs/tailwindcss/pull/19842)) - Canonicalization: collapse `scroll-p{t,b}-*` into `scroll-py-*`, `scroll-p{l,r}-*` into `scroll-px-*`, and `scroll-p{t,r,b,l}-*` into `scroll-p-*` ([#&#8203;19842](https://github.com/tailwindlabs/tailwindcss/pull/19842)) - Canonicalization: collapse `overflow-{x,y}-*` into `overflow-*` ([#&#8203;19842](https://github.com/tailwindlabs/tailwindcss/pull/19842)) - Canonicalization: collapse `overscroll-{x,y}-*` into `overscroll-*` ([#&#8203;19842](https://github.com/tailwindlabs/tailwindcss/pull/19842)) - Read from `--placeholder-color` instead of `--background-color` for `placeholder-*` utilities ([#&#8203;19843](https://github.com/tailwindlabs/tailwindcss/pull/19843)) - Upgrade: ensure files are not emptied out when killing the upgrade process while it's running ([#&#8203;19846](https://github.com/tailwindlabs/tailwindcss/pull/19846)) - Upgrade: use `config.content` when migrating from Tailwind CSS v3 to Tailwind CSS v4 ([#&#8203;19846](https://github.com/tailwindlabs/tailwindcss/pull/19846)) - Upgrade: never migrate files that are ignored by git ([#&#8203;19846](https://github.com/tailwindlabs/tailwindcss/pull/19846)) - Add `.env` and `.env.*` to default ignored content files ([#&#8203;19846](https://github.com/tailwindlabs/tailwindcss/pull/19846)) - Canonicalization: migrate `overflow-ellipsis` into `text-ellipsis` ([#&#8203;19849](https://github.com/tailwindlabs/tailwindcss/pull/19849)) - Canonicalization: migrate `start-full` → `inset-s-full`, `start-auto` → `inset-s-auto`, `start-px` → `inset-s-px`, and `start-<number>` → `inset-s-<number>` as well as negative versions ([#&#8203;19849](https://github.com/tailwindlabs/tailwindcss/pull/19849)) - Canonicalization: migrate `end-full` → `inset-e-full`, `end-auto` → `inset-e-auto`, `end-px` → `inset-e-px`, and `end-<number>` → `inset-e-<number>` as well as negative versions ([#&#8203;19849](https://github.com/tailwindlabs/tailwindcss/pull/19849)) - Canonicalization: move the `-` sign inside the arbitrary value `-left-[9rem]` → `left-[-9rem]` ([#&#8203;19858](https://github.com/tailwindlabs/tailwindcss/pull/19858)) - Canonicalization: move the `-` sign outside the arbitrary value `ml-[calc(-1*var(--width))]` → `-ml-(--width)` ([#&#8203;19858](https://github.com/tailwindlabs/tailwindcss/pull/19858)) - Improve performance when scanning JSONL / NDJSON files ([#&#8203;19862](https://github.com/tailwindlabs/tailwindcss/pull/19862)) - Support `NODE_PATH` environment variable in standalone CLI ([#&#8203;19617](https://github.com/tailwindlabs/tailwindcss/pull/19617)) </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 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update dependency tailwindcss to v4.2.3
All checks were successful
/ check-changes (pull_request) Successful in 1m23s
/ build (pull_request) Successful in 3m32s
4a4438cffd
ticktock_depbot force-pushed renovate/tailwindcss-monorepo from 4a4438cffd
All checks were successful
/ check-changes (pull_request) Successful in 1m23s
/ build (pull_request) Successful in 3m32s
to 467f7a3c78
Some checks failed
/ check-changes (pull_request) Successful in 1m23s
/ build (pull_request) Failing after 2m37s
2026-04-20 21:00:25 +00:00
Compare
ticktock_depbot changed title from chore(deps): update dependency tailwindcss to v4.2.3 to chore(deps): update tailwindcss monorepo to v4.2.3 2026-04-20 21:00:28 +00:00
ticktock_depbot force-pushed renovate/tailwindcss-monorepo from 467f7a3c78
Some checks failed
/ check-changes (pull_request) Successful in 1m23s
/ build (pull_request) Failing after 2m37s
to 9306f8eb5d
Some checks failed
/ check-changes (pull_request) Successful in 1m19s
/ build (pull_request) Failing after 4m32s
2026-04-20 22:09:32 +00:00
Compare
ticktock_depbot force-pushed renovate/tailwindcss-monorepo from 9306f8eb5d
Some checks failed
/ check-changes (pull_request) Successful in 1m19s
/ build (pull_request) Failing after 4m32s
to fa1331d877
Some checks failed
/ check-changes (pull_request) Successful in 56s
/ build (pull_request) Failing after 1m59s
2026-04-20 22:44:33 +00:00
Compare
ticktock_depbot changed title from chore(deps): update tailwindcss monorepo to v4.2.3 to chore(deps): update tailwindcss monorepo to v4.2.4 2026-04-21 13:34:30 +00:00
ticktock_depbot force-pushed renovate/tailwindcss-monorepo from fa1331d877
Some checks failed
/ check-changes (pull_request) Successful in 56s
/ build (pull_request) Failing after 1m59s
to a53b8d0188
Some checks failed
/ check-changes (pull_request) Successful in 4s
/ build (pull_request) Failing after 3m55s
2026-04-21 13:34:30 +00:00
Compare
ticktock_depbot force-pushed renovate/tailwindcss-monorepo from a53b8d0188
Some checks failed
/ check-changes (pull_request) Successful in 4s
/ build (pull_request) Failing after 3m55s
to 2ef7483c76
Some checks failed
/ check-changes (pull_request) Successful in 4s
/ build (pull_request) Failing after 2m43s
2026-04-21 13:39:32 +00:00
Compare
ticktock_depbot force-pushed renovate/tailwindcss-monorepo from 2ef7483c76
Some checks failed
/ check-changes (pull_request) Successful in 4s
/ build (pull_request) Failing after 2m43s
to 96c834d666
Some checks failed
/ check-changes (pull_request) Successful in 56s
/ build (pull_request) Failing after 3m0s
renovate/artifacts Artifact file update failure
2026-04-23 17:29:33 +00:00
Compare
ticktock_depbot force-pushed renovate/tailwindcss-monorepo from 96c834d666
Some checks failed
/ check-changes (pull_request) Successful in 56s
/ build (pull_request) Failing after 3m0s
renovate/artifacts Artifact file update failure
to 77c7f3ae8c
Some checks failed
/ check-changes (pull_request) Successful in 56s
/ build (pull_request) Failing after 41s
2026-04-29 18:29:47 +00:00
Compare
Some checks failed
/ check-changes (pull_request) Successful in 56s
/ build (pull_request) Failing after 41s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/tailwindcss-monorepo:renovate/tailwindcss-monorepo
git switch renovate/tailwindcss-monorepo

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/tailwindcss-monorepo
git switch renovate/tailwindcss-monorepo
git rebase main
git switch main
git merge --ff-only renovate/tailwindcss-monorepo
git switch renovate/tailwindcss-monorepo
git rebase main
git switch main
git merge --no-ff renovate/tailwindcss-monorepo
git switch main
git merge --squash renovate/tailwindcss-monorepo
git switch main
git merge --ff-only renovate/tailwindcss-monorepo
git switch main
git merge renovate/tailwindcss-monorepo
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
btclock/webui!158
No description provided.