chore(deps): bump vite-plus to v0.2.2#7
Conversation
There was a problem hiding this comment.
Code Review
This pull request configures a custom registry bridge in .npmrc, updates package dependencies to use the pnpm catalog, defines release exclusion rules in pnpm-workspace.yaml, and updates test files to import vi from vite-plus/test instead of vitest. The reviewer suggests several cleanups: removing redundant commit-pinned versions from the minimumReleaseAgeExclude list, and removing direct devDependencies (@vitest/coverage-v8, vite, and vitest) along with their catalog entries, as they are transitively managed by vite-plus.
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.
| - rolldown | ||
| - "@voidzero-dev/vite-plus-core@0.0.0-commit.1d7ba811f0e456640b0e761e8e8acf77d1ad3251" | ||
| - "@voidzero-dev/vite-plus-darwin-arm64@0.0.0-commit.1d7ba811f0e456640b0e761e8e8acf77d1ad3251" | ||
| - "@voidzero-dev/vite-plus-darwin-x64@0.0.0-commit.1d7ba811f0e456640b0e761e8e8acf77d1ad3251" | ||
| - "@voidzero-dev/vite-plus-linux-arm64-gnu@0.0.0-commit.1d7ba811f0e456640b0e761e8e8acf77d1ad3251" | ||
| - "@voidzero-dev/vite-plus-linux-arm64-musl@0.0.0-commit.1d7ba811f0e456640b0e761e8e8acf77d1ad3251" | ||
| - "@voidzero-dev/vite-plus-linux-x64-gnu@0.0.0-commit.1d7ba811f0e456640b0e761e8e8acf77d1ad3251" | ||
| - "@voidzero-dev/vite-plus-linux-x64-musl@0.0.0-commit.1d7ba811f0e456640b0e761e8e8acf77d1ad3251" | ||
| - "@voidzero-dev/vite-plus-win32-arm64-msvc@0.0.0-commit.1d7ba811f0e456640b0e761e8e8acf77d1ad3251" | ||
| - "@voidzero-dev/vite-plus-win32-x64-msvc@0.0.0-commit.1d7ba811f0e456640b0e761e8e8acf77d1ad3251" | ||
| - "vite-plus@0.0.0-commit.1d7ba811f0e456640b0e761e8e8acf77d1ad3251" |
There was a problem hiding this comment.
The specific commit-pinned versions for @voidzero-dev/vite-plus-* and vite-plus are redundant because the wildcard patterns "@voidzero-dev/*" and vite-plus are already defined in the minimumReleaseAgeExclude list. Removing these specific versions simplifies the configuration and prevents it from becoming stale on future updates.
- rolldown| "devDependencies": { | ||
| "@vitest/coverage-v8": "^4.1.6", | ||
| "@vitest/coverage-v8": "catalog:", | ||
| "async": "^3.2.6", |
There was a problem hiding this comment.
Since vite-plus transitively manages and ships vitest and its coverage tools, @vitest/coverage-v8 does not need to be listed as a direct devDependency in package.json.
| "devDependencies": { | |
| "@vitest/coverage-v8": "^4.1.6", | |
| "@vitest/coverage-v8": "catalog:", | |
| "async": "^3.2.6", | |
| "devDependencies": { | |
| "async": "^3.2.6", |
| "vinyl-source-stream": "^2.0.0", | ||
| "vite-plus": "catalog:" | ||
| "vite": "catalog:", | ||
| "vite-plus": "catalog:", | ||
| "vitest": "catalog:" | ||
| }, |
| vite-plus: 0.0.0-commit.1d7ba811f0e456640b0e761e8e8acf77d1ad3251 | ||
| "@vitest/coverage-v8": 4.1.9 |
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