Skip to content

chore(deps-dev): bump ex_ast from 0.12.0 to 0.12.5#6

Merged
e-fu merged 1 commit into
mainfrom
dependabot/hex/ex_ast-0.12.5
Jul 1, 2026
Merged

chore(deps-dev): bump ex_ast from 0.12.0 to 0.12.5#6
e-fu merged 1 commit into
mainfrom
dependabot/hex/ex_ast-0.12.5

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps ex_ast from 0.12.0 to 0.12.5.

Release notes

Sourced from ex_ast's releases.

v0.12.5

Fixed

  • Bare imports no longer rewrite every local call while matching canonical remote-call patterns.
  • Explicit multi-arity imports such as import Foo, only: [bar: 1, bar: 2] now resolve all listed arities.

v0.12.2

Fixed

  • ExAST.search/3, ExAST.Patcher.find_all/3, and CLI search now include explicitly passed .exs files, .exs globs, and .exs files found during directory scans.
  • ExAST.Patcher.find_all/3 now keeps walking after a match, so matching pipe stages nested inside later matching pipe stages are reported.
Changelog

Sourced from ex_ast's changelog.

0.12.5

Fixed

  • Bare imports no longer rewrite every local call while matching canonical remote-call patterns.
  • Explicit multi-arity imports such as import Foo, only: [bar: 1, bar: 2] now resolve all listed arities.

0.12.4

Added

  • Index explicit nil and small integer literals as candidate terms.
  • Index direct call argument literal terms, including boolean argument-class terms for true/false.
  • Infer boolean call-argument candidate terms from selector capture predicates that only accept boolean literal captures.

Fixed

  • Selector predicates with metadata-only nil payloads no longer contribute atom:nil candidate terms.

0.12.3

Fixed

  • Boolean literals are now included as low-signal index terms so structural candidate filtering can narrow patterns that explicitly match true or false.

0.12.2

Fixed

  • ExAST.search/3, ExAST.Patcher.find_all/3, and CLI search now include explicitly passed .exs files, .exs globs, and .exs files found during directory scans.
  • ExAST.Patcher.find_all/3 now keeps walking after a match, so matching pipe stages nested inside later matching pipe stages are reported.

0.12.1

Changed

  • ExAST.Patcher.find_many/3 now batches simple single-step selectors with single-node patterns, reducing repeated selector traversals while preserving tagged results.

Fixed

  • ExAST.Patcher.find_many/3 now passes source comments to selector filters for source-string input, matching find_all/3 behavior.
Commits
  • 4c10f65 Prepare 0.12.5 release
  • bbd18fb Disable CI caches that restore stale PLTs
  • 2eddd19 Remove stale Dialyzer PLTs before CI
  • 9bb333f Disable stale Dialyzer PLT cache in CI
  • fbc10d7 Remove explanatory comments from pattern tests
  • 2a5b7cc Fix Credo warnings in term index tests
  • 45a5d9c Merge pull request #4 from rodrigues/import_bug
  • 506ba72 Fix bare imports breaking pattern matching with arguments
  • d74bcd0 Index literal call arguments
  • cdb55da Index boolean literal terms
  • 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 [ex_ast](https://github.com/elixir-vibe/ex_ast) from 0.12.0 to 0.12.5.
- [Release notes](https://github.com/elixir-vibe/ex_ast/releases)
- [Changelog](https://github.com/elixir-vibe/ex_ast/blob/master/CHANGELOG.md)
- [Commits](elixir-vibe/ex_ast@v0.12.0...v0.12.5)

---
updated-dependencies:
- dependency-name: ex_ast
  dependency-version: 0.12.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jul 1, 2026
@e-fu e-fu merged commit b64a219 into main Jul 1, 2026
2 of 3 checks passed
@dependabot dependabot Bot deleted the dependabot/hex/ex_ast-0.12.5 branch July 1, 2026 12:21
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 elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant