Skip to content

chore(deps): bump oxc-parser from 0.72.3 to 0.129.0#41

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/oxc-parser-0.129.0
Open

chore(deps): bump oxc-parser from 0.72.3 to 0.129.0#41
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/oxc-parser-0.129.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps oxc-parser from 0.72.3 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)

Changelog

Sourced from oxc-parser's changelog.

[0.129.0] - 2026-05-05

🐛 Bug Fixes

  • 429deac napi/parser: Export visitorKeys from wasm entrypoint (#21996) (NullVoxPopuli)

[0.128.0] - 2026-04-27

💥 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)

⚡ Performance

  • 9fa362e napi/parser: Do not generate tokens except in tests (#21811) (overlookmotel)

🛡️ Security

  • d8076c9 deps: Update rolldown (#21639) (renovate)

[0.127.0] - 2026-04-20

🐛 Bug Fixes

  • 00fc136 codegen: Preserve coverage comments before object properties (#21312) (bab)

[0.125.0] - 2026-04-13

💥 BREAKING CHANGES

  • 382958a span: [BREAKING] Remove re-exports of string types from oxc_span crate (#21246) (overlookmotel)

⚡ Performance

  • addcd02 napi/parser, linter/plugins: Raw transfer deserializer for Vecs use shift instead of multiply where possible (#21142) (overlookmotel)
  • 3068ded napi/parser, linter/plugins: Shift before add when calculating positions in raw transfer deserializer (#21141) (overlookmotel)
  • eb400b8 napi/parser, linter/plugins: Remove uint32 buffer view (#21140) (overlookmotel)
  • 2675085 napi/parser: Lazy deserialization use only Int32Array (#21139) (overlookmotel)
  • 5b35a53 napi/parser: Deserializing tokens use only int32 array (#21138) (overlookmotel)
  • f163d10 parser: Tokens raw deserialization use Int32Array (#21137) (overlookmotel)
  • 7a86613 linter/plugins: Use Int32Arrays for tokens and comments buffers (#21136) (overlookmotel)
  • 8c51121 napi/parser, linter/plugins: Raw transfer deserialize Span fields as i32s (#21135) (overlookmotel)
  • bc1bcdd napi/parser, linter/plugins: Inline trivial raw transfer field deserializers into node object definitions (#21134) (overlookmotel)
  • c0278ab napi/parser, linter/plugins: Use Int32Array in raw transfer deserializer (#21132) (overlookmotel)
  • 43482c7 linter/plugins: Use >> not >>> in binary search loops (#21129) (overlookmotel)

[0.124.0] - 2026-04-06

... (truncated)

Commits
  • ec00055 release(crates): oxc v0.129.0 (#22108)
  • 429deac fix(napi/parser): export visitorKeys from wasm entrypoint (#21996)
  • aedc1b8 refactor(linter/plugins, napi/parser): document pointer arithmetic (#21872)
  • 245f813 refactor(napi/parser): avoid converting between NonNull and raw pointers (#...
  • 99eef72 refactor(allocator, linter/plugins, napi/parser): store raw transfer metadata...
  • b86197d refactor(allocator): fixed size allocators store backing allocation pointer i...
  • 9951013 release(crates): oxc v0.128.0 (#21837)
  • 15ded13 chore(deps): update npm packages (#21791)
  • 9fa362e perf(napi/parser): do not generate tokens except in tests (#21811)
  • a7521cb refactor(linter/plugins, napi/plugins): use constant for arena alignment from...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for oxc-parser since your current version.


Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [oxc-parser](https://github.com/oxc-project/oxc/tree/HEAD/napi/parser) from 0.72.3 to 0.129.0.
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/napi/parser/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.129.0/napi/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 11, 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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants