Skip to content

feat(deps): upgrade upstream dependencies#1749

Merged
fengmk2 merged 3 commits into
mainfrom
deps/upstream-update
Jun 3, 2026
Merged

feat(deps): upgrade upstream dependencies#1749
fengmk2 merged 3 commits into
mainfrom
deps/upstream-update

Conversation

@voidzero-guard
Copy link
Copy Markdown
Contributor

@voidzero-guard voidzero-guard Bot commented Jun 3, 2026

Summary

  • Automated daily upgrade of upstream dependencies.
  • Bumps the oxc toolchain crates (oxc-minify, oxc-parser, oxc-transform, @oxc-project/runtime, @oxc-project/types) from 0.133.0 to 0.134.0.
  • Bumps oxlint to 1.68.0 and oxfmt to 0.53.0.
  • No code changes required beyond pnpm-workspace.yaml catalog updates and the regenerated lockfile.

Dependency updates

Package From To
oxfmt 0.52.0 0.53.0
oxlint 1.67.0 1.68.0
@oxc-project/runtime 0.133.0 0.134.0
@oxc-project/types 0.133.0 0.134.0
oxc-minify 0.133.0 0.134.0
oxc-parser 0.133.0 0.134.0
oxc-transform 0.133.0 0.134.0

Code changes

  • None beyond version bumps, lockfile, and formatter output.

Build status

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

@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 3, 2026

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit d51567e
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/6a2035f848d6690008638978

@socket-security
Copy link
Copy Markdown

socket-security Bot commented Jun 3, 2026

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

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addednpm/​@​oxc-project/​runtime@​0.134.01001007596100
Addednpm/​oxfmt@​0.53.0891007596100
Addednpm/​oxc-transform@​0.134.0941009696100
Addednpm/​oxc-parser@​0.134.09910010096100

View full report

@fengmk2 fengmk2 self-assigned this Jun 3, 2026
voidzero-guard Bot and others added 2 commits June 3, 2026 20:21
- oxfmt: 0.52.0 -> 0.53.0
- oxlint: 1.67.0 -> 1.68.0
- @oxc-project/runtime: 0.133.0 -> 0.134.0
- @oxc-project/types: 0.133.0 -> 0.134.0
- oxc-minify: 0.133.0 -> 0.134.0
- oxc-parser: 0.133.0 -> 0.134.0
- oxc-transform: 0.133.0 -> 0.134.0
oxlint 1.68.0 newly surfaces ts1038 ("A 'declare' modifier cannot be
used in an already ambient context.") on varlet's
packages/varlet-cli/src/module.d.ts, which carries a redundant `declare`
inside an ambient `declare module 'jest'` block. varlet can only drop the
redundant modifier upstream once a vite-plus release ships oxlint 1.68.0,
so don't fail the matrix on it yet.
@fengmk2 fengmk2 force-pushed the deps/upstream-update branch from a57937f to 660fdda Compare June 3, 2026 12:21
@fengmk2 fengmk2 merged commit 84ddf7d into main Jun 3, 2026
52 of 54 checks passed
@fengmk2 fengmk2 deleted the deps/upstream-update branch June 3, 2026 14:38
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