feat(deps): upgrade upstream dependencies#2210
Open
voidzero-guard[bot] wants to merge 1 commit into
Open
Conversation
- rolldown: f09947a -> v1.2.0 (03e1e34) - vite: a477454 -> v8.1.5 (5e7fe12) - tsdown: 0.22.7 -> 0.22.12 - @tsdown/css: 0.22.7 -> 0.22.12 - @tsdown/exe: 0.22.7 -> 0.22.12 - oxfmt: 0.58.0 -> 0.59.0 - oxlint: 1.73.0 -> 1.74.0 - oxlint-tsgolint: 0.24.0 -> 0.25.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: - packages/cli/src/migration/migrator/eslint.ts: pin @oxlint/migrate to the bundled oxlint major instead of the exact version, so `vp dlx` resolves a published, compatible release when @oxlint/migrate lags a fresh oxlint bump. - packages/core/build.ts: ensure the branded tsdown logger imports the color helpers (bold/red/yellow) it references, and rework the bundled `@tsdown/css` wiring to match rolldown's static-import chunking instead of rewriting the import site. - packages/cli/binding/index.d.cts: regenerated NAPI binding type declarations following the rolldown/vite bump (dev-engine client APIs, HMR update shape, rebuild-strategy enum, chunk output fields). - Cargo.toml: bump Rust deps alongside oxc 0.139 -> 0.140 (oxc_resolver 11.23.0 -> 11.24.2, itertools 0.14 -> 0.15, jsonschema 0.46 -> 0.47, phf 0.13 -> 0.14 with macros, sugar_path 2 -> 3). - pnpm-workspace.yaml: add @jridgewell/trace-mapping to the catalog, bump @napi-rs/cli (3.7.2 -> 3.7.3) and rolldown-plugin-dts (0.26 -> 0.27), and drop the postcss-modules@9.0.0 patchedDependency.
✅ Deploy Preview for viteplus-preview canceled.
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
Contributor
Native binary sizes (
|
| 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 | +692 B (+0.01%) |
| 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.84 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.17 KiB (+0.03%) |
| NAPI (macOS ARM64) | Binary | 40.73 MiB | 40.64 MiB | -96.91 KiB (-0.23%) |
| NAPI (macOS ARM64) | gzip -9 | 17.03 MiB | 17.01 MiB | -21.11 KiB (-0.12%) |
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 | +350 B (+0.01%) |
| NAPI (Windows x64) | Binary | 27.78 MiB | 27.67 MiB | -110.50 KiB (-0.39%) |
| NAPI (Windows x64) | gzip -9 | 10.74 MiB | 10.72 MiB | -25.31 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%) |
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
f09947a->v1.2.0) and the vite bump (a477454->v8.1.5).0.22.7->0.22.12(with@tsdown/css/@tsdown/exe), and the oxc/oxlint/oxfmt toolchain steps up (oxc0.139.0->0.140.0, oxlint1.73.0->1.74.0, oxfmt0.58.0->0.59.0).packages/core/build.ts, the@oxlint/migratepin in the migrator, the regenerated NAPI bindings, plus Rust crate and pnpm catalog bumps.Dependency updates
rolldownf09947av1.2.0 (03e1e34)vitea477454v8.1.5 (5e7fe12)tsdown0.22.70.22.12@tsdown/css0.22.70.22.12@tsdown/exe0.22.70.22.12oxfmt0.58.00.59.0oxlint1.73.01.74.0oxlint-tsgolint0.24.00.25.0@oxc-project/runtime0.139.00.140.0@oxc-project/types0.139.00.140.0oxc-minify0.139.00.140.0oxc-parser0.139.00.140.0oxc-transform0.139.00.140.0@vitejs/devtools0.4.00.4.1Additional (Cargo / pnpm catalog) bumps not tracked in the version manifest:
oxc(Rust)0.139.00.140.0oxc_resolver11.23.011.24.2itertools0.14.00.15.0jsonschema0.46.50.47.0phf0.13.00.14.0sugar_path2.0.13@napi-rs/cli3.7.23.7.3rolldown-plugin-dts0.26.00.27.0Unchanged dependencies
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.10lightningcss:^1.32.0@oxc-node/cli:0.1.0@oxc-node/core:0.1.0VITEST_VERSION constant:4.1.10README vitest pins:4.1.10Code changes
packages/cli/src/migration/migrator/eslint.ts: pin@oxlint/migrateto the bundled oxlint major (e.g.@1) instead of the exact version, sovp dlxresolves a published, compatible release when@oxlint/migratelags a freshly released oxlint version.packages/core/build.ts: ensure the branded tsdown logger chunk imports the color helpers (bold/red/yellow) it references, and rework the bundled@tsdown/csswiring to rely on rolldown's static-import chunking (asserting theCssPluginchunk is imported) instead of rewriting theimport("@tsdown/css")call site.packages/cli/binding/index.d.cts: regenerated NAPI binding type declarations following the rolldown/vite bump (dev-engine client/payload APIs,BindingHmrUpdateshape,BindingRebuildStrategyenum,JsOutputChunkfields).Cargo.toml: bump Rust dependencies alongside oxc0.139->0.140(oxc_resolver,itertools,jsonschema,phfwithmacros,sugar_path).pnpm-workspace.yaml: add@jridgewell/trace-mappingto the catalog, bump@napi-rs/cliandrolldown-plugin-dts, and drop thepostcss-modules@9.0.0patched dependency.Build status
sync-remote-and-build: failurebuild-upstream: failure