Skip to content

chore(deps-dev): bump oxc-parser from 0.112.0 to 0.114.0#40

Merged
itaymendel merged 1 commit intomainfrom
dependabot/npm_and_yarn/oxc-parser-0.114.0
Feb 17, 2026
Merged

chore(deps-dev): bump oxc-parser from 0.112.0 to 0.114.0#40
itaymendel merged 1 commit intomainfrom
dependabot/npm_and_yarn/oxc-parser-0.114.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2026

Bumps oxc-parser from 0.112.0 to 0.114.0.

Release notes

Sourced from oxc-parser's releases.

oxc crates_v0.114.0

🚀 Features

  • 429d876 semantic: Assign ast node ids during semantic build (#19263) (Boshen)
  • ebb80b3 ast: Add node_id field to all AST struct nodes (#18138) (Boshen)

🐛 Bug Fixes

  • bfb15a3 semantic: Make multi_index_vec clone panic-safe (#19299) (Boshen)
  • 41c50a5 transformer: Ignore invalid JSX pragma identifiers (#19296) (Boshen)
  • deed3d8 transformer: Remove unnecessary trailing expression in object rest spread assignment (#19259) (Boshen)
  • 5bdaacc transformer: Propagate source spans for sourcemap correctness (#19258) (Boshen)
  • 3e0e5ba isolated-declarations: Align readonly class array initializer diagnostics with tsc (#19218) (camc314)

⚡ Performance

  • c169c77 syntax: Optimize is_identifier_name_patched (#19386) (sapphi-red)
  • aa1e1a8 allocator: Inline BitSet accessors (#19331) (Boshen)
  • 5b90d46 semantic: Improve SoA with multi index vec (#19138) (Boshen)
  • 99ce2a6 isolated_declarations: Mark all diagnostic functions as #[cold] (#19279) (camc314)
  • dd0220f transformer: Remove TS-only nodes earlier in enter_statements (#19166) (Dunqing)
  • e5baf60 isolated-declarations: Replace hash collections with index-based Vec (#19221) (Dunqing)

📚 Documentation

  • 569aa61 rust: Add missing rustdocs and remove missing_docs lint attrs (#19306) (Boshen)

oxc crates_v0.113.0

💥 BREAKING CHANGES

  • 2bf7293 mangler: [BREAKING] Enable top_level by default for modules and commonjs (#18278) (sapphi-red)
  • 48b0542 span: [BREAKING] SourceType::ts should set module to unambigious (#18873) (Boshen)

🚀 Features

  • 500d071 minifier: Local traverse ctx and generated minifier traverse (#19106) (Boshen)
  • 142a1be parser: Detect binary files with TS1490 error (#19047) (Boshen)
  • e316857 allocator/bitset: Add Ones iterator to BitSet (#19027) (sapphi-red)
  • 742ad3f minifier: Default invalid_import_side_effects to false (#18916) (sapphi-red)
  • 0eff6be parser: Error JSX-like type assertions and generics in .mts/.cts (#18910) (Boshen)
  • 18320c6 span: Store file extension in SourceType (#18893) (Boshen)

🐛 Bug Fixes

  • bcd0f64 napi: Disable mimalloc global allocator on android targets (#19214) (Cameron)
  • 0441237 source-type: Don't treat d.ts as a declaration file (#19185) (Cameron)
  • a7514e4 isolated-declarations: Preserve const context in literal type inference (#19178) (camc314)
  • 312e756 isolated-declarations: Preserve readonly literal initializers (#19177) (camc314)
  • d0ca8d0 isolated-declarations: Skip parenthesis when inferring type (#19176) (camc314)
  • 110c300 oxc_ecmascript: +[false] and +[true] should evaluate to NaN (#19174) (copilot-swe-agent)

... (truncated)

Changelog

Sourced from oxc-parser's changelog.

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

... (truncated)

Commits
  • 704c109 release(crates): oxc v0.114.0 (#19429)
  • ebb80b3 feat(ast): add node_id field to all AST struct nodes (#18138)
  • bcd0f64 fix(napi): disable mimalloc global allocator on android targets (#19214)
  • acdb40e release(crates): oxc v0.113.0 (#19210)
  • 00d431d chore(oxlint,parser,e2e): explicitly set strict: false in tsconfigs (#19129)
  • 79689ba chore(napi/parser): use dot reporter in CI to reduce log output (#18974)
  • 57917ee fix(parser): parse decorators on rest parameters (#18938)
  • 487601b fix(napi): disable mimalloc on Windows to fix worker_threads crash (#18923)
  • 16fbd43 chore(submodules): update submodule SHAs to latest commits (#18877)
  • 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 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.112.0 to 0.114.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.114.0/napi/parser)

---
updated-dependencies:
- dependency-name: oxc-parser
  dependency-version: 0.114.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 Feb 17, 2026
@itaymendel itaymendel merged commit 13a8022 into main Feb 17, 2026
1 check passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oxc-parser-0.114.0 branch February 17, 2026 19:05
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