chore: vp migrate beta test#9
Conversation
There was a problem hiding this comment.
Code Review
This pull request configures a registry bridge in .npmrc, updates VS Code settings to use the oxc formatter for JavaScript and TypeScript files, adds a troubleshooting step to AGENTS.md, and updates dependency versions in package.json and pnpm-workspace.yaml. The review feedback recommends managing @vitest/coverage-v8 through the pnpm catalog and adding it to the overrides section to ensure version alignment with vitest and prevent runtime compatibility issues.
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.
| "@oxc-node/core": "^0.1.0", | ||
| "@types/node": "^25.5.0", | ||
| "@vitest/coverage-v8": "^4.1.0", | ||
| "@vitest/coverage-v8": "4.1.9", |
There was a problem hiding this comment.
To ensure that @vitest/coverage-v8 and vitest always use the exact same version and prevent potential runtime compatibility issues, it is highly recommended to manage @vitest/coverage-v8 via the pnpm catalog as well.
| "@vitest/coverage-v8": "4.1.9", | |
| "@vitest/coverage-v8": "catalog:", |
| vite-plus: 0.0.0-commit.d5c8d9e163733881a841c16ca1778868d65fe7ef | ||
| vite: npm:@voidzero-dev/vite-plus-core@0.0.0-commit.d5c8d9e163733881a841c16ca1778868d65fe7ef | ||
| vitest: 4.1.9 |
There was a problem hiding this comment.
| overrides: | ||
| vite: 'catalog:' | ||
| vitest: 'catalog:' |
There was a problem hiding this comment.
No description provided.