vp migrate beta test#9
Conversation
There was a problem hiding this comment.
Code Review
This pull request migrates the project and its examples to use vite-plus and vp commands, updates dependency versions to use the pnpm workspace catalog, and moves onlyBuiltDependencies configuration to pnpm-workspace.yaml. Feedback is provided to improve dependency consistency by cataloging @vitest/ui and to remove an unnecessary *.vue type declaration file in the library's root source directory.
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-project/types": "^0.129.0", | ||
| "@types/node": "^25.6.0", | ||
| "@vitest/ui": "^4.1.5", | ||
| "@vitest/ui": "4.1.9", |
There was a problem hiding this comment.
| declare module '*.vue' { | ||
| import type { DefineComponent } from 'vue' | ||
| const component: DefineComponent<{}, {}, unknown> | ||
| export default component | ||
| } |
There was a problem hiding this comment.
No description provided.