Commit 9cc09b8
authored
chore(deps): update dependency vite-plus to v0.1.21 (#17)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Adoption](https://docs.renovatebot.com/merge-confidence/) |
[Passing](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|---|---|
| [vite-plus](https://viteplus.dev/guide)
([source](https://redirect.github.com/voidzero-dev/vite-plus/tree/HEAD/packages/cli))
| [`0.1.20` →
`0.1.21`](https://renovatebot.com/diffs/npm/vite-plus/0.1.20/0.1.21) |

|

|

|

|
---
### Release Notes
<details>
<summary>voidzero-dev/vite-plus (vite-plus)</summary>
###
[`v0.1.21`](https://redirect.github.com/voidzero-dev/vite-plus/releases/tag/v0.1.21):
vite-plus v0.1.21 — Create, Migrate & Local CLI Power-Up
[Compare
Source](https://redirect.github.com/voidzero-dev/vite-plus/compare/v0.1.20...v0.1.21)
`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](https://redirect.github.com/voidzero-dev/vite-plus/pull/1495))
- **More Nushell support** — broader shell coverage for `vp env` and
related commands
([#​1305](https://redirect.github.com/voidzero-dev/vite-plus/pull/1305))
- **Smarter `vp migrate`** — rewrites named catalogs
([#​1493](https://redirect.github.com/voidzero-dev/vite-plus/pull/1493)),
`tsdown/client` imports & `declare module` statements
([#​1541](https://redirect.github.com/voidzero-dev/vite-plus/pull/1541)),
and `tsdown/client` / `vite/client` in `tsconfig`
`compilerOptions.types`
([#​1542](https://redirect.github.com/voidzero-dev/vite-plus/pull/1542))
- **`vp create` `@org` templates** — scoped default templates are now
supported
([#​1398](https://redirect.github.com/voidzero-dev/vite-plus/pull/1398))
##### Features
- Bring all package-manager commands to the local CLI
([#​1495](https://redirect.github.com/voidzero-dev/vite-plus/pull/1495))
— [@​fengmk2](https://redirect.github.com/fengmk2)
- Support `@org` default templates in `vp create`
([#​1398](https://redirect.github.com/voidzero-dev/vite-plus/pull/1398))
— [@​fengmk2](https://redirect.github.com/fengmk2)
- Support yarn plugin commands via `vp pm plugin`
([#​1540](https://redirect.github.com/voidzero-dev/vite-plus/pull/1540))
— [@​jong-kyung](https://redirect.github.com/jong-kyung)
- Forward `--provenance` flag when publishing a package
([#​1549](https://redirect.github.com/voidzero-dev/vite-plus/pull/1549))
— [@​cpojer](https://redirect.github.com/cpojer)
- More Nushell support
([#​1305](https://redirect.github.com/voidzero-dev/vite-plus/pull/1305))
— [@​XiNiHa](https://redirect.github.com/XiNiHa)
- `vp migrate`: rewrite `tsdown/client` imports and `declare module`
statements
([#​1541](https://redirect.github.com/voidzero-dev/vite-plus/pull/1541))
— [@​naokihaba](https://redirect.github.com/naokihaba)
- `vp migrate`: rewrite `tsdown/client` and `vite/client` in `tsconfig`
`compilerOptions.types`
([#​1542](https://redirect.github.com/voidzero-dev/vite-plus/pull/1542))
— [@​naokihaba](https://redirect.github.com/naokihaba)
- vite-task: add `output` globs for cache restoration
([vite-task#375](https://redirect.github.com/voidzero-dev/vite-task/pull/375))
— [@​branchseer](https://redirect.github.com/branchseer)
- vite-task: store colored task logs, strip at display when needed
([vite-task#378](https://redirect.github.com/voidzero-dev/vite-task/pull/378))
— [@​branchseer](https://redirect.github.com/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](https://redirect.github.com/voidzero-dev/vite-plus/pull/1521),
[#​1531](https://redirect.github.com/voidzero-dev/vite-plus/pull/1531),
[#​1548](https://redirect.github.com/voidzero-dev/vite-plus/pull/1548))
—
[@​voidzero-guard](https://redirect.github.com/voidzero-guard)\[bot]
##### Fixes & Enhancements
- `vp migrate`: rewrite named catalogs
([#​1493](https://redirect.github.com/voidzero-dev/vite-plus/pull/1493))
— [@​lyzno1](https://redirect.github.com/lyzno1)
- Show `create` and `migrate` in local CLI top-level help
([#​1508](https://redirect.github.com/voidzero-dev/vite-plus/pull/1508))
— [@​nurazon59](https://redirect.github.com/nurazon59)
- Fish env setup using string-literal command for `vp env` commands
([#​1518](https://redirect.github.com/voidzero-dev/vite-plus/pull/1518))
— [@​mikkurogue](https://redirect.github.com/mikkurogue)
- Auto-pass `--ignore-scripts` when pnpm `>=11` in `migrate`/`create`
([#​1533](https://redirect.github.com/voidzero-dev/vite-plus/pull/1533))
— [@​fengmk2](https://redirect.github.com/fengmk2)
- Route Windows `.cmd` shims through PowerShell for pm commands
([#​1498](https://redirect.github.com/voidzero-dev/vite-plus/pull/1498))
— [@​fengmk2](https://redirect.github.com/fengmk2)
- Add `vite-plus/pack/client` export as `tsdown/client` equivalent
([#​1501](https://redirect.github.com/voidzero-dev/vite-plus/pull/1501))
— [@​naokihaba](https://redirect.github.com/naokihaba)
- Publish release as draft to support immutable releases
([#​1558](https://redirect.github.com/voidzero-dev/vite-plus/pull/1558))
— [@​fengmk2](https://redirect.github.com/fengmk2)
- Preserve string-literal tabs in `convertTabsToSpaces`
([#​1559](https://redirect.github.com/voidzero-dev/vite-plus/pull/1559))
— [@​fengmk2](https://redirect.github.com/fengmk2)
- Include `docs/` in fmt and lint
([#​1552](https://redirect.github.com/voidzero-dev/vite-plus/pull/1552))
— [@​fengmk2](https://redirect.github.com/fengmk2)
- vite-task: move `FORCE_COLOR` fallback after pattern filtering
([vite-task#379](https://redirect.github.com/voidzero-dev/vite-task/pull/379))
— [@​branchseer](https://redirect.github.com/branchseer)
- vite-task: preserve `PATHEXT` for Windows cached tasks
([vite-task#366](https://redirect.github.com/voidzero-dev/vite-task/pull/366))
— [@​SegaraRai](https://redirect.github.com/SegaraRai)
- Bump vite-task to `c63db22`
([#​1560](https://redirect.github.com/voidzero-dev/vite-plus/pull/1560))
— [@​branchseer](https://redirect.github.com/branchseer)
##### Refactor
- Convert team data file to TypeScript
([#​1515](https://redirect.github.com/voidzero-dev/vite-plus/pull/1515))
— [@​jong-kyung](https://redirect.github.com/jong-kyung)
##### Docs
- Add filename labels to configuration code blocks
([#​1496](https://redirect.github.com/voidzero-dev/vite-plus/pull/1496))
— [@​fengmk2](https://redirect.github.com/fengmk2)
- Add monorepo overrides guide
([#​1535](https://redirect.github.com/voidzero-dev/vite-plus/pull/1535))
— [@​fengmk2](https://redirect.github.com/fengmk2)
- Improve "before" CI usage to actual use case
([#​1551](https://redirect.github.com/voidzero-dev/vite-plus/pull/1551))
— [@​Mister-Hope](https://redirect.github.com/Mister-Hope)
##### Chore
- Update `crate-ci/typos` action to v1.46.1
([#​1509](https://redirect.github.com/voidzero-dev/vite-plus/pull/1509),
[#​1554](https://redirect.github.com/voidzero-dev/vite-plus/pull/1554))
— [@​renovate](https://redirect.github.com/renovate)\[bot]
- Rewrite upgrade-deps script in TypeScript
([#​1514](https://redirect.github.com/voidzero-dev/vite-plus/pull/1514))
— [@​camc314](https://redirect.github.com/camc314)
- Add pnpm v11 snap tests for command adaptation coverage
([#​1289](https://redirect.github.com/voidzero-dev/vite-plus/pull/1289))
— [@​fengmk2](https://redirect.github.com/fengmk2)
- Bump upgrade-deps `max-turns` from 200 to 400
([#​1520](https://redirect.github.com/voidzero-dev/vite-plus/pull/1520))
— [@​fengmk2](https://redirect.github.com/fengmk2)
- Update pnpm to v10.33.2
([#​1505](https://redirect.github.com/voidzero-dev/vite-plus/pull/1505))
— [@​renovate](https://redirect.github.com/renovate)\[bot]
- Prevent false-positive `<repeat>` replacement on trailing plus
([#​1524](https://redirect.github.com/voidzero-dev/vite-plus/pull/1524))
— [@​nurazon59](https://redirect.github.com/nurazon59)
- Update `lodash-es` to v4.18.1 \[security]
([#​1522](https://redirect.github.com/voidzero-dev/vite-plus/pull/1522))
— [@​renovate](https://redirect.github.com/renovate)\[bot]
- Stabilize global snap tests against pnpm v11
([#​1528](https://redirect.github.com/voidzero-dev/vite-plus/pull/1528))
— [@​fengmk2](https://redirect.github.com/fengmk2)
- Disable npm and cargo updates in Renovate
([#​1536](https://redirect.github.com/voidzero-dev/vite-plus/pull/1536))
— [@​Boshen](https://redirect.github.com/Boshen)
- Publish preview packages to pkg.pr.new
([#​1526](https://redirect.github.com/voidzero-dev/vite-plus/pull/1526))
— [@​Boshen](https://redirect.github.com/Boshen)
- Gate pkg.pr.new publish on label only
([#​1547](https://redirect.github.com/voidzero-dev/vite-plus/pull/1547))
— [@​Boshen](https://redirect.github.com/Boshen)
- Upgrade GitHub Actions to latest versions
([#​956](https://redirect.github.com/voidzero-dev/vite-plus/pull/956))
— [@​salmanmkc](https://redirect.github.com/salmanmkc)
- Upgrade GitHub Actions for Node 24 compatibility
([#​955](https://redirect.github.com/voidzero-dev/vite-plus/pull/955))
— [@​salmanmkc](https://redirect.github.com/salmanmkc)
- Correct kazupon's X account link on the team page
([#​1513](https://redirect.github.com/voidzero-dev/vite-plus/pull/1513))
— [@​jong-kyung](https://redirect.github.com/jong-kyung)
- Ensure no file changes after `build-upstream` step
([#​1563](https://redirect.github.com/voidzero-dev/vite-plus/pull/1563))
— [@​fengmk2](https://redirect.github.com/fengmk2)
##### Bundled Versions
| Tool | Version | Source |
| --------------- | -------- |
-------------------------------------------------------------------------------------------------
|
| vite | `8.0.11` |
[`66f3194`](https://redirect.github.com/vitejs/vite/commit/66f3194aa8e59924562575f0a98e7f4ae0acdd89)
|
| rolldown | `1.0.0` |
[`ac5c710`](https://redirect.github.com/rolldown/rolldown/commit/ac5c71025a639d394a0db9c3a921b7eda5d71a88)
|
| tsdown | `0.22.0` | [npm](https://npmx.dev/package/tsdown/v/0.22.0) |
| vitest | `4.1.5` | [npm](https://npmx.dev/package/vitest/v/4.1.5) |
| oxlint | `1.63.0` | [npm](https://npmx.dev/package/oxlint/v/1.63.0) |
| oxlint-tsgolint | `0.22.1` |
[npm](https://npmx.dev/package/oxlint-tsgolint/v/0.22.1) |
| oxfmt | `0.48.0` | [npm](https://npmx.dev/package/oxfmt/v/0.48.0) |
##### 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:**
```bash
curl -fsSL https://vite.plus | bash
```
**Windows:**
```powershell
irm https://vite.plus/ps1 | iex
```
Or download and run `vp-setup.exe` from the assets below.
**Upgrade:**
```bash
vp upgrade
```
##### New Contributors
Welcome to all new contributors! 🎉
[@​nurazon59](https://redirect.github.com/nurazon59),
[@​mikkurogue](https://redirect.github.com/mikkurogue),
[@​Mister-Hope](https://redirect.github.com/Mister-Hope),
[@​salmanmkc](https://redirect.github.com/salmanmkc),
[@​XiNiHa](https://redirect.github.com/XiNiHa)
**Full Changelog**:
<voidzero-dev/vite-plus@v0.1.20...v0.1.21>
</details>
---
### Configuration
📅 **Schedule**: (in timezone Asia/Shanghai)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/voidzero-dev/setup.viteplus.dev).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE3My42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent e1ed697 commit 9cc09b8
2 files changed
Lines changed: 326 additions & 238 deletions
0 commit comments