Skip to content

chore(deps): bump vite-plus to pkg-pr-new PR #1703#7

Draft
fengmk2 wants to merge 3 commits into
mainfrom
update-vite-plus-prerelease-test-pr-1703
Draft

chore(deps): bump vite-plus to pkg-pr-new PR #1703#7
fengmk2 wants to merge 3 commits into
mainfrom
update-vite-plus-prerelease-test-pr-1703

Conversation

@fengmk2

@fengmk2 fengmk2 commented May 28, 2026

Copy link
Copy Markdown
Owner

Summary

Bump vite-plus and related packages to the pkg-pr-new prerelease build for upstream PR voidzero-dev/vite-plus#1703 (commit d0b407c).

Updated where applicable:

  • vite-plus, vitest alias, vite alias, @voidzero-dev/*
  • overrides / resolutions / pnpm.overrides / catalogs
  • minimumReleaseAge config

Test plan

  • CI passes

@fengmk2 fengmk2 self-assigned this May 28, 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 dependency configurations to use pre-release builds of vite-plus and its sub-packages from pkg.pr.new, and configures .npmrc to exclude these packages from minimum release age checks. The reviewer identified a potential typo or missing comma in the .npmrc exclusion list (oxlint-tsgolint) and recommended pinning the vite-plus dependency to a specific commit hash instead of the PR number in both package.json and playground/package.json to ensure build reproducibility and prevent version drift.

Comment thread .npmrc
@@ -1,2 +1,3 @@
ignore-scripts=true
min-release-age=3
min-release-age-exclude=vite-plus,@voidzero-dev/*,@oxc-project/*,@oxlint/*,oxlint,oxfmt,oxlint-tsgolint

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The entry oxlint-tsgolint at the end of the exclusion list appears to be a typo or a missing comma between two separate package names (e.g., oxlint-ts and golint, or similar). Please verify and correct this to ensure the release age exclusion applies to the intended packages.

Comment thread package.json
"typescript": "^6.0.3",
"vite": "^8.0.10",
"vite-plus": "^0.1.19",
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1703",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

To ensure build reproducibility and prevent potential version mismatch issues, it is recommended to pin vite-plus to the exact commit hash (d0b407c85b560c2470395176c9f1c838b5ca8af8) rather than the PR number (1703). Currently, the overrides are pinned to the commit hash, but vite-plus is pinned to the PR number. If the PR is updated with new commits, vite-plus and its overridden sub-packages will drift out of sync.

Suggested change
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1703",
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@d0b407c85b560c2470395176c9f1c838b5ca8af8",

Comment thread playground/package.json
"typescript": "^6.0.3",
"vite": "^8.0.3",
"vite-plus": "^0.1.19",
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1703",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

To ensure consistency across the workspace and prevent potential version mismatch issues, pin vite-plus to the exact commit hash (d0b407c85b560c2470395176c9f1c838b5ca8af8) rather than the PR number (1703), matching the overrides defined in the root package.json.

Suggested change
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1703",
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@d0b407c85b560c2470395176c9f1c838b5ca8af8",

@fengmk2 fengmk2 changed the title chore(deps): bump vite-plus to pkg-pr-new PR #1703 (d0b407c) chore(deps): bump vite-plus to pkg-pr-new PR #1703 May 28, 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