Skip to content

feat(deps): upgrade upstream dependencies#2074

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

feat(deps): upgrade upstream dependencies#2074
voidzero-guard[bot] wants to merge 1 commit into
mainfrom
deps/upstream-update

Conversation

@voidzero-guard

@voidzero-guard voidzero-guard Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Automated upgrade of upstream dependencies.
  • Bumps the bundled Vitest stack 4.1.9 -> 4.1.10 (including the VITEST_VERSION constant and documented override pins).
  • Bumps the oxc toolchain: oxfmt 0.57.0 -> 0.58.0, oxlint 1.72.0 -> 1.73.0, and the oxc-* / @oxc-project/* packages 0.138.0 -> 0.139.0.
  • rolldown (v1.1.4) and vite (v8.1.3) are unchanged; the only non-version edits are oxfmt 0.58.0 formatter output.

Dependency updates

Package From To
vitest 4.1.9 4.1.10
@vitest/browser 4.1.9 4.1.10
@vitest/browser-playwright 4.1.9 4.1.10
@vitest/browser-preview 4.1.9 4.1.10
@vitest/browser-webdriverio 4.1.9 4.1.10
@vitest/expect 4.1.9 4.1.10
@vitest/mocker 4.1.9 4.1.10
@vitest/pretty-format 4.1.9 4.1.10
@vitest/runner 4.1.9 4.1.10
@vitest/snapshot 4.1.9 4.1.10
@vitest/spy 4.1.9 4.1.10
@vitest/utils 4.1.9 4.1.10
oxfmt 0.57.0 0.58.0
oxlint 1.72.0 1.73.0
@oxc-project/runtime 0.138.0 0.139.0
@oxc-project/types 0.138.0 0.139.0
oxc-minify 0.138.0 0.139.0
oxc-parser 0.138.0 0.139.0
oxc-transform 0.138.0 0.139.0
VITEST_VERSION constant 4.1.9 4.1.10
README vitest pins 4.1.9 4.1.10
Unchanged dependencies
  • rolldown: v1.1.4 (6cbd233)
  • vite: v8.1.3 (578ffb8)
  • tsdown: 0.22.3
  • @tsdown/css: 0.22.3
  • @tsdown/exe: 0.22.3
  • lightningcss: ^1.32.0
  • @oxc-node/cli: 0.1.0
  • @oxc-node/core: 0.1.0
  • oxlint-tsgolint: 0.24.0
  • @vitejs/devtools: 0.3.4

Code changes

  • Bump VITEST_VERSION to 4.1.10 (packages/cli/src/utils/constants.ts).
  • Update documented vitest override pins to 4.1.10 (README.md, packages/cli/README.md).
  • oxfmt 0.58.0 formatter output only — collapsed empty-block comments and inner-brace spacing (docs/config/run.md, rfcs/pack-command.md, packages/tools/src/local-npm-registry.ts).

Build status

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

- vitest: 4.1.9 -> 4.1.10
- @vitest/browser: 4.1.9 -> 4.1.10
- @vitest/browser-playwright: 4.1.9 -> 4.1.10
- @vitest/browser-preview: 4.1.9 -> 4.1.10
- @vitest/browser-webdriverio: 4.1.9 -> 4.1.10
- @vitest/expect: 4.1.9 -> 4.1.10
- @vitest/mocker: 4.1.9 -> 4.1.10
- @vitest/pretty-format: 4.1.9 -> 4.1.10
- @vitest/runner: 4.1.9 -> 4.1.10
- @vitest/snapshot: 4.1.9 -> 4.1.10
- @vitest/spy: 4.1.9 -> 4.1.10
- @vitest/utils: 4.1.9 -> 4.1.10
- oxfmt: 0.57.0 -> 0.58.0
- oxlint: 1.72.0 -> 1.73.0
- @oxc-project/runtime: 0.138.0 -> 0.139.0
- @oxc-project/types: 0.138.0 -> 0.139.0
- oxc-minify: 0.138.0 -> 0.139.0
- oxc-parser: 0.138.0 -> 0.139.0
- oxc-transform: 0.138.0 -> 0.139.0
- VITEST_VERSION constant: 4.1.9 -> 4.1.10
- README vitest pins: 4.1.9 -> 4.1.10

Code changes:
- Bump VITEST_VERSION to 4.1.10 (packages/cli/src/utils/constants.ts)
- Update vitest override pins to 4.1.10 (README.md, packages/cli/README.md)
- Formatter output from oxfmt 0.58.0 (docs/config/run.md, rfcs/pack-command.md, packages/tools/src/local-npm-registry.ts)
@netlify

netlify Bot commented Jul 7, 2026

Copy link
Copy Markdown

Deploy Preview for viteplus-preview ready!

Name Link
🔨 Latest commit 6aee6ca
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/6a4c557c0d30760008337598
😎 Deploy Preview https://deploy-preview-2074--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.

@fengmk2 fengmk2 added the preview-build Publish this PR's commits to the registry bridge as preview builds label Jul 7, 2026
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Registry bridge build (6aee6ca)

This commit build is published to the registry bridge, which serves these as ordinary npm versions (every other package proxies to npmjs):

Package Version
vite-plus 0.0.0-commit.6aee6cab12d58a513a2c9e22403e4d6f13afb644
@voidzero-dev/vite-plus-core 0.0.0-commit.6aee6cab12d58a513a2c9e22403e4d6f13afb644

Install the Vite+ CLI built from this commit, then migrate a project:

# macOS / Linux
curl -fsSL https://vite.plus | VP_PR_VERSION=2074 bash
# Windows (PowerShell)
$env:VP_PR_VERSION="2074"; irm https://vite.plus/ps1 | iex

After installing, upgrade the current project's vite-plus to this test build with:

vp migrate

Or point your package manager at the bridge registry https://registry-bridge.viteplus.dev/:

Package manager Registry config
npm / pnpm / Bun .npmrc: registry=https://registry-bridge.viteplus.dev/
Yarn (v2+) .yarnrc.yml: npmRegistryServer: "https://registry-bridge.viteplus.dev/"

Then pin the build (vite aliases to vite-plus-core; pnpm can use a catalog, npm an overrides entry):

{
  "devDependencies": {
    "vite-plus": "0.0.0-commit.6aee6cab12d58a513a2c9e22403e4d6f13afb644",
    "vite": "npm:@voidzero-dev/vite-plus-core@0.0.0-commit.6aee6cab12d58a513a2c9e22403e4d6f13afb644"
  }
}

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

🐳 Docker preview image

Built from this PR's registry bridge build:

Image Compressed size
ghcr.io/voidzero-dev/vite-plus:pr-2074 240MB
# remove any stale local copy from a previous run, then pull fresh
docker rmi ghcr.io/voidzero-dev/vite-plus:pr-2074 2>/dev/null; docker pull ghcr.io/voidzero-dev/vite-plus:pr-2074

Quick check:

docker run --rm ghcr.io/voidzero-dev/vite-plus:pr-2074 vp --version

See docs/guide/docker.md for usage.

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

Labels

preview-build Publish this PR's commits to the registry bridge as preview builds

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant