Skip to content

chore(deps-dev): bump the dev-dependencies group with 4 updates#118

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/dev-dependencies-59b2e52455
Closed

chore(deps-dev): bump the dev-dependencies group with 4 updates#118
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/dev-dependencies-59b2e52455

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2025

Bumps the dev-dependencies group with 4 updates: ash_postgres, git_ops, igniter and mix_audit.

Updates ash_postgres from 1ce6568 to c653161

Commits
  • c653161 chore: release version v2.6.6
  • 8d99e9a fix: simply storage of size/scale/precision information
  • 17c66b9 chore: release version v2.6.5
  • e2c0621 fix: remove spurios debug logging
  • 2afe964 fix: properly detect nested array decimals
  • dc81e68 chore: release version v2.6.4
  • f3465d2 fix: reenable migrate task
  • 1c29ac9 fix: use force: true, not force?: true calling mix.generator
  • 2c6466d improvement: add c:AshPostgres.Repo.create_schemas_in_migrations? callback
  • cf3da36 chore: update deps
  • Additional commits viewable in compare view

Updates git_ops from 2.7.3 to 2.8.0

Changelog

Sourced from git_ops's changelog.

v2.8.0 (2025-06-05)

Features:

  • Store commit authors in changelog (#74) by Abhishek Tripathi

  • lookup user by email on github to find correct @ names when enabled by Abhishek Tripathi

Improvements:

Commits
  • 075380d chore: release version v2.8.0
  • 29f5b4e chore: fix previous commit, store user_data
  • 91140d2 chore: use Req and make references use usernames
  • 1a31146 ci: lookup github handles ourselves
  • c71ab9d improvement: set new github handle lookup option in installers
  • 42b6c72 feat: Store commit authors in changelog (#74)
  • See full diff in compare view

Updates igniter from 0.6.5 to 0.6.7

Changelog

Sourced from igniter's changelog.

v0.6.7 (2025-06-08)

Bug Fixes:

  • In assert_has_issue/3 set condition with issue as function #297 (#298)

Improvements:

  • fix issue w/ type system validation on old versions of elixir

  • support private repositories

  • Use hex to support looking up org package versions (#299)

  • Add missing --only flag documentation for installer install task (#284)

  • add refute_creates

v0.6.6 (2025-06-06)

Improvements:

  • remove protocol consolidation dev changes

  • add Igniter.rm and track removed files across operations

Commits
  • 3b45871 chore: release version v0.6.7
  • caa5cc0 improvement: fix issue w/ type system validation on old versions of elixir
  • 50fb25e chore: uniq list
  • 576c4e0 chore: fix build w/ hack
  • 28b790d improvement: support private repositories
  • 8f8969f improvement: Use hex to support looking up org package versions (#299)
  • fbef00b improvement: Add missing --only flag documentation for installer install task...
  • 9cf050e improvement: add refute_creates
  • 4643213 fix: In assert_has_issue/3 set condition with issue as function #297 (#298)
  • 4bae0b6 chore: release version v0.6.6
  • Additional commits viewable in compare view

Updates mix_audit from 2.1.4 to 2.1.5

Changelog

Sourced from mix_audit's changelog.

2.1.5 (2025-06-09)

  • Update dependencies
  • Use System.stop/1 instead of System.halt/1
  • Use System.user_home() instead of System.get_env("HOME")
Commits
  • a3a6c1c v2.1.5
  • aa630f7 Update CHANGELOG.md
  • 14f3511 Bump ex_doc from 0.38.1 to 0.38.2
  • 1469864 refactor: use System.stop/1 to enable caller to rescue tasks
  • 5b43bcb Bump ex_doc from 0.37.3 to 0.38.1
  • 572a0bf Bump ex_doc from 0.34.2 to 0.37.3
  • 7247db4 Bump jason from 1.4.3 to 1.4.4
  • 11580d4 Change home to platform independent function
  • 41c96c4 Revert a commit that was temporary to test something locally 🤦‍♂️
  • 876645a Use latest Ubuntu and support Elixir 1.18 and 1.17 in CI
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 4 updates: [ash_postgres](https://github.com/ash-project/ash_postgres), [git_ops](https://github.com/zachdaniel/git_ops), [igniter](https://github.com/ash-project/igniter) and [mix_audit](https://github.com/mirego/mix_audit).


Updates `ash_postgres` from `1ce6568` to `c653161`
- [Commits](ash-project/ash_postgres@1ce6568...c653161)

Updates `git_ops` from 2.7.3 to 2.8.0
- [Changelog](https://github.com/zachdaniel/git_ops/blob/master/CHANGELOG.md)
- [Commits](zachdaniel/git_ops@v2.7.3...v2.8.0)

Updates `igniter` from 0.6.5 to 0.6.7
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](ash-project/igniter@v0.6.5...v0.6.7)

Updates `mix_audit` from 2.1.4 to 2.1.5
- [Changelog](https://github.com/mirego/mix_audit/blob/main/CHANGELOG.md)
- [Commits](mirego/mix_audit@v2.1.4...v2.1.5)

---
updated-dependencies:
- dependency-name: ash_postgres
  dependency-version: c653161950948a7a39be8e699f72efefc99fdea9
  dependency-type: direct:development
  dependency-group: dev-dependencies
- dependency-name: git_ops
  dependency-version: 2.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: igniter
  dependency-version: 0.6.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: mix_audit
  dependency-version: 2.1.5
  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 Jun 12, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 12, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 12, 2025
@dependabot dependabot bot deleted the dependabot/hex/dev-dependencies-59b2e52455 branch June 12, 2025 12:24
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