Upgrade Vite from 6.4.2 to 8.0.8

Vite 8 ships Rolldown as its Rust-based bundler, replacing esbuild+Rollup.
Removed the esbuild override from pnpm-workspace.yaml since Vite 8 no longer
uses esbuild for bundling. All plugins (@react-router/dev, @tailwindcss/vite,
@sentry/vite-plugin, @vitejs/plugin-basic-ssl) support Vite 8.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-04-10 22:52:43 +02:00
parent d7db09f13e
commit 06949fc7b5
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9
2 changed files with 302 additions and 28 deletions

View file

@ -14,11 +14,8 @@ catalog:
tailwindcss: ^4.1.7
"@tailwindcss/vite": ^4.1.7
typescript: ^5.8.3
vite: ^6.4.2
vite: ^8.0.8
drizzle-orm: ^0.45.2
drizzle-kit: ^0.31.0
drizzle-postgis: ^1.1.0
postgres: ^3.4.9
overrides:
esbuild: ">=0.25.0"