Skip to content

Commit 04c455d

Browse files
mistercrunchclaude
andauthored
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

File tree

apps/agor-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
"@types/node": "^24.6.0",
6565
"@types/react": "^18.3.26",
6666
"@types/react-dom": "^18.3.7",
67-
"@vitejs/plugin-react": "^5.1.4",
67+
"@vitejs/plugin-react": "^6.0.1",
6868
"jsdom": "^27.0.0",
6969
"storybook": "^9.1.17",
7070
"typescript": "~5.9.3",
71-
"vite": "^7.3.1",
71+
"vite": "^8.0.10",
7272
"vite-plugin-compression": "^0.5.1",
7373
"vitest": "^4.1.5"
7474
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"storybook": ">=9.1.19 <10",
9696
"systeminformation": ">=5.31.0 <6",
9797
"undici": ">=7.25.0 <8",
98-
"vite": ">=7.3.2 <8",
98+
"vite": ">=8.0.10 <9",
9999
"yaml": ">=2.8.3 <3",
100100
"zod": "^4.3.6"
101101
},

0 commit comments

Comments
 (0)