chore: upgrade VitePress and pin patched transitive deps - #6
Merged
Conversation
Bump VitePress to 2.0.0-alpha.19 with Vite 8, and pin postcss/nanoid/esbuild to patched versions. Declare the Node engines required by Vite 8. Co-authored-by: Cursor <cursoragent@cursor.com>
There was a problem hiding this comment.
Pull request overview
This PR upgrades the documentation toolchain (VitePress/Vite) and uses npm overrides to pin specific transitive dependency versions, while also declaring a stricter supported Node.js engine range.
Changes:
- Upgrade
vitepressfrom^2.0.0-alpha.17to2.0.0-alpha.19. - Add
engines.nodeconstraint:^20.19.0 || >=22.12.0. - Add npm
overridesto pinvite,esbuild,postcss, andnanoid, and update the lockfile accordingly.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Pins VitePress and adds Node engine + overrides for patched transitive deps. |
| package-lock.json | Updates locked dependency graph to match the new VitePress/Vite versions and overrides. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Summary
^2.0.0-alpha.17→2.0.0-alpha.19(Vite 8)vite8.2.2,esbuild0.28.2,postcss8.5.26,nanoid3.3.18 via npmoverridesengines.nodeas^20.19.0 || >=22.12.0npm ci)Test plan
npm installnpm run docs:buildnpm audit— 0 vulnerabilitiesMade with Cursor