Skip to content

fix(deps): bump vite to 7.3.2#1120

Merged
justinvdm merged 3 commits intomainfrom
fix/vite-7.3.2-security-update
Apr 7, 2026
Merged

fix(deps): bump vite to 7.3.2#1120
justinvdm merged 3 commits intomainfrom
fix/vite-7.3.2-security-update

Conversation

@justinvdm
Copy link
Copy Markdown
Collaborator

@justinvdm justinvdm commented Apr 7, 2026

Context

Bumps vite across the monorepo to 7.3.2 in preparation for an upcoming minor release. This applies to all workspace packages that declare a vite dependency.

What Changed

41 package.json files updated across the monorepo:

  • playground/* (29 packages) — "vite": "7.3.1""vite": "~7.3.2"
  • community/playground/* (5 packages) — same
  • starter, docs, sdk (5 packages) — "vite": "~7.3.1""vite": "~7.3.2"

Root pnpm override updated to point to the new version.

Lockfile updated to reflect vite@7.3.2 across all workspaces.

Details

All playgrounds, starter, community workspaces, docs, and the SDK are now pinned to vite@~7.3.2. Root-level dev tooling (vitest chain) also resolved to the same version.

Consumers

No action required. The SDK's peer dependency range already accepts 7.3.2:

"peerDependencies": {
  "vite": "^6.2.6 || 7.x"
}

Consumers running pnpm install will resolve vite@7.3.2 automatically if no direct pin is in place. No breaking changes — this is a patch bump within the existing semver range.

Three HIGH/MODERATE severity advisories affect Vite <=7.3.1:
- GHSA-p9ff-h696-f583 (High): Arbitrary file read via dev server WS
- GHSA-v2wj-q39q-566r (High): server.fs.deny bypass with queries
- GHSA-4w7w-66w2-5vf9 (Moderate): Path traversal in optimized deps .map

All patched in 7.3.2.

Context
-------
Updated 41 package.json files across playgrounds, community,
starter, docs, and SDK to pin vite@~7.3.2. Also updated the root
pnpm override from vite@7.1.9->7.3.1 to vite@7.3.1->7.3.2 to
intercept the vitest->@antfu/eslint-config transitive chain.

Consumers
---------
The SDK's peer dep range ("vite": "^6.2.6 || 7.x") already accepts
7.3.2. No SDK changes needed for consumers to receive the patched
version. The SDK's own dev dependency also updated to ~7.3.2.
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 7, 2026

Deploying redwood-sdk-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 92b79d6
Status: ✅  Deploy successful!
Preview URL: https://7e5c492e.redwood-sdk-docs.pages.dev
Branch Preview URL: https://fix-vite-7-3-2-security-upda.redwood-sdk-docs.pages.dev

View logs

Bumps vite across the monorepo to 7.3.2, including updated
wrangler versions from main merge.
@justinvdm justinvdm merged commit 0dc1d73 into main Apr 7, 2026
12 checks passed
@justinvdm
Copy link
Copy Markdown
Collaborator Author

Released as part of v1.0.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant