Skip to content

deps(deps): bump oxc_ast_visit from 0.139.0 to 0.140.0#188

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/oxc_ast_visit-0.140.0
Open

deps(deps): bump oxc_ast_visit from 0.139.0 to 0.140.0#188
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/oxc_ast_visit-0.140.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps oxc_ast_visit from 0.139.0 to 0.140.0.

Release notes

Sourced from oxc_ast_visit's releases.

oxc crates_v0.140.0

🚀 Features

  • 5b20828 minifier: Extract sequence expression from expressions (#22003) (Armano)
  • 616bfa2 minifier: Remove unreachable code after terminating statements (#24441) (Dunqing)
  • ddab89a data_structures: Add likely and unlikely functions (#24368) (overlookmotel)
  • a3a39f9 react_compiler: Implement enableEmitHookGuards codegen (#24329) (Boshen)
  • b79eef7 minifier: Apply De Morgan's law to negated comparison chains in jump guards and loop tests (#24279) (Dunqing)
  • 34ff7b4 minifier: Drop write-only property assignments to unused local bindings by default (#24112) (Dunqing)
  • 1b829d8 semantic: Record const enums in EnumData (#24268) (Dunqing)
  • ba0944c semantic: Add Scoping::set_symbol_span (#24221) (camc314)

🐛 Bug Fixes

  • edf781d minifier: Keep reads of never-assigned uninitialized bindings (#24452) (Dunqing)
  • 7d33363 minifier: Preserve guaranteed throws from class heritage evaluation (#24349) (Dunqing)
  • 058a62f semantic: Track ambient contexts in SemanticBuilder (#24327) (camc314)
  • 721eb0b transformer/decorator: Scope accessor class binding (#24330) (camc314)
  • 1ebdce3 semantic: Allow reserved keywords in ambient declaration types (#24325) (camc314)
  • 460176a track-memory-allocations: Exclude arena chunks from Sys allocs (#24292) (Dunqing)
  • af4922b transformer: Clear lowered namespace redeclarations (#24300) (camc314)
  • ffd2765 semantic: Mark declared computed MethodDefinitions as type references (#24296) (camc314)
  • f17514b isolated-declarations: Emit const readonly fields as types (#24288) (camc314)
  • 40f769d minifier: Make __proto__ write tracking execution-order independent (#24280) (Dunqing)
  • 6371fed transformer: Remove stale enum member bindings (#24272) (camc314)
  • f05dfab transformer: Correct symbol flags for lowered namespaces (#24271) (Dunqing)
  • 84eeb55 transformer: Correct symbol flags for lowered enums (#24269) (Dunqing)
  • c3057da transformer: Preserve generated class binding spans (#24220) (camc314)
  • 8260096 transformer: Correct span for lowered namespace symbol (#24222) (camc314)
  • 42d00d3 semantic: Mark declared class heritage as type references (#24237) (camc314)
  • 588d997 semantic: Mark TS PropertyDefinitions computed fields as type references (#24233) (camc314)
  • 9b95632 semantic: Mark computed method keys in TSMethodSignatures as type references (#24232) (camc314)

⚡ Performance

  • 48911ec react_compiler: Use FxHashSet for membership-only block sets (#24486) (Boshen)
  • 1e3e626 react_compiler: Reduce allocations in reactive-places and mutation-aliasing passes (#24476) (Boshen)
  • e86e0d8 react_compiler: Avoid copying the aliasing fixpoint's abstract state (#24117) (Marius Schulz)
  • 5b26643 transformer_plugins: Dispatch global defines by trailing name (#23666) (Boshen)
  • dce0f29 react_compiler: Replace all compiled functions in a single AST walk (#24403) (Boshen)
  • f85f0d8 ast: Delegate inherited enum variants in clone_in and estree derives (#23555) (Boshen)
  • 3ff0234 allocator: Remove unwrap from ReplaceWith (#24365) (overlookmotel)
  • ab22e80 transformer: Fix Rust 1.97 performance regression (#24354) (camc314)
  • b47585c parser: Use ReplaceWith instead of TakeIn (#24018) (overlookmotel)
  • b227a06 minifier: Use ReplaceWith instead of TakeIn (#24017) (overlookmotel)
Commits
  • 8e0ed2e release(crates): oxc v0.140.0 (#24453)
  • 2d4e8d2 release(apps): oxlint v1.74.0 && oxfmt v0.59.0 (#24454)
  • 48911ec perf(react_compiler): use FxHashSet for membership-only block sets (#24486)
  • fd0700c chore(repo): normalize funding metadata
  • 3b7fb91 docs(formatter_css): update AGENTS.md and examples (#24488)
  • 95262b9 fix(formatter_css): keep more value comments before comma (#24487)
  • cd53d98 fix(formatter_css): keep value comments before comma (#24484)
  • 27f57d8 fix(formatter): type alias comment idempotency (#24483)
  • b7b82e0 fix(formatter): suppressed trailing semi (#24482)
  • 6e28977 chore(deps): update dependency tsdown to v0.22.7 (#24437)
  • 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_ast_visit](https://github.com/oxc-project/oxc) from 0.139.0 to 0.140.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.140.0)

---
updated-dependencies:
- dependency-name: oxc_ast_visit
  dependency-version: 0.140.0
  dependency-type: direct:production
  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 rust Pull requests that update rust code labels Jul 20, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor Author

Assignees

The following users could not be added as assignees: jairofernandez. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 20, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) July 20, 2026 09:11
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant