Skip to content

chore(deps-dev): bump ex_ast from 0.12.5 to 0.12.10#11

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/ex_ast-0.12.10
Open

chore(deps-dev): bump ex_ast from 0.12.5 to 0.12.10#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/ex_ast-0.12.10

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps ex_ast from 0.12.5 to 0.12.10.

Release notes

Sourced from ex_ast's releases.

v0.12.10

Added

  • Added opt-in expand_imports: true matching for bare and except: imports, with module-scoped imports, local-definition shadowing, and preserved function/macro import semantics.
  • Added --expand-imports to mix ex_ast.search.

v0.12.9

Fixed

  • Source term extraction now also indexes the pipe operator itself for piped source calls, preserving exact candidate retrieval for pipe-pattern queries.
  • Source term extraction now recognizes Sourceror-wrapped integer literals in call-argument terms and no longer indexes wrapper __block__ nodes as calls.
  • Pattern term extraction no longer requires impossible pipe same-argument terms or literal wildcard function names in def patterns.
  • Term extraction now indexes direct keyword literal argument terms, including atom-free tagged keyword keys.

v0.12.8

Fixed

  • Source term extraction now indexes pipe-equivalent call arities so normalized direct-call patterns can retrieve piped-call candidates from external indexes.

v0.12.7

Fixed

  • Tagged identifier term extraction now tolerates map and struct update tails without crashing.
Changelog

Sourced from ex_ast's changelog.

0.12.10

Added

  • Added opt-in expand_imports: true matching for bare and except: imports, with module-scoped imports, local-definition shadowing, and preserved function/macro import semantics.
  • Added --expand-imports to mix ex_ast.search.

0.12.9

Fixed

  • Source term extraction now also indexes the pipe operator itself for piped source calls, preserving exact candidate retrieval for pipe-pattern queries.
  • Source term extraction now recognizes Sourceror-wrapped integer literals in call-argument terms and no longer indexes wrapper __block__ nodes as calls.
  • Pattern term extraction no longer requires impossible pipe same-argument terms or literal wildcard function names in def patterns.
  • Term extraction now indexes direct keyword literal argument terms, including atom-free tagged keyword keys.

0.12.8

Fixed

  • Source term extraction now indexes pipe-equivalent call arities so normalized direct-call patterns can retrieve piped-call candidates from external indexes.

0.12.7

Fixed

  • Tagged identifier term extraction now tolerates map and struct update tails without crashing.

0.12.6

Added

  • Added tagged identifier support for atom-free indexed ASTs, including pattern matching, candidate terms, and symbol extraction.
Commits
  • 5d53247 Prepare 0.12.10 release
  • 5b39d7e Fix Credo findings on master
  • 941ae78 Merge pull request #5 from rodrigues/expand_imports
  • cfb27b5 Fix credo
  • 7bcffce Scope expand_imports per module and preserve only: :functions/:macros
  • fe57754 Add expand_imports to resolve bare and except imports
  • a174ffd Prepare 0.12.9 release
  • 4f1b794 Index tagged keyword literal terms
  • d46f7ca Index keyword literal argument terms
  • b41edf7 Document unreleased term fixes
  • 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.5 to 0.12.10.
- [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.5...v0.12.10)

---
updated-dependencies:
- dependency-name: ex_ast
  dependency-version: 0.12.10
  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 15, 2026
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.

0 participants