Skip to content

Commit 647940c

Browse files
dependabot[bot]Copilotyansongda
authored
build(deps-dev): bump web frontend dependencies to latest (#1117)
* build(deps-dev): bump vite from 7.1.6 to 7.1.11 in /web Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.6 to 7.1.11. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.1.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): bump web frontend dependencies to latest (#1128) * Initial plan * build(deps-dev): update all web frontend dependencies to latest versions Co-authored-by: yansongda <11869114+yansongda@users.noreply.github.com> * fix: add .node-version to require Node 20 for vite 8.x compatibility Co-authored-by: yansongda <11869114+yansongda@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: yansongda <11869114+yansongda@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: yansongda <11869114+yansongda@users.noreply.github.com>
1 parent 57eaeff commit 647940c

File tree

3 files changed

+864
-751
lines changed

3 files changed

+864
-751
lines changed

web/.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20

web/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@
66
"web:serve": "vitepress serve"
77
},
88
"devDependencies": {
9-
"@types/node": "^24.5.2",
9+
"@types/node": "^25.5.0",
1010
"fast-glob": "^3.3.3",
11-
"sass": "^1.92.1",
12-
"vite": "^7.1.6",
11+
"sass": "^1.98.0",
12+
"vite": "^8.0.1",
1313
"vitepress": "^1.6.4",
14-
"vue": "^3.5.21"
14+
"vue": "^3.5.30"
15+
},
16+
"engines": {
17+
"node": ">=20.12.0"
1518
},
1619
"pnpm": {
1720
"peerDependencyRules": {

0 commit comments

Comments
 (0)