Skip to content

chore(deps): bump oxc-parser from 0.139.0 to 0.141.0 - #8

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Contributor

Bumps oxc-parser from 0.139.0 to 0.141.0.

Release notes

Sourced from oxc-parser's releases.

oxc crates_v0.141.0

💥 BREAKING CHANGES

  • 5293431 str: [BREAKING] Move IdentBuildHasher to oxc_str crate (#24717) (overlookmotel)
  • 54cc121 ast: [BREAKING] Split MetaProperty into ImportMeta and NewTarget (#24557) (camc314)

🚀 Features

  • 87823d0 minifier: Merge combined assign expression in conditional expression (#24707) (sapphi-red)
  • 03a54c9 minifier: Merge assign expression against member expression in conditional expression (#24706) (sapphi-red)
  • effd3c8 allocator: Add Vec::from_raw_parts_in (#24732) (overlookmotel)
  • ddacf61 semantic: Add context notes for strict assignments (#24728) (camc314)
  • 7e9b84a data_structures: Add implements! macro (#24721) (overlookmotel)
  • 39e141b data_structures: Add const_str_eq function (#24720) (overlookmotel)
  • cc3d17f semantic: Add context notes for reserved keyword diagnostic (#24715) (camc314)
  • 4c71560 parser: More friendly error for spread element in dynamic imports (#24705) (sapphi-red)
  • 7b045cd minfier: Drop last break from last switch case (#24673) (Armano)
  • 7d3c178 minifier: Remove unreachable recursive functions (#24125) (Dunqing)
  • 94f99b3 ast: Allow NONE to be passed to AST builder methods where Option<ArenaVec> is expected (#24629) (overlookmotel)
  • 77230c5 ast: Accept arrays for ArenaVec params of AST builder methods (#24621) (overlookmotel)
  • f08b152 allocator: Implement FromIn for array to Vec conversion (#24620) (overlookmotel)
  • 2338c13 track-memory-allocations: Track heap deallocs, alloc bytes, and peak growth (#24619) (Boshen)
  • 7aa4739 syntax,transformer: Move JSX entity decoder to oxc_syntax (#24617) (camc314)
  • 2b097c4 str: Export Str as ArenaStr (#24604) (overlookmotel)
  • 3acf4c1 minifier: Expand switch optimiation to remove empty cases (#24520) (Armano)
  • 129b759 parser: Improve diagnostics for unparenthesized LHS on exponential expr (#24569) (camc314)
  • 4d0c601 minifier: Fold arithmetic over undefined and null operands (#24485) (Dunqing)
  • 91541dd minifier: Drop empty switch statements (#24527) (Armano)
  • d05224d ast_visit: Generate VisitJs visitor that skips TypeScript type-space (#24499) (Boshen)
  • 3d22307 parser: Add ParseOptions::enable_ident_hashes (#24491) (Boshen)

🐛 Bug Fixes

  • 61e02bf minifier: Avoid reordering this before super (#24755) (Dunqing)
  • 79e6d77 minifier: Preserve RegExp feature detection (#24712) (Dunqing)
  • 47ddedf semantic: Allow arguments in ambient declarations (#24758) (camc314)
  • 9f3e300 react_compiler: Preserve aliasing diagnostic locations (#24757) (Boshen)
  • 4b81f4d react_compiler: Honor default suppressions (#24747) (Boshen)
  • 6cc4a34 codegen: Wrap negative BigInt literal base of ** in parentheses (#23621) (Jerry Zhao)
  • d85276c minifier: Avoid incorrect logical assignment transformation when base object may be mutated (#24718) (sapphi-red)
  • 99b1dc4 isolated-declarations: Separate static accessors (#24716) (camc314)
  • 76ec104 semantic: Resolve import-equals namespaces (#22696) (camc314)
  • 0ffa88e str: Enable hashbrown feature inline-more (#24719) (overlookmotel)
  • 0e9b460 isolated-declarations: Normalize accessor keys (#24690) (Cameron)
  • 64c2241 minifier: Align class heritage removal with assumptions (#24533) (Dunqing)
  • 48b59f4 parser: Span ambient generator diagnostics (#24711) (camc314)
  • e750a82 ecmascript: Fix false negative for may_have_side_effects on dynamic property access (#24709) (sapphi-red)
  • f145d73 minifier: Guard reordered identifier reads (#24698) (Dunqing)
  • a2ef382 isolated-declarations: Reject window.Symbol as global symbol reference (#24689) (camc314)
  • b1bcf72 minifier: Invalidate facts for redeclared bindings (#24658) (Dunqing)

... (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) from 0.139.0 to 0.141.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.141.0)

---
updated-dependencies:
- dependency-name: oxc-parser
  dependency-version: 0.141.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 Jul 25, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 1, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #9.

@dependabot dependabot Bot closed this Aug 1, 2026
@dependabot
dependabot Bot deleted the dependabot/deno/oxc-parser-0.141.0 branch August 1, 2026 20:26
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