vp migrate beta test#1
Conversation
There was a problem hiding this comment.
Code Review
This pull request integrates and configures Vite+ as the unified toolchain for the project, updating documentation, VS Code settings, TypeScript configurations, and dependency locks to align with the new toolchain. Additionally, vite.config.ts has been updated to use lazyPlugins for plugin loading. Feedback on these changes suggests referencing the catalog version for vite-plus in pnpm-workspace.yaml to maintain a single source of truth, and removing the redundant source.fixAll.eslint action in .vscode/settings.json since ESLint is disabled.
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.
| overrides: | ||
| vite: 'catalog:' | ||
| vitest: 'catalog:' | ||
| vite-plus: https://pkg.pr.new/voidzero-dev/vite-plus@dca39038de6ca46e523bf64dc09bf100b636eea9 |
| "source.fixAll.eslint": "explicit", | ||
| "source.fixAll.oxc": "explicit" |
Summary
Describe the change and its scope.
Validation
vp checkvp test --runvp run test:e2ewhen routing or user-visible flows changedDocs And Contracts
Risks
List any known caveats, migrations, or follow-up work.