Skip to content

chore(deps-dev): bump oxc-parser from 0.115.0 to 0.116.0#49

Merged
itaymendel merged 1 commit intomainfrom
dependabot/npm_and_yarn/oxc-parser-0.116.0
Mar 7, 2026
Merged

chore(deps-dev): bump oxc-parser from 0.115.0 to 0.116.0#49
itaymendel merged 1 commit intomainfrom
dependabot/npm_and_yarn/oxc-parser-0.116.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps 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 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.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:development
  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 Mar 3, 2026
@itaymendel itaymendel merged commit d550ec4 into main Mar 7, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oxc-parser-0.116.0 branch March 7, 2026 23:07
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