chore(deps): bump vite-plus to v0.2.0#3
Conversation
There was a problem hiding this comment.
Code Review
This pull request performs dependency updates and minor code formatting across several files. In pnpm-workspace.yaml, the vite and vite-plus packages are updated to custom URLs, and new workspace configurations are added. However, a critical issue was identified where vitest is set to a non-existent version (4.1.9), which will cause installation failures. Other changes include sorting dependencies in package.json, reorganizing imports in mainPageSearchBar.vue, and minor formatting adjustments in Cargo.toml and updateChecker.vue.
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.
| vite-plus: ^0.1.24 | ||
| vitest: npm:@voidzero-dev/vite-plus-test@^0.1.24 | ||
| vite-plus: https://pkg.pr.new/voidzero-dev/vite-plus@1856 | ||
| 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)Also added a
pull_requesttrigger to the lint workflow so CI runs on this PR, and appliedvp check --fixformatting from the bundled oxfmt update.Test plan