chore(deps): bump vite-plus to v0.2.2#11
Conversation
commit: |
There was a problem hiding this comment.
Code Review
This pull request adds a registry bridge to .npmrc, configures release age exclusions in pnpm-workspace.yaml, and pins vite and vite-plus to specific commit versions. It also adds vitest to the test application's dependencies and updates its version in the workspace catalog. The reviewer advises that since Vite+ v0.2.0 transitively manages vitest directly, manually declaring vitest in package.json and cataloging/overriding it in pnpm-workspace.yaml is redundant and should be removed.
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.
| "@playwright/test": "1.60.0", | ||
| "vitest": "catalog:" |
There was a problem hiding this comment.
Starting with Vite+ v0.2.0, the @voidzero-dev/vite-plus-test wrapper has been removed, and vite-plus now transitively installs and manages the upstream vitest dependency directly. As a result, you no longer need to manually declare vitest in your package dependencies. Removing it prevents potential version mismatch issues and simplifies your dependency tree.
"@playwright/test": "1.60.0"| vite: npm:@voidzero-dev/vite-plus-core@0.0.0-commit.1d7ba811f0e456640b0e761e8e8acf77d1ad3251 | ||
| vitest: 4.1.9 | ||
| vite-plus: 0.0.0-commit.1d7ba811f0e456640b0e761e8e8acf77d1ad3251 |
There was a problem hiding this comment.
Since Vite+ v0.2.0+ consumes upstream vitest directly and the @voidzero-dev/vite-plus-test wrapper has been removed, you no longer need to override or catalog vitest. You should remove vitest from the catalog here, and also remove vitest: 'catalog:' from the overrides section below to clean up unused configuration.
vite: npm:@voidzero-dev/vite-plus-core@0.0.0-commit.1d7ba811f0e456640b0e761e8e8acf77d1ad3251
vite-plus: 0.0.0-commit.1d7ba811f0e456640b0e761e8e8acf77d1ad3251
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