Skip to content

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

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

chore(deps-dev): bump the dev-dependencies group with 3 updates#26
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/dev-dependencies-728b11b30d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

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.7 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

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

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)
  • 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.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.7 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.7...v0.7.9)

---
updated-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
...

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