Skip to content

chore(deps): bump vite-plus to pkg-pr-new pr-1588#6

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

chore(deps): bump vite-plus to pkg-pr-new pr-1588#6
fengmk2 wants to merge 2 commits into
mainfrom
update-vite-plus-prerelease-test-pr-1588

Conversation

@fengmk2

@fengmk2 fengmk2 commented May 28, 2026

Copy link
Copy Markdown
Owner

Summary

Bump vite-plus to pkg-pr-new build for PR #1588 (replace @voidzero-dev/vite-plus-test wrapper with upstream vitest@4.1.5).

  • `vite-plus` → pkg-pr-new @1588 URL
  • `vitest` alias → `^4.1.5` (no longer wrapped)
  • overrides → SHA-pinned (5577b01)
  • min-release-age config updated

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 the vite-plus dependency in both the root and playground package.json files to a pre-release URL, and adds exclusion rules to .npmrc for min-release-age. The reviewer recommends pinning the vite-plus dependency to a specific commit SHA instead of the mutable PR number to ensure build reproducibility and stability.

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@1588",

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 dependency is currently pointing to the mutable PR number @1588 (https://pkg.pr.new/voidzero-dev/vite-plus@1588). Since PRs can receive new commits, this can lead to non-reproducible builds. To ensure stability and reproducibility (as also noted in the PR description: overrides → SHA-pinned (5577b01)), please pin the dependency to the specific commit SHA instead of the PR number.

Suggested change
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1588",
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@5577b01",

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@1588",

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

Similar to the root package.json, please pin this dependency to the specific commit SHA 5577b01 instead of the mutable PR number @1588 to ensure build reproducibility.

Suggested change
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1588",
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@5577b01",

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