chore: upgrade VitePress and pin patched transitive deps (#190)

Bump VitePress to 2.0.0-alpha.19 with Vite 8, pin postcss/nanoid/esbuild,
and raise the local-search chunk warning limit for this large doc set.
pull/191/head
Libin YANG 2 weeks ago committed by GitHub
parent 3facefba32
commit 97bf25861b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -515,5 +515,10 @@ export default defineConfig({
socialLinks: [ socialLinks: [
{ icon: 'github', link: 'https://github.com/doocs/source-code-hunter' } { icon: 'github', link: 'https://github.com/doocs/source-code-hunter' }
], ],
} },
vite: {
build: {
chunkSizeWarningLimit: 2000,
},
},
}) })

@ -3,6 +3,9 @@
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"packageManager": "pnpm@11.9.0", "packageManager": "pnpm@11.9.0",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": { "scripts": {
"docs:dev": "vitepress dev docs", "docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs", "docs:build": "vitepress build docs",
@ -12,6 +15,6 @@
"vitepress-plugin-comment-with-giscus": "^1.1.15" "vitepress-plugin-comment-with-giscus": "^1.1.15"
}, },
"devDependencies": { "devDependencies": {
"vitepress": "2.0.0-alpha.17" "vitepress": "2.0.0-alpha.19"
} }
} }

File diff suppressed because it is too large Load Diff

@ -5,8 +5,10 @@ allowBuilds:
esbuild: true esbuild: true
overrides: overrides:
esbuild: 0.28.1 esbuild: 0.28.2
mdast-util-to-hast: 13.2.1 mdast-util-to-hast: 13.2.1
nanoid: 3.3.18
picomatch: 4.0.4 picomatch: 4.0.4
postcss: 8.5.15 postcss: 8.5.26
rollup: 4.62.2 rollup: 4.62.2
vite: 8.2.2

Loading…
Cancel
Save