chore(deps): bump vite-plus to v0.2.2#10
Conversation
commit: |
There was a problem hiding this comment.
Code Review
This pull request migrates the workspace to use a centralized pnpm catalog for managing vite and vite-plus dependencies, updating configurations in pnpm-workspace.yaml and various package.json files. Additionally, test imports in packages/bippy have been updated to use vite-plus/test instead of vitest, and the e2e fixture vite-app has been updated to use vite-plus commands and configuration. The review feedback correctly points out that vite-plus is missing from the dependencies of packages/e2e/fixtures/vite-app/package.json despite being used in its scripts and configuration.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| "@vitejs/plugin-react": "^4.3.4", | ||
| "typescript": "^5", | ||
| "vite": "^6" | ||
| "vite": "catalog:" |
There was a problem hiding this comment.
Summary
Bump
vite-plusand related packages to the pkg.pr.new prerelease build for v0.2.2 (registry-bridge commit build) to smoke-test the prerelease.vite-plus+vite(alias to@voidzero-dev/vite-plus-core) andvitestpinned to the commit build across deps / overrides / catalogsminimumReleaseAgeenabled with thevite-plus/@voidzero-dev/*/ oxc / oxlint stack excluded.npmrc(or.yarnrc.yml) points the package manager at the registry bridge (prerelease scaffolding)Test plan