Skip to content

chore(deps): bump vite-plus to 0.1.21-alpha.7#3

Draft
fengmk2 wants to merge 2 commits into
mainfrom
update-vite-plus-alpha-0.1.21-alpha.7
Draft

chore(deps): bump vite-plus to 0.1.21-alpha.7#3
fengmk2 wants to merge 2 commits into
mainfrom
update-vite-plus-alpha-0.1.21-alpha.7

Conversation

@fengmk2

@fengmk2 fengmk2 commented May 13, 2026

Copy link
Copy Markdown
Owner

Summary

Bump vite-plus and related packages to alpha 0.1.21-alpha.7.

Updated where applicable:

  • vite-plus
  • vitest (alias to @voidzero-dev/vite-plus-test)
  • vite (alias to @voidzero-dev/vite-plus-core)
  • overrides / resolutions / pnpm.overrides / pnpm-workspace.yaml catalogs
  • minimumReleaseAgeExclude / minimumReleaseAgeExcludes configured for pnpm + bun

Test plan

  • CI passes

@fengmk2 fengmk2 self-assigned this May 13, 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 its corresponding overrides to version 0.1.21-alpha.7 in package.json. It also introduces a bunfig.toml file to bypass Bun's minimum release age check for these packages. Feedback indicates that the configuration key in bunfig.toml should be corrected from minimumReleaseAgeExcludes to the singular minimumReleaseAgeExclude to ensure the setting is correctly applied by Bun.

Comment thread bunfig.toml
@@ -0,0 +1,14 @@
[install]
minimumReleaseAgeExcludes = [

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 configuration key for excluding packages from the minimum release age check in Bun is minimumReleaseAgeExclude (singular), which corresponds to the kebab-case minimum-release-age-exclude. Using the plural minimumReleaseAgeExcludes will likely cause Bun to ignore this setting, which may lead to installation failures if these alpha packages are too new.

Suggested change
minimumReleaseAgeExcludes = [
minimumReleaseAgeExclude = [

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