Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps the dev-dependencies group with 3 updates: ash_postgres, ash_state_machine and igniter.

Updates ash_postgres from 2.6.11 to 2.6.14

Release notes

Sourced from ash_postgres's releases.

v2.6.14

Bug Fixes:

  • deduplicate identity keys by Zach Daniel
Changelog

Sourced from ash_postgres's changelog.

v2.6.14 (2025-07-29)

Bug Fixes:

  • deduplicate identity keys by Zach Daniel

v2.6.13 (2025-07-27)

Bug Fixes:

  • ensure tenant prefix is set only for resources with context multitenancy (#600) by Emad Shaaban

v2.6.12 (2025-07-25)

Bug Fixes:

  • ensure tenant is set on query for updates by Zach Daniel

Improvements:

  • do not create snapshots for resources that have no attributes #571 (#599) by horberlan
Commits
  • 1b20a9b chore: release version v2.6.14
  • 1e271ca fix: deduplicate identity keys
  • 424c536 chore: release version v2.6.13
  • 2655ddc fix: ensure tenant prefix is set only for resources with context multitenancy...
  • 7b6bf1d chore: release version v2.6.12
  • 10b2162 chore: mix.lock
  • 60ab568 fix: ensure tenant is set on query for updates
  • 7f44148 improvement: do not create snapshots for resources that have no attributes #...
  • 5bbc43f chore(deps): bump the production-dependencies group with 3 updates (#598)
  • b24b845 Update dependabot schedule to monthly
  • Additional commits viewable in compare view

Updates ash_state_machine from 0.2.11 to 0.2.12

Release notes

Sourced from ash_state_machine's releases.

v0.2.12

Bug Fixes:

  • ensure add_state transformer goes in the proper order by Zach Daniel
Changelog

Sourced from ash_state_machine's changelog.

v0.2.12 (2025-07-29)

Bug Fixes:

  • ensure add_state transformer goes in the proper order by Zach Daniel
Commits
  • 0ddac5a chore: release version v0.2.12
  • 0b61b49 fix: ensure add_state transformer goes in the proper order
  • 0cbc472 chore(deps-dev): bump the dev-dependencies group with 2 updates (#120)
  • 46e3232 Update dependabot schedule to monthly
  • d3444ff chore(deps-dev): bump the dev-dependencies group with 2 updates (#118)
  • 59a6838 chore(deps): bump ash in the production-dependencies group (#117)
  • 9f15aca chore: update community files
  • 342fa62 chore: update community files
  • 2259f28 chore: update deps
  • 361267b chore(deps-dev): bump the dev-dependencies group with 3 updates (#116)
  • Additional commits viewable in compare view

Updates igniter from 0.6.22 to 0.6.25

Release notes

Sourced from igniter's releases.

v0.6.25

Bug Fixes:

  • remove another enumeration of the rewrite by Zach Daniel

v0.6.24

Bug Fixes:

  • iterate over sources, not rewrite, in one more place by Zach Daniel

v0.6.23

Bug Fixes:

  • remove case where we iterate a rewrite by Zach Daniel
Changelog

Sourced from igniter's changelog.

v0.6.25 (2025-07-23)

Bug Fixes:

  • remove another enumeration of the rewrite by Zach Daniel

v0.6.24 (2025-07-23)

Bug Fixes:

  • iterate over sources, not rewrite, in one more place by Zach Daniel

v0.6.23 (2025-07-23)

Bug Fixes:

  • remove case where we iterate a rewrite by Zach Daniel
Commits
  • bf9c097 chore: release version v0.6.25
  • a0c4689 fix: remove another enumeration of the rewrite
  • 3d747cf chore: release version v0.6.24
  • 1353a33 fix: iterate over sources, not rewrite, in one more place
  • 68764e4 chore: release version v0.6.23
  • a6833c2 fix: remove case where we iterate a rewrite
  • 347f2bd build(deps-dev): bump mimic in the dev-dependencies group (#320)
  • b7aa95d Update dependabot schedule to monthly
  • 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 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 3 updates: [ash_postgres](https://github.com/ash-project/ash_postgres), [ash_state_machine](https://github.com/ash-project/ash_state_machine) and [igniter](https://github.com/ash-project/igniter).


Updates `ash_postgres` from 2.6.11 to 2.6.14
- [Release notes](https://github.com/ash-project/ash_postgres/releases)
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_postgres@v2.6.11...v2.6.14)

Updates `ash_state_machine` from 0.2.11 to 0.2.12
- [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.11...v0.2.12)

Updates `igniter` from 0.6.22 to 0.6.25
- [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.6.22...v0.6.25)

---
updated-dependencies:
- dependency-name: ash_postgres
  dependency-version: 2.6.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ash_state_machine
  dependency-version: 0.2.12
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: igniter
  dependency-version: 0.6.25
  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 Aug 1, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Aug 14, 2025

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

@dependabot dependabot bot closed this Aug 14, 2025
@dependabot dependabot bot deleted the dependabot/hex/dev-dependencies-aea0d853df branch August 14, 2025 10:42
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