Skip to content

vite-plus 0.1.21#282507

Merged
BrewTestBot merged 2 commits into
mainfrom
bump-vite-plus-0.1.21
May 13, 2026
Merged

vite-plus 0.1.21#282507
BrewTestBot merged 2 commits into
mainfrom
bump-vite-plus-0.1.21

Conversation

@BrewTestBot
Copy link
Copy Markdown
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Warning: rolldown was downgraded to match the latest upstream version.

release notes
`vp create` learns `@org` templates, `vp migrate` rewrites more of your codebase, and the local CLI gains full `vp pm` parity.

Highlights

  • Package-manager parity — every vp pm command now works from the local CLI (#1495)
  • More Nushell support — broader shell coverage for vp env and related commands (#1305)
  • Smarter vp migrate — rewrites named catalogs (#1493), tsdown/client imports & declare module statements (#1541), and tsdown/client / vite/client in tsconfig compilerOptions.types (#1542)
  • vp create @org templates — scoped default templates are now supported (#1398)

Features

  • Bring all package-manager commands to the local CLI (#1495) — @fengmk2
  • Support @org default templates in vp create (#1398) — @fengmk2
  • Support yarn plugin commands via vp pm plugin (#1540) — @jong-kyung
  • Forward --provenance flag when publishing a package (#1549) — @cpojer
  • More Nushell support (#1305) — @XiNiHa
  • vp migrate: rewrite tsdown/client imports and declare module statements (#1541) — @naokihaba
  • vp migrate: rewrite tsdown/client and vite/client in tsconfig compilerOptions.types (#1542) — @naokihaba
  • vite-task: add output globs for cache restoration (vite-task#375) — @branchseer
  • vite-task: store colored task logs, strip at display when needed (vite-task#378) — @branchseer
  • Upgrade upstream dependencies — rolldown v1.0.0, vite v8.0.11, tsdown 0.22.0 (with new tsx config-loader), oxc Rust crates 0.128.0, oxc npm 0.129.0, oxlint 1.63.0, oxfmt 0.48.0, @vitejs/devtools 0.1.21 (#1521, #1531, #1548) — @voidzero-guard[bot]

Fixes & Enhancements

  • vp migrate: rewrite named catalogs (#1493) — @lyzno1
  • Show create and migrate in local CLI top-level help (#1508) — @nurazon59
  • Fish env setup using string-literal command for vp env commands (#1518) — @mikkurogue
  • Auto-pass --ignore-scripts when pnpm >=11 in migrate/create (#1533) — @fengmk2
  • Route Windows .cmd shims through PowerShell for pm commands (#1498) — @fengmk2
  • Add vite-plus/pack/client export as tsdown/client equivalent (#1501) — @naokihaba
  • Publish release as draft to support immutable releases (#1558) — @fengmk2
  • Preserve string-literal tabs in convertTabsToSpaces (#1559) — @fengmk2
  • Include docs/ in fmt and lint (#1552) — @fengmk2
  • vite-task: move FORCE_COLOR fallback after pattern filtering (vite-task#379) — @branchseer
  • vite-task: preserve PATHEXT for Windows cached tasks (vite-task#366) — @SegaraRai
  • Bump vite-task to c63db22 (#1560) — @branchseer

Refactor

  • Convert team data file to TypeScript (#1515) — @jong-kyung

Docs

  • Add filename labels to configuration code blocks (#1496) — @fengmk2
  • Add monorepo overrides guide (#1535) — @fengmk2
  • Improve "before" CI usage to actual use case (#1551) — @Mister-Hope

Chore

  • Update crate-ci/typos action to v1.46.1 (#1509, #1554) — @renovate[bot]
  • Rewrite upgrade-deps script in TypeScript (#1514) — @camc314
  • Add pnpm v11 snap tests for command adaptation coverage (#1289) — @fengmk2
  • Bump upgrade-deps max-turns from 200 to 400 (#1520) — @fengmk2
  • Update pnpm to v10.33.2 (#1505) — @renovate[bot]
  • Prevent false-positive <repeat> replacement on trailing plus (#1524) — @nurazon59
  • Update lodash-es to v4.18.1 [security] (#1522) — @renovate[bot]
  • Stabilize global snap tests against pnpm v11 (#1528) — @fengmk2
  • Disable npm and cargo updates in Renovate (#1536) — @Boshen
  • Publish preview packages to pkg.pr.new (#1526) — @Boshen
  • Gate pkg.pr.new publish on label only (#1547) — @Boshen
  • Upgrade GitHub Actions to latest versions (#956) — @salmanmkc
  • Upgrade GitHub Actions for Node 24 compatibility (#955) — @salmanmkc
  • Correct kazupon's X account link on the team page (#1513) — @jong-kyung
  • Ensure no file changes after build-upstream step (#1563) — @fengmk2

Published Packages

  • @voidzero-dev/vite-plus-core@0.1.21
  • @voidzero-dev/vite-plus-test@0.1.21
  • vite-plus@0.1.21

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.

Upgrade:

vp upgrade

New Contributors

Welcome to all new contributors! :tada:

@nurazon59, @mikkurogue, @Mister-Hope, @salmanmkc, @XiNiHa

Full Changelog: voidzero-dev/vite-plus@v0.1.20...v0.1.21

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


@github-actions github-actions Bot added nodejs Node or npm use is a significant feature of the PR or issue rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels May 13, 2026
@botantony botantony force-pushed the bump-vite-plus-0.1.21 branch from f9beaa8 to 7cd3d7e Compare May 13, 2026 10:20
@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 May 13, 2026
@BrewTestBot BrewTestBot enabled auto-merge May 13, 2026 13:44
@BrewTestBot BrewTestBot added this pull request to the merge queue May 13, 2026
Merged via the queue into main with commit 22bae45 May 13, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-vite-plus-0.1.21 branch May 13, 2026 13:57
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 rust Rust 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