Skip to content

feat(deps): upgrade upstream dependencies - #2725

Merged
fengmk2 merged 2 commits into
mainfrom
deps/upstream-update
Sep 16, 2026
Merged

fengmk2 merged 2 commits into
mainfrom
deps/upstream-update

Conversation

@voidzero-guard

Copy link
Copy Markdown
Contributor
  • Upgrade rolldown to v1.2.9 and the oxc toolchain: oxlint 1.83.0, oxfmt 0.68.0, the oxc 0.150.0 crates (JS packages and Rust workspace), and @oxc-node 0.1.2.
  • Regenerate the NAPI binding loader and typings with @napi-rs/cli 3.10 / rolldown v1.2.9: new __napiBindingTarget loader marker plus new exports (__internalForcePanic, CodegenOptions.asciiOnly, BindingChecksOptions.moduleLevelDirective).
  • Re-record ESLint migration PTY snapshots for @oxlint/migrate 1.83.0: the react plugin is no longer emitted in the top-level plugins list and is scoped to the matching override instead.
  • Workspace catalog also bumps @napi-rs/cli ^3.10.0, emnapi/@emnapi 2.0.0-alpha.5, remeda ^2.48.0, and valibot 1.5.0.

Dependency updates

Package From To
rolldown 1.2.8 (9704b56) v1.2.9 (5b4746e)
@oxc-node/cli 0.1.0 0.1.2
@oxc-node/core 0.1.0 0.1.2
oxfmt 0.67.0 0.68.0
oxlint 1.82.0 1.83.0
@oxc-project/runtime 0.149.0 0.150.0
@oxc-project/types 0.149.0 0.150.0
oxc-minify 0.149.0 0.150.0
oxc-parser 0.149.0 0.150.0
oxc-transform 0.149.0 0.150.0
@napi-rs/cli ^3.9.0 ^3.10.0
@emnapi/core 2.0.0-alpha.4 2.0.0-alpha.5
@emnapi/runtime 2.0.0-alpha.4 2.0.0-alpha.5
emnapi 2.0.0-alpha.4 2.0.0-alpha.5
remeda ^2.45.0 ^2.48.0
valibot 1.4.2 1.5.0
Unchanged dependencies
  • vite: v8.3.0 (434e8e9)
  • vitest: 4.1.11
  • @vitest/browser: 4.1.11
  • @vitest/browser-playwright: 4.1.11
  • @vitest/browser-preview: 4.1.11
  • @vitest/browser-webdriverio: 4.1.11
  • @vitest/expect: 4.1.11
  • @vitest/mocker: 4.1.11
  • @vitest/pretty-format: 4.1.11
  • @vitest/runner: 4.1.11
  • @vitest/snapshot: 4.1.11
  • @vitest/spy: 4.1.11
  • @vitest/utils: 4.1.11
  • tsdown: 0.23.0
  • @tsdown/css: 0.23.0
  • @tsdown/exe: 0.23.0
  • lightningcss: ^1.33.0
  • oxlint-tsgolint: 7.0.2001
  • VITEST_VERSION constant: 4.1.11
  • README vitest pins: 4.1.11

Code changes

  • Regenerate the NAPI binding loader and typings with @napi-rs/cli 3.10 and rolldown v1.2.9: adds the __napiBindingTarget loader marker and new exports (__internalForcePanic, CodegenOptions.asciiOnly, BindingChecksOptions.moduleLevelDirective) — packages/cli/binding/index.cjs, packages/cli/binding/index.d.cts.
  • Re-record ESLint migration PTY snapshots for @oxlint/migrate 1.83.0 output: the react plugin leaves the top-level plugins list and moves into the matching override — crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/*/snapshots/*.md (9 migration fixtures + new_create_vite_migrates_eslint_prettier).

Build status

  • sync-remote-and-build: success
  • build-upstream: failure

🤖 Generated with Claude Code

- rolldown: 9704b56 -> v1.2.9 (5b4746e)
- @oxc-node/cli: 0.1.0 -> 0.1.2
- @oxc-node/core: 0.1.0 -> 0.1.2
- oxfmt: 0.67.0 -> 0.68.0
- oxlint: 1.82.0 -> 1.83.0
- @oxc-project/runtime: 0.149.0 -> 0.150.0
- @oxc-project/types: 0.149.0 -> 0.150.0
- oxc-minify: 0.149.0 -> 0.150.0
- oxc-parser: 0.149.0 -> 0.150.0
- oxc-transform: 0.149.0 -> 0.150.0
- @napi-rs/cli: ^3.9.0 -> ^3.10.0
- @emnapi/core: 2.0.0-alpha.4 -> 2.0.0-alpha.5
- @emnapi/runtime: 2.0.0-alpha.4 -> 2.0.0-alpha.5
- emnapi: 2.0.0-alpha.4 -> 2.0.0-alpha.5
- remeda: ^2.45.0 -> ^2.48.0
- valibot: 1.4.2 -> 1.5.0

Code changes:
- Regenerate the NAPI binding loader and typings with @napi-rs/cli 3.10 and rolldown v1.2.9: adds the `__napiBindingTarget` loader marker and new exports (`__internalForcePanic`, `CodegenOptions.asciiOnly`, `BindingChecksOptions.moduleLevelDirective`) — packages/cli/binding/index.cjs, packages/cli/binding/index.d.cts
- Re-record ESLint migration PTY snapshots for @oxlint/migrate 1.83.0 output: the `react` plugin is no longer emitted in the top-level `plugins` list and is scoped to the matching override instead — crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/*/snapshots/*.md

Co-Authored-By: Claude Code <noreply@anthropic.com>
@voidzero-guard

Copy link
Copy Markdown
Contributor Author

✅ No upstream CLI help changes detected

Compared normalized --help output for the upstream CLIs mirrored by Vite+.

➖ Vite: no version update (8.3.0)

No version update was detected, so there is no CLI help diff.

➖ Vitest: no version update (4.1.11)

No version update was detected, so there is no CLI help diff.

✅ Oxlint: no CLI help changes (1.82.0 → 1.83.0)

The version was updated, but the normalized CLI help output has no differences.

✅ Oxfmt: no CLI help changes (0.67.0 → 0.68.0)

The version was updated, but the normalized CLI help output has no differences.

➖ tsdown: no version update (0.23.0)

No version update was detected, so there is no CLI help diff.

@github-actions

github-actions Bot commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

CLI artifact sizes (31a0e9a)

Final release artifacts built by the canonical build-upstream and build-windows-cli actions.
The dist rows use the Linux build. The core total excludes .node files to match the release artifact.

Artifact Format Base PR Change
packages/cli/dist Directory total 2.15 MiB 2.15 MiB 0 B (0.00%)
packages/core/dist Directory total 3.94 MiB 3.95 MiB +5.80 KiB (+0.14%)
Combined package dist Directory total 6.09 MiB 6.09 MiB +5.80 KiB (+0.09%)
vp (Linux x64) Binary 11.18 MiB 11.18 MiB +4.00 KiB (+0.03%)
vp (Linux x64) gzip -9 4.83 MiB 4.84 MiB +1.63 KiB (+0.03%)
NAPI (Linux x64) Binary 32.12 MiB 32.01 MiB -115.94 KiB (-0.35%)
NAPI (Linux x64) gzip -9 12.71 MiB 12.69 MiB -13.76 KiB (-0.11%)
vp (macOS ARM64) Binary 8.33 MiB 8.33 MiB +16 B (+0.00%)
vp (macOS ARM64) gzip -9 4.22 MiB 4.22 MiB +1.95 KiB (+0.05%)
NAPI (macOS ARM64) Binary 39.68 MiB 39.64 MiB -33.83 KiB (-0.08%)
NAPI (macOS ARM64) gzip -9 17.01 MiB 17.01 MiB -2.87 KiB (-0.02%)
vp (Windows x64) Binary 9.06 MiB 9.06 MiB +512 B (+0.01%)
vp (Windows x64) gzip -9 3.95 MiB 3.96 MiB +2.20 KiB (+0.05%)
NAPI (Windows x64) Binary 27.03 MiB 26.98 MiB -53.00 KiB (-0.19%)
NAPI (Windows x64) gzip -9 10.80 MiB 10.80 MiB -4.66 KiB (-0.04%)
Trampoline (Windows x64) Binary 13.50 KiB 13.50 KiB 0 B (0.00%)
Trampoline (Windows x64) gzip -9 7.03 KiB 7.03 KiB +1 B (+0.01%)
Installer (Windows x64) Binary 4.53 MiB 4.53 MiB +2.00 KiB (+0.04%)
Installer (Windows x64) gzip -9 2.12 MiB 2.12 MiB +1.61 KiB (+0.07%)

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 16, 2026

Copy link
Copy Markdown

🚀 Deploying Preview to Cloudflare 🚀

Preview URL: https://deps-upstream-update-viteplus-dev.voidzero-docs.workers.dev (commit 31a0e9a)

This URL reflects your latest Preview deployment

Preview Deployments by commit

Status Deployment URL Commit Updated (UTC) See this deployment's details
  • Build: Success ✅
  • Deployment: Success ✅

View logs ↗
https://9696caae-viteplus-dev.voidzero-docs.workers.dev 31a0e9a 2026-09-16T16:13:16.404Z Visit the dashboard ↗
  • Build: Success ✅
  • Deployment: Success ✅

View logs ↗
https://09a6b3d5-viteplus-dev.voidzero-docs.workers.dev 2205711 2026-09-16T15:27:21.866Z Visit the dashboard ↗

@fengmk2 fengmk2 self-assigned this Sep 16, 2026
@fengmk2
fengmk2 merged commit 6089186 into main Sep 16, 2026
114 checks passed
@fengmk2
fengmk2 deleted the deps/upstream-update branch September 16, 2026 16:44
fengmk2 added a commit that referenced this pull request Sep 18, 2026
This release fixes Homebrew setup, Windows installation, and workspace
dependency commands. It also updates Rolldown, Oxlint, and Oxfmt.

### Fixes & Enhancements

- Homebrew installations complete setup once, retain their bundled CLI,
and direct upgrades to `brew upgrade vite-plus`
([#2729](#2729)), by
@fengmk2.
- Windows installations decode remote legacy PowerShell scripts
correctly
([#2701](#2701)), by
@james-elicx.
- `vp migrate` removes the unsupported React Refresh
`allowCompoundComponents` option and warns about possible lint errors
([#2702](#2702)), by
@fengmk2.
- New monorepo packages use the root lint configuration without a
conflicting nested configuration
([#2667](#2667)), by
@semimikoh.
- Yarn Classic rejects filtered additions and removals instead of
changing unintended dependencies
([#2705](#2705)), by
@jong-kyung.
- Yarn Berry rejects unsupported filtered updates and respects filters
during recursive removal
([#2709](#2709),
[#2712](#2712)), by
@jong-kyung.
- Yarn and Bun warn when a command does not support `--workspace-root`.
Yarn Classic accepts root additions through `vp add` and `vp install
<packages>`
([#2713](#2713)), by
@jong-kyung.
- `vp dedupe` warns about unsupported check options
([#2717](#2717)), by
@jong-kyung.
- Rust command output respects `NO_COLOR`
([#2716](#2716)), by
@liangmiQwQ.
- Windows commands find lowercase shims in directories with
case-sensitive file names
([#2727](#2727)), by
@fengmk2.

### Dependency Updates

- Update `rolldown@1.2.8` to `rolldown@1.2.9`, `oxlint@1.82.0` to
`oxlint@1.83.0`, and `oxfmt@0.67.0` to `oxfmt@0.68.0`. The new lint and
format versions can flag code that passed before. Run `vp fmt` after
upgrading if CI runs `vp check`
([#2725](#2725)), by
@voidzero-guard[bot].

### Docs

- Reorganize the guide and expand the global CLI sections
([#2684](#2684),
[#2715](#2715)), by
@liangmiQwQ.
- Explain Nushell startup requirements and recovery for XDG
installations
([#2704](#2704)), by
@naokihaba.

### Chore

- Add documentation previews for fork PRs
([#2691](#2691)), by
@fengmk2.
- Publish `@voidzero-dev/vite-plus-prompts` with npm releases
([#2707](#2707)), by
@fengmk2.
- Reuse native preview installations and clarify release evidence and
package checks
([#2693](#2693),
[#2708](#2708)), by
@fengmk2.
- Stabilize dependency-removal snapshots and temporarily skip Socket
Firewall tests on Windows
([#2711](#2711),
[#2730](#2730)), by
@fengmk2.
- Clarify package-manager comments and update the preview workflow
reference ([#2706](#2706),
[#2714](#2714)), by
@jong-kyung.
- Run dependency upgrade automation with Kimi K3
([#2723](#2723)), by
@Brooooooklyn.

### Bundled Versions

| Tool | Version | Source |
| --- | --- | --- |
| `vite` | `8.3.0` |
[`434e8e9`](vitejs/vite@434e8e9)
|
| `rolldown` | `1.2.9` |
[`5b4746e`](rolldown/rolldown@5b4746e)
|
| `tsdown` | `0.23.0` | [npm](https://npmx.dev/package/tsdown/v/0.23.0)
|
| `vitest` | `4.1.11` | [npm](https://npmx.dev/package/vitest/v/4.1.11)
|
| `oxlint` | `1.83.0` | [npm](https://npmx.dev/package/oxlint/v/1.83.0)
|
| `oxlint-tsgolint` | `7.0.2001` |
[npm](https://npmx.dev/package/oxlint-tsgolint/v/7.0.2001) |
| `oxfmt` | `0.68.0` | [npm](https://npmx.dev/package/oxfmt/v/0.68.0) |

### Upgrade

```bash
vp upgrade
```

### New Contributors

@james-elicx

**Full Changelog**:
v0.3.2...v0.3.3

---

Merging this PR will trigger the release workflow.

---------

Co-authored-by: voidzero-guard[bot] <278573678+voidzero-guard[bot]@users.noreply.github.com>
Co-authored-by: MK <fengmk2@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants