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 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.
| @@ -0,0 +1,14 @@ | |||
| [install] | |||
| minimumReleaseAgeExcludes = [ | |||
There was a problem hiding this comment.
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.
| minimumReleaseAgeExcludes = [ | |
| minimumReleaseAgeExclude = [ |
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