Skip to content

chore(deps): bump vite-plus to v0.2.0#18

Draft
fengmk2 wants to merge 2 commits into
mainfrom
update-vite-plus-prerelease-test-0.2.0
Draft

chore(deps): bump vite-plus to v0.2.0#18
fengmk2 wants to merge 2 commits into
mainfrom
update-vite-plus-prerelease-test-0.2.0

Conversation

@fengmk2

@fengmk2 fengmk2 commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Summary

Bump vite-plus and related packages to the pkg.pr.new prerelease build for v0.2.0.

Updated where applicable:

  • vite-plus -> pkg.pr.new build
  • vite (alias/override -> @voidzero-dev/vite-plus-core)
  • vitest pinned to bundled 4.1.9 (the @voidzero-dev/vite-plus-test wrapper was removed upstream; vitest is now plain upstream)
  • minimumReleaseAge enabled with vite-plus packages excluded (pnpm/bun/npm as applicable)

Test plan

  • CI passes

@fengmk2 fengmk2 self-assigned this Jun 17, 2026

@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 updates the pnpm-workspace.yaml configuration, reducing the minimumReleaseAge, adding package exclusions, and updating several dependency versions (including switching vite and vite-plus to preview package URLs). The review feedback correctly identifies transposition typos in the version numbers for @vitest/coverage-istanbul and vitest (using 4.1.9 instead of 1.4.9), which do not exist on npm and will cause installation failures.

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
remark-codehike: 0.0.1
"@vitejs/plugin-rsc": ^0.5.27
"@vitest/coverage-istanbul": 4.1.6
"@vitest/coverage-istanbul": 4.1.9

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

It appears there is a transposition typo in the version number. Vitest does not have a version 4.x (the latest major version is 3.x). The version 4.1.9 is likely a typo for 1.4.9 (swapping the 1 and 4), matching the previous typo of 4.1.6 which should have been 1.4.6.

  "@vitest/coverage-istanbul": 1.4.9

Comment thread pnpm-workspace.yaml
vite-plus: "https://pkg.pr.new/voidzero-dev/vite-plus@1856"
vite-tsconfig-paths: ^6.1.1
vitest: npm:@voidzero-dev/vite-plus-test@0.1.24
vitest: "4.1.9"

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

Similar to @vitest/coverage-istanbul, the version 4.1.9 for vitest is likely a transposition typo for 1.4.9. Since vitest@4.1.9 does not exist on npm, this will cause installation failures.

  vitest: "1.4.9"

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