Skip to content

chore(deps): bump oxc-parser from 0.139.0 to 0.144.0 - #12

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/deno/oxc-parser-0.144.0
Closed

chore(deps): bump oxc-parser from 0.139.0 to 0.144.0#12
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/deno/oxc-parser-0.144.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 15, 2026

Copy link
Copy Markdown
Contributor

Bumps oxc-parser from 0.139.0 to 0.144.0.

Release notes

Sourced from oxc-parser's releases.

oxc crates_v0.144.0

💥 BREAKING CHANGES

  • a33788e ast: [BREAKING] Group class heritage into ClassHeritage (#25360) (camc314)
  • 5c5cdcd ast: [BREAKING] Narrow TSInterfaceHeritage::expression to TSTypeName (#24360) (camc314)
  • 6be314f ast: [BREAKING] Remove duplicated VariableDeclarator::kind (#25319) (camc314)
  • 44fd320 ast: [BREAKING] Split TS external modules & Namespace Declarations (#25284) (camc314)

🚀 Features

  • 9a37c41 napi: Restructure React transform options (#25326) (Boshen)
  • b3c1b30 allocator: Add ArenaVec::push_mut (#25338) (overlookmotel)

🐛 Bug Fixes

  • bbd6ed3 codegen: Wrap string literal in parens after directives (#25435) (overlookmotel)
  • d07a293 codegen: Preserve cast parentheses in conditional tests (#25115) (camc314)
  • 8b7d441 codegen: Preserve satisfies parentheses before bitwise operators (#25113) (camc314)
  • e0fb2d7 minifier: Avoid unsafe return removal in labeled blocks (#25406) (Armano)
  • c49f4ce parser: Preserve terminal license comments (#25400) (camc314)
  • 9d19ab3 transform_react: Downgrade nonfatal compiler diagnostics (#25418) (Boshen)
  • 937825c react_compiler: Disable exhaustive memo validation by default (#25417) (Boshen)
  • 12937b3 parser: Reject comma expressions in class fields (#25385) (Cameron)
  • 7d8a9b5 react_compiler: Preserve hook spans for React Refresh (#25393) (Boshen)
  • 9e93ba6 parser: Reset auto-accessor initializer context (#25384) (camc314)
  • cc2e28d parser: Reject trailing tokens in Parser::parse_expression (#25371) (camc314)
  • 697c629 minifier: Preserve Annex B labeled-function bindings in implicit-return rewrite (#25349) (Armano)
  • 4d723ca parser: Report TS1035 for quoted module names (#25305) (camc314)
  • 0c9b980 semantic: Report module declaration diagnostics (#25285) (camc314)
  • 2a1058a napi: Omit parser header from WASI declarations (#25254) (camc314)

⚡ Performance

  • dd1430b semantic: Avoid allocation in class overload check (#25440) (camc314)
  • e420816 parser: Optimize trailing comma tracking (#25376) (camc314)
  • 6529d1a minifier: Short-circuit scope check when alternate already determines result (#25318) (Armano)

📚 Documentation

  • fe111eb allocator: Improve doc comments for Arena methods (#24922) (overlookmotel)

oxc crates_v0.143.0

💥 BREAKING CHANGES

  • 4120da0 semantic: [BREAKING] Return borrowed JSDoc so the parse cache works (#25186) (Connor Shea)
  • f0a41c8 allocator: [BREAKING] Remove ArenaBox::dangling method (#25236) (overlookmotel)
  • 067da8c ast: [BREAKING] Store single parameter in TSIndexSignature::parameter (#25154) (camc314)
  • a0c7788 ast: [BREAKING] Change TSIndexSignatureName::name to Ident (#25150) (camc314)
  • 1bdedd1 ast: [BREAKING] Introduce ExportDeclaration, ExportFromDeclaration (#25095) (camc314)
  • c917f20 ast: [BREAKING] Introduce ArrowFunctionBody enum (#24987) (camc314)

... (truncated)

Commits
  • b6f1458 release(crates): oxc v0.144.0 (#25474)
  • b746e00 fix(linter/eslint/no-implicit-coercion): preserve template coercion whitespac...
  • 2e35238 fix(react-compiler): compile forwardRef callbacks with non-ref param names (#...
  • b91dc3a chore(deps): update napi (#25457)
  • 8f784f3 perf(linter): reduce rule config dispatch size (#25461)
  • 030857b refactor(diagnostics): update oxc-miette to v4 (#25395)
  • fa7fdd2 fix(react-compiler): compile parenthesized arrow components (#25463)
  • 033ddf6 refactor(oxfmt,formatter): simplify js-in-html-in-js handling (#25464)
  • 28c2e09 feat(react_compiler): recognize oxlint suppressions (#25456)
  • 95dc917 fix(oxfmt): drop IR Space at line start for js-in-xxx (#25460)
  • Additional commits viewable 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) from 0.139.0 to 0.144.0.
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md)
- [Commits](oxc-project/oxc@crates_v0.139.0...crates_v0.144.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added deno Pull requests that update deno code dependencies Pull requests that update a dependency file labels Aug 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 22, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #13.

@dependabot dependabot Bot closed this Aug 22, 2026
@dependabot
dependabot Bot deleted the dependabot/deno/oxc-parser-0.144.0 branch August 22, 2026 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deno Pull requests that update deno code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants