Skip to content

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

Draft
fengmk2 wants to merge 3 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 3 commits into
mainfrom
update-vite-plus-alpha-0.1.21-alpha.7

Conversation

@fengmk2
Copy link
Copy Markdown
Owner

@fengmk2 fengmk2 commented May 13, 2026

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
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 vite, vite-plus, and vitest dependencies to version 0.1.21-alpha.7 and introduces a new minimumReleaseAgeExclude configuration in pnpm-workspace.yaml files. Feedback was provided regarding the non-standard nature of the minimumReleaseAgeExclude key and its naming convention, suggesting a plural form to match other list-based keys. Additionally, it was recommended to use version ranges instead of pinned versions for alpha releases in the template to allow for automatic updates within the alpha cycle.

Comment thread pnpm-workspace.yaml
vite-plus: 0.1.21-alpha.7
vitest: npm:@voidzero-dev/vite-plus-test@0.1.21-alpha.7

minimumReleaseAgeExclude:
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 minimumReleaseAgeExclude field is not a standard top-level configuration key for pnpm-workspace.yaml in pnpm or Bun. Pnpm 10+ uses minimum-release-age (typically configured in .npmrc or under the pnpm field in package.json), and it does not officially support an exclusion list or glob patterns in this file. If this is a custom configuration for the vp tool, please verify the naming; the PR description mentions both minimumReleaseAgeExclude and minimumReleaseAgeExcludes. Most list-based keys in this file (like packages or onlyBuiltDependencies) use plural forms.

Comment on lines +11 to +13
vite: npm:@voidzero-dev/vite-plus-core@0.1.21-alpha.7
vite-plus: 0.1.21-alpha.7
vitest: npm:@voidzero-dev/vite-plus-test@0.1.21-alpha.7
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 versions in this template have been changed from ranges (^0.1.20) to pinned versions (0.1.21-alpha.7). While pinning is appropriate for alpha releases to ensure stability, it means projects created from this template will not automatically receive updates (e.g., alpha.8). Consider using a range like ^0.1.21-alpha.0 to allow the template to track compatible alpha updates while staying within the current release cycle.

  vite: npm:@voidzero-dev/vite-plus-core@^0.1.21-alpha.0
  vite-plus: ^0.1.21-alpha.0
  vitest: npm:@voidzero-dev/vite-plus-test@^0.1.21-alpha.0

vite-plus: 0.1.21-alpha.7
vitest: npm:@voidzero-dev/vite-plus-test@0.1.21-alpha.7

minimumReleaseAgeExclude:
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 minimumReleaseAgeExclude field is not a standard top-level configuration key for pnpm-workspace.yaml. If this is intended for the vp tool, please verify if the key should be plural (minimumReleaseAgeExcludes) to match the naming convention of other list-based keys in this file and the mention in the PR description.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 13, 2026

Open in StackBlitz

npm i https://pkg.pr.new/fengmk2/fate/@nkzw/fate@3
npm i https://pkg.pr.new/fengmk2/fate/react-fate@3
npm i https://pkg.pr.new/fengmk2/fate/void-fate@3

commit: f3daa43

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