Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory with 9 updates#91

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/dev-dependencies-b42329910e
Open

chore(deps-dev): bump the dev-dependencies group across 1 directory with 9 updates#91
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/dev-dependencies-b42329910e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the dev-dependencies group with 6 updates in the / directory:

Package From To
ash_cloak 0.2.0 0.2.1
ash_phoenix 2.3.19 2.3.21
ash_state_machine 0.2.12 0.2.13
credo 1.7.16 1.7.18
git_ops 2.9.2 2.10.0
tidewave 0.5.5 0.5.6

Updates ash_cloak from 0.2.0 to 0.2.1

Changelog

Sourced from ash_cloak's changelog.

v0.2.1 (2026-04-13)

Bug Fixes:

  • propagate allow_nil? from attribute to create action argument (#138) by Kamil Badyla
Commits
  • 7d6f101 chore: release version v0.2.1
  • 959368e chore(deps-dev): bump the dev-dependencies group with 3 updates (#141)
  • 743cd6f chore(deps-dev): bump git_ops in the dev-dependencies group (#139)
  • 3176501 chore: update deps
  • d7f439c fix: propagate allow_nil? from attribute to create action argument (#138)
  • d87f4b9 chore(deps): bump ash in the production-dependencies group (#137)
  • c0b3109 chore: SPDX contributor links (#135)
  • dccd8c8 chore: format
  • 5eea104 chore(deps-dev): bump the dev-dependencies group with 3 updates (#136)
  • See full diff in compare view

Updates ash_phoenix from 2.3.19 to 2.3.21

Release notes

Sourced from ash_phoenix's releases.

v2.3.20

Bug Fixes:

Improvements:

Changelog

Sourced from ash_phoenix's changelog.

v2.3.21 (2026-04-13)

Bug Fixes:

v2.3.20 (2026-03-02)

Bug Fixes:

Improvements:

Commits
  • 6c0fa92 chore: release version v2.3.21
  • 3680af0 chore: update deps
  • 128c85d fix: Add missing usage_rules files to hex package (#470)
  • 792615f chore(deps): bump the production-dependencies group across 1 directory with 5...
  • 77cf8bc chore(deps-dev): bump the dev-dependencies group with 2 updates (#466)
  • 5db38dc fix: propagate context to nested forms (#465)
  • 8140b01 chore: release version v2.3.20
  • a702b8c fix: handle resources w/ no structs in generic actions
  • 331e31d chore(deps-dev): bump git_ops in the dev-dependencies group (#461)
  • 9183e0b improvement: Add multitenancy to and create consistency between gen.html and ...
  • Additional commits viewable in compare view

Updates ash_state_machine from 0.2.12 to 0.2.13

Release notes

Sourced from ash_state_machine's releases.

v0.2.13

Bug Fixes:

  • key :field not found (#135) by Daniel Gollings

Improvements:

  • error message on attribute that violates one_of constraint (#139) by Travis Simon
Changelog

Sourced from ash_state_machine's changelog.

v0.2.13 (2026-04-13)

Bug Fixes:

  • key :field not found (#135) by Daniel Gollings

Improvements:

  • error message on attribute that violates one_of constraint (#139) by Travis Simon
Commits
  • 30e8a99 chore: release version v0.2.13
  • b3bf59d chore(deps): bump ash in the production-dependencies group (#145)
  • 1c13821 chore(deps-dev): bump the dev-dependencies group with 3 updates (#144)
  • bb7f3f0 chore: cleanup old error pattern
  • 98f19d6 improvement: error message on attribute that violates one_of constraint (#139)
  • 2ac8a75 chore(deps): bump ash in the production-dependencies group (#143)
  • 77c18db fix: key :field not found (#135)
  • aca4cc4 chore: SPDX contributor links (#142)
  • 0fea77c chore(deps): bump ash in the production-dependencies group (#141)
  • dc9a507 chore(deps-dev): bump the dev-dependencies group with 3 updates (#140)
  • Additional commits viewable in compare view

Updates bandit from 1.10.3 to 1.10.4

Changelog

Sourced from bandit's changelog.

1.10.4 (25 Mar 2026)

Enhancements

Commits

Updates credo from 1.7.16 to 1.7.18

Release notes

Sourced from credo's releases.

v1.7.18

Check it out on Hex: https://hex.pm/packages/credo/1.7.18

  • Fix compatibility & compiler warnings with Elixir 1.20.0-rc.4
  • Fix problem with transitive deps in umbrella apps
  • Credo.Check.Warning.UnusedMapOperation fix false positives

v1.7.17

Check it out on Hex: https://hex.pm/packages/credo/1.7.17

  • Credo.Check.Readability.ModuleDoc add new param :ignore_modules_using (defaults to [Credo.Check, Ecto.Schema, Phoenix.LiveView, ~r/\.Web$/])
  • Credo.Check.Warning.UnusedOperation update :modules param: instead of a list of functions to check, :all can be given to check all functions in a module
  • New Check: Credo.Check.Refactor.CondInsteadOfIfElse
  • New Check: Credo.Check.Warning.WrongTestFilename
Changelog

Sourced from credo's changelog.

1.7.18

  • Fix compatibility & compiler warnings with Elixir 1.20.0-rc.4
  • Fix problem with transitive deps in umbrella apps
  • Credo.Check.Warning.UnusedMapOperation fix false positives

1.7.17

  • Credo.Check.Readability.ModuleDoc add new param :ignore_modules_using (defaults to [Credo.Check, Ecto.Schema, Phoenix.LiveView, ~r/\.Web$/])
  • Credo.Check.Warning.UnusedOperation update :modules param: instead of a list of functions to check, :all can be given to check all functions in a module
  • New Check: Credo.Check.Refactor.CondInsteadOfIfElse
  • New Check: Credo.Check.Warning.WrongTestFilename
Commits
  • 63d9bf4 Bump version to 1.7.18
  • e5f7956 Update CHANGELOG
  • da4f401 Fix false positives for UnusedMapOperation
  • 288a1b1 Update Elixir to 1.20.0-rc.4
  • 474b769 Fix errors due to new token format
  • a03f6bd Fix error raised by new sigil token format
  • aea4b77 Fix compiler warnings for 1.20.0-rc.2
  • 1169b69 Add requirements "loadpaths" to Mix task.
  • f0d654f Add experimental JSONL output to suggest command
  • 068fcc7 Bump version to 1.7.17
  • Additional commits viewable in compare view

Updates git_ops from 2.9.2 to 2.10.0

Changelog

Sourced from git_ops's changelog.

v2.10.0 (2026-04-12)

Features:

Bug Fixes:

v2.9.3 (2026-03-24)

Bug Fixes:

Commits
  • 9978c16 chore: release version v2.10.0
  • d90ae56 fix: parse multi-line commit messages without errors (#83)
  • 43b2e3a chore: clean up badges
  • d5755df feat: add managed_files config for updating arbitrary files on release (#81)
  • afe0f9a chore: release version v2.9.3
  • e00fcf9 fix(GitHub): exclude organisations from user search response (#80)
  • See full diff in compare view

Updates igniter from 0.7.2 to 0.7.9

Release notes

Sourced from igniter's releases.

v0.7.9

Bug Fixes:

  • use beam index not private manifest to initialize module index by Zach Daniel

v0.7.8

Improvements:

  • check compiled manifest and simple defmodule patterns early by Zach Daniel

  • add and manage a module index cache by Zach Daniel

v0.7.7

Bug Fixes:

  • handle children = [...] ++ expr in add_new_child (#368) by James Harton

v0.7.6

Bug Fixes:

  • run tasks with Mix.shell().cmd/1 to avoid state issues by Zach Daniel

v0.7.5

No release notes provided.

v0.7.4

Improvements:

  • error messages for task compilation (#364) by celeste-wahlquist

... (truncated)

Changelog

Sourced from igniter's changelog.

v0.7.9 (2026-04-11)

Bug Fixes:

  • use beam index not private manifest to initialize module index by Zach Daniel

v0.7.8 (2026-04-11)

Improvements:

  • check compiled manifest and simple defmodule patterns early by Zach Daniel

  • add and manage a module index cache by Zach Daniel

v0.7.7 (2026-03-24)

Bug Fixes:

  • handle children = [...] ++ expr in add_new_child (#368) by James Harton

v0.7.6 (2026-03-15)

Bug Fixes:

  • run tasks with Mix.shell().cmd/1 to avoid state issues by Zach Daniel

v0.7.5 (2026-03-15)

v0.7.4 (2026-03-10)

Improvements:

... (truncated)

Commits
  • 5b7a312 chore: release version v0.7.9
  • 37ef106 fix: use beam index not private manifest to initialize module index
  • 96daddd chore: release version v0.7.8
  • c8089e6 chore: format
  • d642b2a improvement: check compiled manifest and simple defmodule patterns early
  • 0bc60b1 improvement: add and manage a module index cache
  • 193509a build(deps): bump the production-dependencies group with 4 updates (#370)
  • c037799 build(deps-dev): bump credo in the dev-dependencies group (#369)
  • 9c83458 chore: release version v0.7.7
  • 6b0fd76 fix: handle children = [...] ++ expr in add_new_child (#368)
  • Additional commits viewable in compare view

Updates sourceror from 1.11.0 to 1.12.0

Release notes

Sourced from sourceror's releases.

v1.12.0

1.12.0 (2026-03-06)

Features

  • add Zipper.path_to_ancestor/2 and Zipper.follow_path/2 (#202) (1f94431)
Changelog

Sourced from sourceror's changelog.

1.12.0 (2026-03-06)

Features

  • add Zipper.path_to_ancestor/2 and Zipper.follow_path/2 (#202) (1f94431)
Commits

Updates tidewave from 0.5.5 to 0.5.6

Changelog

Sourced from tidewave's changelog.

v0.5.6 (2026-03-13)

  • Enhancements
    • Add :extra_apps config for additional app discovery
Commits
  • c01a0bc Release v0.5.6
  • 1c040ae Make it clear you must replace $PORT
  • 699a0ae Provide a link to ACP registry
  • c0dbcbb More docs around provider connection
  • a5316b9 Hide only selector, keep Go to latest link
  • ec79a44 Docs improvements
  • a9fed3b Add a note to custom codex-acp and opencode
  • 74f5cd5 Add :extra_apps config for additional app discovery (#231)
  • fa5cddc Use Mix.env() == :dev for double checking when plugging Tidewave
  • ba8dab4 Add listing handlers for prompts and resources (#228)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ith 9 updates

Bumps the dev-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ash_cloak](https://github.com/ash-project/ash_cloak) | `0.2.0` | `0.2.1` |
| [ash_phoenix](https://github.com/ash-project/ash_phoenix) | `2.3.19` | `2.3.21` |
| [ash_state_machine](https://github.com/ash-project/ash_state_machine) | `0.2.12` | `0.2.13` |
| [credo](https://github.com/rrrene/credo) | `1.7.16` | `1.7.18` |
| [git_ops](https://github.com/zachdaniel/git_ops) | `2.9.2` | `2.10.0` |
| [tidewave](https://github.com/tidewave-ai/tidewave_phoenix) | `0.5.5` | `0.5.6` |



Updates `ash_cloak` from 0.2.0 to 0.2.1
- [Release notes](https://github.com/ash-project/ash_cloak/releases)
- [Changelog](https://github.com/ash-project/ash_cloak/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_cloak@v0.2.0...v0.2.1)

Updates `ash_phoenix` from 2.3.19 to 2.3.21
- [Release notes](https://github.com/ash-project/ash_phoenix/releases)
- [Changelog](https://github.com/ash-project/ash_phoenix/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_phoenix@v2.3.19...v2.3.21)

Updates `ash_state_machine` from 0.2.12 to 0.2.13
- [Release notes](https://github.com/ash-project/ash_state_machine/releases)
- [Changelog](https://github.com/ash-project/ash_state_machine/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_state_machine@v0.2.12...v0.2.13)

Updates `bandit` from 1.10.3 to 1.10.4
- [Changelog](https://github.com/mtrudel/bandit/blob/main/CHANGELOG.md)
- [Commits](mtrudel/bandit@1.10.3...1.10.4)

Updates `credo` from 1.7.16 to 1.7.18
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](rrrene/credo@v1.7.16...v1.7.18)

Updates `git_ops` from 2.9.2 to 2.10.0
- [Changelog](https://github.com/zachdaniel/git_ops/blob/master/CHANGELOG.md)
- [Commits](zachdaniel/git_ops@v2.9.2...v2.10.0)

Updates `igniter` from 0.7.2 to 0.7.9
- [Release notes](https://github.com/ash-project/igniter/releases)
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](ash-project/igniter@v0.7.2...v0.7.9)

Updates `sourceror` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/doorgan/sourceror/releases)
- [Changelog](https://github.com/doorgan/sourceror/blob/main/CHANGELOG.md)
- [Commits](doorgan/sourceror@v1.11.0...v1.12.0)

Updates `tidewave` from 0.5.5 to 0.5.6
- [Changelog](https://github.com/tidewave-ai/tidewave_phoenix/blob/main/CHANGELOG.md)
- [Commits](tidewave-ai/tidewave_phoenix@v0.5.5...v0.5.6)

---
updated-dependencies:
- dependency-name: ash_cloak
  dependency-version: 0.2.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ash_phoenix
  dependency-version: 2.3.21
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ash_state_machine
  dependency-version: 0.2.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: bandit
  dependency-version: 1.10.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: credo
  dependency-version: 1.7.18
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: git_ops
  dependency-version: 2.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: igniter
  dependency-version: 0.7.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: sourceror
  dependency-version: 1.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: tidewave
  dependency-version: 0.5.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

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 May 1, 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