Skip to content

chore(deps): bump the all-dependencies group with 6 updates - #427

Merged
zachdaniel merged 1 commit into
mainfrom
dependabot/hex/all-dependencies-316568dc84
Sep 1, 2026
Merged

chore(deps): bump the all-dependencies group with 6 updates#427
zachdaniel merged 1 commit into
mainfrom
dependabot/hex/all-dependencies-316568dc84

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 6 updates:

Package From To
ash 3.31.3 3.32.1
ash_postgres 2.11.0 2.12.0
ash_sql 0.6.7 0.7.1
git_ops 2.11.3 2.12.2
phoenix 1.8.11 1.8.13
phoenix_live_view 1.2.9 1.2.11

Updates ash from 3.31.3 to 3.32.1

Release notes

Sourced from ash's releases.

v3.32.1

Bug Fixes:

Improvements:

Performance Improvements:

v3.32.0

Features:

... (truncated)

Changelog

Sourced from ash's changelog.

v3.32.1 (2026-08-23)

Bug Fixes:

Improvements:

Performance Improvements:

v3.32.0 (2026-08-19)

Features:

... (truncated)

Commits
  • 6d345dd chore: release version v3.32.1
  • 830e6ab improvement: only set transaction? true when the data layer supports it (#2...
  • c6549cd perf: make boolean filter parsing faster
  • 00c99ed fix: don't create tenants when reading in ETS
  • ec1bbde fix: ensure error & lazy are private functions
  • 23ccc3c fix: fix various small transformer/aggregate issues
  • 58d1ae3 fix: evaluate decimal arithmetic with an integer (#2893)
  • f34568b fix: string_position returns an integer position (#2892)
  • 03af1e9 fix: restore temporal subtraction type inference (#2887)
  • 175cf73 fix: retain compile dependencies for policy check modules (#2886)
  • Additional commits viewable in compare view

Updates ash_postgres from 2.11.0 to 2.12.0

Release notes

Sourced from ash_postgres's releases.

v2.12.0

Features:

  • add match_tenant? option for attribute multitenancy FKs (#813) by TravelCurry02

  • add after_tables to custom_statements so raw SQL can depend on another table (#799) by Jechol Lee

Improvements:

  • replace pairwise operation ordering with a dependency-graph topological sort (#798) by Jechol Lee

Bug Fixes:

  • return upsert identity keys and correlate on the full key set so bulk upserts don't drop by Daniel Gollings

  • clean up obsolete serial sequences (#806) by Jechol Lee

  • fix ordering constraints for composite primary keys by Zach Daniel

Changelog

Sourced from ash_postgres's changelog.

v2.12.0 (2026-08-14)

Features:

  • add match_tenant? option for attribute multitenancy FKs (#813) by TravelCurry02

  • add after_resource to custom_statements so raw SQL can depend on another resource (#799) by Jechol Lee

Improvements:

  • replace pairwise operation ordering with a dependency-graph topological sort (#798) by Jechol Lee

Bug Fixes:

  • return upsert identity keys and correlate on the full key set so bulk upserts don't drop by Daniel Gollings

  • clean up obsolete serial sequences (#806) by Jechol Lee

  • fix ordering constraints for composite primary keys by Zach Daniel

Commits
  • ea463a2 chore: release version v2.12.0
  • deea7b8 chore: add tests for the Duration form of the datetime expressions (#814)
  • 21f696e chore: generate migrations
  • 2c12145 feat: add match_tenant? option for attribute multitenancy FKs (#813)
  • 4e6dfd9 chore: update deps & add tests
  • 9ecd4fd fix: return upsert identity keys and correlate on the full key set so bulk up...
  • 8d75c27 test: cover the order combination parts are applied in (#811)
  • fc165f3 chore(deps): bump the production-dependencies group with 2 updates (#810)
  • d059a44 chore: fix spdx
  • 2707a5c chore: licenses
  • Additional commits viewable in compare view

Updates ash_sql from 0.6.7 to 0.7.1

Release notes

Sourced from ash_sql's releases.

v0.7.1

Bug Fixes:

v0.7.0

Features:

Bug Fixes:

... (truncated)

Changelog

Sourced from ash_sql's changelog.

v0.7.1 (2026-08-30)

Bug Fixes:

v0.7.0 (2026-08-20)

Features:

Bug Fixes:

... (truncated)

Commits
  • cfe94c6 chore: release version v0.7.1
  • 1b11b5d fix: trim all whitespace in string_trim, not only literal spaces
  • d95c55c fix: escape backslashes in contains/starts_with/ends_with to prevent LIKE inj...
  • 3d95478 fix: keep the tenant schema prefix when aggregating over a distinct query
  • 4b95468 fix: distinguish same-named aggregates that differ only by filter
  • 865fdd4 fix: apply exists/2 predicate when a limited relationship has a parent() filter
  • f781250 fix: be extra careful in case someone does something stupid with get_path fields
  • fdfdeaf fix: use official expression generator for calculation hydration
  • 26427a8 fix: the length of an empty array is zero
  • ae112e6 fix: honour a fields constraint when extracting a map field
  • Additional commits viewable in compare view

Updates git_ops from 2.11.3 to 2.12.2

Changelog

Sourced from git_ops's changelog.

v2.12.2 (2026-08-23)

Bug Fixes:

  • don't fail on prefix stripping when prefix is empty by @​zachdaniel

v2.12.1 (2026-08-14)

Improvements:

v2.12.0 (2026-08-13)

Features:

v2.11.4 (2026-08-13)

Bug Fixes:

Commits
  • 52e3853 chore: release version v2.12.2
  • 50afc26 fix: don't fail on prefix stripping when prefix is empty
  • d8b13ae chore: release version v2.12.1
  • e588b16 improvement: support solo_pr option on packages
  • 34a9ac0 chore: release version v2.12.0
  • 78477c7 feat: close release pull requests for packages with no releasable changes (#84)
  • 8fd7d36 chore: release version v2.11.4
  • b80061e fix: handle utf8 in messages
  • See full diff in compare view

Updates phoenix from 1.8.11 to 1.8.13

Release notes

Sourced from phoenix's releases.

v1.8.13

Bug fixes

  • Workaround issue where Mobile Chrome 149+ would not reconnect after tab is resumed (#6804)

v1.8.12

Bug fixes

  • [phx.gen.auth] Fix return_to session key not being cleared after logging in (#6798)
  • [Channels] Fix channel messages being invalidly dropped when receiving messages without a join_ref (introduced in 1.8.3) (#6800)
Changelog

Sourced from phoenix's changelog.

v1.8.13 (2026-08-25)

Bug fixes

  • Workaround issue where Mobile Chrome 149+ would not reconnect after tab is resumed (#6804)

v1.8.12 (2026-08-20)

Bug fixes

  • [phx.gen.auth] Fix return_to session key not being cleared after logging in (#6798)
  • [Channels] Fix channel messages being invalidly dropped when receiving messages without a join_ref (introduced in 1.8.3) (#6800)
Commits

Updates phoenix_live_view from 1.2.9 to 1.2.11

Release notes

Sourced from phoenix_live_view's releases.

v1.2.11

Bug fixes

  • Ensure stale diffs are discarded when view rejoins before the initial join succeeds (#4405)
  • Ensure a LiveComponent's async tasks are cancelled when it is removed (#4401)
  • Ensure formatter does not migrate expressions that close early (#4409)

v1.2.10

Bug fixes

  • Preserve onReply exceptions in hook pushEvent / pushEventTo (#4381)
  • Handle writer errors like other upload entry errors (#4370)
  • Cancel scheduled submit when auto upload is invalid (#3391)
  • Fix max_entries not working properly with auto uploads (#2835)
  • Fix testing file uploads with multiple entries (#3480)
  • Remove native input required attribute when LiveView tracks uploads (#4377)
  • Accept new drops afrer too_many_files with max_entries 1 (#3368)
  • Fix runtime hook added node tracking (#4387)
  • Preserve zero-duration JS transitions (#4385)
  • Cancel submit in EntryUploader.error (#4382)
  • Cancel infinite scroll throttle timers on destroy (#4384)
  • Clear focus stack entries on view teardown (#4386)
  • Fix join completion for empty recovery markup (#4390)
  • Fix missing return after child join failure (#4391)
  • Stop page loading when pushes fail (#4392)
  • Ensure external metadata failures are reported consistently (#4397)

Enhancements

  • Mark morphdom as dev dependency, as it is already included in the bundle
  • Allow dynamically updating phx-hook attribute (#4153)
  • Allow external uploads to be notified on cancel (#4395)
  • Pass toEl to hook beforeUpdate (#3616)
  • Improve error message when attributes have been defined after an embedded template (#4396)
  • Add Phoenix.LiveView.navigation_type/2 (#4393)
  • Cancel external uploads when navigating away (#4398)
  • Allow to opt out of phx-remove cascade on navigation (#4394)
  • Make phx-drop-target-active more reliable (#4399)
Changelog

Sourced from phoenix_live_view's changelog.

v1.2.11 (2026-08-27)

Bug fixes

  • Ensure stale diffs are discarded when view rejoins before the initial join succeeds (#4405)
  • Ensure a LiveComponent's async tasks are cancelled when it is removed (#4401)
  • Ensure formatter does not migrate expressions that close early (#4409)

v1.2.10 (2026-08-20)

Bug fixes

  • Preserve onReply exceptions in hook pushEvent / pushEventTo (#4381)
  • Handle writer errors like other upload entry errors (#4370)
  • Cancel scheduled submit when auto upload is invalid (#3391)
  • Fix max_entries not working properly with auto uploads (#2835)
  • Fix testing file uploads with multiple entries (#3480)
  • Remove native input required attribute when LiveView tracks uploads (#4377)
  • Accept new drops afrer too_many_files with max_entries 1 (#3368)
  • Fix runtime hook added node tracking (#4387)
  • Preserve zero-duration JS transitions (#4385)
  • Cancel submit in EntryUploader.error (#4382)
  • Cancel infinite scroll throttle timers on destroy (#4384)
  • Clear focus stack entries on view teardown (#4386)
  • Fix join completion for empty recovery markup (#4390)
  • Fix missing return after child join failure (#4391)
  • Stop page loading when pushes fail (#4392)
  • Ensure external metadata failures are reported consistently (#4397)

Enhancements

  • Mark morphdom as dev dependency, as it is already included in the bundle
  • Allow dynamically updating phx-hook attribute (#4153)
  • Allow external uploads to be notified on cancel (#4395)
  • Pass toEl to hook beforeUpdate (#3616)
  • Improve error message when attributes have been defined after an embedded template (#4396)
  • Add Phoenix.LiveView.navigation_type/2 (#4393)
  • Cancel external uploads when navigating away (#4398)
  • Allow to opt out of phx-remove cascade on navigation (#4394)
  • Make phx-drop-target-active more reliable (#4399)
Commits

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 all-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [ash](https://github.com/ash-project/ash) | `3.31.3` | `3.32.1` |
| [ash_postgres](https://github.com/ash-project/ash_postgres) | `2.11.0` | `2.12.0` |
| [ash_sql](https://github.com/ash-project/ash_sql) | `0.6.7` | `0.7.1` |
| [git_ops](https://github.com/zachdaniel/git_ops) | `2.11.3` | `2.12.2` |
| [phoenix](https://github.com/phoenixframework/phoenix) | `1.8.11` | `1.8.13` |
| [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) | `1.2.9` | `1.2.11` |


Updates `ash` from 3.31.3 to 3.32.1
- [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.31.3...v3.32.1)

Updates `ash_postgres` from 2.11.0 to 2.12.0
- [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.11.0...v2.12.0)

Updates `ash_sql` from 0.6.7 to 0.7.1
- [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.6.7...v0.7.1)

Updates `git_ops` from 2.11.3 to 2.12.2
- [Changelog](https://github.com/zachdaniel/git_ops/blob/master/CHANGELOG.md)
- [Commits](zachdaniel/git_ops@v2.11.3...v2.12.2)

Updates `phoenix` from 1.8.11 to 1.8.13
- [Release notes](https://github.com/phoenixframework/phoenix/releases)
- [Changelog](https://github.com/phoenixframework/phoenix/blob/v1.8.13/CHANGELOG.md)
- [Commits](phoenixframework/phoenix@v1.8.11...v1.8.13)

Updates `phoenix_live_view` from 1.2.9 to 1.2.11
- [Release notes](https://github.com/phoenixframework/phoenix_live_view/releases)
- [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md)
- [Commits](phoenixframework/phoenix_live_view@v1.2.9...v1.2.11)

---
updated-dependencies:
- dependency-name: ash
  dependency-version: 3.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ash_postgres
  dependency-version: 2.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: ash_sql
  dependency-version: 0.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: git_ops
  dependency-version: 2.12.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: phoenix
  dependency-version: 1.8.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: phoenix_live_view
  dependency-version: 1.2.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-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 Sep 1, 2026
@zachdaniel
zachdaniel merged commit e904719 into main Sep 1, 2026
22 of 26 checks passed
@dependabot
dependabot Bot deleted the dependabot/hex/all-dependencies-316568dc84 branch September 1, 2026 22:13
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