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, vite-plus, and vitest to 0.1.21-alpha.7 in package.json and introduces a pnpm-workspace.yaml file. The review feedback correctly identifies that the pnpm-workspace.yaml file is missing the mandatory packages field, which is necessary for a valid pnpm workspace configuration.
| @@ -0,0 +1,3 @@ | |||
| minimumReleaseAgeExclude: | |||
There was a problem hiding this comment.
The pnpm-workspace.yaml file requires a packages field to be a valid pnpm workspace configuration. Without it, pnpm will likely fail to recognize the project structure or throw an error during installation (e.g., "Project at ... has a pnpm-workspace.yaml but it does not have a 'packages' field"). For a single-package repository, you should include the root directory.
packages:
- "."
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