Skip to content

chore: vp migrate v2#11

Draft
fengmk2 wants to merge 1 commit into
mainfrom
chore/vp-migrate-test-v2
Draft

chore: vp migrate v2#11
fengmk2 wants to merge 1 commit into
mainfrom
chore/vp-migrate-test-v2

Conversation

@fengmk2

@fengmk2 fengmk2 commented Jul 1, 2026

Copy link
Copy Markdown
Owner

No description provided.

Signed-off-by: MK <fengmk2@gmail.com>

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request migrates the project and its example package to use vite-plus instead of standard vite, updating scripts, imports, and type references accordingly, and defining catalog versions in pnpm-workspace.yaml. The review feedback correctly identifies that vite-plus is missing from the devDependencies of the example package despite being used in its configuration and scripts, and suggests adding it to ensure proper dependency resolution.

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.

Comment thread example/package.json
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
"vite": "^8.0.13",
"vite": "catalog:",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The example package uses vp in its scripts, imports from vite-plus in vite.config.ts, and references vite-plus/client in vite-env.d.ts. However, vite-plus is not declared in its devDependencies.

Add vite-plus to devDependencies to ensure proper dependency resolution and avoid compilation or runtime errors.

Suggested change
"vite": "catalog:",
"vite": "catalog:",
"vite-plus": "catalog:",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant