Skip to content

chore(deps): update vite-plus to 0.1.13-alpha.5#703

Closed
fengmk2 wants to merge 1 commit intomasterfrom
test-vite-plus-alpha
Closed

chore(deps): update vite-plus to 0.1.13-alpha.5#703
fengmk2 wants to merge 1 commit intomasterfrom
test-vite-plus-alpha

Conversation

@fengmk2
Copy link
Member

@fengmk2 fengmk2 commented Mar 20, 2026

Summary

  • Update vite-plus and related packages (@voidzero-dev/vite-plus-core, @voidzero-dev/vite-plus-test) from 0.1.12 to 0.1.13-alpha.5
  • All 202 tests passing

Test plan

  • vp test run passes (202 passed, 6 skipped)

🤖 Generated with Claude Code

@coderabbitai
Copy link

coderabbitai bot commented Mar 20, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 083cc45d-08d7-48e7-b67b-17a903fb8762

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch test-vite-plus-alpha
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 20, 2026

Open in StackBlitz

npm i https://pkg.pr.new/node-modules/urllib@703

commit: 0ec98c3

@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request primarily updates the vite-plus toolchain and its associated packages to a new alpha version. This update ensures the project benefits from the latest features and fixes in the unified web development environment. Concurrently, the project's documentation has been revised to reflect the new vp CLI name and to provide a more structured overview of the available commands, enhancing clarity for developers.

Highlights

  • Dependency Update: Updated the vite-plus toolchain and its associated core packages (@voidzero-dev/vite-plus-core, @voidzero-dev/vite-plus-test) from version 0.1.12 to 0.1.13-alpha.5.
  • Documentation Update: Revised the project documentation (CLAUDE.md) to reflect the new vp CLI name, replacing the previous vite CLI references, and reorganized the command list for better clarity.
  • Tooling Updates: Updated various underlying tools and their bindings, including oxfmt to 0.41.0, oxlint to 1.56.0, and cac to 7.0.0, as part of the vite-plus upgrade.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​voidzero-dev/​vite-plus-test@​0.1.12 ⏵ 0.1.13-alpha.577 +11007799 +1100
Updatedvite-plus@​0.1.12 ⏵ 0.1.13-alpha.581 +1100100 +1100 +1100

View full report

Copy link

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

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 related packages to version 0.1.13-alpha.5. The changes primarily consist of dependency version bumps in package.json and pnpm-lock.yaml, along with corresponding documentation updates in CLAUDE.md to reflect the new commands and usage of vite-plus. The changes look good, but I've pointed out a documentation duplication issue in CLAUDE.md that should be addressed for better maintainability.

# Using Vite+, the Unified Toolchain for the Web

This project is using Vite+, a modern toolchain built on top of Vite, Rolldown, Vitest, tsdown, Oxlint, and Oxfmt. Vite+ wraps these tools and package manager commands in a single, global CLI called `vite`. Vite+ is distinct from Vite, but it invokes Vite through `vite dev` and `vite build`.
This project is using Vite+, a unified toolchain built on top of Vite, Rolldown, Vitest, tsdown, Oxlint, Oxfmt, and Vite Task. Vite+ wraps runtime management, package management, and frontend tooling in a single global CLI called `vp`. Vite+ is distinct from Vite, but it invokes Vite through `vp dev` and `vp build`.

Choose a reason for hiding this comment

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

medium

There appears to be a large duplicated block of documentation. The content under the <!--VITE PLUS START--> comment (from line 86 to 161) is repeated starting at line 164. This duplicated section should be removed to improve maintainability and avoid confusion. Since the file seems to have auto-injected parts, you might need to check the script that generates this content.

@codecov
Copy link

codecov bot commented Mar 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.77%. Comparing base (6083dc6) to head (0ec98c3).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #703   +/-   ##
=======================================
  Coverage   92.77%   92.77%           
=======================================
  Files          10       10           
  Lines         747      747           
  Branches      233      233           
=======================================
  Hits          693      693           
  Misses         51       51           
  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.

@fengmk2 fengmk2 closed this Mar 20, 2026
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