Skip to content

chore(deps-dev): bump the dev-dependencies group with 3 updates#223

Merged
zachdaniel merged 1 commit intomainfrom
dependabot/hex/dev-dependencies-17875b4b27
Apr 1, 2026
Merged

chore(deps-dev): bump the dev-dependencies group with 3 updates#223
zachdaniel merged 1 commit intomainfrom
dependabot/hex/dev-dependencies-17875b4b27

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps the dev-dependencies group with 3 updates: credo, git_ops and igniter.

Updates credo from 1.7.16 to 1.7.17

Release notes

Sourced from credo's releases.

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.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
  • 068fcc7 Bump version to 1.7.17
  • 5eccc0d Update CHANGELOG
  • 0b08720 Update .credo.exs
  • 122a258 Add :excludes to .formatter.exs
  • 09960e6 Add defaults to :ignore_modules_using in ModuleDoc
  • 472f12e Add repro for #1235 to prevent regressions
  • 11235d5 Merge branch '1254-module-doc-new-param'
  • e73ea15 Integrate new param for ModuleDoc
  • 0cfeba5 Update check id for WrongTestFilename
  • 04cb863 Merge branch '1258-new-test-files-check'
  • Additional commits viewable in compare view

Updates git_ops from 2.9.2 to 2.9.3

Changelog

Sourced from git_ops's changelog.

v2.9.3 (2026-03-24)

Bug Fixes:

Commits

Updates igniter from 0.7.3 to 0.7.7

Release notes

Sourced from igniter's releases.

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
Changelog

Sourced from igniter's changelog.

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:

  • error messages for task compilation (#364) by celeste-wahlquist
Commits
  • 9c83458 chore: release version v0.7.7
  • 6b0fd76 fix: handle children = [...] ++ expr in add_new_child (#368)
  • 44f09d9 chore: release version v0.7.6
  • d75faa0 fix: run tasks with Mix.shell().cmd/1 to avoid state issues
  • ec37905 chore: release version v0.7.5
  • 686c653 fix: reenable compile task before running queued tasks (#367)
  • 42779cf chore: release version v0.7.4
  • 092c3c4 chore: handle {:ok, zipper} return values from map updater
  • See full diff 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

Bumps the dev-dependencies group with 3 updates: [credo](https://github.com/rrrene/credo), [git_ops](https://github.com/zachdaniel/git_ops) and [igniter](https://github.com/ash-project/igniter).


Updates `credo` from 1.7.16 to 1.7.17
- [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.17)

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

Updates `igniter` from 0.7.3 to 0.7.7
- [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.3...v0.7.7)

---
updated-dependencies:
- dependency-name: credo
  dependency-version: 1.7.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: git_ops
  dependency-version: 2.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: igniter
  dependency-version: 0.7.7
  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 Apr 1, 2026
@zachdaniel zachdaniel merged commit f9d5db9 into main Apr 1, 2026
22 of 23 checks passed
@dependabot dependabot bot deleted the dependabot/hex/dev-dependencies-17875b4b27 branch April 1, 2026 22:57
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