Skip to content

chore(deps): bump oxc_allocator from 0.126.0 to 0.130.0#59

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/oxc_allocator-0.129.0
Closed

chore(deps): bump oxc_allocator from 0.126.0 to 0.130.0#59
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/oxc_allocator-0.129.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown

Bumps oxc_allocator from 0.126.0 to 0.130.0.

Release notes

Sourced from oxc_allocator's releases.

oxc crates_v0.130.0

🚀 Features

  • 66c9b01 transformer/typescript: Debug_assert that enum_eval ran in semantic (#22252) (Dunqing)
  • ffe6475 minifier: Fold Array constructor with safe spreads (#22215) (camc314)

🐛 Bug Fixes

  • d3d0b18 traverse: Handle ChainElement::TSNonNullExpression in GatherNodeParts (#22247) (leaysgur)
  • 4e880de transformer/object-rest-spread: Declare temp vars for computed keys (#22284) (camc314)
  • a7c3e22 semantic: Clear member write target for computed keys (#22302) (camc314)
  • 6a8852d codegen: Emit newline after legal-comment orphan flush (#22304) (Dunqing)
  • 5da9fda transformer/explicit-resource-management: Preserve class names (#22306) (Dunqing)
  • b5d970f transformer/explicit-resource-management: Preserve class names (#22290) (camc314)
  • bc54fd4 minifier: Keep function / class names if direct eval is present in the scope (#22241) (sapphi-red)
  • 7a810c0 minifier: Refresh direct eval flags after DCE (#21787) (Dunqing)
  • dd88726 transformer/legacy-decorator: Preserve accessor type annotation for emitDecoratorMetadata (#21966) (Dunqing)
  • 29a3cd7 codegen: Swap mapping/indent order for top-level decls (#22206) (Dunqing)
  • 73b4f40 minifier: Preserve catch binding with direct eval (#22221) (camc314)
  • 0e13d17 minifier: Preserve optional chain base side effects (#22219) (camc314)
  • 0c7c01c transformer/typescript: Inline optional-chain enum member access (#21834) (Dunqing)
  • a6aff7e codegen: Emit block/array/object end mapping at close char (#22200) (Dunqing)
  • a099b03 codegen: Emit call end mapping at ) position, not past it (#22199) (Dunqing)
  • 5753774 minifier: Cap if-return ternary collapse for firefox (#21841) (Gurupungav Narayanan)
  • 2493bdd codegen: Correct sourcemap end mappings for closing delimiters (#22001) (Mark Dalgleish)
  • 3b385e2 minifier: Bail optimizing Array with unknown arg count (#22188) (camc314)
  • 9fa2122 parser: Parse array computed class keys (#22159) (camc314)

📚 Documentation

  • a4a6892 napi/parser: Correct code comment (#22278) (overlookmotel)
  • 9305373 oxc: Update README (#22178) (camc314)

oxc crates_v0.129.0

💥 BREAKING CHANGES

  • 0ffbe0d allocator: [BREAKING] Remove Allocator::end_ptr method (#21871) (overlookmotel)

🚀 Features

  • 9593ec8 transformer/jsx: Add jsxDEV source metadata for fragments (#21932) (Ido Rosenthal)

🐛 Bug Fixes

  • 81e834c parser: Prevent multiple Parser instances in binary (#22120) (overlookmotel)
  • 429deac napi/parser: Export visitorKeys from wasm entrypoint (#21996) (NullVoxPopuli)
  • e852911 codegen: Preserve legal comments orphaned by upstream passes (#21575) (Dunqing)
  • e3399ec transformer/class-properties: Preserve RHS in logical-assignment to static private field (#21950) (Dunqing)
  • c59c199 transformer/typescript: Emit class fields for parameter properties (#21831) (Dunqing)
  • aaabde4 parser: Attach legal comments to following token (#21670) (Dunqing)

... (truncated)

Commits
  • 650417f release(crates): oxc v0.130.0 (#22316)
  • 0e207b5 fix(linter): remove bulk supressions commands from CLI help (#22328)
  • de23fb3 chore(deps): update crate-ci/typos action to v1.46.1 (#22327)
  • 5641331 chore(linter): derive Debug for CliConfigLoadError (#22325)
  • 7e93bf2 fix(linter/import/no-named-as-default): avoid same-binding false positive (#2...
  • afc0a83 test(linter/no-unused-vars): cover parameter rename followups (#22317)
  • 610f4c7 fix(linter/no-unused-vars): avoid renaming captured vars (#22310)
  • d9040ff test(linter/no-unused-vars): cover decorated parameter renames (#22315)
  • 4da212a docs(linter/no-unused-vars): add docs to rename_unused_function_parameter (...
  • d3d0b18 fix(traverse): handle ChainElement::TSNonNullExpression in `GatherNodeParts...
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from aaronstevenwhite as a code owner May 11, 2026 13:29
@dependabot dependabot Bot changed the title chore(deps): bump oxc_allocator from 0.126.0 to 0.129.0 chore(deps): bump oxc_allocator from 0.126.0 to 0.130.0 May 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/oxc_allocator-0.129.0 branch 2 times, most recently from 1d856c3 to 489a734 Compare May 12, 2026 16:42
Bumps [oxc_allocator](https://github.com/oxc-project/oxc) from 0.126.0 to 0.130.0.
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md)
- [Commits](oxc-project/oxc@crates_v0.126.0...crates_v0.130.0)

---
updated-dependencies:
- dependency-name: oxc_allocator
  dependency-version: 0.129.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot force-pushed the dependabot/cargo/oxc_allocator-0.129.0 branch from 489a734 to 30611d8 Compare May 12, 2026 16:44
@dependabot @github

dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Author

Superseded by #67.

@dependabot dependabot Bot closed this May 18, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/oxc_allocator-0.129.0 branch May 18, 2026 17:17
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.

0 participants