Skip to content

chore(deps): bump the oxc group with 4 updates#1439

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/oxc-b571286c33
Open

chore(deps): bump the oxc group with 4 updates#1439
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/oxc-b571286c33

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the oxc group with 4 updates: oxc_allocator, oxc_ast, oxc_parser and oxc_span.

Updates oxc_allocator from 0.126.0 to 0.129.0

Release notes

Sourced from oxc_allocator's releases.

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)

⚡ Performance

  • 0bf0cb9 allocator: Per-platform Arena::new_fixed_size implementations (#22088) (overlookmotel)

📚 Documentation

  • 62ec410 allocator: Correct doc comment for Allocator::from_raw_parts (#22093) (overlookmotel)
  • 3e152c6 allocator: Correct typos in comments (#22092) (overlookmotel)
  • e220855 allocator: Correct doc comment for Allocator::set_cursor_ptr (#21866) (overlookmotel)

oxc crates_v0.128.0

💥 BREAKING CHANGES

  • 502e804 ast: [BREAKING] Reduce size of TSTypePredicateName (#21711) (overlookmotel)
  • 5651539 ast: [BREAKING] Reduce size of JSXExpression (#21710) (overlookmotel)
  • c44e280 ast: [BREAKING] Reduce size of ArrayExpressionElement (#21709) (overlookmotel)
  • c5b3deb syntax: [BREAKING] Remove CommentNodeId (#21679) (overlookmotel)

🚀 Features

  • b738a39 allocator: Add Allocator::cursor_ptr method (#21773) (overlookmotel)
  • 678767e ast: Generate node_id accessors for AST enum wrappers (#21653) (camc314)
  • f091d77 minifier: Inline constant spread elements into arrays (#21095) (Armano)

🐛 Bug Fixes

  • 0d608c2 minifier: Preserve raw CR in template literals (#21645) (Dunqing)
  • a889ea9 minifier: Track pure functions in DCE mode (#21722) (Dunqing)
  • 674dfac allocator: Arena retry allocation when chunk size approaches maximum (#21777) (overlookmotel)
  • f130cc0 allocator: Fix arithmetic overflow in Arena::new_chunk_memory_details (#21745) (overlookmotel)
  • b9bf239 allocator: Fix UB in Arena::grow_zeroed (#21739) (overlookmotel)
  • d2b9389 allocator: Clippy warning when building without testing feature (#21681) (camc314)

... (truncated)

Commits
  • ec00055 release(crates): oxc v0.129.0 (#22108)
  • 3518ce1 fix(tasks/lint-rules): use eslint v9 to satisfy peer peps (#22133)
  • 41a4cb9 docs(website): sanitize sub sections (#22118)
  • 81e834c fix(parser): prevent multiple Parser instances in binary (#22120)
  • cacbc4a docs(linter): Fix jest settings docs. (#22127)
  • a15c5bb docs(linter): Note that the --format flag accepts an agent option. (#22126)
  • 17bf08d chore(linter): For sarif tests, scrub the version number to avoid breaking sn...
  • 831e8cb refactor(linter): remove vitest compatible jest rules json (#22119)
  • 82dbbec chore(deps): update npm packages (major) (#21558)
  • 1884833 feat(linter/plugins): implement SourceCode.getDisableDirectives method (#21...
  • Additional commits viewable in compare view

Updates oxc_ast from 0.126.0 to 0.129.0

Release notes

Sourced from oxc_ast's releases.

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)

⚡ Performance

  • 0bf0cb9 allocator: Per-platform Arena::new_fixed_size implementations (#22088) (overlookmotel)

📚 Documentation

  • 62ec410 allocator: Correct doc comment for Allocator::from_raw_parts (#22093) (overlookmotel)
  • 3e152c6 allocator: Correct typos in comments (#22092) (overlookmotel)
  • e220855 allocator: Correct doc comment for Allocator::set_cursor_ptr (#21866) (overlookmotel)

oxc crates_v0.128.0

💥 BREAKING CHANGES

  • 502e804 ast: [BREAKING] Reduce size of TSTypePredicateName (#21711) (overlookmotel)
  • 5651539 ast: [BREAKING] Reduce size of JSXExpression (#21710) (overlookmotel)
  • c44e280 ast: [BREAKING] Reduce size of ArrayExpressionElement (#21709) (overlookmotel)
  • c5b3deb syntax: [BREAKING] Remove CommentNodeId (#21679) (overlookmotel)

🚀 Features

  • b738a39 allocator: Add Allocator::cursor_ptr method (#21773) (overlookmotel)
  • 678767e ast: Generate node_id accessors for AST enum wrappers (#21653) (camc314)
  • f091d77 minifier: Inline constant spread elements into arrays (#21095) (Armano)

🐛 Bug Fixes

  • 0d608c2 minifier: Preserve raw CR in template literals (#21645) (Dunqing)
  • a889ea9 minifier: Track pure functions in DCE mode (#21722) (Dunqing)
  • 674dfac allocator: Arena retry allocation when chunk size approaches maximum (#21777) (overlookmotel)
  • f130cc0 allocator: Fix arithmetic overflow in Arena::new_chunk_memory_details (#21745) (overlookmotel)
  • b9bf239 allocator: Fix UB in Arena::grow_zeroed (#21739) (overlookmotel)
  • d2b9389 allocator: Clippy warning when building without testing feature (#21681) (camc314)

... (truncated)

Commits
  • ec00055 release(crates): oxc v0.129.0 (#22108)
  • 3518ce1 fix(tasks/lint-rules): use eslint v9 to satisfy peer peps (#22133)
  • 41a4cb9 docs(website): sanitize sub sections (#22118)
  • 81e834c fix(parser): prevent multiple Parser instances in binary (#22120)
  • cacbc4a docs(linter): Fix jest settings docs. (#22127)
  • a15c5bb docs(linter): Note that the --format flag accepts an agent option. (#22126)
  • 17bf08d chore(linter): For sarif tests, scrub the version number to avoid breaking sn...
  • 831e8cb refactor(linter): remove vitest compatible jest rules json (#22119)
  • 82dbbec chore(deps): update npm packages (major) (#21558)
  • 1884833 feat(linter/plugins): implement SourceCode.getDisableDirectives method (#21...
  • Additional commits viewable in compare view

Updates oxc_parser from 0.126.0 to 0.129.0

Release notes

Sourced from oxc_parser's releases.

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)

⚡ Performance

  • 0bf0cb9 allocator: Per-platform Arena::new_fixed_size implementations (#22088) (overlookmotel)

📚 Documentation

  • 62ec410 allocator: Correct doc comment for Allocator::from_raw_parts (#22093) (overlookmotel)
  • 3e152c6 allocator: Correct typos in comments (#22092) (overlookmotel)
  • e220855 allocator: Correct doc comment for Allocator::set_cursor_ptr (#21866) (overlookmotel)

oxc crates_v0.128.0

💥 BREAKING CHANGES

  • 502e804 ast: [BREAKING] Reduce size of TSTypePredicateName (#21711) (overlookmotel)
  • 5651539 ast: [BREAKING] Reduce size of JSXExpression (#21710) (overlookmotel)
  • c44e280 ast: [BREAKING] Reduce size of ArrayExpressionElement (#21709) (overlookmotel)
  • c5b3deb syntax: [BREAKING] Remove CommentNodeId (#21679) (overlookmotel)

🚀 Features

  • b738a39 allocator: Add Allocator::cursor_ptr method (#21773) (overlookmotel)
  • 678767e ast: Generate node_id accessors for AST enum wrappers (#21653) (camc314)
  • f091d77 minifier: Inline constant spread elements into arrays (#21095) (Armano)

🐛 Bug Fixes

  • 0d608c2 minifier: Preserve raw CR in template literals (#21645) (Dunqing)
  • a889ea9 minifier: Track pure functions in DCE mode (#21722) (Dunqing)
  • 674dfac allocator: Arena retry allocation when chunk size approaches maximum (#21777) (overlookmotel)
  • f130cc0 allocator: Fix arithmetic overflow in Arena::new_chunk_memory_details (#21745) (overlookmotel)
  • b9bf239 allocator: Fix UB in Arena::grow_zeroed (#21739) (overlookmotel)
  • d2b9389 allocator: Clippy warning when building without testing feature (#21681) (camc314)

... (truncated)

Commits
  • ec00055 release(crates): oxc v0.129.0 (#22108)
  • 3518ce1 fix(tasks/lint-rules): use eslint v9 to satisfy peer peps (#22133)
  • 41a4cb9 docs(website): sanitize sub sections (#22118)
  • 81e834c fix(parser): prevent multiple Parser instances in binary (#22120)
  • cacbc4a docs(linter): Fix jest settings docs. (#22127)
  • a15c5bb docs(linter): Note that the --format flag accepts an agent option. (#22126)
  • 17bf08d chore(linter): For sarif tests, scrub the version number to avoid breaking sn...
  • 831e8cb refactor(linter): remove vitest compatible jest rules json (#22119)
  • 82dbbec chore(deps): update npm packages (major) (#21558)
  • 1884833 feat(linter/plugins): implement SourceCode.getDisableDirectives method (#21...
  • Additional commits viewable in compare view

Updates oxc_span from 0.126.0 to 0.129.0

Release notes

Sourced from oxc_span's releases.

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)

⚡ Performance

  • 0bf0cb9 allocator: Per-platform Arena::new_fixed_size implementations (#22088) (overlookmotel)

📚 Documentation

  • 62ec410 allocator: Correct doc comment for Allocator::from_raw_parts (#22093) (overlookmotel)
  • 3e152c6 allocator: Correct typos in comments (#22092) (overlookmotel)
  • e220855 allocator: Correct doc comment for Allocator::set_cursor_ptr (#21866) (overlookmotel)

oxc crates_v0.128.0

💥 BREAKING CHANGES

  • 502e804 ast: [BREAKING] Reduce size of TSTypePredicateName (#21711) (overlookmotel)
  • 5651539 ast: [BREAKING] Reduce size of JSXExpression (#21710) (overlookmotel)
  • c44e280 ast: [BREAKING] Reduce size of ArrayExpressionElement (#21709) (overlookmotel)
  • c5b3deb syntax: [BREAKING] Remove CommentNodeId (#21679) (overlookmotel)

🚀 Features

  • b738a39 allocator: Add Allocator::cursor_ptr method (#21773) (overlookmotel)
  • 678767e ast: Generate node_id accessors for AST enum wrappers (#21653) (camc314)
  • f091d77 minifier: Inline constant spread elements into arrays (#21095) (Armano)

🐛 Bug Fixes

  • 0d608c2 minifier: Preserve raw CR in template literals (#21645) (Dunqing)
  • a889ea9 minifier: Track pure functions in DCE mode (#21722) (Dunqing)
  • 674dfac allocator: Arena retry allocation when chunk size approaches maximum (#21777) (overlookmotel)
  • f130cc0 allocator: Fix arithmetic overflow in Arena::new_chunk_memory_details (#21745) (overlookmotel)
  • b9bf239 allocator: Fix UB in Arena::grow_zeroed (#21739) (overlookmotel)
  • d2b9389 allocator: Clippy warning when building without testing feature (#21681) (camc314)

... (truncated)

Commits
  • ec00055 release(crates): oxc v0.129.0 (#22108)
  • 3518ce1 fix(tasks/lint-rules): use eslint v9 to satisfy peer peps (#22133)
  • 41a4cb9 docs(website): sanitize sub sections (#22118)
  • 81e834c fix(parser): prevent multiple Parser instances in binary (#22120)
  • cacbc4a docs(linter): Fix jest settings docs. (#22127)
  • a15c5bb docs(linter): Note that the --format flag accepts an agent option. (#22126)
  • 17bf08d chore(linter): For sarif tests, scrub the version number to avoid breaking sn...
  • 831e8cb refactor(linter): remove vitest compatible jest rules json (#22119)
  • 82dbbec chore(deps): update npm packages (major) (#21558)
  • 1884833 feat(linter/plugins): implement SourceCode.getDisableDirectives method (#21...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the oxc group with 4 updates: [oxc_allocator](https://github.com/oxc-project/oxc), [oxc_ast](https://github.com/oxc-project/oxc), [oxc_parser](https://github.com/oxc-project/oxc) and [oxc_span](https://github.com/oxc-project/oxc).


Updates `oxc_allocator` from 0.126.0 to 0.129.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.129.0)

Updates `oxc_ast` from 0.126.0 to 0.129.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.129.0)

Updates `oxc_parser` from 0.126.0 to 0.129.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.129.0)

Updates `oxc_span` from 0.126.0 to 0.129.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.129.0)

---
updated-dependencies:
- dependency-name: oxc_allocator
  dependency-version: 0.129.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: oxc
- dependency-name: oxc_ast
  dependency-version: 0.129.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: oxc
- dependency-name: oxc_parser
  dependency-version: 0.129.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: oxc
- dependency-name: oxc_span
  dependency-version: 0.129.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: oxc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants