Skip to content

chore(deps): bump vite-plus to v0.1.24#7

Draft
fengmk2 wants to merge 4 commits into
developfrom
update-vite-plus-prerelease-test-0.1.24
Draft

chore(deps): bump vite-plus to v0.1.24#7
fengmk2 wants to merge 4 commits into
developfrom
update-vite-plus-prerelease-test-0.1.24

Conversation

@fengmk2

@fengmk2 fengmk2 commented Jun 1, 2026

Copy link
Copy Markdown
Owner

Summary

Bump vite-plus and related packages to the pkg.pr.new prerelease build for v0.1.24.

Updated where applicable:

  • vite-plus -> pkg.pr.new
  • vite / vitest aliases and overrides -> @voidzero-dev/vite-plus-core / @voidzero-dev/vite-plus-test
  • @voidzero-dev/vite-plus-* direct deps, overrides / resolutions / pnpm.overrides / catalogs
  • Enabled minimum-release-age with vite-plus stack excluded (pnpm / npm / bun / yarn as applicable)
  • Moved deprecated pnpm.* package.json fields into pnpm-workspace.yaml where present

Test plan

  • CI passes

@fengmk2 fengmk2 self-assigned this Jun 1, 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 dependencies vite and vite-plus to use pre-release builds from pkg.pr.new, updates the lockfile, and reformats the hook configurations in prek.toml. It also introduces new pnpm workspace settings, including minimumReleaseAge and minimumReleaseAgeExclude. Feedback on the changes points out that the key minimumReleaseAgeExclude in pnpm-workspace.yaml is incorrect and should be updated to minimumReleaseAgeExcludePackages to ensure pnpm does not ignore the exclusion list.

Comment thread pnpm-workspace.yaml
- esbuild

minimumReleaseAge: 60
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.

high

The pnpm configuration option for excluding packages from the minimum release age check is minimum-release-age-exclude-packages. In camelCase (for pnpm-workspace.yaml), this should be minimumReleaseAgeExcludePackages instead of minimumReleaseAgeExclude. Using the incorrect key will cause pnpm to ignore the exclusion list, which will block the installation of newly built pkg.pr.new packages.

minimumReleaseAgeExcludePackages:

@fengmk2 fengmk2 changed the title chore(deps): bump vite-plus to v0.1.24 (pkg-pr-new PR #1738) chore(deps): bump vite-plus to v0.1.24 Jun 1, 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