vp migrate beta test#3
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the workspace to use custom versions of vite and vite-plus via pkg.pr.new URLs, wraps Vite plugins with lazyPlugins across application configurations, and configures VS Code to use the OXC formatter alongside minor formatting cleanups. However, removing the vitest catalog entry while keeping it in the overrides section of pnpm-workspace.yaml will cause a pnpm resolution error during installation.
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: https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@dca39038de6ca46e523bf64dc09bf100b636eea9 | ||
| vite-plus: https://pkg.pr.new/voidzero-dev/vite-plus@dca39038de6ca46e523bf64dc09bf100b636eea9 |
There was a problem hiding this comment.
The vitest catalog entry was removed from the catalog section, but vitest: 'catalog:' is still declared under overrides on line 9. This will cause a pnpm resolution error during installation (e.g., ERR_PNPM_CATALOG_NOT_FOUND). Please either restore the vitest catalog entry or remove it from the overrides section if it is no longer needed.
No description provided.