chore: upgrade vite-plus to 0.1.21-alpha.4#4
Conversation
commit: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4 +/- ##
=======================================
Coverage 94.65% 94.65%
=======================================
Files 10 10
Lines 730 730
Branches 228 228
=======================================
Hits 691 691
Misses 36 36
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Code Review
This pull request updates vite-plus and its test runner to version 0.1.21-alpha.4, along with several internal dependencies like oxlint and oxfmt. It is recommended to update @vitest/coverage-v8 to ^4.1.5 to satisfy the new peer dependency requirements of the upgraded test runner.
| "vite-plus": "^0.1.19", | ||
| "vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.19" | ||
| "vite-plus": "0.1.21-alpha.4", | ||
| "vitest": "npm:@voidzero-dev/vite-plus-test@0.1.21-alpha.4" |
There was a problem hiding this comment.
The upgraded version of vitest (aliased to @voidzero-dev/vite-plus-test@0.1.21-alpha.4) specifies a peer dependency on @vitest/coverage-v8@4.1.5. However, the project currently has @vitest/coverage-v8@^4.1.0 in devDependencies, which resolved to 4.1.4 in the lockfile. Although this peer dependency is marked as optional, since it is explicitly used in this project, it is recommended to update @vitest/coverage-v8 to ^4.1.5 to ensure full compatibility with the new test runner version.
Upgrade vite-plus and related packages to 0.1.21-alpha.4 alpha version.