Skip to content

Commit 0020760

Browse files
committed
Bump Vite and @rsbuild; regen pnpm lock
Upgrade Vite to ^8.0.10 and remove the pnpm override for rolldown-vite in package.json. Bump @rsbuild/core (to ^2.0.3) and @rsbuild/plugin-vue (to ^1.2.7) in packages/ui/package.json. Regenerate pnpm-lock.yaml to reflect these upgrades and the resulting transitive dependency updates (e.g. vite, rolldown/plugin bindings, rspack, @emnapi, @napi-rs/wasm-runtime and others). These changes align the project with Vite v8 and newer rsbuild/plugin versions for compatibility and dependency updates.
1 parent 61683b8 commit 0020760

3 files changed

Lines changed: 521 additions & 1068 deletions

File tree

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,10 @@
3030
"husky": "^9.1.7",
3131
"lint-staged": "^16.2.6",
3232
"typescript": "~5.3.3",
33-
"vite": "^7.2.2",
33+
"vite": "^8.0.10",
3434
"vite-plugin-dts": "^4.5.4"
3535
},
3636
"packageManager": "pnpm@10.20.0",
37-
"pnpm": {
38-
"overrides": {
39-
"vite": "npm:rolldown-vite@7.0.10"
40-
}
41-
},
4237
"dependencies": {
4338
"shiki": "^3.15.0"
4439
}

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
},
1616
"devDependencies": {
1717
"@halo-dev/ui-plugin-bundler-kit": "^2.21.2",
18-
"@rsbuild/core": "^1.6.3",
19-
"@rsbuild/plugin-vue": "^1.2.0",
18+
"@rsbuild/core": "^2.0.3",
19+
"@rsbuild/plugin-vue": "^1.2.7",
2020
"@types/node": "^20.19.24",
2121
"@vue/tsconfig": "^0.7.0",
2222
"typescript": "~5.8.3",

0 commit comments

Comments
 (0)