Skip to content

chore(deps): bump vite-plus to v0.1.24#2

Draft
fengmk2 wants to merge 3 commits into
masterfrom
update-vite-plus-prerelease-test-0.1.24
Draft

chore(deps): bump vite-plus to v0.1.24#2
fengmk2 wants to merge 3 commits into
masterfrom
update-vite-plus-prerelease-test-0.1.24

Conversation

@fengmk2

@fengmk2 fengmk2 commented Jun 1, 2026

Copy link
Copy Markdown
Owner

Summary

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

Updated where applicable:

  • vite-plus -> pkg.pr.new prerelease
  • vite / vitest aliases and overrides -> @voidzero-dev/vite-plus-core / @voidzero-dev/vite-plus-test prerelease
  • @voidzero-dev/vite-plus-* direct deps, overrides / resolutions / pnpm.overrides / catalogs
  • Enabled minimum-release-age with vite-plus stack excluded (pnpm / npm / bun / yarn as applicable)
  • Moved deprecated pnpm.* package.json fields into pnpm-workspace.yaml where present

Test plan

  • CI passes

@fengmk2 fengmk2 self-assigned this Jun 1, 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 vite-plus dependency and the vite and vitest overrides in package.json to use custom pkg.pr.new tarball URLs, along with updating the lockfile and configuring minimumReleaseAge exclusions in pnpm-workspace.yaml. A review comment identifies a critical issue where the overrides for vite and vitest are missing the npm:<package-name>@ prefix, causing pnpm to ignore them and fall back to standard registry versions, and provides a code suggestion to fix this.

Comment thread package.json
Comment on lines +28 to +29
"vite": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@1738",
"vitest": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-test@1738"

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 current overrides for vite and vitest are missing the npm:<package-name>@ prefix. Because the package names in the custom pkg.pr.new tarballs (@voidzero-dev/vite-plus-core and @voidzero-dev/vite-plus-test) do not match the overridden keys (vite and vitest), pnpm ignores these overrides and falls back to the standard registry versions (as seen in pnpm-lock.yaml where vite resolves to vite@8.0.14).

To correctly override these packages with the custom tarballs, use the npm:<package-name>@<url> syntax.

Suggested change
"vite": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@1738",
"vitest": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-test@1738"
"vite": "npm:@voidzero-dev/vite-plus-core@https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@1738",
"vitest": "npm:@voidzero-dev/vite-plus-test@https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-test@1738"

@fengmk2 fengmk2 changed the title chore(deps): bump vite-plus to v0.1.24 (pkg-pr-new PR #1738) chore(deps): bump vite-plus to v0.1.24 Jun 1, 2026
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