chore(deps): bump vite-plus to v0.2.0#18
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the pnpm-workspace.yaml configuration, reducing the minimumReleaseAge, adding package exclusions, and updating several dependency versions (including switching vite and vite-plus to preview package URLs). The review feedback correctly identifies transposition typos in the version numbers for @vitest/coverage-istanbul and vitest (using 4.1.9 instead of 1.4.9), which do not exist on npm and will cause installation failures.
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.
| remark-codehike: 0.0.1 | ||
| "@vitejs/plugin-rsc": ^0.5.27 | ||
| "@vitest/coverage-istanbul": 4.1.6 | ||
| "@vitest/coverage-istanbul": 4.1.9 |
There was a problem hiding this comment.
It appears there is a transposition typo in the version number. Vitest does not have a version 4.x (the latest major version is 3.x). The version 4.1.9 is likely a typo for 1.4.9 (swapping the 1 and 4), matching the previous typo of 4.1.6 which should have been 1.4.6.
"@vitest/coverage-istanbul": 1.4.9| vite-plus: "https://pkg.pr.new/voidzero-dev/vite-plus@1856" | ||
| vite-tsconfig-paths: ^6.1.1 | ||
| vitest: npm:@voidzero-dev/vite-plus-test@0.1.24 | ||
| vitest: "4.1.9" |
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