Skip to content

chore(deps): bump oxc-parser from 0.110.0 to 0.111.0 in /fe#155

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

chore(deps): bump oxc-parser from 0.110.0 to 0.111.0 in /fe#155
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/fe/oxc-parser-0.111.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2026

Bumps oxc-parser from 0.110.0 to 0.111.0.

Release notes

Sourced from oxc-parser's releases.

oxc crates_v0.111.0

💥 BREAKING CHANGES

  • 22dec6a semantic: [BREAKING] Remove Scoping::scope_build_child_ids and all related APIs (#18362) (Dunqing)
  • 30a4899 oxc: [BREAKING] Remove CompilerInterface::semantic_child_scope_ids (#18361) (Dunqing)
  • 777fc40 ast: [BREAKING] Add Ident type (#18354) (Boshen)
  • af0ca46 span: [BREAKING] Use ModuleKind::CommonJS for SourceType::cjs() (#18276) (sapphi-red)

🚀 Features

  • 0a02026 semantic: Add TS1499 code to diagnostic (#18557) (camc314)
  • 8b4618f parser: Add TS1500 code to diagnostic (#18547) (camc314)
  • 866b6b3 parser: Add TS1048 code to diagnostic (#18546) (camc314)
  • 1117c44 parser: Add TS1054 code to diagnostic (#18541) (camc314)
  • e4fcdde semantic: Add TS1053 code to diagnostic (#18539) (camc314)
  • bcbf396 semantic: Add TS1052 code to diagnostic (#18538) (camc314)
  • 8155edf semantic: Add TS1049 code to diagnostic (#18535) (camc314)
  • 51d3b3f parser: Add TS1502 code to diagnostic (#18534) (camc314)
  • 00854e8 semantic: Add TS2337 error code to super call diagnostic (#18531) (camc314)
  • 993fd2b parser: Parse unambiguous await with better error messages (#18480) (Boshen)
  • 8db0e78 linter/plugins: Handle BOMs (#18376) (overlookmotel)
  • 6ac09e2 linter/plugins: Support source text not being at start of buffer (#18375) (overlookmotel)
  • 2ef5647 ast: Add escape_raw parameter to template_element builders (#18121) (Boshen)

🐛 Bug Fixes

  • 8d68e9a parser,semantic: Revert adding ts error codes to diagnostics (#18571) (camc314)
  • 74d0998 semantic: Update error msg for multiple default cases in switch stmt (#18526) (camc314)
  • c205b0d ast: Remove ThisExpression from TSModuleReference (#18489) (Boshen)
  • aed3669 parser: Parse HTML-like comments in unambiguous mode (#18442) (Boshen)
  • c4132fb parser: Validate accessor parameters in interface method signatures (#18391) (Boshen)
  • b0cd74d semantic: Allow var and function with same name in static blocks (#18358) (Boshen)
  • 6037995 semantic: Allow new.target in class field initializers (#18349) (Boshen)
  • 9a15c6a semantic: Do not rely on spans for node comparison in Function::bind (#18296) (overlookmotel)

⚡ Performance

  • 6b600c4 semantic: Skip parent lookup for function declarations in Function::bind (#18293) (overlookmotel)
  • c27ad2d semantic: Move check for function declaration out of is_function_part_of_if_statement (#18292) (overlookmotel)
  • 63eb89e semantic: Skip checking redeclarations for function expressions (#18291) (overlookmotel)
  • 7c12743 semantic: Skip checking unresolved exports in CommonJS files (#18250) (overlookmotel)
  • 2349031 allocator: Increase initial chunk size from 512B to 16KB (#18234) (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)
  • 00ff75f mangler: Fix top_level option in example (#18233) (overlookmotel)
  • 2ddc073 semantic: Fix typo in comment (#18238) (overlookmotel)
Changelog

Sourced from oxc-parser's changelog.

[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)
  • 66b8c02 parser: Implement unambiguous module parsing for JS/TS files (#18124) (Boshen)
  • 08dad63 span: Add sourceType: 'commonjs' support (#18089) (Boshen)

🐛 Bug Fixes

  • 7a0ca99 linter/plugins: Use correct ScriptKind for tokens (#17185) (Peter Wagenet)

[0.105.0] - 2025-12-22

⚡ Performance

  • 5aefb84 linter/plugins: Reduce size of walker code (#17176) (overlookmotel)

[0.104.0] - 2025-12-19

🚀 Features

  • 291b57b ast_tools: Generate TS declaration files for deserializer and walk files (#16912) (camc314)

🐛 Bug Fixes

  • e59132b parser/napi: Fix lazy deser (#17069) (overlookmotel)
  • a92faf0 ast_tools: Support u128 in assert_layouts generator (#17050) (overlookmotel)

... (truncated)

Commits
  • 9951f16 release(crates): oxc v0.111.0 (#18572)
  • 8ccd853 docs(npm): update package homepage URLs and add keywords (#18509)
  • c205b0d fix(ast): remove ThisExpression from TSModuleReference (#18489)
  • 9b3165f docs(napi/parser): clarify when to use parseAsync vs parseSync (#18486)
  • 09a4057 refactor(linter/plugins, napi/parser): remove pattern of destructuring global...
  • 1b616ff chore(deps): bump typescript-eslint packages to latest (#18401)
  • 8db0e78 feat(linter/plugins): handle BOMs (#18376)
  • 6ac09e2 feat(linter/plugins): support source text not being at start of buffer (#18375)
  • 7174336 refactor(parser): shorten raw transfer deserializer code for non-range varian...
  • 1b59f63 docs(napi/parser): correct typo in README (#18251)
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.110.0 to 0.111.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.111.0/napi/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the pnpm-dependencies fe update label for robot label Jan 31, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2026

Superseded by #157.

@dependabot dependabot bot closed this Feb 7, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fe/oxc-parser-0.111.0 branch February 7, 2026 01:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pnpm-dependencies fe update label for robot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants