vp migrate beta test#5
Conversation
There was a problem hiding this comment.
Code Review
This pull request migrates test imports from 'vitest' to 'vite-plus/test', updates TypeScript types to 'vite-plus/client', and updates dependency versions for 'vite', 'vite-plus', and 'vitest' in the workspace catalog and lockfile. Feedback highlights that a temporary '.npmrc' file pointing to a registry bridge was committed, which should be removed or gitignored to prevent issues in other environments.
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.
| # pkg.pr.new registry bridge (added by test-pkg-pr-new-migrate.sh) | ||
| registry=https://pkg-pr-registry-bridge.void.app/ |
There was a problem hiding this comment.
The .npmrc file appears to have been generated by the test-pkg-pr-new-migrate.sh script and points to a temporary registry bridge (https://pkg-pr-registry-bridge.void.app/). If this was committed accidentally, please remove it or add it to .gitignore to prevent overriding the registry for other developers or CI environments.
No description provided.