Skip to content

vite-plus 0.2.5#293663

Merged
BrewTestBot merged 2 commits into
mainfrom
bump-vite-plus-0.2.5
Jul 17, 2026
Merged

vite-plus 0.2.5#293663
BrewTestBot merged 2 commits into
mainfrom
bump-vite-plus-0.2.5

Conversation

@BrewTestBot

@BrewTestBot BrewTestBot commented Jul 17, 2026

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 adds cleanup and package version commands, supports TypeScript 7 declaration generation, reduces the standalone binary size, and hardens task tracking, CLI output, package-manager routing, Docker workflows, and project scaffolding.

Highlights

  • Add vp env clean to remove unused managed Node.js runtimes and package-manager caches (#2003), by @liangmiQwQ
  • Add vp pm version, forwarding native version commands to npm, pnpm, Yarn, and Bun (#2127), by @jong-kyung
  • Add TypeScript 7 support to declaration generation and generated library projects with tsdown 0.22.7 (#2104, #2168), by @wan9chi
  • Improve automatic task input tracking for Bun on macOS, Linux containers with constrained /dev/shm, and Windows process images, reduce Windows backing-file allocation, and clarify task wait failures (vite-task#515, vite-task#518, vite-task#523, vite-task#524, vite-task#542, #2126, #2167), by @wan9chi
  • Prevent CLI diagnostics from truncating or panicking when inherited standard output or error is nonblocking (#2172, #2173), by @wan9chi

Fixes & Enhancements

  • Reduce standalone vp binary sizes by about 5% on Linux and macOS and 19% on Windows (#2043), by @fengmk2
  • Keep the Docker image non-root by default while allowing passwordless sudo for Playwright browser dependencies and system packages (#2088), by @fengmk2
  • Ignore .env and .env.* in generated projects while keeping .env.example trackable (#2095), by @forehalo
  • Create vp-use.cmd after the Windows environment bin directory is ready and document its Command Prompt-only usage (#2128), by @liangmiQwQ
  • Render user-facing process statuses and paths without Rust debug wrappers (#2130), by @liangmiQwQ
  • Make vp dedupe fall back to yarn install with a warning on Yarn Classic (#2139), by @jong-kyung
  • Ensure package-manager child processes, including Bun, can always find the managed Node.js runtime (#2158), by @BlankParticle

Docs

  • Update the release-manager post-release guidance (#2096), by @wan9chi
  • Add Windows to the Namespace sponsor credit (#2108), by @fengmk2
  • Document installer and runtime environment variables, registry settings, TLS options, and precedence rules (#2114), by @yukinoshi
  • Mark shell examples in CONTRIBUTING.md as Bash code blocks (#2159), by @BlankParticle

Chore

  • Assign prepared release PRs to the workflow actor (#2094), by @wan9chi
  • Complete the PTY snapshot migration and harden the runner, fixtures, release-version redaction, registry teardown, timeouts, and Linux parallelism (#2071, #2080, #2084, #2099, #2102, #2103, #2107, #2109, #2115, #2117, #2118, #2119, #2120, #2121, #2131, #2132, #2134, #2137, #2138, #2141, #2143, #2145, #2182), by @fengmk2 and @wan9chi
  • Expose Vite+ managed binaries consistently inside snapshot fixtures (#2110), by @liangmiQwQ
  • Exclude PTY snapshot configuration from Vitest discovery and remove the legacy snapshot infrastructure (#2135, #2146), by @jong-kyung
  • Modernize Windows runners, registry bridge publishing, native size reporting, merge-base comparisons, and package-manager installation CI (#2083, #2100, #2105, #2106, #2112, #2133), by @fengmk2
  • Verify that created monorepo libraries emit declarations in CI (#2171), by @wan9chi

Bundled Versions

Tool Version Source
vite 8.1.4 a477454
rolldown 1.1.5 f09947a
tsdown 0.22.7 npm
vitest 4.1.10 npm
oxlint 1.73.0 npm
oxlint-tsgolint 0.24.0 npm
oxfmt 0.58.0 npm

Upgrade

vp upgrade

New Contributors

Welcome @yukinoshi and @BlankParticle.

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

Published Packages

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

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@93dc59a

Docker:

docker run --rm -it -v "$PWD:/app" -w /app ghcr.io/voidzero-dev/vite-plus:0.2.5 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.5.


@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 17, 2026
@daeho-ro
daeho-ro force-pushed the bump-vite-plus-0.2.5 branch from 1b8d097 to 00401e1 Compare July 17, 2026 04:27
@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 17, 2026
@BrewTestBot
BrewTestBot enabled auto-merge July 17, 2026 09:53
@BrewTestBot
BrewTestBot added this pull request to the merge queue Jul 17, 2026
Merged via the queue into main with commit 66e2c80 Jul 17, 2026
22 checks passed
@BrewTestBot
BrewTestBot deleted the bump-vite-plus-0.2.5 branch July 17, 2026 10:05
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