Skip to content

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

Draft
fengmk2 wants to merge 3 commits into
mainfrom
update-vite-plus-prerelease-test-0.1.24
Draft

chore(deps): bump vite-plus to v0.1.24#8
fengmk2 wants to merge 3 commits into
mainfrom
update-vite-plus-prerelease-test-0.1.24

Conversation

@fengmk2
Copy link
Copy Markdown
Owner

@fengmk2 fengmk2 commented Jun 1, 2026

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
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 several dependencies to preview URLs from pkg.pr.new and moves the pnpm overrides and onlyBuiltDependencies configurations from the root package.json to pnpm-workspace.yaml. Feedback indicates that the newly added configuration options (minimumReleaseAge, minimumReleaseAgeExclude, and blockExoticSubdeps) are not supported in pnpm-workspace.yaml and must be defined in .npmrc instead to prevent them from being silently ignored.

Comment thread pnpm-workspace.yaml
Comment on lines +141 to +152
minimumReleaseAge: 60
minimumReleaseAgeExclude:
- vite-plus
- vite
- vitest
- "@voidzero-dev/*"
- "@oxc-project/*"
- "@oxlint/*"
- oxlint
- oxfmt
- oxlint-tsgolint
blockExoticSubdeps: false
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 configuration options minimumReleaseAge, minimumReleaseAgeExclude, and blockExoticSubdeps are not supported in pnpm-workspace.yaml. In pnpm, these are general configuration settings and must be defined in .npmrc instead.

Placing them here will cause pnpm to silently ignore them, meaning your release age and exotic subdependency constraints will not be enforced.

Please remove these lines from pnpm-workspace.yaml and add them to your .npmrc file:

minimum-release-age=60
minimum-release-age-exclude[]=vite-plus
minimum-release-age-exclude[]=vite
minimum-release-age-exclude[]=vitest
minimum-release-age-exclude[]=@voidzero-dev/*
minimum-release-age-exclude[]=@oxc-project/*
minimum-release-age-exclude[]=@oxlint/*
minimum-release-age-exclude[]=oxlint
minimum-release-age-exclude[]=oxfmt
minimum-release-age-exclude[]=oxlint-tsgolint
block-exotic-subdeps=false

@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