feat(deps): upgrade upstream dependencies#1880
Open
voidzero-guard[bot] wants to merge 1 commit into
Open
Conversation
- 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
✅ Deploy Preview for viteplus-preview canceled.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
rolldowntov1.1.2and theoxctoolchain (crates 0.135 -> 0.137,npm
oxc-*/@oxc-project/*0.136 -> 0.137).viteWasmFallbackPlugin,Cargo.tomldependency cleanup, and regeneratedNAPI bindings.
Dependency updates
rolldownd7f919cv1.1.2 (e0d0b1b)@oxc-project/runtime0.136.00.137.0@oxc-project/types0.136.00.137.0oxc-minify0.136.00.137.0oxc-parser0.136.00.137.0oxc-transform0.136.00.137.0Unchanged dependencies
vite:v8.0.16 (f94df87)vitest:4.1.9tsdown:0.22.3oxfmt:0.55.0oxlint:1.70.0oxlint-tsgolint:0.23.0@vitejs/devtools:0.3.3Code changes
crates/vite_static_config/src/lib.rs: renameresult.errorstoresult.diagnosticsto match the oxc 0.137 parser API.packages/tools/src/brand-vite.ts: drop the removedviteWasmFallbackPluginimport/usage (rolldown removed
rolldown_plugin_vite_wasm_fallback,feat(wasm): direct .wasm imports (WASM ESM Integration) vitejs/vite#21779).
Cargo.toml: bump oxc crates0.135.0->0.137.0,oxc_resolver11.21.0->11.21.3,oxc_sourcemap7->8.0.1; drop removed rolldowncrates (
rolldown_filter_analyzer,rolldown_plugin_vite_wasm_fallback) andunused workspace deps (
commondir,num-format,ropey,urlencoding);add
idna_adapterandsupports-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 addminimumReleaseAgeExcludeentries.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: successbuild-upstream: failure