chore(deps): bump vite-plus to PR #1633 (pkg-pr-new)#14
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the pnpm-workspace.yaml configuration by increasing the global minimumReleaseAge for dependencies and introducing an exclusion list for vite-plus and @voidzero-dev/* packages. It also switches the vite, vite-plus, and vitest dependencies to use specific preview build URLs. Feedback suggests that the global increase of the release age to 72 hours may be unnecessary and could block legitimate updates, especially since the specific packages requiring immediate updates are already covered by the new exclusion list.
| preferFrozenLockfile: true | ||
| blockExoticSubdeps: true | ||
| minimumReleaseAge: 1440 | ||
| minimumReleaseAge: 4320 |
There was a problem hiding this comment.
The minimumReleaseAge has been increased from 1440 (24 hours) to 4320 (72 hours). This triples the quarantine period for all dependencies in the workspace, which might block legitimate updates for up to 3 days. Since the new minimumReleaseAgeExclude list already allows the fresh prerelease builds of vite-plus and @voidzero-dev/*, this global increase seems unnecessary unless there is a specific reason to delay all other dependency updates. If this was accidental, consider reverting it to 1440.
minimumReleaseAge: 1440
Summary
Bump
vite-plusand related@voidzero-dev/*packages to the pkg-pr-new prerelease for vite-plus PR #1633.Updated where applicable:
vite-plus→https://pkg.pr.new/voidzero-dev/vite-plus@1633vitealias →@voidzero-dev/vite-plus-corepkg-pr-new URLvitestalias →@voidzero-dev/vite-plus-testpkg-pr-new URLoverrides/resolutions/pnpm.overrides/pnpm-workspace.yamlcatalogsAlso configured
minimum-release-agewith vite-plus /@voidzero-dev/*excluded for pnpm / bun / npm.Test plan