Vp migrate test#2
Conversation
There was a problem hiding this comment.
Code Review
This pull request migrates the project to use the vite-plus ecosystem, introducing a pnpm catalog in pnpm-workspace.yaml to manage shared dependencies like vite, vite-plus, and vitest. It also includes extensive formatting cleanups across Vue components, updates type references, and adds a new module declaration for Vue files. Feedback points out an issue in pnpm-workspace.yaml where the vitest catalog entry incorrectly points to a non-existent version 4.1.9 instead of mapping to the custom npm:@voidzero-dev/vite-plus-test package with the correct commit hash.
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.
| vue-demi: true | ||
| catalog: | ||
| vite: npm:@voidzero-dev/vite-plus-core@0.0.0-commit.4fd595565e1b44be3b8218943e0ec5ae7d08889d | ||
| vitest: 4.1.9 |
There was a problem hiding this comment.
The vitest version is set to 4.1.9, which does not exist in the registry. Additionally, the project previously used npm:@voidzero-dev/vite-plus-test@0.1.24 instead of the standard vitest package. To align with the other vite-plus packages in the catalog, this should point to npm:@voidzero-dev/vite-plus-test with the matching commit hash.
vitest: npm:@voidzero-dev/vite-plus-test@0.0.0-commit.4fd595565e1b44be3b8218943e0ec5ae7d08889d
No description provided.