chore: upgrade vite-plus to 0.1.20-alpha.4#1
Conversation
commit: |
There was a problem hiding this comment.
Code Review
This pull request updates the vite-plus toolchain and its associated packages to version 0.1.20-alpha.4 within the workspace catalog and lockfile, alongside updates to several internal dependencies like oxlint and oxfmt. Feedback highlights a peer dependency mismatch for @vitest/coverage-v8, which should be bumped to version 4.1.5 to align with the requirements of the upgraded vite-plus package.
| '@vitest/coverage-v8': | ||
| specifier: 4.1.4 | ||
| version: 4.1.4(@voidzero-dev/vite-plus-test@0.1.18) | ||
| version: 4.1.4(@voidzero-dev/vite-plus-test@0.1.20-alpha.4) |
There was a problem hiding this comment.
The upgrade to vite-plus@0.1.20-alpha.4 (which overrides vitest to @voidzero-dev/vite-plus-test@0.1.20-alpha.4) introduces a strict peer dependency requirement for @vitest/coverage-v8@4.1.5. The current project is using version 4.1.4, which results in a version mismatch. Please update @vitest/coverage-v8 to 4.1.5 in the root package.json to satisfy this requirement.
Upgrade vite-plus and related packages to 0.1.20-alpha.4 alpha version.