chore(deps): bump vite-plus to 0.1.21-alpha.7#3
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the versions of vite and vite-plus to 0.1.21-alpha.7 in package.json and introduces a minimumReleaseAgeExclude configuration in pnpm-workspace.yaml. A review comment points out that minimumReleaseAgeExclude is likely placed in the wrong file, as it is not a documented field for pnpm-workspace.yaml and will not be recognized by pnpm or Bun; it is recommended to move this configuration to a supported location like .npmrc or package.json.
| minimumReleaseAgeExclude: | ||
| - vite-plus | ||
| - "@voidzero-dev/*" |
There was a problem hiding this comment.
The minimumReleaseAgeExclude configuration is likely in the wrong file and will not be recognized by the package managers mentioned in the PR description.
- pnpm: This setting is typically configured in
.npmrc(asminimum-release-age-exclude) or inpackage.jsonunder thepnpmfield. While pnpm 10 moved some workspace-wide settings (likeonlyBuiltDependencies) topnpm-workspace.yaml, this specific key is not currently documented as a supported field in the workspace file. - Bun: Bun does not read
pnpm-workspace.yaml. It expects this configuration inbunfig.tomlorpackage.json.
Consider moving this configuration to a supported location to ensure it functions as intended.
Summary
Bump
vite-plusand related packages to alpha 0.1.21-alpha.7.Updated where applicable:
vite-plusvitest(alias to@voidzero-dev/vite-plus-test)vite(alias to@voidzero-dev/vite-plus-core)overrides/resolutions/pnpm.overrides/pnpm-workspace.yamlcatalogsminimumReleaseAgeExclude/minimumReleaseAgeExcludesconfigured for pnpm + bunTest plan