Skip to content

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

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

chore(deps): bump vite-plus to v0.1.24#21
fengmk2 wants to merge 3 commits into
minorfrom
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
  • vite / vitest aliases and overrides -> @voidzero-dev/vite-plus-core / @voidzero-dev/vite-plus-test
  • @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 several dependencies, including Vue, oxlint, oxfmt, and vite-plus packages, to newer preview versions from pkg.pr.new. Feedback on the changes highlights a lockfile duplication issue caused by using the PR number (@1738) in package.json and pnpm-workspace.yaml instead of the exact commit hash (@65dd309c37cdae71d62c19868b943ff6b889a598). This mismatch leads to pnpm installing duplicate instances of the packages, which can cause runtime errors and broken module checks. It is recommended to update these URLs to target the commit hash directly.

Comment thread package.json
Comment on lines +91 to +92
"vitest": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-test@1738",
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@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

There is a lockfile duplication issue because the manually specified dependency URLs use the PR number (@1738), whereas the published pkg.pr.new packages internally pin their peer/dependencies to the exact commit hash (@65dd309c37cdae71d62c19868b943ff6b889a598).

This causes pnpm to install two separate instances of @voidzero-dev/vite-plus-test and @voidzero-dev/vite-plus-core (one for @1738 and one for @65dd309c37cdae71d62c19868b943ff6b889a598), which can lead to runtime issues, duplicate module execution, and broken instanceof checks.

To fix this and allow proper deduplication, please update the URLs to use the commit hash 65dd309c37cdae71d62c19868b943ff6b889a598 instead of the PR number 1738.

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

Comment thread pnpm-workspace.yaml
'entities': '^7.0.1'
'estree-walker': ^2.0.2
'vite': npm:@voidzero-dev/vite-plus-core@latest
'vite': https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@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

To prevent lockfile duplication and ensure that vite (which maps to @voidzero-dev/vite-plus-core) is fully deduplicated with the transitive dependencies of vite-plus and vitest, please update this URL to use the commit hash 65dd309c37cdae71d62c19868b943ff6b889a598 instead of the PR number 1738.

  'vite': https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@65dd309c37cdae71d62c19868b943ff6b889a598

@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