feat(deps): upgrade upstream dependencies#2155
Open
voidzero-guard[bot] wants to merge 1 commit into
Open
Conversation
- vite: 578ffb8 -> v8.1.4 (a477454) - tsdown: 0.22.4 -> 0.22.5 - @tsdown/css: 0.22.4 -> 0.22.5 - @tsdown/exe: 0.22.4 -> 0.22.5 Code changes: - packages/core/package.json: widen `typescript` peer range to include `^7.0.0`; bump `bundledVersions` (vite 8.1.3 -> 8.1.4, tsdown 0.22.4 -> 0.22.5) - pnpm-workspace.yaml: pin `postcss-modules@9` to `9.0.0` via override and register the `postcss-modules@9.0.0` patched dependency (vite patch re-merge) - crates/vite_cli_snapshots/tests/cli_snapshots/fixtures/command_env_which/ snapshots/command_env_which.md: refresh install date - crates/vite_cli_snapshots/tests/cli_snapshots/fixtures/new_vite_monorepo/ snapshots/new_vite_monorepo.md and .../new_vite_monorepo_bun/snapshots/ new_vite_monorepo_bun.md: update template devDependencies (@types/node ^25 -> ^26, drop @typescript/native-preview, typescript ^6 -> ^7)
✅ 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 | 0 B (0.00%) |
| NAPI (Linux x64) | Binary | 33.42 MiB | 33.42 MiB | 0 B (0.00%) |
| NAPI (Linux x64) | gzip -9 | 12.78 MiB | 12.78 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.83 MiB | 3.83 MiB | 0 B (0.00%) |
| NAPI (macOS ARM64) | Binary | 40.78 MiB | 40.78 MiB | 0 B (0.00%) |
| NAPI (macOS ARM64) | gzip -9 | 17.05 MiB | 17.05 MiB | +80 B (+0.00%) |
vp (Windows x64) |
Binary | 8.37 MiB | 8.37 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.88 MiB | 27.88 MiB | 0 B (0.00%) |
| NAPI (Windows x64) | gzip -9 | 10.78 MiB | 10.78 MiB | -3 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.46 MiB | 4.46 MiB | 0 B (0.00%) |
| Installer (Windows x64) | gzip -9 | 2.08 MiB | 2.08 MiB | -1 B (-0.00%) |
4 tasks
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
vitebump tov8.1.4(a477454).tsdownand@tsdown/*from0.22.4to0.22.5.postcss-modules@9.0.0patch: pinspostcss-modules@9to9.0.0inpnpm-workspace.yamlso the patch resolves during install.typescriptpeer range in@voidzero-dev/vite-plus-coreto include^7.0.0and refreshes affected CLI snapshots.Dependency updates
vite578ffb8v8.1.4 (a477454)tsdown0.22.40.22.5@tsdown/css0.22.40.22.5@tsdown/exe0.22.40.22.5Unchanged dependencies
rolldown:v1.1.5 (f09947a)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.0oxfmt:0.58.0oxlint:1.73.0oxlint-tsgolint:0.24.0@oxc-project/runtime:0.139.0@oxc-project/types:0.139.0oxc-minify:0.139.0oxc-parser:0.139.0oxc-transform:0.139.0VITEST_VERSION constant:4.1.10README vitest pins:4.1.10@vitejs/devtools:0.3.4Code changes
packages/core/package.json: widen thetypescriptpeer range to include^7.0.0; bumpbundledVersions(vite8.1.3->8.1.4,tsdown0.22.4->0.22.5).pnpm-workspace.yaml: pinpostcss-modules@9to9.0.0viaoverridesand register thepostcss-modules@9.0.0patched dependency (vite patch re-merge); bumptsdown/@tsdown/*catalog entries.crates/vite_cli_snapshots/tests/cli_snapshots/fixtures/command_env_which/snapshots/command_env_which.md: refresh the recorded install date.crates/vite_cli_snapshots/tests/cli_snapshots/fixtures/new_vite_monorepo/snapshots/new_vite_monorepo.mdand.../new_vite_monorepo_bun/snapshots/new_vite_monorepo_bun.md: update templatedevDependencies(@types/node^25->^26, drop@typescript/native-preview,typescript^6->^7).Build status
sync-remote-and-build: failurebuild-upstream: failure