Skip to content

chore(deps): update all non-major dependencies#3072

Merged
glennmichael123 merged 1 commit into
mainfrom
buddy-bot/update-non-major-updates
Mar 9, 2026
Merged

chore(deps): update all non-major dependencies#3072
glennmichael123 merged 1 commit into
mainfrom
buddy-bot/update-non-major-updates

Conversation

@github-actions

@github-actions github-actions Bot commented Mar 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 2
Total 2

📦 npm Dependencies

npm

2 packages will be updated

Package Change Age Adoption Passing Confidence
oxc-parser (source) 0.116.0 -> 0.117.0 age adoption passing confidence
oxc-transform (source) 0.116.0 -> 0.117.0 age adoption passing confidence

Release Notes

oxc-project/oxc (oxc-parser)

0.116.0 -> 0.117.0

crates_v0.117.0

Compare Source

🚀 Features

  • e8547cc parser: Report error for using declarations in ambient contexts (#19934) (camc314)
  • 8345318 allocator: Add methods for boxed slices ArenaBox<[T]> (#19968) (overlookmotel)
  • f83be30 allocator: Add Vec::push_fast method (#19959) (overlookmotel)

🐛 Bug Fixes

  • 5f28a3f codegen: Print type param on class expression with no id (#20144) (camc314)
  • 0f6eda3 codegen: Print decorators for FormalParameterRest (#20132) (Dunqing)
  • 291d867 transformer_plugins: Unwrap ChainExpression after define replacement removes optional markers (#20058) (IWANABETHATGUY)
  • 36b2e56 codegen: Print type for TSImportEqualsDeclaration (#20128) (camc314)
  • 5a246ec codegen: Print type arguments for JSXOpeningElement (#20127) (camc314)
  • a40870e codegen: Preserve parens for TSNonNullExpression (#20125) (camc314)
  • ae830b2 codegen: Print declare for TSInterfaceDeclaration (#20124) (camc314)
  • 92cfb14 linter/plugins: Fix types for walkProgram and `walkProgr...

[View full release notes]

Released by github-actions[bot] on 3/9/2026

crates_v0.116.0

Compare Source

🚀 Features

  • 733d6dc parser: Report error on infer outside conditional type (#19879) (camc314)
  • c2a42f6 allocator: Add Vec::into_bump_slice_mut (#19895) (overlookmotel)
  • ee4982b parser: Add VARIANTS const to Kind via fieldless_enum! macro (#19877) (overlookmotel)
  • b3dceae data_structures: Add fieldless_enum! macro (#19876) (overlookmotel)
  • 12b841e parser: Make all Kind::is_* methods const (#19874) (overlookmotel)
  • 25c2e25 estree/tokens: Add function to update tokens in place (#19856) (overlookmotel)
  • f78e6df parser: Add mutate_tokens Cargo feature (#19853) (overlookmotel)
  • 5036bb6 parser: Report error on for await in static blocks (#19844) (camc314)
  • 42bd431 parser: Report error for missing initializer in using decl (#19824) (camc314)
  • a2f58e5 parser: Report error for implements clause in non-ts files (#19820) (Cameron)
  • b25228a estree: Add IS_COMPACT const to Formatter trait (#19787) (overlookmotel)
  • e2a1b79 estree: Expo...

[View full release notes]

Released by github-actions[bot] on 3/2/2026

apps_v1.51.0

Compare Source

Table of Contents

Oxlint v1.51.0

🚀 Features

  • 2e0e1d0 linter/no-unused-vars: Add experimental fix mode controls (off|suggestion|fix) (#19774) (camc314)
  • f34f6fa linter: Introduce typeCheck config option (#19764) (camc314)
  • 694be7d linter: Introduce typeAware as config options (#19614) (camc314)
  • 655c38f semantic: Add "did you mean?" suggestions to undefined name errors (#19102) (copilot-swe-agent)
  • e97a57e linter/id-length: Use serde to deserialize rule options (#19636) (camc314)
  • c4a3677 parser: Report error for initializer in ambient context (#19187) (camc314)
  • 346045a linter/id-length: Add checkGeneric option (#19634) (camc314)

🐛 Bug Fixes

  • 1b7a937 linter: Correct double-comparisons fix with swapped operands (#19846) (camc314)
  • c308857 linter/consistent_type_imports: Add missing help and notes to diagnostics (#19827) (Daniel Osmond)
  • 7682e5a linter/plugins: Decode ...

[View full release notes]

Released by github-actions[bot] on 3/2/2026

oxc-project/oxc (oxc-transform)

0.116.0 -> 0.117.0

crates_v0.117.0

Compare Source

🚀 Features

  • e8547cc parser: Report error for using declarations in ambient contexts (#19934) (camc314)
  • 8345318 allocator: Add methods for boxed slices ArenaBox<[T]> (#19968) (overlookmotel)
  • f83be30 allocator: Add Vec::push_fast method (#19959) (overlookmotel)

🐛 Bug Fixes

  • 5f28a3f codegen: Print type param on class expression with no id (#20144) (camc314)
  • 0f6eda3 codegen: Print decorators for FormalParameterRest (#20132) (Dunqing)
  • 291d867 transformer_plugins: Unwrap ChainExpression after define replacement removes optional markers (#20058) (IWANABETHATGUY)
  • 36b2e56 codegen: Print type for TSImportEqualsDeclaration (#20128) (camc314)
  • 5a246ec codegen: Print type arguments for JSXOpeningElement (#20127) (camc314)
  • a40870e codegen: Preserve parens for TSNonNullExpression (#20125) (camc314)
  • ae830b2 codegen: Print declare for TSInterfaceDeclaration (#20124) (camc314)
  • 92cfb14 linter/plugins: Fix types for walkProgram and `walkProgr...

[View full release notes]

Released by github-actions[bot] on 3/9/2026

crates_v0.116.0

Compare Source

🚀 Features

  • 733d6dc parser: Report error on infer outside conditional type (#19879) (camc314)
  • c2a42f6 allocator: Add Vec::into_bump_slice_mut (#19895) (overlookmotel)
  • ee4982b parser: Add VARIANTS const to Kind via fieldless_enum! macro (#19877) (overlookmotel)
  • b3dceae data_structures: Add fieldless_enum! macro (#19876) (overlookmotel)
  • 12b841e parser: Make all Kind::is_* methods const (#19874) (overlookmotel)
  • 25c2e25 estree/tokens: Add function to update tokens in place (#19856) (overlookmotel)
  • f78e6df parser: Add mutate_tokens Cargo feature (#19853) (overlookmotel)
  • 5036bb6 parser: Report error on for await in static blocks (#19844) (camc314)
  • 42bd431 parser: Report error for missing initializer in using decl (#19824) (camc314)
  • a2f58e5 parser: Report error for implements clause in non-ts files (#19820) (Cameron)
  • b25228a estree: Add IS_COMPACT const to Formatter trait (#19787) (overlookmotel)
  • e2a1b79 estree: Expo...

[View full release notes]

Released by github-actions[bot] on 3/2/2026

apps_v1.51.0

Compare Source

Table of Contents

Oxlint v1.51.0

🚀 Features

  • 2e0e1d0 linter/no-unused-vars: Add experimental fix mode controls (off|suggestion|fix) (#19774) (camc314)
  • f34f6fa linter: Introduce typeCheck config option (#19764) (camc314)
  • 694be7d linter: Introduce typeAware as config options (#19614) (camc314)
  • 655c38f semantic: Add "did you mean?" suggestions to undefined name errors (#19102) (copilot-swe-agent)
  • e97a57e linter/id-length: Use serde to deserialize rule options (#19636) (camc314)
  • c4a3677 parser: Report error for initializer in ambient context (#19187) (camc314)
  • 346045a linter/id-length: Add checkGeneric option (#19634) (camc314)

🐛 Bug Fixes

  • 1b7a937 linter: Correct double-comparisons fix with swapped operands (#19846) (camc314)
  • c308857 linter/consistent_type_imports: Add missing help and notes to diagnostics (#19827) (Daniel Osmond)
  • 7682e5a linter/plugins: Decode ...

[View full release notes]

Released by github-actions[bot] on 3/2/2026


📊 Package Statistics

  • oxc-parser: 2,875,756 weekly downloads
  • oxc-transform: 2,665,433 weekly downloads

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Buddy 🤖

@netlify

netlify Bot commented Mar 9, 2026

Copy link
Copy Markdown

Deploy Preview for dtsx failed. Why did it fail? →

Name Link
🔨 Latest commit 7e69c25
🔍 Latest deploy log https://app.netlify.com/projects/dtsx/deploys/69aed83b4e8bd7000849223f

@glennmichael123 glennmichael123 merged commit 74d02f7 into main Mar 9, 2026
0 of 4 checks passed
@glennmichael123 glennmichael123 deleted the buddy-bot/update-non-major-updates branch March 9, 2026 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant