-
Notifications
You must be signed in to change notification settings - Fork 0
chore: revert Tailwind CSS from insiders to stable once Vite 8 support ships #390
Copy link
Copy link
Closed
Labels
type:choreMaintenance, cleanup, dependency updatesMaintenance, cleanup, dependency updates
Description
Context
PR #389 bumps 9 major npm dependencies in /web. The @tailwindcss/vite stable release (4.2.1) doesn't support Vite 8 yet — its peer dep is ^5.2.0 || ^6 || ^7.
Vite 8 support was merged on 2026-03-12 and is available in the insiders build 0.0.0-insiders.a4be983, but not in a stable release yet.
What was done
In PR #389, both tailwindcss and @tailwindcss/vite were temporarily pinned to 0.0.0-insiders.a4be983 to unblock the Vite 8 upgrade.
Action needed
Once a stable Tailwind CSS release ships with vite ^8 in the @tailwindcss/vite peer deps:
- Update
web/package.json:- Change
"@tailwindcss/vite": "0.0.0-insiders.a4be983"→"@tailwindcss/vite": "^4" - Change
"tailwindcss": "0.0.0-insiders.a4be983"→"tailwindcss": "^4" - Remove both
//tailwindcss-insidersand//tailwindcss-notecomment keys
- Change
- Run
npm installinweb/ - Verify all CI checks pass
How to check
npm view @tailwindcss/vite@latest peerDependencies --jsonLook for "vite": "... || ^8" in the output.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type:choreMaintenance, cleanup, dependency updatesMaintenance, cleanup, dependency updates