feat(deps): upgrade upstream dependencies#1910
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 oxc parser result field `errors` -> `diagnostics` to match the oxc 0.137 API. - packages/tools/src/brand-vite.ts: drop the native viteWasmFallbackPlugin (removed upstream in rolldown #9775); the JS wasmHelperPlugin still covers wasm handling. - Cargo.toml: bump oxc 0.135.0 -> 0.137.0, oxc_resolver 11.21.0 -> 11.21.3, oxc_sourcemap 7 -> 8.0.1; cargo shear cleanup removes unused deps (commondir, num-format, ropey, urlencoding, rolldown_plugin_vite_wasm_fallback) and adds idna_adapter, supports-color. - packages/cli/binding/index.cjs, packages/cli/binding/index.d.cts: regenerated NAPI bindings (adds BindingErrorStage export). - pnpm-workspace.yaml: catalog version bumps and minimumReleaseAgeExclude additions.
✅ Deploy Preview for viteplus-preview canceled.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
| * 3. build.ts: Remove startup build banner and change error prefix | ||
| * 4. logger.ts: Change default prefix from '[vite]' to '[vite+]' | ||
| * 5. plugins/reporter.ts: Suppress redundant "vite v<version>" native reporter line | ||
| * 6. plugins/index.ts: Drop the native viteWasmFallbackPlugin (removed upstream in |
There was a problem hiding this comment.
Wait to update together after vite@8.1.0 is released
Summary
rolldowntov1.1.2and the oxc npm packages from0.136.0to0.137.0.vite_static_config, dropping the native wasm fallback plugin in the Vite brand patch, and Cargo dependency cleanup alongside the oxc Rust crate bumps.build-upstreamfailed; see Build status.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.9@vitest/browser:4.1.9@vitest/browser-playwright:4.1.9@vitest/browser-preview:4.1.9@vitest/browser-webdriverio:4.1.9@vitest/expect:4.1.9@vitest/mocker:4.1.9@vitest/pretty-format:4.1.9@vitest/runner:4.1.9@vitest/snapshot:4.1.9@vitest/spy:4.1.9@vitest/utils:4.1.9tsdown:0.22.3@oxc-node/cli:0.1.0@oxc-node/core:0.1.0oxfmt:0.55.0oxlint:1.70.0oxlint-tsgolint:0.23.0@vitejs/devtools:0.3.3Code changes
crates/vite_static_config/src/lib.rs: rename oxc parser result fielderrors->diagnosticsto match the oxc 0.137 API.packages/tools/src/brand-vite.ts: drop the nativeviteWasmFallbackPlugin(removed upstream in rolldown #9775); the JSwasmHelperPluginstill handles wasm imports.Cargo.toml: bump oxc0.135.0->0.137.0,oxc_resolver11.21.0->11.21.3,oxc_sourcemap7->8.0.1; cargo shear cleanup removes unused deps (commondir,num-format,ropey,urlencoding,rolldown_plugin_vite_wasm_fallback) and addsidna_adapter,supports-color.packages/cli/binding/index.cjs,packages/cli/binding/index.d.cts: regenerated NAPI bindings (addsBindingErrorStageexport).pnpm-workspace.yaml: catalog version bumps andminimumReleaseAgeExcludeadditions.Build status
sync-remote-and-build: successbuild-upstream: failure