Skip to content

feat(deps): upgrade upstream dependencies - #1880

Closed
voidzero-guard[bot] wants to merge 1 commit into
mainfrom
deps/upstream-update
Closed

feat(deps): upgrade upstream dependencies#1880
voidzero-guard[bot] wants to merge 1 commit into
mainfrom
deps/upstream-update

Conversation

@voidzero-guard

Copy link
Copy Markdown
Contributor

Summary

  • Automated upgrade of upstream dependencies.
  • Bumps rolldown to v1.1.2 and the oxc toolchain (crates 0.135 -> 0.137,
    npm oxc-*/@oxc-project/* 0.136 -> 0.137).
  • Required code adjustments: oxc parser API rename, removal of the dropped
    viteWasmFallbackPlugin, Cargo.toml dependency cleanup, and regenerated
    NAPI bindings.

Dependency updates

PackageFromTo
rolldownd7f919cv1.1.2 (e0d0b1b)
@oxc-project/runtime0.136.00.137.0
@oxc-project/types0.136.00.137.0
oxc-minify0.136.00.137.0
oxc-parser0.136.00.137.0
oxc-transform0.136.00.137.0
Unchanged dependencies
  • vite: v8.0.16 (f94df87)
  • vitest: 4.1.9
  • tsdown: 0.22.3
  • oxfmt: 0.55.0
  • oxlint: 1.70.0
  • oxlint-tsgolint: 0.23.0
  • @vitejs/devtools: 0.3.3

Code changes

  • crates/vite_static_config/src/lib.rs: rename result.errors to
    result.diagnostics to match the oxc 0.137 parser API.
  • packages/tools/src/brand-vite.ts: drop the removed viteWasmFallbackPlugin
    import/usage (rolldown removed rolldown_plugin_vite_wasm_fallback,
    feat(wasm): direct .wasm imports (WASM ESM Integration) vitejs/vite#21779).
  • Cargo.toml: bump oxc crates 0.135.0 -> 0.137.0, oxc_resolver
    11.21.0 -> 11.21.3, oxc_sourcemap7 -> 8.0.1; drop removed rolldown
    crates (rolldown_filter_analyzer, rolldown_plugin_vite_wasm_fallback) and
    unused workspace deps (commondir, num-format, ropey, urlencoding);
    add idna_adapter and supports-color.
  • packages/cli/binding/index.cjs, packages/cli/binding/index.d.cts:
    regenerated NAPI bindings (add BindingErrorStage, drop React compiler types).
  • pnpm-workspace.yaml: bump catalog entries (@babel/*7.29.7,
    @napi-rs/cli3.7.2, acorn8.17.0, oxc-*0.137.0) and add
    minimumReleaseAgeExclude entries.
  • Cargo.lock, pnpm-lock.yaml, packages/core/package.json,
    packages/tools/.upstream-versions.json: lockfile and pinned-version updates.

Build status

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

- rolldown: d7f919c -> v1.1.2 (e0d0b1b)
- @oxc-project/runtime: 0.136.0 -> 0.137.0
- @oxc-project/types: 0.136.0 -> 0.137.0
- oxc-minify: 0.136.0 -> 0.137.0
- oxc-parser: 0.136.0 -> 0.137.0
- oxc-transform: 0.136.0 -> 0.137.0
Code changes:
- crates/vite_static_config/src/lib.rs: rename `result.errors` to
`result.diagnostics` for the oxc 0.137 parser API
- packages/tools/src/brand-vite.ts: drop the removed `viteWasmFallbackPlugin`
(rolldown removed `rolldown_plugin_vite_wasm_fallback`, vitejs/vite#21779)
- Cargo.toml: bump oxc 0.135.0 -> 0.137.0, oxc_resolver 11.21.0 -> 11.21.3,
oxc_sourcemap 7 -> 8.0.1; drop removed rolldown crates
(rolldown_filter_analyzer, rolldown_plugin_vite_wasm_fallback) and unused
workspace deps (commondir, num-format, ropey, urlencoding); add idna_adapter
and supports-color
- packages/cli/binding/index.cjs, packages/cli/binding/index.d.cts:
regenerate NAPI bindings (add BindingErrorStage, drop React compiler types)
- pnpm-workspace.yaml: bump catalog (@babel/* 7.29.7, @napi-rs/cli 3.7.2,
acorn 8.17.0, oxc-* 0.137.0) and add minimumReleaseAgeExclude entries
@netlify

netlifyBot commented Jun 18, 2026

Copy link
Copy Markdown

Deploy Preview for viteplus-preview canceled.

NameLink
🔨 Latest commit13ea3b6
🔍 Latest deploy loghttps://app.netlify.com/projects/viteplus-preview/deploys/6a34131f99f1fd00097f1231

@voidzero-guard
voidzero-guardBot deleted the deps/upstream-update branch June 19, 2026 02:09
Sign up for freeto 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.

0 participants