Skip to content

feat(deps): upgrade upstream dependencies - #2443

Merged
fengmk2 merged 2 commits into
mainfrom
deps/upstream-update
Aug 14, 2026
Merged

feat(deps): upgrade upstream dependencies#2443
fengmk2 merged 2 commits into
mainfrom
deps/upstream-update

Conversation

@voidzero-guard

Copy link
Copy Markdown
Contributor

Summary

  • Automated upgrade of upstream dependencies.
  • Bumps rolldown to v1.2.4 and the oxc toolchain (oxfmt, oxlint, @oxc-project/*, oxc-*, and the Rust oxc* crates) from 0.143.0/1.77.0/0.62.0 to 0.144.0/1.78.0/0.63.0.
  • Also bumps the @emnapi/*/emnapi catalog entries to 2.0.0-alpha.4 and @types/semver to ^7.8.0.
  • Requires an oxfmt error-message snapshot update; no behavior changes beyond version bumps.

Dependency updates

Package From To
rolldown 52dbd19 v1.2.4 (483c648)
oxfmt 0.62.0 0.63.0
oxlint 1.77.0 1.78.0
@oxc-project/runtime 0.143.0 0.144.0
@oxc-project/types 0.143.0 0.144.0
oxc-minify 0.143.0 0.144.0
oxc-parser 0.143.0 0.144.0
oxc-transform 0.143.0 0.144.0
oxc (Rust crates) 0.143.0 0.144.0
@emnapi/core 2.0.0-alpha.3 2.0.0-alpha.4
@emnapi/runtime 2.0.0-alpha.3 2.0.0-alpha.4
@types/semver ^7.7.1 ^7.8.0

Code changes

  • Cargo.toml: bump the oxc and oxc_* Rust crates to 0.144.0.
  • pnpm-workspace.yaml: bump @emnapi/core, @emnapi/runtime, and emnapi to 2.0.0-alpha.4, replace the pinned @emnapi/*/emnapi@1.11.1 minimumReleaseAgeExclude entries with an @emnapi/* glob, and bump @types/semver to ^7.8.0.
  • crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/check_fix_missing_stderr/snapshots/check_fix_missing_stderr.md: update the oxfmt config-error snapshot; the message is no longer prefixed with Error: .

Build status

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

@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.2.1)

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

➖ Vitest: no version update (4.1.10)

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

✅ Oxlint: no CLI help changes (1.77.0 → 1.78.0)

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

✅ Oxfmt: no CLI help changes (0.62.0 → 0.63.0)

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

➖ tsdown: no version update (0.22.14)

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

@netlify

netlify Bot commented Aug 14, 2026

Copy link
Copy Markdown

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit 7f2aeed
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/6a7e8adf425d0b0008a6af60

@github-actions

github-actions Bot commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

Native binary sizes (7f2aeed)

Final release artifacts built by the canonical build-upstream and build-windows-cli actions.

Artifact Format Base PR Change
vp (Linux x64) Binary 10.67 MiB 10.67 MiB 0 B (0.00%)
vp (Linux x64) gzip -9 4.62 MiB 4.62 MiB 0 B (0.00%)
NAPI (Linux x64) Binary 32.00 MiB 32.02 MiB +20.00 KiB (+0.06%)
NAPI (Linux x64) gzip -9 12.61 MiB 12.61 MiB +2.97 KiB (+0.02%)
vp (macOS ARM64) Binary 7.98 MiB 7.98 MiB 0 B (0.00%)
vp (macOS ARM64) gzip -9 4.03 MiB 4.03 MiB 0 B (0.00%)
NAPI (macOS ARM64) Binary 39.66 MiB 39.68 MiB +16.00 KiB (+0.04%)
NAPI (macOS ARM64) gzip -9 16.91 MiB 16.92 MiB +10.17 KiB (+0.06%)
vp (Windows x64) Binary 8.55 MiB 8.55 MiB 0 B (0.00%)
vp (Windows x64) gzip -9 3.73 MiB 3.73 MiB -2 B (-0.00%)
NAPI (Windows x64) Binary 26.87 MiB 26.89 MiB +19.00 KiB (+0.07%)
NAPI (Windows x64) gzip -9 10.68 MiB 10.68 MiB +8.45 KiB (+0.08%)
Trampoline (Windows x64) Binary 205.00 KiB 205.00 KiB 0 B (0.00%)
Trampoline (Windows x64) gzip -9 99.00 KiB 99.00 KiB 0 B (0.00%)
Installer (Windows x64) Binary 4.47 MiB 4.47 MiB 0 B (0.00%)
Installer (Windows x64) gzip -9 2.09 MiB 2.09 MiB -1 B (-0.00%)

@fengmk2 fengmk2 self-assigned this Aug 14, 2026
voidzero-guard Bot and others added 2 commits August 14, 2026 11:26
- rolldown: 52dbd19 -> v1.2.4 (483c648)
- oxfmt: 0.62.0 -> 0.63.0
- oxlint: 1.77.0 -> 1.78.0
- @oxc-project/runtime: 0.143.0 -> 0.144.0
- @oxc-project/types: 0.143.0 -> 0.144.0
- oxc-minify: 0.143.0 -> 0.144.0
- oxc-parser: 0.143.0 -> 0.144.0
- oxc-transform: 0.143.0 -> 0.144.0
- oxc Rust crates: 0.143.0 -> 0.144.0

Code changes:
- Bump oxc Rust crate versions to 0.144.0 (Cargo.toml)
- Bump @emnapi/core, @emnapi/runtime, and emnapi to 2.0.0-alpha.4 and
  collapse their minimumReleaseAgeExclude entries into an @emnapi/* glob
  (pnpm-workspace.yaml)
- Bump @types/semver to ^7.8.0 (pnpm-workspace.yaml)
- Update oxfmt config-error snapshot: message no longer prefixed with
  "Error: " (crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/check_fix_missing_stderr/snapshots/check_fix_missing_stderr.md)
rolldown v1.2.4 added packages/browser-tests, whose playwright ^1.62.0
devDependency pulled playwright 1.62.1 into the lockfile and moved the
@vitest/browser-playwright peer in packages/cli from 1.57.0 to 1.62.1.
CI installs Chromium through the root playwright (catalog ^1.57.0), so
with PLAYWRIGHT_BROWSERS_PATH=0 the browsers land in
playwright-core@1.57.0 while vp test resolves playwright-core@1.62.1,
and the vitest_browser_mode snapshot case fails on every platform.

Exclude the package like rollup-tests: it is rolldown's own e2e suite
and is not used by the vite-plus build. The lockfile keeps playwright
1.62.1 (it satisfies the catalog range), so the workspace stays on a
single playwright version and the browser install matches the runtime.
@fengmk2
fengmk2 force-pushed the deps/upstream-update branch from 5dc4207 to 7f2aeed Compare August 14, 2026 03:26
@fengmk2
fengmk2 merged commit 9065c53 into main Aug 14, 2026
103 checks passed
@fengmk2
fengmk2 deleted the deps/upstream-update branch August 14, 2026 03:58
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.

1 participant