Skip to content

Commit 857cf0d

Browse files
authored
Revert tailwindcss v4 update (#16075)
## Summary Revert the v4 update for now until the codebase is updated (#16069). Update renovate config to disable updating it. ## Test Plan ```console $ npx --yes --package renovate -- renovate-config-validator (node:98977) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use `node --trace-deprecation ...` to show where the warning was created) INFO: Validating .github/renovate.json5 INFO: Config validated successfully ``` And run `npm run build` in the `playground/` directory.
1 parent 0f1eb1e commit 857cf0d

File tree

3 files changed

+899
-17
lines changed

3 files changed

+899
-17
lines changed

.github/renovate.json5

+6
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@
5858
description: "Disable PRs updating GitHub runners (e.g. 'runs-on: macos-14')",
5959
enabled: false,
6060
},
61+
{
62+
// TODO: Remove this once the codebase is upgrade to v4 (https://github.com/astral-sh/ruff/pull/16069)
63+
matchPackageNames: ["tailwindcss"],
64+
matchManagers: ["npm"],
65+
enabled: false,
66+
},
6167
{
6268
// Disable updates of `zip-rs`; intentionally pinned for now due to ownership change
6369
// See: https://github.com/astral-sh/uv/issues/3642

0 commit comments

Comments
 (0)