Skip to content

vite-plus 0.2.6 - #294771

Merged
BrewTestBot merged 2 commits into
mainfrom
bump-vite-plus-0.2.6
Jul 23, 2026
Merged

vite-plus 0.2.6#294771
BrewTestBot merged 2 commits into
mainfrom
bump-vite-plus-0.2.6

Conversation

@BrewTestBot

Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

  • resource blocks have been checked for updates.

    • Resource rolldown failed to auto-update (url_unchanged).
    • Resource vite failed to auto-update (url_unchanged).
  • TODO and FIXME comments have been checked.

release notes
This release moves Vite+'s type-aware linting to the [stable tsgolint 7 engine](https://oxc.rs/blog/2026-07-22-type-aware-linting-stable), updates the bundled build and formatting tools, strengthens `vp run` caching and workspace discovery, and removes the redundant `vp build` startup banner.

Highlights

  • Move bundled type-aware linting to stable tsgolint 7, and update Vite 8.1.4 -> 8.1.5, Rolldown 1.1.5 -> 1.2.0, tsdown 0.22.7 -> 0.22.13, Oxlint 1.73.0 -> 1.75.0, oxlint-tsgolint 0.24.0 -> 7.0.2001, and Oxfmt 0.58.0 -> 0.60.0 (#2214), by @voidzero-guard[bot]
  • Improve vp run reliability by caching much larger automatically tracked input sets, discovering npm workspaces whose patterns start with ./, and providing more accurate error messages (vite-task#554, vite-task#547, vite-task#552, #2215), by @wan9chi and @liangmiQwQ
  • Remove the redundant Vite startup banner from vp build output and fail fast when upstream Vite changes invalidate Vite+ branding patches (#2200, #2205), by @liangmiQwQ

Refactor

  • Deduplicate package-manager version gates in migration catalog handling (#2216), by @jong-kyung
  • Unify static and generated CLI help under one document model and renderer (#2211), by @jong-kyung
  • Reuse shared subprocess exit-status handling across global CLI command paths (#2196), by @jong-kyung

Docs

  • Fix broken documentation anchors and add Migration Rules to the Migrate sidebar (#2203), by @charpeni

Chore

  • Stabilize vp create build-approval snapshots by removing package-age timing from those fixtures (#2224), by @wan9chi
  • Remove the temporary release workflow dispatch used for the previous release (#2193), by @wan9chi
  • Share package-manager fixtures across CLI tests (#2197), by @jong-kyung
  • Remove stale raw Oxlint and Oxfmt development dependencies that bypassed repository editor configuration (#2187), by @liangmiQwQ

Bundled Versions

Tool Version Source
vite 8.1.5 5e7fe12
rolldown 1.2.0 03e1e34
tsdown 0.22.13 npm
vitest 4.1.10 npm
oxlint 1.75.0 npm
oxlint-tsgolint 7.0.2001 npm
oxfmt 0.60.0 npm

Upgrade

vp upgrade

New Contributors

Welcome @charpeni.

Full Changelog: voidzero-dev/vite-plus@v0.2.5...v0.2.6

Published Packages

  • @voidzero-dev/vite-plus-core@0.2.6
  • vite-plus@0.2.6

Installation

macOS/Linux:

curl -fsSL https://vite.plus | bash

Windows:

irm https://vite.plus/ps1 | iex

Or download and run vp-setup.exe from the assets below.

View the full commit: voidzero-dev/vite-plus@cd064c6

Docker:

docker run --rm -it -v "$PWD:/app" -w /app ghcr.io/voidzero-dev/vite-plus:0.2.6 vp build

Run any vp command without installing it; see the Docker guide for more.

View the full release notes at https://github.com/voidzero-dev/vite-plus/releases/tag/v0.2.6.


@github-actions github-actions Bot added nodejs Node or npm use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jul 23, 2026
@daeho-ro
daeho-ro force-pushed the bump-vite-plus-0.2.6 branch from 62fc951 to c90fcf8 Compare July 23, 2026 10:30
@github-actions

Copy link
Copy Markdown
Contributor

馃 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jul 23, 2026
@BrewTestBot
BrewTestBot enabled auto-merge July 23, 2026 11:32
@BrewTestBot
BrewTestBot added this pull request to the merge queue Jul 23, 2026
Merged via the queue into main with commit 54a2fd7 Jul 23, 2026
22 checks passed
@BrewTestBot
BrewTestBot deleted the bump-vite-plus-0.2.6 branch July 23, 2026 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. nodejs Node or npm use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants