Skip to content

feat(deps): upgrade upstream dependencies#2186

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

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

Conversation

@voidzero-guard

Copy link
Copy Markdown
Contributor

Summary

  • Automated daily upgrade of upstream dependencies.
  • Bumps rolldown to v1.2.0 and tsdown to 0.22.8, plus the oxc toolchain (oxc-*/@oxc-project/* 0.139.0 -> 0.140.0, oxlint 1.74.0, oxfmt 0.59.0).
  • Regenerates the NAPI binding (index.d.cts) to match rolldown's new dev-engine / HMR API surface.
  • Adds an @oxlint/migrate version fallback in the ESLint migrator so migration keeps working when the exact bundled oxlint version isn't published yet.

Dependency updates

Package From To
rolldown f09947a v1.2.0 (03e1e34)
tsdown 0.22.7 0.22.8
@tsdown/css 0.22.7 0.22.8
@tsdown/exe 0.22.7 0.22.8
oxfmt 0.58.0 0.59.0
oxlint 1.73.0 1.74.0
@oxc-project/runtime 0.139.0 0.140.0
@oxc-project/types 0.139.0 0.140.0
oxc-minify 0.139.0 0.140.0
oxc-parser 0.139.0 0.140.0
oxc-transform 0.139.0 0.140.0
@vitejs/devtools 0.4.0 0.4.1
@napi-rs/cli 3.7.2 3.7.3
rolldown-plugin-dts ^0.26.0 ^0.27.0
oxc_resolver / oxc_resolver_napi 11.23.0 11.24.2
sugar_path 2.0.1 3
Unchanged dependencies
  • vite: v8.1.4 (a477454)
  • vitest: 4.1.10
  • @vitest/browser: 4.1.10
  • @vitest/browser-playwright: 4.1.10
  • @vitest/browser-preview: 4.1.10
  • @vitest/browser-webdriverio: 4.1.10
  • @vitest/expect: 4.1.10
  • @vitest/mocker: 4.1.10
  • @vitest/pretty-format: 4.1.10
  • @vitest/runner: 4.1.10
  • @vitest/snapshot: 4.1.10
  • @vitest/spy: 4.1.10
  • @vitest/utils: 4.1.10
  • lightningcss: ^1.32.0
  • @oxc-node/cli: 0.1.0
  • @oxc-node/core: 0.1.0
  • oxlint-tsgolint: 0.24.0
  • VITEST_VERSION constant: 4.1.10
  • README vitest pins: 4.1.10

Code changes

  • Cargo.toml: bump oxc crates 0.139.0 -> 0.140.0, oxc_resolver/oxc_resolver_napi 11.23.0 -> 11.24.2, and sugar_path 2.0.1 -> 3 (Cargo.lock regenerated to match).
  • pnpm-workspace.yaml: bump @napi-rs/cli 3.7.2 -> 3.7.3 and rolldown-plugin-dts ^0.26.0 -> ^0.27.0, add a @jridgewell/trace-mapping catalog entry (pnpm-lock.yaml regenerated).
  • packages/cli/binding/index.d.cts: regenerated NAPI binding for rolldown's new dev-engine API — registerClient/notifyPayloadDelivered replace invalidate/registerModules, new BindingLazyChunkOutput, the HMR Patch envelope now carries changedIds/seq, and BindingRebuildStrategy drops Auto.
  • packages/cli/src/migration/migrator/eslint.ts: add resolveOxlintMigrateVersion to pin @oxlint/migrate to the bundled oxlint version, falling back to its latest published release when that exact version isn't on the registry yet.
  • packages/core/package.json, packages/tools/.upstream-versions.json: version/hash bumps for the upgrades above.

Build status

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

- rolldown: f09947a -> v1.2.0 (03e1e34)
- tsdown: 0.22.7 -> 0.22.8
- @tsdown/css: 0.22.7 -> 0.22.8
- @tsdown/exe: 0.22.7 -> 0.22.8
- oxfmt: 0.58.0 -> 0.59.0
- oxlint: 1.73.0 -> 1.74.0
- @oxc-project/runtime: 0.139.0 -> 0.140.0
- @oxc-project/types: 0.139.0 -> 0.140.0
- oxc-minify: 0.139.0 -> 0.140.0
- oxc-parser: 0.139.0 -> 0.140.0
- oxc-transform: 0.139.0 -> 0.140.0
- @vitejs/devtools: 0.4.0 -> 0.4.1

Code changes:
- Cargo.toml: bump oxc crates 0.139.0 -> 0.140.0, oxc_resolver/oxc_resolver_napi 11.23.0 -> 11.24.2, sugar_path 2.0.1 -> 3
- pnpm-workspace.yaml: bump @napi-rs/cli 3.7.2 -> 3.7.3, rolldown-plugin-dts ^0.26.0 -> ^0.27.0, add @jridgewell/trace-mapping catalog entry
- packages/cli/binding/index.d.cts: regenerate NAPI binding for the new rolldown dev-engine API (registerClient/notifyPayloadDelivered replace invalidate/registerModules, add BindingLazyChunkOutput, HMR envelope now carries changedIds/seq, BindingRebuildStrategy enum reshaped)
- packages/cli/src/migration/migrator/eslint.ts: resolve @oxlint/migrate version with fallback to its latest published release when the bundled oxlint version is not yet on the registry
@netlify

netlify Bot commented Jul 16, 2026

Copy link
Copy Markdown

Deploy Preview for viteplus-preview ready!

Name Link
🔨 Latest commit e293b79
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/6a583b8e1e115e0008069c57
😎 Deploy Preview https://deploy-preview-2186--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.

@github-actions

Copy link
Copy Markdown
Contributor

Native binary sizes (e293b79)

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

Artifact Format Base PR Change
vp (Linux x64) Binary 10.32 MiB 10.32 MiB 0 B (0.00%)
vp (Linux x64) gzip -9 4.42 MiB 4.42 MiB +3.98 KiB (+0.09%)
NAPI (Linux x64) Binary 33.46 MiB 33.35 MiB -112.19 KiB (-0.33%)
NAPI (Linux x64) gzip -9 12.80 MiB 12.77 MiB -23.58 KiB (-0.18%)
vp (macOS ARM64) Binary 7.65 MiB 7.65 MiB 0 B (0.00%)
vp (macOS ARM64) gzip -9 3.83 MiB 3.83 MiB -1.62 KiB (-0.04%)
NAPI (macOS ARM64) Binary 40.73 MiB 40.64 MiB -96.91 KiB (-0.23%)
NAPI (macOS ARM64) gzip -9 17.03 MiB 17.00 MiB -22.97 KiB (-0.13%)
vp (Windows x64) Binary 8.37 MiB 8.37 MiB +1.50 KiB (+0.02%)
vp (Windows x64) gzip -9 3.64 MiB 3.64 MiB +272 B (+0.01%)
NAPI (Windows x64) Binary 27.78 MiB 27.67 MiB -112.50 KiB (-0.40%)
NAPI (Windows x64) gzip -9 10.74 MiB 10.72 MiB -25.01 KiB (-0.23%)
Trampoline (Windows x64) Binary 203.00 KiB 203.00 KiB 0 B (0.00%)
Trampoline (Windows x64) gzip -9 97.91 KiB 97.91 KiB -1 B (-0.00%)
Installer (Windows x64) Binary 4.46 MiB 4.46 MiB 0 B (0.00%)
Installer (Windows x64) gzip -9 2.08 MiB 2.08 MiB +1 B (+0.00%)

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.

0 participants