Skip to content

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

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

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

Conversation

@github-actions

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

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Updates Summary

Type Count
📦 NPM Packages 5
Total 5

📦 npm Dependencies

npm

5 packages will be updated

Package Change Age Adoption Passing Confidence
oxc-parser (source) 0.112.0 -> 0.116.0 age adoption passing confidence
oxc-transform (source) 0.112.0 -> 0.116.0 age adoption passing confidence
@types/bun (source) 1.3.9 -> 1.3.10 age adoption passing confidence
buddy-bot (source) 0.9.16 -> 0.9.17 age adoption passing confidence
pickier (source) 0.1.18 -> 0.1.20 age adoption passing confidence

Release Notes

oxc-project/oxc (oxc-parser)

0.112.0 -> 0.116.0

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

crates_v0.115.0

Compare Source

🚀 Features

  • e814049 oxc_data_structure/rope: Add get_offset_from_line_and_column (#18133) (Sysix)

🐛 Bug Fixes

  • 7958b56 linter: Fix syntax error reporting in some output formatters. (#19590) (connorshea)
  • e316694 codegen: Avoid sourcemap panic on U+2028/U+2029 (#19548) (camc314)
  • 933ff72 semantic: Emit correct error code for reserved type name (#19545) (camc314)

⚡ Performance

  • b5fa195 codegen: Remove bounds check from SourcemapBuilder (#19578) (overlookmotel)

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

oxc-project/oxc (oxc-transform)

0.112.0 -> 0.116.0

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

crates_v0.115.0

Compare Source

🚀 Features

  • e814049 oxc_data_structure/rope: Add get_offset_from_line_and_column (#18133) (Sysix)

🐛 Bug Fixes

  • 7958b56 linter: Fix syntax error reporting in some output formatters. (#19590) (connorshea)
  • e316694 codegen: Avoid sourcemap panic on U+2028/U+2029 (#19548) (camc314)
  • 933ff72 semantic: Emit correct error code for reserved type name (#19545) (camc314)

⚡ Performance

  • b5fa195 codegen: Remove bounds check from SourcemapBuilder (#19578) (overlookmotel)

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

DefinitelyTyped/DefinitelyTyped (@types/bun)

1.3.9 -> 1.3.10

Compare Source

TypeScript definitions for bun

📖 View Release Notes

🔗 View Changelog

Release Notes

Changelog

stacksjs/buddy-bot (buddy-bot)

0.9.16 -> 0.9.17

v0.9.17

Compare Source

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

v0.9.9

Compare Source

Released by github-actions[bot] on 10/15/2025

v0.9.8

Compare Source

Released by github-actions[bot] on 10/7/2025

pickier/pickier (pickier)

0.1.18 -> 0.1.20

v0.1.20

Compare Source

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

v0.1.19

Compare Source

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

v0.1.4

Compare Source

No significant changes

    View changes on GitHub

Released by github-actions[bot] on 8/10/2025


📊 Package Statistics

  • oxc-parser: 2,507,807 weekly downloads
  • oxc-transform: 2,624,253 weekly downloads
  • @types/bun: 5,482,167 weekly downloads
  • buddy-bot: 101,960 weekly downloads
  • pickier: 103,770 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 5, 2026

Copy link
Copy Markdown

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

Name Link
🔨 Latest commit 2dd46b6
🔍 Latest deploy log https://app.netlify.com/projects/dtsx/deploys/69aac0166e530200082864c1

@github-actions github-actions Bot force-pushed the buddy-bot/update-non-major-updates branch 9 times, most recently from 3a333ea to ce26dcb Compare March 6, 2026 10:15
@glennmichael123 glennmichael123 force-pushed the buddy-bot/update-non-major-updates branch from ce26dcb to 2dd46b6 Compare March 6, 2026 11:52
@glennmichael123 glennmichael123 merged commit 34114db into main Mar 6, 2026
4 of 10 checks passed
@glennmichael123 glennmichael123 deleted the buddy-bot/update-non-major-updates branch March 6, 2026 11:53
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