Skip to content

feat(cli): expose bundled tool versions via vite-plus/versions export#1162

Open
kazupon wants to merge 7 commits intovoidzero-dev:mainfrom
kazupon:fix/1149
Open

feat(cli): expose bundled tool versions via vite-plus/versions export#1162
kazupon wants to merge 7 commits intovoidzero-dev:mainfrom
kazupon:fix/1149

Conversation

@kazupon
Copy link
Copy Markdown
Collaborator

@kazupon kazupon commented Mar 27, 2026

resolve #1149

Brooooooklyn and others added 2 commits March 27, 2026 12:12
- rolldown (latest tag)
- vite (latest tag)
- vitest (latest npm version)
- tsdown (latest npm version)

Build status: success

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> Low risk dependency-only update, but it may introduce build/test behavior changes due to Vite/Vitest version bumps and related transitive upgrades.
>
> **Overview**
> Updates bundled/toolchain dependency versions: **Vite** is bumped from `8.0.2` to `8.0.3`, and **Vitest** (plus all `@vitest/*` packages and `vitest-dev`) from `4.1.1` to `4.1.2`.
>
> Refreshes upstream pinning (`packages/tools/.upstream-versions.json`) and lockfile/workspace overrides to match the new versions, including related transitive bumps like `tinyrainbow` and `flatted`.
>
> <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 555218c. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 27, 2026

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit e29c173
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/69c67f6a2198c600082e2996

@kazupon
Copy link
Copy Markdown
Collaborator Author

kazupon commented Mar 27, 2026

@codex review

@kazupon kazupon requested a review from fengmk2 March 27, 2026 03:18
@fengmk2
Copy link
Copy Markdown
Member

fengmk2 commented Mar 27, 2026

The next PR can also simplify the logic of the vp --version command, relying on the exported data for versions.

@fengmk2 fengmk2 self-assigned this Mar 27, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 04ef2d3203

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

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.

Provide a JSON file on the vendored libraries in vite plus

4 participants