Skip to content

Commit 0c29a69

Browse files
chore(deps): update npm packages (#18)
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](https://viteplus.dev/guide) ([source](https://redirect.github.com/voidzero-dev/vite-plus/tree/HEAD/packages/core)) | [`0.1.20` → `0.1.21`](https://renovatebot.com/diffs/npm/vite/0.1.20/0.1.21) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@voidzero-dev%2fvite-plus-core/0.1.21?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@voidzero-dev%2fvite-plus-core/0.1.21?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@voidzero-dev%2fvite-plus-core/0.1.20/0.1.21?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@voidzero-dev%2fvite-plus-core/0.1.20/0.1.21?slim=true) | | [vitest](https://viteplus.dev/guide) ([source](https://redirect.github.com/voidzero-dev/vite-plus/tree/HEAD/packages/test)) | [`0.1.20` → `0.1.21`](https://renovatebot.com/diffs/npm/vitest/0.1.20/0.1.21) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@voidzero-dev%2fvite-plus-test/0.1.21?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@voidzero-dev%2fvite-plus-test/0.1.21?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@voidzero-dev%2fvite-plus-test/0.1.20/0.1.21?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@voidzero-dev%2fvite-plus-test/0.1.20/0.1.21?slim=true) | | [void](https://redirect.github.com/voidzero-dev/void) ([source](https://redirect.github.com/voidzero-dev/void/tree/HEAD/packages/void)) | [`0.7.3` → `0.7.5`](https://renovatebot.com/diffs/npm/void/0.7.3/0.7.5) | ![age](https://developer.mend.io/api/mc/badges/age/npm/void/0.7.5?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/void/0.7.5?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/void/0.7.3/0.7.5?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/void/0.7.3/0.7.5?slim=true) | --- ### Release Notes <details> <summary>voidzero-dev/vite-plus (vite)</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 ([#&#8203;1495](https://redirect.github.com/voidzero-dev/vite-plus/pull/1495)) - **More Nushell support** — broader shell coverage for `vp env` and related commands ([#&#8203;1305](https://redirect.github.com/voidzero-dev/vite-plus/pull/1305)) - **Smarter `vp migrate`** — rewrites named catalogs ([#&#8203;1493](https://redirect.github.com/voidzero-dev/vite-plus/pull/1493)), `tsdown/client` imports & `declare module` statements ([#&#8203;1541](https://redirect.github.com/voidzero-dev/vite-plus/pull/1541)), and `tsdown/client` / `vite/client` in `tsconfig` `compilerOptions.types` ([#&#8203;1542](https://redirect.github.com/voidzero-dev/vite-plus/pull/1542)) - **`vp create` `@org` templates** — scoped default templates are now supported ([#&#8203;1398](https://redirect.github.com/voidzero-dev/vite-plus/pull/1398)) ##### Features - Bring all package-manager commands to the local CLI ([#&#8203;1495](https://redirect.github.com/voidzero-dev/vite-plus/pull/1495)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Support `@org` default templates in `vp create` ([#&#8203;1398](https://redirect.github.com/voidzero-dev/vite-plus/pull/1398)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Support yarn plugin commands via `vp pm plugin` ([#&#8203;1540](https://redirect.github.com/voidzero-dev/vite-plus/pull/1540)) — [@&#8203;jong-kyung](https://redirect.github.com/jong-kyung) - Forward `--provenance` flag when publishing a package ([#&#8203;1549](https://redirect.github.com/voidzero-dev/vite-plus/pull/1549)) — [@&#8203;cpojer](https://redirect.github.com/cpojer) - More Nushell support ([#&#8203;1305](https://redirect.github.com/voidzero-dev/vite-plus/pull/1305)) — [@&#8203;XiNiHa](https://redirect.github.com/XiNiHa) - `vp migrate`: rewrite `tsdown/client` imports and `declare module` statements ([#&#8203;1541](https://redirect.github.com/voidzero-dev/vite-plus/pull/1541)) — [@&#8203;naokihaba](https://redirect.github.com/naokihaba) - `vp migrate`: rewrite `tsdown/client` and `vite/client` in `tsconfig` `compilerOptions.types` ([#&#8203;1542](https://redirect.github.com/voidzero-dev/vite-plus/pull/1542)) — [@&#8203;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)) — [@&#8203;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)) — [@&#8203;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` ([#&#8203;1521](https://redirect.github.com/voidzero-dev/vite-plus/pull/1521), [#&#8203;1531](https://redirect.github.com/voidzero-dev/vite-plus/pull/1531), [#&#8203;1548](https://redirect.github.com/voidzero-dev/vite-plus/pull/1548)) — [@&#8203;voidzero-guard](https://redirect.github.com/voidzero-guard)\[bot] ##### Fixes & Enhancements - `vp migrate`: rewrite named catalogs ([#&#8203;1493](https://redirect.github.com/voidzero-dev/vite-plus/pull/1493)) — [@&#8203;lyzno1](https://redirect.github.com/lyzno1) - Show `create` and `migrate` in local CLI top-level help ([#&#8203;1508](https://redirect.github.com/voidzero-dev/vite-plus/pull/1508)) — [@&#8203;nurazon59](https://redirect.github.com/nurazon59) - Fish env setup using string-literal command for `vp env` commands ([#&#8203;1518](https://redirect.github.com/voidzero-dev/vite-plus/pull/1518)) — [@&#8203;mikkurogue](https://redirect.github.com/mikkurogue) - Auto-pass `--ignore-scripts` when pnpm `>=11` in `migrate`/`create` ([#&#8203;1533](https://redirect.github.com/voidzero-dev/vite-plus/pull/1533)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Route Windows `.cmd` shims through PowerShell for pm commands ([#&#8203;1498](https://redirect.github.com/voidzero-dev/vite-plus/pull/1498)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Add `vite-plus/pack/client` export as `tsdown/client` equivalent ([#&#8203;1501](https://redirect.github.com/voidzero-dev/vite-plus/pull/1501)) — [@&#8203;naokihaba](https://redirect.github.com/naokihaba) - Publish release as draft to support immutable releases ([#&#8203;1558](https://redirect.github.com/voidzero-dev/vite-plus/pull/1558)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Preserve string-literal tabs in `convertTabsToSpaces` ([#&#8203;1559](https://redirect.github.com/voidzero-dev/vite-plus/pull/1559)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Include `docs/` in fmt and lint ([#&#8203;1552](https://redirect.github.com/voidzero-dev/vite-plus/pull/1552)) — [@&#8203;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)) — [@&#8203;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)) — [@&#8203;SegaraRai](https://redirect.github.com/SegaraRai) - Bump vite-task to `c63db22` ([#&#8203;1560](https://redirect.github.com/voidzero-dev/vite-plus/pull/1560)) — [@&#8203;branchseer](https://redirect.github.com/branchseer) ##### Refactor - Convert team data file to TypeScript ([#&#8203;1515](https://redirect.github.com/voidzero-dev/vite-plus/pull/1515)) — [@&#8203;jong-kyung](https://redirect.github.com/jong-kyung) ##### Docs - Add filename labels to configuration code blocks ([#&#8203;1496](https://redirect.github.com/voidzero-dev/vite-plus/pull/1496)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Add monorepo overrides guide ([#&#8203;1535](https://redirect.github.com/voidzero-dev/vite-plus/pull/1535)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Improve "before" CI usage to actual use case ([#&#8203;1551](https://redirect.github.com/voidzero-dev/vite-plus/pull/1551)) — [@&#8203;Mister-Hope](https://redirect.github.com/Mister-Hope) ##### Chore - Update `crate-ci/typos` action to v1.46.1 ([#&#8203;1509](https://redirect.github.com/voidzero-dev/vite-plus/pull/1509), [#&#8203;1554](https://redirect.github.com/voidzero-dev/vite-plus/pull/1554)) — [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - Rewrite upgrade-deps script in TypeScript ([#&#8203;1514](https://redirect.github.com/voidzero-dev/vite-plus/pull/1514)) — [@&#8203;camc314](https://redirect.github.com/camc314) - Add pnpm v11 snap tests for command adaptation coverage ([#&#8203;1289](https://redirect.github.com/voidzero-dev/vite-plus/pull/1289)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Bump upgrade-deps `max-turns` from 200 to 400 ([#&#8203;1520](https://redirect.github.com/voidzero-dev/vite-plus/pull/1520)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Update pnpm to v10.33.2 ([#&#8203;1505](https://redirect.github.com/voidzero-dev/vite-plus/pull/1505)) — [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - Prevent false-positive `<repeat>` replacement on trailing plus ([#&#8203;1524](https://redirect.github.com/voidzero-dev/vite-plus/pull/1524)) — [@&#8203;nurazon59](https://redirect.github.com/nurazon59) - Update `lodash-es` to v4.18.1 \[security] ([#&#8203;1522](https://redirect.github.com/voidzero-dev/vite-plus/pull/1522)) — [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] - Stabilize global snap tests against pnpm v11 ([#&#8203;1528](https://redirect.github.com/voidzero-dev/vite-plus/pull/1528)) — [@&#8203;fengmk2](https://redirect.github.com/fengmk2) - Disable npm and cargo updates in Renovate ([#&#8203;1536](https://redirect.github.com/voidzero-dev/vite-plus/pull/1536)) — [@&#8203;Boshen](https://redirect.github.com/Boshen) - Publish preview packages to pkg.pr.new ([#&#8203;1526](https://redirect.github.com/voidzero-dev/vite-plus/pull/1526)) — [@&#8203;Boshen](https://redirect.github.com/Boshen) - Gate pkg.pr.new publish on label only ([#&#8203;1547](https://redirect.github.com/voidzero-dev/vite-plus/pull/1547)) — [@&#8203;Boshen](https://redirect.github.com/Boshen) - Upgrade GitHub Actions to latest versions ([#&#8203;956](https://redirect.github.com/voidzero-dev/vite-plus/pull/956)) — [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) - Upgrade GitHub Actions for Node 24 compatibility ([#&#8203;955](https://redirect.github.com/voidzero-dev/vite-plus/pull/955)) — [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) - Correct kazupon's X account link on the team page ([#&#8203;1513](https://redirect.github.com/voidzero-dev/vite-plus/pull/1513)) — [@&#8203;jong-kyung](https://redirect.github.com/jong-kyung) - Ensure no file changes after `build-upstream` step ([#&#8203;1563](https://redirect.github.com/voidzero-dev/vite-plus/pull/1563)) — [@&#8203;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! 🎉 [@&#8203;nurazon59](https://redirect.github.com/nurazon59), [@&#8203;mikkurogue](https://redirect.github.com/mikkurogue), [@&#8203;Mister-Hope](https://redirect.github.com/Mister-Hope), [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc), [@&#8203;XiNiHa](https://redirect.github.com/XiNiHa) **Full Changelog**: <voidzero-dev/vite-plus@v0.1.20...v0.1.21> </details> <details> <summary>voidzero-dev/void (void)</summary> ### [`v0.7.5`](https://redirect.github.com/voidzero-dev/void/compare/v0.7.4...v0.7.5) [Compare Source](https://redirect.github.com/voidzero-dev/void/compare/v0.7.4...v0.7.5) ### [`v0.7.4`](https://redirect.github.com/voidzero-dev/void/compare/v0.7.3...v0.7.4) [Compare Source](https://redirect.github.com/voidzero-dev/void/compare/v0.7.3...v0.7.4) </details> --- ### Configuration 📅 **Schedule**: (in timezone Asia/Shanghai) - Branch creation - "before 10am on monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE3OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6bbe19f commit 0c29a69

2 files changed

Lines changed: 23 additions & 106 deletions

File tree

pnpm-lock.yaml

Lines changed: 20 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
catalog:
22
"@types/node": ^25.6.0
3-
vite: npm:@voidzero-dev/vite-plus-core@0.1.20
3+
vite: npm:@voidzero-dev/vite-plus-core@0.1.21
44
vite-plus: 0.1.21
5-
vitest: npm:@voidzero-dev/vite-plus-test@0.1.20
6-
void: 0.7.3
5+
vitest: npm:@voidzero-dev/vite-plus-test@0.1.21
6+
void: 0.7.5
77
overrides:
88
vite: "catalog:"
99
vitest: "catalog:"

0 commit comments

Comments
 (0)