Update Mix dependencies #457

Merged
moritz merged 1 commit from renovate/mix-dependencies into main 2026-03-09 14:32:48 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ash (source) prod patch 3.19.13.19.3
ash_postgres (source) prod minor 2.6.322.7.0
credo (source) dev patch 1.7.161.7.17
ecto_sql (source) prod patch 3.13.43.13.5
igniter (source) dev patch 0.7.20.7.3
phoenix (source) prod patch 1.8.41.8.5
phoenix_live_view (source) prod patch 1.1.251.1.26
sourceror (source) dev minor 1.11.01.12.0
swoosh (source) prod minor 1.22.11.23.0

Release Notes

ash-project/ash (ash)

v3.19.3

Compare Source

Bug Fixes:
  • honor destroy return type semantics for soft destroys by @​zachdaniel

v3.19.2

Compare Source

Bug Fixes:
ash-project/ash_postgres (ash_postgres)

v2.7.0

Compare Source

Features:
  • support offset option in lateral join queries (#​700) by Jinkyou Son

  • support touch_update_defaults? option to skip update_default fields on upsert by Michael Bärtschi

Bug Fixes:
  • bulk_create with upsert now updates update_timestamp fields on conflict by Michael Bärtschi

  • Fix locks handling for WAIT and SKIP_LOCKED (#​704) by sezaru

  • set size when type changes in migrations (Issue #​150) (#​694) by Jatanasio

  • bulk_create with upsert now updates update_timestamp fields (#​697) by Michael Bärtschi

Improvements:
  • read touch_update_defaults? from options instead of changeset context (#​701) by Michael Bärtschi
rrrene/credo (credo)

v1.7.17

Compare Source

  • 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
elixir-ecto/ecto_sql (ecto_sql)

v3.13.5

  • [postgrex] Map :restrict_violation to :foreign_key constraint (required by PostgreSQL 18)
ash-project/igniter (igniter)

v0.7.3

Compare Source

Improvements:
  • error messages for task compilation (#​364) by celeste-wahlquist
phoenixframework/phoenix (phoenix)

v1.8.5

Compare Source

JavaScript Client Bug Fixes
  • Fix socket connecting on visibility change when never established
Enhancements
  • Fix warnings on Elixir 1.20
phoenixframework/phoenix_live_view (phoenix_live_view)

v1.1.26

Compare Source

Bug fixes
  • Fix phx-click-away for nested portals
  • Fix type warnings on Elixir 1.20
doorgan/sourceror (sourceror)

v1.12.0

Compare Source

Features
  • add Zipper.path_to_ancestor/2 and Zipper.follow_path/2 (#​202) (1f94431)
swoosh/swoosh (swoosh)

v1.23.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - Between day 1 and 7 of the month ( * * 1-7 * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ash](https://hex.pm/packages/ash) ([source](https://github.com/ash-project/ash)) | prod | patch | `3.19.1` → `3.19.3` | | [ash_postgres](https://hex.pm/packages/ash_postgres) ([source](https://github.com/ash-project/ash_postgres)) | prod | minor | `2.6.32` → `2.7.0` | | [credo](https://hex.pm/packages/credo) ([source](https://github.com/rrrene/credo)) | dev | patch | `1.7.16` → `1.7.17` | | [ecto_sql](https://hex.pm/packages/ecto_sql) ([source](https://github.com/elixir-ecto/ecto_sql)) | prod | patch | `3.13.4` → `3.13.5` | | [igniter](https://hex.pm/packages/igniter) ([source](https://github.com/ash-project/igniter)) | dev | patch | `0.7.2` → `0.7.3` | | [phoenix](https://hex.pm/packages/phoenix) ([source](https://github.com/phoenixframework/phoenix)) | prod | patch | `1.8.4` → `1.8.5` | | [phoenix_live_view](https://hex.pm/packages/phoenix_live_view) ([source](https://github.com/phoenixframework/phoenix_live_view)) | prod | patch | `1.1.25` → `1.1.26` | | [sourceror](https://hex.pm/packages/sourceror) ([source](https://github.com/doorgan/sourceror)) | dev | minor | `1.11.0` → `1.12.0` | | [swoosh](https://hex.pm/packages/swoosh) ([source](https://github.com/swoosh/swoosh)) | prod | minor | `1.22.1` → `1.23.0` | --- ### Release Notes <details> <summary>ash-project/ash (ash)</summary> ### [`v3.19.3`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3193-2026-03-04) [Compare Source](https://github.com/ash-project/ash/compare/v3.19.2...v3.19.3) ##### Bug Fixes: - honor destroy return type semantics for soft destroys by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v3.19.2`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3192-2026-03-03) [Compare Source](https://github.com/ash-project/ash/compare/v3.19.1...v3.19.2) ##### Bug Fixes: - add Tuple.apply\_constraints nil guard and propagate allow\_nil? in Struct field derivation by [@&#8203;zachdaniel](https://github.com/zachdaniel) - preserve **meta** state in Ash.Type.Struct.apply\_constraints ([#&#8203;2602](https://github.com/ash-project/ash/issues/2602)) by [@&#8203;nallwhy](https://github.com/nallwhy) [(#&#8203;2602)](https://github.com/ash-project/ash/pull/2602) </details> <details> <summary>ash-project/ash_postgres (ash_postgres)</summary> ### [`v2.7.0`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v270-2026-03-05) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.32...v2.7.0) ##### Features: - support offset option in lateral join queries ([#&#8203;700](https://github.com/ash-project/ash_postgres/issues/700)) by Jinkyou Son - support touch\_update\_defaults? option to skip update\_default fields on upsert by Michael Bärtschi ##### Bug Fixes: - bulk\_create with upsert now updates update\_timestamp fields on conflict by Michael Bärtschi - Fix locks handling for WAIT and SKIP\_LOCKED ([#&#8203;704](https://github.com/ash-project/ash_postgres/issues/704)) by sezaru - set size when type changes in migrations (Issue [#&#8203;150](https://github.com/ash-project/ash_postgres/issues/150)) ([#&#8203;694](https://github.com/ash-project/ash_postgres/issues/694)) by Jatanasio - bulk\_create with upsert now updates update\_timestamp fields ([#&#8203;697](https://github.com/ash-project/ash_postgres/issues/697)) by Michael Bärtschi ##### Improvements: - read touch\_update\_defaults? from options instead of changeset context ([#&#8203;701](https://github.com/ash-project/ash_postgres/issues/701)) by Michael Bärtschi </details> <details> <summary>rrrene/credo (credo)</summary> ### [`v1.7.17`](https://github.com/rrrene/credo/blob/HEAD/CHANGELOG.md#1717) [Compare Source](https://github.com/rrrene/credo/compare/v1.7.16...v1.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` </details> <details> <summary>elixir-ecto/ecto_sql (ecto_sql)</summary> ### [`v3.13.5`](https://github.com/elixir-ecto/ecto_sql/blob/HEAD/CHANGELOG.md#v3135-2026-03-03) - \[postgrex] Map `:restrict_violation` to `:foreign_key` constraint (required by PostgreSQL 18) </details> <details> <summary>ash-project/igniter (igniter)</summary> ### [`v0.7.3`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v073-2026-03-04) [Compare Source](https://github.com/ash-project/igniter/compare/v0.7.2...v0.7.3) ##### Improvements: - error messages for task compilation ([#&#8203;364](https://github.com/ash-project/igniter/issues/364)) by celeste-wahlquist </details> <details> <summary>phoenixframework/phoenix (phoenix)</summary> ### [`v1.8.5`](https://github.com/phoenixframework/phoenix/blob/HEAD/CHANGELOG.md#185-2026-03-05) [Compare Source](https://github.com/phoenixframework/phoenix/compare/v1.8.4...v1.8.5) ##### JavaScript Client Bug Fixes - Fix socket connecting on visibility change when never established ##### Enhancements - Fix warnings on Elixir 1.20 </details> <details> <summary>phoenixframework/phoenix_live_view (phoenix_live_view)</summary> ### [`v1.1.26`](https://github.com/phoenixframework/phoenix_live_view/releases/tag/v1.1.26) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.25...v1.1.26) ##### Bug fixes - Fix `phx-click-away` for nested portals - Fix type warnings on Elixir 1.20 </details> <details> <summary>doorgan/sourceror (sourceror)</summary> ### [`v1.12.0`](https://github.com/doorgan/sourceror/blob/HEAD/CHANGELOG.md#1120-2026-03-06) [Compare Source](https://github.com/doorgan/sourceror/compare/v1.11.0...v1.12.0) ##### Features - add `Zipper.path_to_ancestor/2` and `Zipper.follow_path/2` ([#&#8203;202](https://github.com/doorgan/sourceror/issues/202)) ([1f94431](https://github.com/doorgan/sourceror/commit/1f94431509e29068f7b4271ed20b920edf253855)) </details> <details> <summary>swoosh/swoosh (swoosh)</summary> ### [`v1.23.0`](https://github.com/swoosh/swoosh/blob/HEAD/CHANGELOG.md#1230) [Compare Source](https://github.com/swoosh/swoosh/compare/v1.22.1...v1.23.0) ##### ✨ Features - Make `deliver/1` and `deliver/2` overridable in `Swoosh.Mailer` [@&#8203;copilot-swe-agent](https://github.com/copilot-swe-agent) ([#&#8203;1109](https://github.com/swoosh/swoosh/issues/1109)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between day 1 and 7 of the month ( * * 1-7 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21hdGVkIiwiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->
renovate added 1 commit 2026-03-04 01:04:34 +01:00
chore(deps): update mix dependencies
All checks were successful
continuous-integration/drone/push Build is passing
d9382e4be3
renovate force-pushed renovate/mix-dependencies from d9382e4be3 to 06bbdd514d 2026-03-05 01:04:18 +01:00 Compare
renovate changed title from chore(deps): update mix dependencies to Update Mix dependencies 2026-03-05 01:04:34 +01:00
renovate force-pushed renovate/mix-dependencies from 06bbdd514d to 9e4cd530ed 2026-03-06 01:04:13 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 9e4cd530ed to 32531a24e0 2026-03-07 01:04:45 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 32531a24e0 to 7d59e818f9 2026-03-08 01:04:36 +01:00 Compare
moritz force-pushed renovate/mix-dependencies from 7d59e818f9 to bda2aba06d 2026-03-09 13:16:04 +01:00 Compare
moritz merged commit 312ec19deb into main 2026-03-09 14:32:48 +01:00
moritz deleted branch renovate/mix-dependencies 2026-03-09 14:32:50 +01:00
Sign in to join this conversation.
No description provided.