feat(deps): upgrade upstream dependencies - #2443
Merged
Merged
Conversation
Contributor
Author
✅ No upstream CLI help changes detectedCompared normalized ➖ Vite: no version update (8.2.1)No version update was detected, so there is no CLI help diff. ➖ Vitest: no version update (4.1.10)No version update was detected, so there is no CLI help diff. ✅ Oxlint: no CLI help changes (1.77.0 → 1.78.0)The version was updated, but the normalized CLI help output has no differences. ✅ Oxfmt: no CLI help changes (0.62.0 → 0.63.0)The version was updated, but the normalized CLI help output has no differences. ➖ tsdown: no version update (0.22.14)No version update was detected, so there is no CLI help diff. |
✅ 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.67 MiB | 10.67 MiB | 0 B (0.00%) |
vp (Linux x64) |
gzip -9 | 4.62 MiB | 4.62 MiB | 0 B (0.00%) |
| NAPI (Linux x64) | Binary | 32.00 MiB | 32.02 MiB | +20.00 KiB (+0.06%) |
| NAPI (Linux x64) | gzip -9 | 12.61 MiB | 12.61 MiB | +2.97 KiB (+0.02%) |
vp (macOS ARM64) |
Binary | 7.98 MiB | 7.98 MiB | 0 B (0.00%) |
vp (macOS ARM64) |
gzip -9 | 4.03 MiB | 4.03 MiB | 0 B (0.00%) |
| NAPI (macOS ARM64) | Binary | 39.66 MiB | 39.68 MiB | +16.00 KiB (+0.04%) |
| NAPI (macOS ARM64) | gzip -9 | 16.91 MiB | 16.92 MiB | +10.17 KiB (+0.06%) |
vp (Windows x64) |
Binary | 8.55 MiB | 8.55 MiB | 0 B (0.00%) |
vp (Windows x64) |
gzip -9 | 3.73 MiB | 3.73 MiB | -2 B (-0.00%) |
| NAPI (Windows x64) | Binary | 26.87 MiB | 26.89 MiB | +19.00 KiB (+0.07%) |
| NAPI (Windows x64) | gzip -9 | 10.68 MiB | 10.68 MiB | +8.45 KiB (+0.08%) |
| Trampoline (Windows x64) | Binary | 205.00 KiB | 205.00 KiB | 0 B (0.00%) |
| Trampoline (Windows x64) | gzip -9 | 99.00 KiB | 99.00 KiB | 0 B (0.00%) |
| Installer (Windows x64) | Binary | 4.47 MiB | 4.47 MiB | 0 B (0.00%) |
| Installer (Windows x64) | gzip -9 | 2.09 MiB | 2.09 MiB | -1 B (-0.00%) |
- rolldown: 52dbd19 -> v1.2.4 (483c648) - oxfmt: 0.62.0 -> 0.63.0 - oxlint: 1.77.0 -> 1.78.0 - @oxc-project/runtime: 0.143.0 -> 0.144.0 - @oxc-project/types: 0.143.0 -> 0.144.0 - oxc-minify: 0.143.0 -> 0.144.0 - oxc-parser: 0.143.0 -> 0.144.0 - oxc-transform: 0.143.0 -> 0.144.0 - oxc Rust crates: 0.143.0 -> 0.144.0 Code changes: - Bump oxc Rust crate versions to 0.144.0 (Cargo.toml) - Bump @emnapi/core, @emnapi/runtime, and emnapi to 2.0.0-alpha.4 and collapse their minimumReleaseAgeExclude entries into an @emnapi/* glob (pnpm-workspace.yaml) - Bump @types/semver to ^7.8.0 (pnpm-workspace.yaml) - Update oxfmt config-error snapshot: message no longer prefixed with "Error: " (crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/check_fix_missing_stderr/snapshots/check_fix_missing_stderr.md)
rolldown v1.2.4 added packages/browser-tests, whose playwright ^1.62.0 devDependency pulled playwright 1.62.1 into the lockfile and moved the @vitest/browser-playwright peer in packages/cli from 1.57.0 to 1.62.1. CI installs Chromium through the root playwright (catalog ^1.57.0), so with PLAYWRIGHT_BROWSERS_PATH=0 the browsers land in playwright-core@1.57.0 while vp test resolves playwright-core@1.62.1, and the vitest_browser_mode snapshot case fails on every platform. Exclude the package like rollup-tests: it is rolldown's own e2e suite and is not used by the vite-plus build. The lockfile keeps playwright 1.62.1 (it satisfies the catalog range), so the workspace stays on a single playwright version and the browser install matches the runtime.
fengmk2
force-pushed
the
deps/upstream-update
branch
from
August 14, 2026 03:26
5dc4207 to
7f2aeed
Compare
fengmk2
approved these changes
Aug 14, 2026
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.2.4and the oxc toolchain (oxfmt,oxlint,@oxc-project/*,oxc-*, and the Rustoxc*crates) from0.143.0/1.77.0/0.62.0to0.144.0/1.78.0/0.63.0.@emnapi/*/emnapicatalog entries to2.0.0-alpha.4and@types/semverto^7.8.0.Dependency updates
rolldown52dbd19v1.2.4 (483c648)oxfmt0.62.00.63.0oxlint1.77.01.78.0@oxc-project/runtime0.143.00.144.0@oxc-project/types0.143.00.144.0oxc-minify0.143.00.144.0oxc-parser0.143.00.144.0oxc-transform0.143.00.144.0oxc(Rust crates)0.143.00.144.0@emnapi/core2.0.0-alpha.32.0.0-alpha.4@emnapi/runtime2.0.0-alpha.32.0.0-alpha.4@types/semver^7.7.1^7.8.0Code changes
Cargo.toml: bump theoxcandoxc_*Rust crates to0.144.0.pnpm-workspace.yaml: bump@emnapi/core,@emnapi/runtime, andemnapito2.0.0-alpha.4, replace the pinned@emnapi/*/emnapi@1.11.1minimumReleaseAgeExcludeentries with an@emnapi/*glob, and bump@types/semverto^7.8.0.crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/check_fix_missing_stderr/snapshots/check_fix_missing_stderr.md: update the oxfmt config-error snapshot; the message is no longer prefixed withError:.Build status
sync-remote-and-build: successbuild-upstream: failure