chore(deps): bump vite-plus to v0.2.0 - #3
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates dependency versions across package.json, pnpm-lock.yaml, and pnpm-workspace.yaml, upgrading @vitest/coverage-v8 to 4.1.9 and pinning vite-plus and related packages to specific PR builds. A critical issue was identified in pnpm-workspace.yaml where several .npmrc configurations, such as blockExoticSubdeps and minimumReleaseAge, were incorrectly placed and will be ignored by pnpm. These settings should be moved to the root .npmrc file using the correct kebab-case format.
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.
| blockExoticSubdeps: false | ||
| minimumReleaseAge: 60 | ||
| minimumReleaseAgeExclude: | ||
| - "@voidzero-dev/*" | ||
| - vite-plus | ||
| - "@vitest/*" | ||
| - vite | ||
| - vitest | ||
| - "@oxc-project/*" | ||
| - "@oxlint/*" | ||
| - oxlint | ||
| - oxfmt | ||
| - oxlint-tsgolint |
There was a problem hiding this comment.
Summary
Bump
vite-plusand related packages to the pkg.pr.new prerelease build for v0.2.0.Updated where applicable:
vite-plus-> pkg.pr.new buildvite(alias/override ->@voidzero-dev/vite-plus-core)vitestpinned to bundled4.1.9(the@voidzero-dev/vite-plus-testwrapper was removed upstream; vitest is now plain upstream)minimumReleaseAgeenabled with vite-plus packages excluded (pnpm/bun/npm as applicable)Test plan