feat(deps): upgrade upstream dependencies#2233
Merged
Merged
Conversation
- tsdown: 0.22.13 -> 0.22.14 - @tsdown/css: 0.22.13 -> 0.22.14 - @tsdown/exe: 0.22.13 -> 0.22.14 - @vitejs/devtools: 0.4.2 -> 0.4.5 Code changes: - Sync tsdown CLI option: add `--concurrency <count>` to `vp pack` (packages/cli/src/pack-bin.ts) - Update pack help snapshots for the new option (crates/vite_cli_snapshots/tests/cli_snapshots/fixtures/command_pack/snapshots/command_pack.md, crates/vite_cli_snapshots/tests/cli_snapshots/fixtures/command_helper/snapshots/command_helper.md) - Add PTY snapshot fixture covering `vp pack --concurrency` (crates/vite_cli_snapshots/tests/cli_snapshots/fixtures/command_pack_concurrency/) - Bump bundled tsdown version and @vitejs/devtools dependency (packages/core/package.json) - Exclude fresh transitive deps from minimumReleaseAge (@devframes/*, verkit) (pnpm-workspace.yaml)
✅ 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.31 MiB | 10.31 MiB | 0 B (0.00%) |
vp (Linux x64) |
gzip -9 | 4.42 MiB | 4.42 MiB | 0 B (0.00%) |
| NAPI (Linux x64) | Binary | 33.07 MiB | 33.07 MiB | 0 B (0.00%) |
| NAPI (Linux x64) | gzip -9 | 12.72 MiB | 12.72 MiB | 0 B (0.00%) |
vp (macOS ARM64) |
Binary | 7.64 MiB | 7.64 MiB | 0 B (0.00%) |
vp (macOS ARM64) |
gzip -9 | 3.84 MiB | 3.84 MiB | 0 B (0.00%) |
| NAPI (macOS ARM64) | Binary | 40.50 MiB | 40.50 MiB | 0 B (0.00%) |
| NAPI (macOS ARM64) | gzip -9 | 16.97 MiB | 16.97 MiB | +2 B (+0.00%) |
vp (Windows x64) |
Binary | 8.35 MiB | 8.35 MiB | 0 B (0.00%) |
vp (Windows x64) |
gzip -9 | 3.64 MiB | 3.64 MiB | -2 B (-0.00%) |
| NAPI (Windows x64) | Binary | 27.51 MiB | 27.51 MiB | 0 B (0.00%) |
| NAPI (Windows x64) | gzip -9 | 10.70 MiB | 10.70 MiB | +23 B (+0.00%) |
| 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 | 0 B (0.00%) |
| Installer (Windows x64) | Binary | 4.44 MiB | 4.44 MiB | 0 B (0.00%) |
| Installer (Windows x64) | gzip -9 | 2.08 MiB | 2.08 MiB | +1 B (+0.00%) |
wan9chi
approved these changes
Jul 24, 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
tsdown(and@tsdown/css/@tsdown/exe) from0.22.13to0.22.14and@vitejs/devtoolsfrom0.4.2to0.4.5.--concurrency <count>option tovp pack, with updated help snapshots and a new PTY fixture.rolldown(v1.2.0) andvite(v8.1.5) are unchanged this run.Dependency updates
tsdown0.22.130.22.14@tsdown/css0.22.130.22.14@tsdown/exe0.22.130.22.14@vitejs/devtools0.4.20.4.5Code changes
--concurrency <count>("Maximum number of Rolldown builds to run in parallel") tovp pack(packages/cli/src/pack-bin.ts).crates/vite_cli_snapshots/tests/cli_snapshots/fixtures/command_pack/snapshots/command_pack.md,crates/vite_cli_snapshots/tests/cli_snapshots/fixtures/command_helper/snapshots/command_helper.md).vp pack --concurrency(crates/vite_cli_snapshots/tests/cli_snapshots/fixtures/command_pack_concurrency/).tsdownversion to0.22.14and@vitejs/devtoolsto^0.4.5(packages/core/package.json).@devframes/*andverkittominimumReleaseAgeExclude(pnpm-workspace.yaml).pnpm-lock.yaml).Build status
sync-remote-and-build: failurebuild-upstream: success