Skip to content

chore: upgrade vite-plus to 0.1.21-alpha.4#4

Draft
fengmk2 wants to merge 1 commit into
masterfrom
update-vite-plus-alpha-0.1.21-alpha.4
Draft

chore: upgrade vite-plus to 0.1.21-alpha.4#4
fengmk2 wants to merge 1 commit into
masterfrom
update-vite-plus-alpha-0.1.21-alpha.4

Conversation

@fengmk2

@fengmk2 fengmk2 commented May 10, 2026

Copy link
Copy Markdown
Owner

Upgrade vite-plus and related packages to 0.1.21-alpha.4 alpha version.

@fengmk2 fengmk2 self-assigned this May 10, 2026
@pkg-pr-new

pkg-pr-new Bot commented May 10, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/fengmk2/urllib@4

commit: a8c9dbd

@codecov

codecov Bot commented May 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.65%. Comparing base (66c5013) to head (a8c9dbd).
⚠️ Report is 24 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread package.json
"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"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant