chore(deps): update mix dependencies #115

Merged
carla merged 1 commit from renovate/mix-dependencies into main 2025-07-30 16:58:48 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ash (source) prod patch 3.5.31 -> 3.5.33
ash_admin (source) prod patch 0.13.12 -> 0.13.13
ash_authentication prod patch 4.9.8 -> 4.9.9
ash_authentication_phoenix prod patch 2.10.4 -> 2.10.5
ash_phoenix (source) prod patch 2.3.11 -> 2.3.12
ash_postgres (source) prod patch 2.6.11 -> 2.6.14
igniter (source) dev patch 0.6.22 -> 0.6.25
swoosh (source) prod patch 1.19.3 -> 1.19.5

Release Notes

ash-project/ash (ash)

v3.5.33

Compare Source

Bug Fixes:
Improvements:
  • get_by_id typo fix in usage rules (#​2230) by albinkc

  • Add array modifier to ash.gen.resource (#​2228) by Kenneth Kostrešević

  • Add prepend? opt to hooks and Ash.Subject transaction hooks (#​2221) by @​chazwatkins

  • hooks: Add transaction hooks to Ash.Subject by @​chazwatkins

  • Ash.Subject delegation and improvements by @​chazwatkins

  • add log? option to can functions by @​zachdaniel

  • add transaction hooks for read actions (#​2219) by ChristianAlexander

v3.5.32

Compare Source

Bug Fixes:
  • ensure that exists "at_path" is returned as a relationship path by @​zachdaniel
Improvements:
  • add before/after/around transaction hooks to generic actions (#​2218) by ChristianAlexander
ash-project/ash_admin (ash_admin)

v0.13.13

Compare Source

Bug Fixes:
  • Add ash_admin: 2 in locals_without_parens (#​348) by kik4444
ash-project/ash_phoenix (ash_phoenix)

v2.3.12

Compare Source

Bug Fixes:
  • fix typo in usage rules (#​397) by albinkc
ash-project/ash_postgres (ash_postgres)

v2.6.14

Compare Source

Bug Fixes:
  • deduplicate identity keys by Zach Daniel

v2.6.13

Compare Source

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

v2.6.12

Compare Source

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
ash-project/igniter (igniter)

v0.6.25

Compare Source

Bug Fixes:
  • remove another enumeration of the rewrite by Zach Daniel

v0.6.24

Compare Source

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

v0.6.23

Compare Source

Bug Fixes:
  • remove case where we iterate a rewrite by Zach Daniel
swoosh/swoosh (swoosh)

v1.19.5

Compare Source

🐛 Bug Fixes

v1.19.4

Compare Source

Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.5.31` -> `3.5.33` | | [ash_admin](https://hex.pm/packages/ash_admin) ([source](https://github.com/ash-project/ash_admin)) | prod | patch | `0.13.12` -> `0.13.13` | | [ash_authentication](https://hex.pm/packages/ash_authentication) | prod | patch | `4.9.8` -> `4.9.9` | | [ash_authentication_phoenix](https://hex.pm/packages/ash_authentication_phoenix) | prod | patch | `2.10.4` -> `2.10.5` | | [ash_phoenix](https://hex.pm/packages/ash_phoenix) ([source](https://github.com/ash-project/ash_phoenix)) | prod | patch | `2.3.11` -> `2.3.12` | | [ash_postgres](https://hex.pm/packages/ash_postgres) ([source](https://github.com/ash-project/ash_postgres)) | prod | patch | `2.6.11` -> `2.6.14` | | [igniter](https://hex.pm/packages/igniter) ([source](https://github.com/ash-project/igniter)) | dev | patch | `0.6.22` -> `0.6.25` | | [swoosh](https://hex.pm/packages/swoosh) ([source](https://github.com/swoosh/swoosh)) | prod | patch | `1.19.3` -> `1.19.5` | --- ### Release Notes <details> <summary>ash-project/ash (ash)</summary> ### [`v3.5.33`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3533-2025-07-29) [Compare Source](https://github.com/ash-project/ash/compare/v3.5.32...v3.5.33) ##### Bug Fixes: - handle `nil` values properly in atomic changing validations by [@&#8203;zachdaniel](https://github.com/zachdaniel) - Application ER Mermaid Diagram ([#&#8203;2231](https://github.com/ash-project/ash/issues/2231)) by [@&#8203;maennchen](https://github.com/maennchen) - clear `nil` options in typed struct to constraints process by [@&#8203;zachdaniel](https://github.com/zachdaniel) - allow Ash @&#8203;global\_opts authorize? to accept boolean or nil ([#&#8203;2225](https://github.com/ash-project/ash/issues/2225)) by [@&#8203;chazwatkins](https://github.com/chazwatkins) - Don't require permissions to read actor on non-atomic `relate_actor` ([#&#8203;2223](https://github.com/ash-project/ash/issues/2223)) by [@&#8203;chazwatkins](https://github.com/chazwatkins) - call underlying stream run instead of public interface by [@&#8203;zachdaniel](https://github.com/zachdaniel) ##### Improvements: - `get_by_id` typo fix in usage rules ([#&#8203;2230](https://github.com/ash-project/ash/issues/2230)) by albinkc - Add array modifier to `ash.gen.resource` ([#&#8203;2228](https://github.com/ash-project/ash/issues/2228)) by Kenneth Kostrešević - Add prepend? opt to hooks and Ash.Subject transaction hooks ([#&#8203;2221](https://github.com/ash-project/ash/issues/2221)) by [@&#8203;chazwatkins](https://github.com/chazwatkins) - hooks: Add transaction hooks to Ash.Subject by [@&#8203;chazwatkins](https://github.com/chazwatkins) - Ash.Subject delegation and improvements by [@&#8203;chazwatkins](https://github.com/chazwatkins) - add `log?` option to `can` functions by [@&#8203;zachdaniel](https://github.com/zachdaniel) - add transaction hooks for read actions ([#&#8203;2219](https://github.com/ash-project/ash/issues/2219)) by ChristianAlexander ### [`v3.5.32`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3532-2025-07-23) [Compare Source](https://github.com/ash-project/ash/compare/v3.5.31...v3.5.32) ##### Bug Fixes: - ensure that exists "at\_path" is returned as a relationship path by [@&#8203;zachdaniel](https://github.com/zachdaniel) ##### Improvements: - add before/after/around transaction hooks to generic actions ([#&#8203;2218](https://github.com/ash-project/ash/issues/2218)) by ChristianAlexander </details> <details> <summary>ash-project/ash_admin (ash_admin)</summary> ### [`v0.13.13`](https://github.com/ash-project/ash_admin/blob/HEAD/CHANGELOG.md#v01313-2025-07-29) [Compare Source](https://github.com/ash-project/ash_admin/compare/v0.13.12...v0.13.13) ##### Bug Fixes: - Add `ash_admin: 2` in locals\_without\_parens ([#&#8203;348](https://github.com/ash-project/ash_admin/issues/348)) by kik4444 </details> <details> <summary>ash-project/ash_phoenix (ash_phoenix)</summary> ### [`v2.3.12`](https://github.com/ash-project/ash_phoenix/blob/HEAD/CHANGELOG.md#v2312-2025-07-29) [Compare Source](https://github.com/ash-project/ash_phoenix/compare/v2.3.11...v2.3.12) ##### Bug Fixes: - fix typo in usage rules ([#&#8203;397](https://github.com/ash-project/ash_phoenix/issues/397)) by albinkc </details> <details> <summary>ash-project/ash_postgres (ash_postgres)</summary> ### [`v2.6.14`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2614-2025-07-29) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.13...v2.6.14) ##### Bug Fixes: - deduplicate identity keys by Zach Daniel ### [`v2.6.13`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2613-2025-07-27) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.12...v2.6.13) ##### Bug Fixes: - ensure tenant prefix is set only for resources with context multitenancy ([#&#8203;600](https://github.com/ash-project/ash_postgres/issues/600)) by Emad Shaaban ### [`v2.6.12`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2612-2025-07-25) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.11...v2.6.12) ##### Bug Fixes: - ensure tenant is set on query for updates by Zach Daniel ##### Improvements: - do not create snapshots for resources that have no attributes [#&#8203;571](https://github.com/ash-project/ash_postgres/issues/571) ([#&#8203;599](https://github.com/ash-project/ash_postgres/issues/599)) by horberlan </details> <details> <summary>ash-project/igniter (igniter)</summary> ### [`v0.6.25`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0625-2025-07-23) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.24...v0.6.25) ##### Bug Fixes: - remove another enumeration of the rewrite by Zach Daniel ### [`v0.6.24`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0624-2025-07-23) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.23...v0.6.24) ##### Bug Fixes: - iterate over sources, not rewrite, in one more place by Zach Daniel ### [`v0.6.23`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v0623-2025-07-23) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.22...v0.6.23) ##### Bug Fixes: - remove case where we iterate a rewrite by Zach Daniel </details> <details> <summary>swoosh/swoosh (swoosh)</summary> ### [`v1.19.5`](https://github.com/swoosh/swoosh/blob/HEAD/CHANGELOG.md#1195) [Compare Source](https://github.com/swoosh/swoosh/compare/v1.19.4...v1.19.5) ##### 🐛 Bug Fixes - Support rendering `"TEMPLATE"` in the mailbox [@&#8203;axelson](https://github.com/axelson) ([#&#8203;1059](https://github.com/swoosh/swoosh/issues/1059)) ### [`v1.19.4`](https://github.com/swoosh/swoosh/blob/HEAD/CHANGELOG.md#1194) [Compare Source](https://github.com/swoosh/swoosh/compare/v1.19.3...v1.19.4) ##### ✨ Features - Allow Customer.io to use `"TEMPLATE"` for from [@&#8203;axelson](https://github.com/axelson) ([#&#8203;1058](https://github.com/swoosh/swoosh/issues/1058)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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:eyJjcmVhdGVkSW5WZXIiOiI0MS40Mi42IiwidXBkYXRlZEluVmVyIjoiNDEuNDIuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21hdGVkIiwiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->
renovate added 1 commit 2025-07-24 02:18:15 +02:00
chore(deps): update mix dependencies
All checks were successful
continuous-integration/drone/push Build is passing
4fee24ce72
renovate force-pushed renovate/mix-dependencies from 4fee24ce72 to 455d050e9f 2025-07-24 13:06:30 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 455d050e9f to 385218bc5e 2025-07-24 17:12:41 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 385218bc5e to 7a74c4e659 2025-07-26 02:18:15 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 7a74c4e659 to 2a2b1f2c2f 2025-07-27 02:18:41 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 2a2b1f2c2f to 84afe25946 2025-07-28 02:18:22 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from 84afe25946 to f2a19ca8fb 2025-07-30 02:20:09 +02:00 Compare
carla added this to the Sprint 4 - 09.07 - 30.07 project 2025-07-30 16:28:42 +02:00
carla merged commit 3d2cbb6a15 into main 2025-07-30 16:58:48 +02:00
carla deleted branch renovate/mix-dependencies 2025-07-30 16:58:48 +02:00
Sign in to join this conversation.
No description provided.