chore: upgrade VitePress, wrangler, and fix security advisories - #63
Merged
Merged
Conversation
Bump VitePress to 2.0.0-alpha.19, TypeScript 7, wrangler, and workers-types. Pin postcss/nanoid/esbuild/undici to patched versions and allow esbuild/workerd builds. Co-authored-by: Cursor <cursoragent@cursor.com>
There was a problem hiding this comment.
Pull request overview
This PR upgrades the docs/build toolchain (VitePress/Vite/Vue/TypeScript) and Cloudflare tooling (wrangler/workers-types), while tightening dependency versions via pnpm overrides to address security advisories.
Changes:
- Bumped VitePress to
2.0.0-alpha.19(bringing in Vite 8), plus Vue and TypeScript upgrades. - Upgraded Cloudflare tooling (
wrangler,@cloudflare/workers-types) and refreshed the lockfile accordingly. - Updated pnpm to
10.33.0, addedengines.node, and pinned/overrode several packages (e.g.,vite,esbuild,postcss,nanoid,undici), plus allowlisted postinstall builds foresbuildandworkerd.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Upgrades toolchain deps, updates pnpm version, adds Node engine range, and introduces pnpm overrides/onlyBuiltDependencies. |
| pnpm-lock.yaml | Updates resolved dependency graph/versions to match upgraded toolchain and security-related overrides. |
💡 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.19.15.0→10.33.0vite8.2.2,esbuild0.28.2,postcss8.5.26,nanoid3.3.18,undici>=8.9.0esbuildandworkerdpostinstall scriptsengines.nodeas^20.19.0 || >=22.12.0Test plan
pnpm typecheckpnpm docs:buildpnpm audit --registry https://registry.npmjs.org— 0 vulnerabilitiesMade with Cursor