chore: upgrade VitePress, wrangler, and pin patched deps - #256
Merged
Conversation
Bump VitePress to 2.0.0-alpha.19, TypeScript 7, wrangler, and workers-types. Pin vite/esbuild/postcss/nanoid to patched versions via pnpm-workspace.yaml. Co-authored-by: Cursor <cursoragent@cursor.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s docs/build toolchain dependencies (VitePress/Vite, TypeScript, Vue, Cloudflare wrangler/workers-types) and applies workspace-level override pins for several patched transitive dependencies.
Changes:
- Upgraded VitePress to
2.0.0-alpha.19(bringing in Vite 8) and updated related frontend/tooling deps (TypeScript 7, Vue 3.5.41). - Upgraded Cloudflare tooling (
wrangler,@cloudflare/workers-types) and refreshed the lockfile accordingly. - Switched PNPM overrides from ranges to exact pins for
vite,esbuild,postcss, andnanoid.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Pins specific dependency versions via PNPM overrides. |
| pnpm-lock.yaml | Lockfile updates reflecting the upgraded toolchain and pinned overrides. |
| package.json | Updates core devDependencies and declares supported Node.js engine range. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+3
to
+5
| "engines": { | ||
| "node": "^20.19.0 || >=22.12.0" | ||
| }, |
2 tasks
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)^7.0.2, Vue^3.5.41, wrangler^4.125.0,@cloudflare/workers-types^5.20260823.1vite8.2.2,esbuild0.28.2,postcss8.5.26,nanoid3.3.18 inpnpm-workspace.yamlengines.nodeas^20.19.0 || >=22.12.0Test plan
pnpm typecheckpnpm docs:buildpnpm audit --registry https://registry.npmjs.org— 0 vulnerabilitiesMade with Cursor