Skip to content

feat(deps): upgrade upstream dependencies#1435

Merged
fengmk2 merged 1 commit intomainfrom
deps/upstream-update
Apr 22, 2026
Merged

feat(deps): upgrade upstream dependencies#1435
fengmk2 merged 1 commit intomainfrom
deps/upstream-update

Conversation

@Brooooooklyn
Copy link
Copy Markdown
Member

@Brooooooklyn Brooooooklyn commented Apr 22, 2026

Summary

  • Automated daily upgrade of upstream dependencies.
  • Bumps vite to v8.0.9, vitest to 4.1.5, and the oxc toolchain (oxfmt 0.46.0, oxlint 1.61.0, @oxc-project/* and oxc-* 0.127.0).
  • Re-points the dotenv-expand patch from 12.0.3 to 13.0.0 to match the new vite dependency graph.
  • Refreshes CLI help snapshots to capture new oxfmt/vite/vitest options exposed by the upgrades.

Dependency updates

Package From To
vite 6e585dc v8.0.9 (ce729f5)
vitest 4.1.4 4.1.5
oxfmt 0.45.0 0.46.0
oxlint 1.60.0 1.61.0
@oxc-project/runtime 0.126.0 0.127.0
@oxc-project/types 0.126.0 0.127.0
oxc-minify 0.126.0 0.127.0
oxc-parser 0.126.0 0.127.0
oxc-transform 0.126.0 0.127.0
Unchanged dependencies
  • rolldown: v1.0.0-rc.16 (edec4fa)
  • tsdown: 0.21.9
  • @oxc-node/cli: 0.1.0
  • @oxc-node/core: 0.1.0
  • oxlint-tsgolint: 0.21.1
  • @vitejs/devtools: 0.1.14

Code changes

  • Re-point the dotenv-expand patched dependency from 12.0.3 to 13.0.0 in pnpm-workspace.yaml.
  • Update packages/cli/snap-tests/bin-oxfmt-wrapper/snap.txt for the new oxfmt --disable-nested-config flag.
  • Update packages/cli/snap-tests/command-helper/snap.txt for the oxfmt --disable-nested-config flag, vite's new oxc minifier default, and vitest's new minimal reporter.

Build status

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

Note

Medium Risk
Primarily dependency bumps (Vite/Vitest/OXC toolchain) plus regenerated CLI help snapshots; risk is moderate due to potential behavior changes in build/test tooling despite no core logic changes.

Overview
Upgrades upstream toolchain dependencies across the workspace: Vite to 8.0.9, Vitest to 4.1.5, and the OXC toolchain (@oxc-project/*, oxc-*, oxfmt, oxlint) to 0.127.0 / 0.46.0 / 1.61.0, with corresponding package.json bundled version bumps and a large pnpm-lock.yaml refresh.

Aligns patching and CLI expectations by repointing the patched dotenv-expand version (to match Vite’s updated graph) and regenerating CLI help snapshots to capture new flags/options like oxfmt --disable-nested-config, Vite’s --minify oxc default, and Vitest’s minimal reporter.

Reviewed by Cursor Bugbot for commit 416e604. Bugbot is set up for automated code reviews on this repo. Configure here.

- vite: 6e585dc -> v8.0.9 (ce729f5)
- vitest: 4.1.4 -> 4.1.5
- oxfmt: 0.45.0 -> 0.46.0
- oxlint: 1.60.0 -> 1.61.0
- @oxc-project/runtime: 0.126.0 -> 0.127.0
- @oxc-project/types: 0.126.0 -> 0.127.0
- oxc-minify: 0.126.0 -> 0.127.0
- oxc-parser: 0.126.0 -> 0.127.0
- oxc-transform: 0.126.0 -> 0.127.0

Code changes:
- Re-point dotenv-expand patch from 12.0.3 to 13.0.0 (pnpm-workspace.yaml)
- Update snapshots for new oxfmt `--disable-nested-config` flag, vite `--minify` default (oxc), and vitest `minimal` reporter (packages/cli/snap-tests/bin-oxfmt-wrapper/snap.txt, packages/cli/snap-tests/command-helper/snap.txt)
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 22, 2026

Deploy Preview for viteplus-preview ready!

Name Link
🔨 Latest commit 416e604
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/69e82513c3d10f00088674d8
😎 Deploy Preview https://deploy-preview-1435--viteplus-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@fengmk2 fengmk2 merged commit 5bd627d into main Apr 22, 2026
72 checks passed
@fengmk2 fengmk2 deleted the deps/upstream-update branch April 22, 2026 03:42
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.

2 participants