Commit 04c455d
chore(deps): bump vite 7.3.2 → 8.0.10 (and plugin-react 5 → 6) (#1105)
Earlier dependabot attempt (#977) bumped vite alone to 8.x but kept
@vitejs/plugin-react at v5, which broke the JSX automatic runtime in
some test files (TaskListItem, EditRenderer, EditFilesRenderer all
threw "ReferenceError: React is not defined"). plugin-react v6 is the
release built for vite 8 and resolves it without code changes.
Also lifts the pnpm override `vite: ">=7.3.2 <8"` to `">=8.0.10 <9"`
so transitive consumers (storybook, vitest, etc.) resolve onto v8.
#1083 ("big-bang dep bumps") explicitly excluded vite to avoid this
cascade — this PR addresses it as a focused follow-up.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 3074df4 commit 04c455d
3 files changed
Lines changed: 325 additions & 254 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments