Skip to content

chore(deps): bump oxc-parser from 0.115.0 to 0.116.0 in the runtime-minor-and-patch-dependencies group across 1 directory#7737

Merged
tlhunter merged 1 commit intomasterfrom
dependabot/npm_and_yarn/runtime-minor-and-patch-dependencies-9fb54ba396
Mar 11, 2026
Merged

chore(deps): bump oxc-parser from 0.115.0 to 0.116.0 in the runtime-minor-and-patch-dependencies group across 1 directory#7737
tlhunter merged 1 commit intomasterfrom
dependabot/npm_and_yarn/runtime-minor-and-patch-dependencies-9fb54ba396

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps the runtime-minor-and-patch-dependencies group with 1 update in the / directory: oxc-parser.

Updates oxc-parser from 0.115.0 to 0.116.0

Release notes

Sourced from oxc-parser's releases.

oxc crates_v0.116.0

🚀 Features

  • 733d6dc parser: Report error on infer outside conditional type (#19879) (camc314)
  • c2a42f6 allocator: Add Vec::into_bump_slice_mut (#19895) (overlookmotel)
  • ee4982b parser: Add VARIANTS const to Kind via fieldless_enum! macro (#19877) (overlookmotel)
  • b3dceae data_structures: Add fieldless_enum! macro (#19876) (overlookmotel)
  • 12b841e parser: Make all Kind::is_* methods const (#19874) (overlookmotel)
  • 25c2e25 estree/tokens: Add function to update tokens in place (#19856) (overlookmotel)
  • f78e6df parser: Add mutate_tokens Cargo feature (#19853) (overlookmotel)
  • 5036bb6 parser: Report error on for await in static blocks (#19844) (camc314)
  • 42bd431 parser: Report error for missing initializer in using decl (#19824) (camc314)
  • a2f58e5 parser: Report error for implements clause in non-ts files (#19820) (Cameron)
  • b25228a estree: Add IS_COMPACT const to Formatter trait (#19787) (overlookmotel)
  • e2a1b79 estree: Expose buffer and formatter of serializers (#19773) (overlookmotel)
  • 4699498 data_structures: Add CodeBuffer::print_strs_array (#19760) (overlookmotel)
  • 233f947 estree: oxc_estree crate export config and formatter types (#19724) (overlookmotel)
  • 5937a32 semantic: Introduce symbol_declarations method (#19609) (camc314)
  • ea6b796 parser: Add LexerConfig::TOKENS_METHOD_IS_STATIC const (#19683) (overlookmotel)
  • 655c38f semantic: Add "did you mean?" suggestions to undefined name errors (#19102) (copilot-swe-agent)
  • 9e11dc6 parser,estree,coverage: Collect tokens in parser and convert to ESTree format (#19497) (camc314)
  • c4a3677 parser: Report error for initializer in ambient context (#19187) (camc314)

🐛 Bug Fixes

  • abc7e19 codegen: Improve parenthesised checks when printing types (#19880) (camc314)
  • 017de5d parser: Update error code for type annotation in for...in statement (#19882) (camc314)
  • 7682e5a linter/plugins: Decode escapes in identifier tokens (#19838) (overlookmotel)
  • 06767ed estree/tokens: Convert this tokens in TSTypeName (#19815) (overlookmotel)
  • ef798af parser: Use TS8037 for satisfies expression in JS files diagnostic (#19819) (camc314)
  • 98ea5c5 parser: Use TS8016 for type assertions in JS files diagnostic (#19818) (camc314)
  • 1710f56 codegen: Remove double indentation for enum inside namespace (#19775) (Dunqing)
  • 9e4995c codegen: Print type annotation on CatchParameter (#19790) (camc314)
  • 297b2bb codegen: Wrap TSConditionalType in parens when necessary (#19788) (camc314)
  • cec7878 codegen: Print definite property on AccessorProperty (#19786) (camc314)
  • 6f395cf codegen: Print definite property on PropertyDefinition (#19785) (camc314)
  • b749373 codegen: Correctly parenthesise TSArrayType (#19784) (camc314)
  • 876dc1b codegen: Print object property this param (#19783) (camc314)
  • 93bb861 formatter: Trim trailing whitespace before breaking line (#19740) (leaysgur)
  • ed17bbf codegen: Print override keyword for method and property definitions (#19753) (Dunqing)
  • 6a59a76 parser: Improve error recovery for private identifiers in property names (#19710) (Boshen)
  • 3b96f41 codegen: Print comments in JSX expression containers and spread attributes (#19701) (Boshen)
  • f5694ce estree/tokens: Reverse field order of regex object in tokens (#19679) (overlookmotel)
  • b2b7a55 estree/tokens: Generate tokens for files with BOM (#19535) (overlookmotel)
  • 50a7514 estree: Fix tokens for JSX (#19524) (overlookmotel)
  • a35063e minifier: Preserve side effects for meta property url reads (#19668) (Boshen)
  • 8ad3430 semantic/jsdoc: Handle even-numbered backtick sequences in JSDoc parsing (#19664) (Boshen)

⚡ Performance

... (truncated)

Changelog

Sourced from oxc-parser's changelog.

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

[0.114.0] - 2026-02-16

🚀 Features

  • ebb80b3 ast: Add node_id field to all AST struct nodes (#18138) (Boshen)

[0.113.0] - 2026-02-10

🐛 Bug Fixes

  • 57917ee parser: Parse decorators on rest parameters (#18938) (Boshen)
  • 487601b napi: Disable mimalloc on Windows to fix worker_threads crash (#18923) (Boshen)

[0.111.0] - 2026-01-26

🚀 Features

  • 8db0e78 linter/plugins: Handle BOMs (#18376) (overlookmotel)
  • 6ac09e2 linter/plugins: Support source text not being at start of buffer (#18375) (overlookmotel)

🐛 Bug Fixes

  • c205b0d ast: Remove ThisExpression from TSModuleReference (#18489) (Boshen)

📚 Documentation

  • 8ccd853 npm: Update package homepage URLs and add keywords (#18509) (Boshen)
  • 9b3165f napi/parser: Clarify when to use parseAsync vs parseSync (#18486) (Boshen)
  • 1b59f63 napi/parser: Correct typo in README (#18251) (overlookmotel)

[0.109.0] - 2026-01-19

💥 BREAKING CHANGES

  • 9135b0b ast: [BREAKING] Move scope from TSEnumDeclaration to TSEnumBody (#18058) (Boshen)

🚀 Features

  • 6e8fa80 napi/parser, napi/transform: Accept sourceType: "commonjs" (#18197) (overlookmotel)

... (truncated)

Commits

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 <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 runtime-minor-and-patch-dependencies group with 1 update in the / directory: [oxc-parser](https://github.com/oxc-project/oxc/tree/HEAD/napi/parser).


Updates `oxc-parser` from 0.115.0 to 0.116.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.116.0/napi/parser)

---
updated-dependencies:
- dependency-name: oxc-parser
  dependency-version: 0.116.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime-minor-and-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependabot dependencies javascript Pull requests that update javascript code semver-patch labels Mar 11, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 11, 2026 00:56
@dependabot dependabot bot added semver-patch dependencies javascript Pull requests that update javascript code dependabot labels Mar 11, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Overall package size

Self size: 4.95 MB
Deduped: 5.79 MB
No deduping: 5.79 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.0.0 | 81.15 kB | 815.98 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@pr-commenter
Copy link
Copy Markdown

pr-commenter bot commented Mar 11, 2026

Benchmarks

Benchmark execution time: 2026-03-11 01:06:39

Comparing candidate commit 737a505 in PR branch dependabot/npm_and_yarn/runtime-minor-and-patch-dependencies-9fb54ba396 with baseline commit dbbc711 in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 227 metrics, 33 unstable metrics.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.39%. Comparing base (dbbc711) to head (737a505).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7737      +/-   ##
==========================================
- Coverage   80.40%   80.39%   -0.01%     
==========================================
  Files         741      741              
  Lines       32084    32084              
==========================================
- Hits        25796    25795       -1     
- Misses       6288     6289       +1     
Flag Coverage Δ
aiguard-macos 38.88% <ø> (-0.10%) ⬇️
aiguard-ubuntu 38.99% <ø> (-0.10%) ⬇️
aiguard-windows 38.72% <ø> (-0.10%) ⬇️
apm-capabilities-tracing-macos 48.90% <ø> (ø)
apm-capabilities-tracing-ubuntu 48.94% <ø> (ø)
apm-capabilities-tracing-windows 48.67% <ø> (ø)
apm-integrations-child-process 38.44% <ø> (-0.10%) ⬇️
apm-integrations-couchbase-18 37.35% <ø> (+0.04%) ⬆️
apm-integrations-couchbase-eol 37.82% <ø> (+0.04%) ⬆️
apm-integrations-oracledb 37.66% <ø> (-0.10%) ⬇️
appsec-express 55.13% <ø> (-0.07%) ⬇️
appsec-fastify 51.49% <ø> (-0.07%) ⬇️
appsec-graphql 51.68% <ø> (-0.07%) ⬇️
appsec-kafka 44.20% <ø> (-0.08%) ⬇️
appsec-ldapjs 43.90% <ø> (-0.08%) ⬇️
appsec-lodash 43.56% <ø> (-0.08%) ⬇️
appsec-macos 58.17% <ø> (-0.07%) ⬇️
appsec-mongodb-core 48.67% <ø> (+0.03%) ⬆️
appsec-mongoose 49.34% <ø> (-0.08%) ⬇️
appsec-mysql 50.73% <ø> (-0.07%) ⬇️
appsec-node-serialize 43.08% <ø> (-0.08%) ⬇️
appsec-passport 47.47% <ø> (-0.09%) ⬇️
appsec-postgres 50.49% <ø> (-0.07%) ⬇️
appsec-sourcing 42.48% <ø> (-0.08%) ⬇️
appsec-template 43.24% <ø> (-0.08%) ⬇️
appsec-ubuntu 58.25% <ø> (-0.07%) ⬇️
appsec-windows 58.01% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-bluebird 32.30% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-body-parser 40.38% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-child_process 37.75% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-cookie-parser 34.28% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-express 34.60% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-express-mongo-sanitize 34.41% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-express-session 40.01% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-fs 31.92% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-generic-pool 29.91% <ø> (ø)
instrumentations-instrumentation-http 39.73% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-knex 32.30% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-mongoose 33.43% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-multer 40.13% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-mysql2 38.21% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-passport 43.88% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-passport-http 43.55% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-passport-local 44.09% <ø> (-0.09%) ⬇️
instrumentations-instrumentation-pg 37.65% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-promise 32.23% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-promise-js 32.24% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-q 32.28% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-url 32.20% <ø> (-0.10%) ⬇️
instrumentations-instrumentation-when 32.25% <ø> (-0.10%) ⬇️
llmobs-ai 42.20% <ø> (-0.09%) ⬇️
llmobs-anthropic 40.18% <ø> (-0.09%) ⬇️
llmobs-bedrock 39.17% <ø> (-0.08%) ⬇️
llmobs-google-genai 39.73% <ø> (-0.09%) ⬇️
llmobs-langchain 39.97% <ø> (-0.08%) ⬇️
llmobs-openai 43.91% <ø> (-0.09%) ⬇️
llmobs-vertex-ai 39.91% <ø> (-0.09%) ⬇️
platform-core 31.53% <ø> (ø)
platform-esbuild 34.48% <ø> (ø)
platform-instrumentations-misc 48.40% <ø> (ø)
platform-shimmer 37.63% <ø> (ø)
platform-unit-guardrails 32.95% <ø> (ø)
plugins-azure-event-hubs 25.83% <ø> (ø)
plugins-azure-service-bus 25.19% <ø> (ø)
plugins-bullmq 44.17% <ø> (-0.10%) ⬇️
plugins-cassandra 37.70% <ø> (-0.10%) ⬇️
plugins-cookie 26.89% <ø> (ø)
plugins-cookie-parser 26.67% <ø> (ø)
plugins-crypto 26.79% <ø> (ø)
plugins-dd-trace-api 38.27% <ø> (-0.10%) ⬇️
plugins-express-mongo-sanitize 26.82% <ø> (ø)
plugins-express-session 26.63% <ø> (ø)
plugins-fastify 42.09% <ø> (-0.09%) ⬇️
plugins-fetch 38.26% <ø> (-0.09%) ⬇️
plugins-fs 38.54% <ø> (-0.10%) ⬇️
plugins-generic-pool 25.87% <ø> (ø)
plugins-google-cloud-pubsub 45.30% <ø> (-0.09%) ⬇️
plugins-grpc 40.81% <ø> (-0.09%) ⬇️
plugins-handlebars 26.86% <ø> (ø)
plugins-hapi 40.01% <ø> (-0.10%) ⬇️
plugins-hono 40.27% <ø> (-0.10%) ⬇️
plugins-ioredis 38.35% <ø> (-0.10%) ⬇️
plugins-knex 26.50% <ø> (ø)
plugins-ldapjs 24.36% <ø> (ø)
plugins-light-my-request 26.23% <ø> (ø)
plugins-limitd-client 32.58% <ø> (-0.10%) ⬇️
plugins-lodash 25.96% <ø> (ø)
plugins-mariadb 39.40% <ø> (-0.10%) ⬇️
plugins-memcached 38.07% <ø> (-0.10%) ⬇️
plugins-microgateway-core 39.06% <ø> (-0.10%) ⬇️
plugins-moleculer 40.41% <ø> (-0.09%) ⬇️
plugins-mongodb 39.09% <ø> (-0.10%) ⬇️
plugins-mongodb-core 38.92% <ø> (-0.10%) ⬇️
plugins-mongoose 38.78% <ø> (-0.10%) ⬇️
plugins-multer 26.63% <ø> (ø)
plugins-mysql 39.08% <ø> (-0.07%) ⬇️
plugins-mysql2 39.18% <ø> (-0.10%) ⬇️
plugins-node-serialize 26.93% <ø> (ø)
plugins-opensearch 37.53% <ø> (-0.10%) ⬇️
plugins-passport-http 26.68% <ø> (ø)
plugins-postgres 35.75% <ø> (+<0.01%) ⬆️
plugins-process 26.79% <ø> (ø)
plugins-pug 26.89% <ø> (ø)
plugins-redis 38.80% <ø> (-0.11%) ⬇️
plugins-router 42.95% <ø> (-0.10%) ⬇️
plugins-sequelize 25.47% <ø> (ø)
plugins-test-and-upstream-amqp10 38.28% <ø> (-0.25%) ⬇️
plugins-test-and-upstream-amqplib 43.76% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-apollo 38.93% <ø> (-0.09%) ⬇️
plugins-test-and-upstream-avsc 38.60% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-bunyan 33.84% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-connect 40.66% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-graphql 40.04% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-koa 40.25% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-protobufjs 38.82% <ø> (-0.10%) ⬇️
plugins-test-and-upstream-rhea 43.92% <ø> (-0.10%) ⬇️
plugins-undici 39.04% <ø> (-0.09%) ⬇️
plugins-url 26.79% <ø> (ø)
plugins-valkey 38.01% <ø> (-0.10%) ⬇️
plugins-vm 26.79% <ø> (ø)
plugins-winston 34.03% <ø> (-0.10%) ⬇️
plugins-ws 41.76% <ø> (-0.10%) ⬇️
profiling-macos 39.85% <ø> (-0.10%) ⬇️
profiling-ubuntu 39.97% <ø> (-0.10%) ⬇️
profiling-windows 41.16% <ø> (-0.10%) ⬇️
serverless-azure-functions-client 25.54% <ø> (ø)
serverless-azure-functions-eventhubs 25.54% <ø> (ø)
serverless-azure-functions-servicebus 25.54% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tlhunter tlhunter merged commit 75ab987 into master Mar 11, 2026
800 checks passed
@tlhunter tlhunter deleted the dependabot/npm_and_yarn/runtime-minor-and-patch-dependencies-9fb54ba396 branch March 11, 2026 18:00
dd-octo-sts bot pushed a commit that referenced this pull request Mar 12, 2026
Bumps the runtime-minor-and-patch-dependencies group with 1 update in the / directory: [oxc-parser](https://github.com/oxc-project/oxc/tree/HEAD/napi/parser).


Updates `oxc-parser` from 0.115.0 to 0.116.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.116.0/napi/parser)

---
updated-dependencies:
- dependency-name: oxc-parser
  dependency-version: 0.116.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime-minor-and-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@dd-octo-sts dd-octo-sts bot mentioned this pull request Mar 12, 2026
CarlesDD pushed a commit that referenced this pull request Mar 16, 2026
Bumps the runtime-minor-and-patch-dependencies group with 1 update in the / directory: [oxc-parser](https://github.com/oxc-project/oxc/tree/HEAD/napi/parser).


Updates `oxc-parser` from 0.115.0 to 0.116.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.116.0/napi/parser)

---
updated-dependencies:
- dependency-name: oxc-parser
  dependency-version: 0.116.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: runtime-minor-and-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot dependencies javascript Pull requests that update javascript code semver-patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant