Skip to content

chore(deps-dev): bump ex_ast from 0.12.5 to 0.12.9#9

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/ex_ast-0.12.9
Closed

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps ex_ast from 0.12.5 to 0.12.9.

Release notes

Sourced from ex_ast's releases.

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.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
  • a174ffd Prepare 0.12.9 release
  • 4f1b794 Index tagged keyword literal terms
  • d46f7ca Index keyword literal argument terms
  • b41edf7 Document unreleased term fixes
  • 354ce5e Ignore wildcard def pattern names
  • 9e6f543 Do not require pipe same-arg terms
  • 947d40b Index wrapped source literal terms
  • b3d30a3 Index pipe operator source terms
  • 3566001 Prepare 0.12.8 release
  • 34cd601 Index pipe-equivalent call arity 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.5 to 0.12.9.
- [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.9)

---
updated-dependencies:
- dependency-name: ex_ast
  dependency-version: 0.12.9
  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 8, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #11.

@dependabot dependabot Bot closed this Jul 15, 2026
@dependabot
dependabot Bot deleted the dependabot/hex/ex_ast-0.12.9 branch July 15, 2026 07:07
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