Skip to content

Commit 333061a

Browse files
committed
chore: upgrade vite to v8 and svelte vite plugin to v7
- bump vite from ^7.3.2 to ^8.0.8 - bump @sveltejs/vite-plugin-svelte from ^6.2.4 to ^7.0.0 - regenerate lockfile - update dependency upgrade plan progress Validation: - npm run lint - npm run check - npm run build
1 parent 84f607f commit 333061a

3 files changed

Lines changed: 249 additions & 280 deletions

File tree

docs/dependency-upgrade-plan.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ remaining major-version bump in a dedicated branch and PR.
99
| Package | Current | Target | Status | Branch |
1010
| ---------------------------------------- | ------- | ------------ | -------------- | ----------------------------------- |
1111
| Patch / minor updates (all except below) | various | latest minor | ✅ Done | `chore/update-dependencies-2026-04` |
12-
| `vite` | 7.x | 8.x | ⬜ Not started | |
13-
| `@sveltejs/vite-plugin-svelte` | 6.x | 7.x | ⬜ Not started | |
12+
| `vite` | 8.x | 8.x | ✅ Done | `chore/upgrade-vite-8` |
13+
| `@sveltejs/vite-plugin-svelte` | 7.x | 7.x | ✅ Done | `chore/upgrade-vite-8` |
1414
| `svelte-sitemap` | 2.x | 3.x | ⬜ Not started ||
1515
| `typescript` | 5.x | 6.x | ⬜ Not started ||
1616
| `@types/node` | 22.x | 25.x | ⬜ Not started ||
@@ -26,10 +26,14 @@ All non-breaking updates applied. All checks pass (`format`, `lint`, `check`, `b
2626

2727
---
2828

29-
## Phase 1 — vite 7 → 8 + @sveltejs/vite-plugin-svelte 6 → 7
29+
## Phase 1 — vite 7 → 8 + @sveltejs/vite-plugin-svelte 6 → 7
3030

3131
These two must be bumped together: `@sveltejs/vite-plugin-svelte` v7 requires `vite ^8`.
3232

33+
**Branch:** `chore/upgrade-vite-8`
34+
35+
**Result:** completed successfully. `npm run lint`, `npm run check`, and `npm run build` pass.
36+
3337
**Steps:**
3438

3539
1. Create branch `chore/upgrade-vite-8`

0 commit comments

Comments
 (0)