chore(deps): upgrade vitepress to 2.0.0-alpha.17 and vite to 8.x#163
Merged
Conversation
Uses pnpm overrides to force patched versions of transitive dependencies with known high-severity vulnerabilities: - picomatch: ^4.0.4 (ReDoS, GHSA-c2c7-rcm5-vvqj) - path-to-regexp: ^8.4.0 (DoS, GHSA-j3q9-mxjg-w52f) - lodash-es: ^4.18.0 (code injection, GHSA-r5fr-rjxr-66jc) - lodash: ^4.18.0 (code injection, GHSA-r5fr-rjxr-66jc) - esbuild: ^0.28.1 (RCE, GHSA-gv7w-rqvm-qjhr) - fastify: ^5.8.5 (validation bypass, GHSA-247c-9743-5963) All 6 high-severity advisories are now resolved. Remaining vulnerabilities are 18 moderate and 1 low, all in dev dependencies.
Run pnpm audit --audit-level=high in the lint job to catch severe vulnerabilities before they reach the main branch.
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.
Deploying idempot-js with
|
| Latest commit: |
4ad835d
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e5cede50.idempot-js.pages.dev |
| Branch Preview URL: | https://feat-vitepress-2x.idempot-js.pages.dev |
mroderick
marked this pull request as ready for review
June 13, 2026 17:13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Combines two supply chain security improvements:
1. CI audit step
Runs
pnpm audit --audit-level=highin the lint job to catch severevulnerabilities before they reach the main branch.
2. VitePress + Vite upgrade
Vite 8 uses rolldown instead of esbuild, eliminating the esbuild
high-severity vulnerability (GHSA-gv7w-rqvm-qjhr) that was blocking CI.
Verified:
pnpm run docs:build)pnpm audit --audit-level=highpasses (0 high-severity)