Skip to content

feat(deps): upgrade vite-plus to 0.1.14-alpha.3#2

Draft
fengmk2 wants to merge 1 commit into
mainfrom
update-vite-plus-alpha-2026-03-24
Draft

feat(deps): upgrade vite-plus to 0.1.14-alpha.3#2
fengmk2 wants to merge 1 commit into
mainfrom
update-vite-plus-alpha-2026-03-24

Conversation

@fengmk2
Copy link
Copy Markdown
Owner

@fengmk2 fengmk2 commented Mar 24, 2026

Summary

  • Upgrade vite-plus from 0.1.12 to 0.1.14-alpha.3
  • Upgrade @voidzero-dev/vite-plus-core (aliased as vite) to 0.1.14-alpha.3
  • Upgrade @voidzero-dev/vite-plus-test (aliased as vitest) to 0.1.14-alpha.3

@fengmk2 fengmk2 self-assigned this Mar 24, 2026
@gemini-code-assist
Copy link
Copy Markdown

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 focuses on updating core development dependencies to their latest alpha releases. The primary goal is to align the project with the newest features and improvements available in the vite-plus ecosystem, ensuring compatibility and leveraging recent advancements in the build and testing toolchain.

Highlights

  • Dependency Upgrade: Upgraded vite, vite-plus, and vitest packages to their 0.1.14-alpha.2 alpha versions, specifically targeting the @voidzero-dev scoped packages for vite and vitest.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

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.

Copy link
Copy Markdown

@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 upgrades vite-plus and related packages to an alpha version. My review highlights the potential risks of using pre-release software in a shared dependency catalog, as it can lead to instability in the development environment. I have recommended reverting to the last stable version to mitigate this risk.

Comment thread pnpm-workspace.yaml Outdated
Comment on lines +68 to +72
vite: npm:@voidzero-dev/vite-plus-core@0.1.14-alpha.2
vite-plugin-commonjs: ^0.10.4
vite-plus: 0.1.12
vite-plus: 0.1.14-alpha.2
vite-tsconfig-paths: ^6.1.1
vitest: npm:@voidzero-dev/vite-plus-test@0.1.12
vitest: npm:@voidzero-dev/vite-plus-test@0.1.14-alpha.2
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

Upgrading vite, vite-plus, and vitest to an alpha version (0.1.14-alpha.2) introduces a significant risk of instability and potential breaking changes, which could disrupt development and CI workflows. Pre-release versions are not recommended for a shared dependency catalog unless there is a critical and well-tested reason. It is advisable to revert to the last stable version to maintain a reliable development environment.

  vite: npm:@voidzero-dev/vite-plus-core@0.1.12
  vite-plugin-commonjs: ^0.10.4
  vite-plus: 0.1.12
  vite-tsconfig-paths: ^6.1.1
  vitest: npm:@voidzero-dev/vite-plus-test@0.1.12

@fengmk2 fengmk2 force-pushed the update-vite-plus-alpha-2026-03-24 branch from 097d79e to 0343c41 Compare March 24, 2026 13:41
@fengmk2 fengmk2 changed the title feat(deps): upgrade vite-plus to 0.1.14-alpha.2 feat(deps): upgrade vite-plus to 0.1.14-alpha.3 Mar 24, 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