Skip to content

vp migrate beta test#8

Draft
fengmk2 wants to merge 1 commit into
nextfrom
vp-migrate-test
Draft

vp migrate beta test#8
fengmk2 wants to merge 1 commit into
nextfrom
vp-migrate-test

Conversation

@fengmk2

@fengmk2 fengmk2 commented Jun 29, 2026

Copy link
Copy Markdown
Owner

No description provided.

@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 to use vite-plus and catalog-based dependency management in pnpm. It updates test imports from vitest to vite-plus/test, adds pre-commit hooks, and configures a registry bridge. A critical issue was identified in pnpm-workspace.yaml where peerDependencyRules is incorrectly placed and should be moved to the root package.json under pnpm.peerDependencyRules to be recognized by pnpm.

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 pnpm-workspace.yaml
Comment on lines +11 to +17
peerDependencyRules:
allowAny:
- vite
- vitest
allowedVersions:
vite: '*'
vitest: '*'

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 peerDependencyRules configuration is not supported in pnpm-workspace.yaml. In pnpm, peer dependency rules must be defined in the root package.json under the pnpm.peerDependencyRules field. Placing them here will cause pnpm to ignore these rules, which may lead to unresolved peer dependency warnings or errors during installation. Please move this block to your root package.json.

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