Skip to content

build(deps): bump oxc-parser from 0.123.0 to 0.124.0 in /studio/backend/core/data_recipe/oxc-validator in the npm-oxc-validator group across 1 directory#4916

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/studio/backend/core/data_recipe/oxc-validator/npm-oxc-validator-d79d5ba44b
Open

build(deps): bump oxc-parser from 0.123.0 to 0.124.0 in /studio/backend/core/data_recipe/oxc-validator in the npm-oxc-validator group across 1 directory#4916
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/studio/backend/core/data_recipe/oxc-validator/npm-oxc-validator-d79d5ba44b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the npm-oxc-validator group with 1 update in the /studio/backend/core/data_recipe/oxc-validator directory: oxc-parser.

Updates oxc-parser from 0.123.0 to 0.124.0

Release notes

Sourced from oxc-parser's releases.

oxc crates_v0.124.0

🐛 Bug Fixes

  • fc7f60c allocator: Revert changes to get_current_chunk_footer_field_offset (#20964) (overlookmotel)
  • 31316c8 semantic: Rebind class expressions before identifier checks (#20916) (camc314)

⚡ 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)
  • c25ef02 napi/parser, linter/plugins: Simplify branch condition in deserializeStr (#21019) (overlookmotel)
  • 9f494c3 napi/parser, linter/plugins: Raw transfer use String.fromCharCode in string decoding (#21018) (overlookmotel)
  • 91cf105 allocator: Increase initial chunk size from 512B to 16KB (#20968) (overlookmotel)
  • cbc0c21 allocator: Add #[cold] to to error handling functions (#20967) (overlookmotel)
  • 0503a78 napi/parser, linter/plugins: Faster deserialization of raw fields (#20923) (overlookmotel)
  • a24f75e napi/parser: Optimize string deserialization for non-ASCII sources (#20834) (Joshua Tuddenham)

📚 Documentation

  • c78a57a syntax: Fix typo (#21044) (camc314)
  • f5e228f allocator: Fix typo in comment (#20972) (overlookmotel)
  • 7159d51 allocator: Improve doc comment examples for vec2::Vec (#20969) (overlookmotel)
  • b1da750 allocator, data_structures: Correct comments (#20966) (overlookmotel)
Changelog

Sourced from oxc-parser's changelog.

[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)
  • c25ef02 napi/parser, linter/plugins: Simplify branch condition in deserializeStr (#21019) (overlookmotel)
  • 9f494c3 napi/parser, linter/plugins: Raw transfer use String.fromCharCode in string decoding (#21018) (overlookmotel)
  • 0503a78 napi/parser, linter/plugins: Faster deserialization of raw fields (#20923) (overlookmotel)
  • a24f75e napi/parser: Optimize string deserialization for non-ASCII sources (#20834) (Joshua Tuddenham)

[0.122.0] - 2026-03-23

⚡ Performance

  • 9a622c7 linter/plugins: Lazy deserialize tokens and comments (#20474) (overlookmotel)
  • c6ea0a0 ast: Place NodeId field after Span in structs (#20584) (overlookmotel)
  • d176ecc napi/parser, oxlint/plugins: Shorten deserializer for WithClause (#20575) (overlookmotel)

[0.120.0] - 2026-03-16

⚡ Performance

  • 9cd612f linter/plugins: Recycle comment objects (#20362) (overlookmotel)

[0.119.0] - 2026-03-14

📚 Documentation

  • e4aa5b5 parser/napi, linter/plugins: Add JSDoc comments to raw transfer constants (#20286) (overlookmotel)

[0.117.0] - 2026-03-09

🐛 Bug Fixes

  • 92cfb14 linter/plugins: Fix types for walkProgram and walkProgramWithCfg (#20081) (overlookmotel)
  • ee0491e apps,napi: Explicitly specify libs in tsconfigs (#20071) (camc314)

[0.116.0] - 2026-03-02

⚡ Performance

  • 05ccf9f linter/plugins: Transfer tokens via raw transfer (#19893) (overlookmotel)
  • 6a6513c linter/plugins: Use Oxc tokens in plugins (#19498) (camc314)

📚 Documentation

  • 2fa936f README.md: Map npm package links to npmx.dev (#19666) (Boshen)

... (truncated)

Commits
  • 38aea54 release(crates): oxc v0.124.0 (#21084)
  • 71604dd chore(deps): update dependency esbuild to ^0.28.0 (#21075)
  • a4ac3ce refactor(linter/plugins): import getNodeLoc instead of injecting it (#21026)
  • fb52383 perf(napi/parser, linter/plugins): clear buffers and source texts earlier (#2...
  • 3b7dec4 perf(napi/parser, linter/plugins): use utf8Slice for decoding UTF-8 strings...
  • 012c924 perf(napi/parser, linter/plugins): speed up decoding strings in raw transfer ...
  • 55e1e9b perf(napi/parser, linter/plugins): initialize vars as 0 (#21020)
  • c25ef02 perf(napi/parser, linter/plugins): simplify branch condition in `deserializeS...
  • 9f494c3 perf(napi/parser, linter/plugins): raw transfer use String.fromCharCode in ...
  • 15546c0 refactor(napi/parser, linter/plugins): shorten raw transfer deserializers for...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 8, 2026
@dependabot dependabot Bot requested a review from rolandtannous as a code owner April 8, 2026 10:40
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 8, 2026
@dependabot dependabot Bot changed the title build(deps): bump oxc-parser from 0.123.0 to 0.124.0 in /studio/backend/core/data_recipe/oxc-validator in the npm-oxc-validator group build(deps): bump oxc-parser from 0.123.0 to 0.124.0 in /studio/backend/core/data_recipe/oxc-validator in the npm-oxc-validator group across 1 directory Apr 9, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/studio/backend/core/data_recipe/oxc-validator/npm-oxc-validator-d79d5ba44b branch from ffb5ed5 to c554d76 Compare April 9, 2026 09:57
Bumps the npm-oxc-validator group in /studio/backend/core/data_recipe/oxc-validator with 1 update: [oxc-parser](https://github.com/oxc-project/oxc/tree/HEAD/napi/parser).


Updates `oxc-parser` from 0.123.0 to 0.124.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.124.0/napi/parser)

---
updated-dependencies:
- dependency-name: oxc-parser
  dependency-version: 0.124.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-oxc-validator
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/studio/backend/core/data_recipe/oxc-validator/npm-oxc-validator-d79d5ba44b branch from c554d76 to 1b348a3 Compare April 16, 2026 09:56
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