Skip to content

feat(deps): upgrade upstream dependencies#2221

Closed
voidzero-guard[bot] wants to merge 2 commits into
mainfrom
deps/upstream-update
Closed

feat(deps): upgrade upstream dependencies#2221
voidzero-guard[bot] wants to merge 2 commits into
mainfrom
deps/upstream-update

Conversation

@voidzero-guard

Copy link
Copy Markdown
Contributor

Summary

  • Automated upgrade of upstream dependencies.
  • Bumps @vitejs/devtools 0.4.2 -> 0.4.3 in packages/core.
  • Adds @devframes/* to minimumReleaseAgeExclude in pnpm-workspace.yaml so install resolves.
  • Refreshes the create-approve-builds PTY snapshots to match current install output.

Dependency updates

Package From To
@vitejs/devtools 0.4.2 0.4.3
Unchanged dependencies
  • rolldown: v1.2.0 (03e1e34)
  • vite: v8.1.5 (5e7fe12)
  • 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.10
  • tsdown: 0.22.13
  • @tsdown/css: 0.22.13
  • @tsdown/exe: 0.22.13
  • lightningcss: ^1.33.0
  • @oxc-node/cli: 0.1.0
  • @oxc-node/core: 0.1.0
  • oxfmt: 0.60.0
  • oxlint: 1.75.0
  • oxlint-tsgolint: 7.0.2001
  • @oxc-project/runtime: 0.141.0
  • @oxc-project/types: 0.141.0
  • oxc-minify: 0.141.0
  • oxc-parser: 0.141.0
  • oxc-transform: 0.141.0
  • VITEST_VERSION constant: 4.1.10
  • README vitest pins: 4.1.10

Code changes

  • packages/core/package.json, pnpm-lock.yaml: bump @vitejs/devtools to ^0.4.3.
  • pnpm-workspace.yaml: add @devframes/* to minimumReleaseAgeExclude.
  • crates/vite_cli_snapshots/tests/cli_snapshots/fixtures/create_approve_builds_pnpm11/snapshots/create_approve_builds_pnpm11.md,
    .../create_approve_builds_migrate_pnpm11/snapshots/create_approve_builds_migrate_pnpm11.md,
    .../create_approve_builds_yarn/snapshots/create_approve_builds_yarn.md: update PTY
    snapshots (drop stale minimumReleaseAgeExclude blocks / quarantine output, record
    successful install and gated-build guidance).

Build status

  • sync-remote-and-build: failure
  • build-upstream: success

- @vitejs/devtools: 0.4.2 -> 0.4.3

Code changes:
- pnpm-workspace.yaml: add `@devframes/*` to minimumReleaseAgeExclude
- Update create-approve-builds PTY snapshots (create_approve_builds_pnpm11,
  create_approve_builds_migrate_pnpm11, create_approve_builds_yarn) under
  crates/vite_cli_snapshots/tests/cli_snapshots/fixtures/
@netlify

netlify Bot commented Jul 23, 2026

Copy link
Copy Markdown

Deploy Preview for viteplus-preview ready!

Name Link
🔨 Latest commit cd61372
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/6a62c3b5c7d7590008778b72
😎 Deploy Preview https://deploy-preview-2221--viteplus-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@socket-security

socket-security Bot commented Jul 23, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednpm/​@​vitejs/​devtools@​0.4.3771007497100

View full report

@github-actions

Copy link
Copy Markdown
Contributor

Native binary sizes (cd61372)

Final release artifacts built by the canonical build-upstream and build-windows-cli actions.

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 +13 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 -1 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 +18 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 +1 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%)

@voidzero-guard voidzero-guard Bot closed this Jul 24, 2026
@voidzero-guard
voidzero-guard Bot deleted the deps/upstream-update branch July 24, 2026 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant