Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the production-dependencies group with 6 updates:

Package From To
ash 3.5.22 3.5.24
ash_sql 0.2.82 0.2.83
ecto 3.13.0 3.13.2
ecto_sql 3.13.0 3.13.2
ecto_sqlite3 0.19.0 0.21.0
igniter 0.6.7 0.6.9

Updates ash from 3.5.22 to 3.5.24

Release notes

Sourced from ash's releases.

v3.5.24

Bug Fixes:

  • restrict subset of context -> opts in embedded changesets by @​zachdaniel

  • properly handle nested context for embeddable type by @​zachdaniel

  • Use the same parent query timeout for the count query, for read actions (#2161) by sevenseacat

  • ensure join query has shared context passed to it by @​zachdaniel

  • ensure shared context is set on through queries when loading by @​zachdaniel

Improvements:

v3.5.23

Bug Fixes:

Changelog

Sourced from ash's changelog.

v3.5.24 (2025-06-25)

Bug Fixes:

  • restrict subset of context -> opts in embedded changesets by @​zachdaniel

  • properly handle nested context for embeddable type by @​zachdaniel

  • Use the same parent query timeout for the count query, for read actions (#2161) by sevenseacat

  • ensure join query has shared context passed to it by @​zachdaniel

  • ensure shared context is set on through queries when loading by @​zachdaniel

Improvements:

v3.5.23 (2025-06-19)

Bug Fixes:

Commits
  • e6394c3 chore: release version v3.5.24
  • 9b4eea1 chore: update deps
  • 4491352 chore(deps): bump the production-dependencies group with 2 updates (#2164)
  • 253b02e fix: restrict subset of context -> opts in embedded changesets
  • a01fc7a fix: properly handle nested context for embeddable type
  • c7f3bff fix: Use the same parent query timeout for the count query, for read action...
  • 10cb6b0 chore(deps): bump actions/checkout in the github-actions group (#2162)
  • 57c5726 docs: Fix typo (#2163)
  • 2573ba7 improvement: make usage-rules more clear about require Ash.Query
  • e3cc25b improvement: require Ash.Query in Ash.Resource
  • Additional commits viewable in compare view

Updates ash_sql from 0.2.82 to 0.2.83

Release notes

Sourced from ash_sql's releases.

v0.2.83

Bug Fixes:

Changelog

Sourced from ash_sql's changelog.

v0.2.83 (2025-06-25)

Bug Fixes:

Commits
  • a785957 chore: release version v0.2.83
  • 1546aba chore: update deps
  • 8e3ee7c fix: ensure calculations are properly type cast
  • 4cc26e8 chore(deps): bump the production-dependencies group with 3 updates (#146)
  • See full diff in compare view

Updates ecto from 3.13.0 to 3.13.2

Changelog

Sourced from ecto's changelog.

v3.13.2 (2025-06-24)

Bug fixes

  • [Ecto.Query] Fix regression which made queries with multiple joins expensive to compile
  • [Ecto.Repo] Fix detection of missing primary key on associations with only nil entries
  • [Ecto.Query] Fix macro expansion in over clause's order_by

v3.13.1 (2025-06-19)

Bug fixes

  • [Ecto.Repo] Do not automatically apply HOT updates on upsert with replace. It is the user responsibility to make sure they do not overlap
Commits
  • cd0f70b Release v3.13.2
  • 3816296 Revert "Add support for :writable option on belongs_to (#4624)"
  • 59d21ee Fix nil map associations (#4631)
  • 18a633a Docs: Don't reference deprecated literal (#4627)
  • 5750491 Fix issue with macro expansion in over clause's order_by (#4630)
  • 3637802 Docs: Fix identifier docs unused variable (#4626)
  • 3b2d006 Use unique var names when computing bindings (#4625)
  • 9cdc5bf Only compute expression to string if necessary
  • 576665f Add support for :writable option on belongs_to (#4624)
  • db12e07 upserts: offer guidance when :replace_all or :replace_all_except produce ...
  • Additional commits viewable in compare view

Updates ecto_sql from 3.13.0 to 3.13.2

Changelog

Sourced from ecto_sql's changelog.

v3.13.2 (2025-06-24)

Enhancements

  • [sandbox] Allow passing through opts in Ecto.Adapters.SQL.Sandbox.allow/4 calls
  • [sql] Add support for ON DELETE SET DEFAULT

Bug fixes

  • [postgres] Fix nested array generated time columns

v3.13.1 (2025-06-20)

Bug fixes

  • [postgres] Fix nested array generated columns
Commits

Updates ecto_sqlite3 from 0.19.0 to 0.21.0

Release notes

Sourced from ecto_sqlite3's releases.

v0.21.0

What's Changed

Full Changelog: elixir-sqlite/ecto_sqlite3@v0.20.0...v0.21.0

v0.20.0

What's Changed

Full Changelog: elixir-sqlite/ecto_sqlite3@v0.19.0...v0.20.0

Changelog

Sourced from ecto_sqlite3's changelog.

v0.21.0

  • added: Ability to specify type extensions for custom sqlite types. See: #167.

v0.20.0

  • added: Ecto identifier/1 support
  • changed: Bump (and restrict) Ecto to 3.13.0
Commits

Updates igniter from 0.6.7 to 0.6.9

Release notes

Sourced from igniter's releases.

v0.6.9

Improvements:

  • Implement removal of configuration (#309) by Benjamin Milde

  • add required? option to Igniter.update_elixir_file/3 by Benjamin Milde

Changelog

Sourced from igniter's changelog.

v0.6.9 (2025-06-25)

Improvements:

  • Implement removal of configuration (#309) by Benjamin Milde

  • add required? option to Igniter.update_elixir_file/3 by Benjamin Milde

v0.6.8 (2025-06-18)

Bug Fixes:

  • properly honor explicitly passed --only flag over other only configs by Zach Daniel

  • properly render the child that must be placed in the supervision tree by Zach Daniel

Improvements:

  • Update argument error message about apply_igniter in test (#305) by Kenneth Kostrešević
Commits
  • bf86b51 chore: release version v0.6.9
  • 43e0341 chore: update deps
  • b7f7541 improvement: Implement removal of configuration (#309)
  • c66a5d8 build(deps-dev): bump mix_audit in the dev-dependencies group (#304)
  • c09beeb build(deps): bump spitfire in the production-dependencies group (#303)
  • c1ae26e chore: comment out test
  • 4f3f078 chore: release version v0.6.8
  • ecfacdc fix: properly honor explicitly passed --only flag over other only configs
  • 691c1d4 fix: properly render the child that must be placed in the supervision tree
  • fad2946 improvement: Update argument error message about apply_igniter in test (#305)
  • 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 production-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [ash](https://github.com/ash-project/ash) | `3.5.22` | `3.5.24` |
| [ash_sql](https://github.com/ash-project/ash_sql) | `0.2.82` | `0.2.83` |
| [ecto](https://github.com/elixir-ecto/ecto) | `3.13.0` | `3.13.2` |
| [ecto_sql](https://github.com/elixir-ecto/ecto_sql) | `3.13.0` | `3.13.2` |
| [ecto_sqlite3](https://github.com/elixir-sqlite/ecto_sqlite3) | `0.19.0` | `0.21.0` |
| [igniter](https://github.com/ash-project/igniter) | `0.6.7` | `0.6.9` |


Updates `ash` from 3.5.22 to 3.5.24
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash@v3.5.22...v3.5.24)

Updates `ash_sql` from 0.2.82 to 0.2.83
- [Release notes](https://github.com/ash-project/ash_sql/releases)
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](ash-project/ash_sql@v0.2.82...v0.2.83)

Updates `ecto` from 3.13.0 to 3.13.2
- [Release notes](https://github.com/elixir-ecto/ecto/releases)
- [Changelog](https://github.com/elixir-ecto/ecto/blob/master/CHANGELOG.md)
- [Commits](elixir-ecto/ecto@v3.13.0...v3.13.2)

Updates `ecto_sql` from 3.13.0 to 3.13.2
- [Changelog](https://github.com/elixir-ecto/ecto_sql/blob/master/CHANGELOG.md)
- [Commits](elixir-ecto/ecto_sql@v3.13.0...v3.13.2)

Updates `ecto_sqlite3` from 0.19.0 to 0.21.0
- [Release notes](https://github.com/elixir-sqlite/ecto_sqlite3/releases)
- [Changelog](https://github.com/elixir-sqlite/ecto_sqlite3/blob/main/CHANGELOG.md)
- [Commits](elixir-sqlite/ecto_sqlite3@v0.19.0...v0.21.0)

Updates `igniter` from 0.6.7 to 0.6.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.6.7...v0.6.9)

---
updated-dependencies:
- dependency-name: ash
  dependency-version: 3.5.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_sql
  dependency-version: 0.2.83
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ecto
  dependency-version: 3.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ecto_sql
  dependency-version: 3.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ecto_sqlite3
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: igniter
  dependency-version: 0.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Jun 26, 2025
@zachdaniel zachdaniel merged commit efd9ce3 into main Jun 26, 2025
22 checks passed
@dependabot dependabot bot deleted the dependabot/hex/production-dependencies-442ccd008e branch June 26, 2025 09:19
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.

2 participants