Skip to content

Commit 5fca2ff

Browse files
committed
chore(deps): upgrade vitepress to 2.0.0-alpha.17 and vite to 8.x
Upgrades VitePress to 2.0.0-alpha.17 and Vite to 8.x (via pnpm override). Vite 8 uses rolldown instead of esbuild, eliminating the esbuild high-severity vulnerability (GHSA-gv7w-rqvm-qjhr). Adds oxc-minify as required by VitePress when using rolldown-vite. Forces esbuild to ^0.28.1 via pnpm override for any remaining transitive dependencies. Verified: docs build and render correctly via Playwright.
1 parent d7f5f31 commit 5fca2ff

2 files changed

Lines changed: 671 additions & 844 deletions

File tree

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"picomatch": "^4.0.4",
1111
"path-to-regexp": "^8.4.0",
1212
"lodash-es": "^4.18.0",
13-
"lodash": "^4.18.0"
13+
"lodash": "^4.18.0",
14+
"vite": "^8.0.0",
15+
"esbuild": "^0.28.1"
1416
}
1517
},
1618
"keywords": [
@@ -101,14 +103,15 @@
101103
"lint-staged": "^16.4.0",
102104
"multi-semantic-release": "^3.1.0",
103105
"mysql2": "^3.22.5",
106+
"oxc-minify": "^0.135.0",
104107
"pg": "^8.21.0",
105108
"prettier": "^3.8.3",
106109
"semantic-release": "^25.0.0",
107110
"sinon": "^21.1.2",
108111
"tap": "^21.7.4",
109112
"typescript": "^6.0.3",
110113
"ulid": "^3.0.2",
111-
"vitepress": "^1.6.4"
114+
"vitepress": "2.0.0-alpha.17"
112115
},
113116
"lint-staged": {
114117
"*.js": [

0 commit comments

Comments
 (0)