Skip to content

chore(deps): bump oxc-parser from 0.72.3 to 0.128.0#11

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/oxc-parser-0.128.0
Closed

chore(deps): bump oxc-parser from 0.72.3 to 0.128.0#11
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/oxc-parser-0.128.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps oxc-parser from 0.72.3 to 0.128.0.

Release notes

Sourced from oxc-parser's releases.

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)
  • 503dc86 codegen: Map sourcemaps from visible output starts (#21662) (Dunqing)
  • c92bd3b transformer: Use SPAN for synthesized helper calls to prevent comment misattribution (#21578) (Dunqing)
  • 0d80441 codegen: Add mapping before printing # for private ident (#21619) (camc314)

⚡ Performance

  • 9fa362e napi/parser: Do not generate tokens except in tests (#21811) (overlookmotel)
  • 0044392 allocator: Reduce branches when allocating new chunk (#21776) (overlookmotel)
  • 7896bd0 allocator: Allocator::used_bytes do not use chunk iterator (#21771) (overlookmotel)
  • a5c562f allocator: Remove check in Arena::new_chunk_memory_details (#21750) (overlookmotel)
  • 35bbe1f allocator: Arena use unchecked size round up where guaranteed no overflow (#21743) (overlookmotel)
  • ffe229b allocator: Remove unnecessary check from Arena::try_alloc_layout_slow_impl (#21732) (overlookmotel)
  • 72fece5 allocator: Use NonNull::offset_from_unsigned in Arena::chunk_capacity (#21731) (overlookmotel)
  • cab32ae ast: Add #[inline(always)] to node_id methods on enums with all variants unboxed (#21707) (overlookmotel)
  • b179688 parser: Allocate TriviaBuilder comments in the arena (#21512) (Boshen)
  • 2290f31 lexer: Fix perf of Token::set_* methods on Rust 1.95.0 (#21659) (overlookmotel)
  • 1b58029 allocator: Move code into cold path in Arena::alloc_layout (#21622) (overlookmotel)
  • 3cf7cef allocator: Reduce instructions on allocation hot path (#21510) (overlookmotel)

📚 Documentation

  • ce65070 data_structures: Document why as_ref and as_mut on NonNullConst and NonNullMut take self (#21800) (overlookmotel)
  • 93b7dbd allocator: Improve doc comments for ChunkFooter (#21733) (overlookmotel)
  • 295db8d transformer: Fix comment (#21717) (overlookmotel)
  • 5c93af8 ast: Add comments explaining #[inline(always)] to node_id methods on enums (#21706) (overlookmotel)
  • e4cea25 transform: Use the node: namespace in the example (#19998) (루밀LuMir)

🛡️ Security

... (truncated)

Changelog

Sourced from oxc-parser's changelog.

[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

⚡ Performance

  • fb52383 napi/parser, linter/plugins: Clear buffers and source texts earlier (#21025) (overlookmotel)
  • 3b7dec4 napi/parser, linter/plugins: Use utf8Slice for decoding UTF-8 strings (#21022) (overlookmotel)
  • 012c924 napi/parser, linter/plugins: Speed up decoding strings in raw transfer (#21021) (overlookmotel)
  • 55e1e9b napi/parser, linter/plugins: Initialize vars as 0 (#21020) (overlookmotel)

... (truncated)

Commits
Maintainer changes

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


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 27, 2026
Bumps [oxc-parser](https://github.com/oxc-project/oxc/tree/HEAD/napi/parser) from 0.72.3 to 0.128.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.128.0/napi/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/oxc-parser-0.128.0 branch from 621559d to d1157d3 Compare May 5, 2026 00:07
@jpr5
Copy link
Copy Markdown
Contributor

jpr5 commented May 5, 2026

Superseded by #23 which integrates this update alongside other safe dep bumps.

@jpr5 jpr5 closed this May 5, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 5, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/oxc-parser-0.128.0 branch May 5, 2026 00:24
jpr5 added a commit that referenced this pull request May 5, 2026
@types/vscode 1.118

Safe dependency updates — tsc clean, 299/300 tests pass, 7/7 builds
pass. Add isAscii named export to node:buffer stub in tsdown config
(new transitive dep from @CopilotKit packages imports it).

Supersedes Dependabot PRs #7, #9, #11, #18, #20.

Excludes #10 (vitest 4 — needs config migration), #12 (tsdown 0.21 —
stricter named-export checking), #19 (zod 4 — Standard Schema API
change), #21 (rolldown rc.18 — same named-export issue).
jpr5 added a commit that referenced this pull request May 5, 2026
@types/vscode 1.118

Safe dependency updates — tsc clean, 299/300 tests pass, 7/7 builds
pass. Add isAscii named export to node:buffer stub in tsdown config
(new transitive dep from @CopilotKit packages imports it).

Supersedes Dependabot PRs #7, #9, #11, #18, #20.

Excludes #10 (vitest 4 — needs config migration), #12 (tsdown 0.21 —
stricter named-export checking), #19 (zod 4 — Standard Schema API
change), #21 (rolldown rc.18 — same named-export issue).
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.

1 participant