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
Copy link
Copy Markdown
Owner

@fengmk2 fengmk2 commented May 28, 2026

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
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

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 project dependencies to use prerelease builds of vite-plus and its related packages from pkg.pr.new, and configures bunfig.toml to exclude these packages from the minimum release age check. Feedback suggests simplifying the bunfig.toml exclusions using a wildcard pattern for @voidzero-dev/* and correcting the vite and vitest overrides in package.json to point directly to the prerelease URLs instead of @latest on npm.

Comment thread package.json Outdated
Comment thread bunfig.toml
Comment on lines +5 to +16
"vite-plus",
"@voidzero-dev/vite-plus-core",
"@voidzero-dev/vite-plus-test",
"@voidzero-dev/vite-plus-prompts",
"@voidzero-dev/vite-plus-darwin-arm64",
"@voidzero-dev/vite-plus-darwin-x64",
"@voidzero-dev/vite-plus-linux-arm64-gnu",
"@voidzero-dev/vite-plus-linux-arm64-musl",
"@voidzero-dev/vite-plus-linux-x64-gnu",
"@voidzero-dev/vite-plus-linux-x64-musl",
"@voidzero-dev/vite-plus-win32-arm64-msvc",
"@voidzero-dev/vite-plus-win32-x64-msvc",
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

Instead of listing every platform-specific package individually, you can use the wildcard pattern "@voidzero-dev/*" to simplify the configuration and make it more maintainable.

Suggested change
"vite-plus",
"@voidzero-dev/vite-plus-core",
"@voidzero-dev/vite-plus-test",
"@voidzero-dev/vite-plus-prompts",
"@voidzero-dev/vite-plus-darwin-arm64",
"@voidzero-dev/vite-plus-darwin-x64",
"@voidzero-dev/vite-plus-linux-arm64-gnu",
"@voidzero-dev/vite-plus-linux-arm64-musl",
"@voidzero-dev/vite-plus-linux-x64-gnu",
"@voidzero-dev/vite-plus-linux-x64-musl",
"@voidzero-dev/vite-plus-win32-arm64-msvc",
"@voidzero-dev/vite-plus-win32-x64-msvc",
"vite-plus",
"@voidzero-dev/*",

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@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