chore(deps): bump vite-plus to v0.1.24#2
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the dependency specifiers for vite, vite-plus, and vitest to preview builds hosted on pkg.pr.new, and configures minimum release age settings in pnpm-workspace.yaml. Feedback on these changes suggests extending the minimumReleaseAgeExclude list to include the scoped @oxfmt/* binding packages, ensuring that platform-specific installations are not delayed alongside the main oxfmt package.
| - oxfmt | ||
| - oxlint-tsgolint |
There was a problem hiding this comment.
The minimumReleaseAgeExclude list excludes oxfmt but does not exclude its scoped binding packages (e.g., @oxfmt/*). Since these bindings are published as part of the same release cycle and are required for platform-specific installations, they should also be excluded to prevent installation delays or failures due to the minimum release age check.
- oxfmt
- '@oxfmt/*'
- oxlint-tsgolint
Summary
Bump
vite-plusand related packages to the pkg.pr.new prerelease build for v0.1.24.Updated where applicable:
vite-plus-> pkg.pr.new prereleasevite/vitestaliases and overrides ->@voidzero-dev/vite-plus-core/@voidzero-dev/vite-plus-testprerelease@voidzero-dev/vite-plus-*direct deps,overrides/resolutions/pnpm.overrides/ catalogsminimum-release-agewith vite-plus stack excluded (pnpm / npm / bun / yarn as applicable)pnpm.*package.json fields intopnpm-workspace.yamlwhere presentTest plan