Skip to content

feat(deps): upgrade upstream dependencies - #2580

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

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

Conversation

@voidzero-guard

Copy link
Copy Markdown
Contributor
  • Automated daily upgrade of upstream dependencies.
  • Bumps rolldown to v1.2.6 (84c904b -> 5375362), which also pulls the oxc Rust crates to 0.147.0 and oxc_resolver / oxc_resolver_napi to 11.24.3 in Cargo.toml.
  • Bumps the oxc JS toolchain: oxlint 1.79.0 -> 1.80.0, oxfmt 0.64.0 -> 0.65.0, and the oxc-* / @oxc-project/* packages 0.146.0 -> 0.147.0.
  • Only non-version edits are the regenerated NAPI type declarations in packages/cli/binding/index.d.cts and the remeda catalog bump in pnpm-workspace.yaml.

Dependency updates

Package From To
rolldown v1.2.5 (84c904b) v1.2.6 (5375362)
oxfmt 0.64.0 0.65.0
oxlint 1.79.0 1.80.0
@oxc-project/runtime 0.146.0 0.147.0
@oxc-project/types 0.146.0 0.147.0
oxc-minify 0.146.0 0.147.0
oxc-parser 0.146.0 0.147.0
oxc-transform 0.146.0 0.147.0
oxc Rust crates (oxc, oxc_allocator, oxc_ast, …) 0.146.0 0.147.0
oxc_resolver / oxc_resolver_napi 11.24.2 11.24.3
remeda (catalog) ^2.34.1 ^2.42.0
Unchanged dependencies
  • vite: v8.2.2 (de1111a)
  • 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.22.14
  • @tsdown/css: 0.22.14
  • @tsdown/exe: 0.22.14
  • lightningcss: ^1.33.0
  • @oxc-node/cli: 0.1.0
  • @oxc-node/core: 0.1.0
  • oxlint-tsgolint: 7.0.2001
  • tsdown-migrate: 0.23.0-rc.0
  • VITEST_VERSION constant: 4.1.11
  • README vitest pins: 4.1.11

Code changes

  • packages/cli/binding/index.d.cts: regenerated NAPI type declarations for rolldown v1.2.6:
    • BindingDevEngine gains getModuleInfo(moduleId) and getModuleIds().
    • TsconfigCache constructor takes an optional pathToTsconfig argument.
    • BindingEnhancedTransformOptions.tsconfig accepts a string path.
    • BindingMatchGroup.name / .test switch to batched signatures (Array<string> in, Array<VoidNullable<string>> / Uint8Array out).
    • BindingOutputs gains an optional mangleCache.
    • generateBundle / writeBundle bundle parameter changes from BindingErrorsOr<BindingOutputs> to BindingResult<BindingOutputs>.
    • BindingViteResolvePluginConfig and BindingViteTransformPluginConfig gain an optional tsconfig field.
  • packages/core/package.json: bundledVersions.rolldown 1.2.5 -> 1.2.6.
  • Cargo.toml: oxc crate pins 0.146.0 -> 0.147.0; oxc_resolver / oxc_resolver_napi 11.24.2 -> 11.24.3.
  • pnpm-workspace.yaml: remeda catalog entry ^2.34.1 -> ^2.42.0.
  • packages/tools/.upstream-versions.json: rolldown hash 84c904b -> 5375362.
  • Lockfile churn only elsewhere: Cargo.lock (including transitive pnp 0.12.10 -> 0.12.12, simd-json 0.17.3 -> 0.18.1, new regress 0.12.0) and pnpm-lock.yaml.

Build status

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

- rolldown: 84c904b -> v1.2.6 (5375362)
- oxfmt: 0.64.0 -> 0.65.0
- oxlint: 1.79.0 -> 1.80.0
- @oxc-project/runtime: 0.146.0 -> 0.147.0
- @oxc-project/types: 0.146.0 -> 0.147.0
- oxc-minify: 0.146.0 -> 0.147.0
- oxc-parser: 0.146.0 -> 0.147.0
- oxc-transform: 0.146.0 -> 0.147.0
- oxc Rust crates: 0.146.0 -> 0.147.0
- oxc_resolver / oxc_resolver_napi: 11.24.2 -> 11.24.3
- remeda (catalog): ^2.34.1 -> ^2.42.0

Code changes:
- packages/cli/binding/index.d.cts: regenerated NAPI type
  declarations for rolldown v1.2.6 (BindingDevEngine.getModuleInfo /
  getModuleIds, TsconfigCache pathToTsconfig argument, string tsconfig
  option, batched BindingMatchGroup name/test signatures,
  BindingOutputs.mangleCache, BindingErrorsOr -> BindingResult in
  generateBundle/writeBundle, tsconfig fields on Vite resolve/transform
  plugin configs)
- packages/core/package.json: bundledVersions.rolldown 1.2.5 -> 1.2.6
- Cargo.toml: oxc crate pins 0.146.0 -> 0.147.0 and oxc_resolver pins
  11.24.2 -> 11.24.3
- pnpm-workspace.yaml: remeda catalog entry ^2.34.1 -> ^2.42.0
- packages/tools/.upstream-versions.json: rolldown hash 84c904b ->
  5375362
@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.2)

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.79.0 → 1.80.0)

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

✅ Oxfmt: no CLI help changes (0.64.0 → 0.65.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 30, 2026

Copy link
Copy Markdown

Deploy Preview for viteplus-preview ready!

Name Link
🔨 Latest commit e1ae3e9
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/6a93a1be8bf4c30008989885
😎 Deploy Preview https://deploy-preview-2580--viteplus-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@socket-security

socket-security Bot commented Aug 30, 2026

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

CLI artifact sizes (e1ae3e9)

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 1.59 MiB 1.59 MiB -15 B (-0.00%)
packages/core/dist Directory total 3.91 MiB 3.92 MiB +6.69 KiB (+0.17%)
Combined package dist Directory total 5.50 MiB 5.50 MiB +6.68 KiB (+0.12%)
vp (Linux x64) Binary 10.71 MiB 10.72 MiB +16.00 KiB (+0.15%)
vp (Linux x64) gzip -9 4.63 MiB 4.65 MiB +13.03 KiB (+0.27%)
NAPI (Linux x64) Binary 32.39 MiB 31.89 MiB -516.00 KiB (-1.56%)
NAPI (Linux x64) gzip -9 12.76 MiB 12.59 MiB -170.09 KiB (-1.30%)
vp (macOS ARM64) Binary 8.00 MiB 8.02 MiB +16.13 KiB (+0.20%)
vp (macOS ARM64) gzip -9 4.04 MiB 4.05 MiB +6.52 KiB (+0.16%)
NAPI (macOS ARM64) Binary 39.93 MiB 39.52 MiB -420.25 KiB (-1.03%)
NAPI (macOS ARM64) gzip -9 17.05 MiB 16.92 MiB -136.35 KiB (-0.78%)
vp (Windows x64) Binary 8.59 MiB 8.61 MiB +13.50 KiB (+0.15%)
vp (Windows x64) gzip -9 3.75 MiB 3.76 MiB +13.53 KiB (+0.35%)
NAPI (Windows x64) Binary 27.20 MiB 26.76 MiB -458.50 KiB (-1.65%)
NAPI (Windows x64) gzip -9 10.82 MiB 10.67 MiB -148.78 KiB (-1.34%)
Trampoline (Windows x64) Binary 14.00 KiB 14.00 KiB 0 B (0.00%)
Trampoline (Windows x64) gzip -9 7.09 KiB 7.09 KiB -1 B (-0.01%)
Installer (Windows x64) Binary 4.50 MiB 4.50 MiB 0 B (0.00%)
Installer (Windows x64) gzip -9 2.11 MiB 2.11 MiB 0 B (0.00%)

@fengmk2 fengmk2 self-assigned this Aug 30, 2026
@fengmk2
fengmk2 merged commit d65b09a into main Aug 30, 2026
108 checks passed
@fengmk2
fengmk2 deleted the deps/upstream-update branch August 30, 2026 06:32
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