Commit 64163bb
committed
fix(deps): upgrade to latest stable — vite 8, vitest 4, vite-plugin-dts 4
Upgrades all build tooling to latest stable versions:
- vite: ^5.4.21 → ^8.0.8 (with rolldown bundler, much faster builds)
- vitest: ^1.5.2 → ^4.1.4 (vitest 4 requires vite 6+)
- vite-plugin-dts: ^3.9.0 → ^4.5.4
- @types/node: ^20.12.7 → ^22.0.0 (vite 8 peer dep requirement)
Migration change in vite.config.ts:
- target: 'modules' → 'es2020' (rolldown no longer accepts the vite-specific
'modules' shorthand; es2020 is the direct equivalent)
All security CVEs from PR #43 are covered. vitest 4.x itself requires
vite >=6, confirming the full stack upgrade was the right approach.
Supersedes: #431 parent 350c69f commit 64163bb
3 files changed
Lines changed: 741 additions & 990 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
0 commit comments