chore(deps): update mix dependencies #249

Merged
moritz merged 2 commits from renovate/mix-dependencies into main 2025-12-11 14:55:52 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ash (source) prod minor 3.7.1 -> 3.11.1
ash_admin (source) prod patch 0.13.19 -> 0.13.24
ash_authentication prod minor 4.11.0 -> 4.13.3
ash_authentication_phoenix (source) prod patch 2.12.0 -> 2.12.2
ash_phoenix (source) prod patch 2.3.17 -> 2.3.18
ash_postgres (source) prod patch 2.6.23 -> 2.6.26
credo (source) dev patch 1.7.13 -> 1.7.14
ecto_sql (source) prod patch 3.13.2 -> 3.13.3
igniter (source) dev minor ~> 0.6 -> ~> 0.7
live_debugger (source) dev minor ~> 0.4 -> ~> 0.5
phoenix (source) prod patch 1.8.1 -> 1.8.3
phoenix_ecto (source) prod minor 4.6.5 -> 4.7.0
phoenix_live_reload (source) dev patch 1.6.1 -> 1.6.2
phoenix_live_view (source) prod patch 1.1.14 -> 1.1.18
req (source) prod patch 0.5.15 -> 0.5.16
swoosh (source) prod patch 1.19.8 -> 1.19.9
tidewave (source) dev patch 0.5.0 -> 0.5.2

Release Notes

ash-project/ash (ash)

v3.11.1

Compare Source

Bug Fixes:
  • handle has_one that return multiple records w/ no_attributes? by @​zachdaniel

v3.11.0

Compare Source

Features:
Bug Fixes:
Improvements:
  • raise better error when passing Ash.Query to Ash.load (#​2459) by StephanH90 (#​2459)

v3.10.1

Compare Source

Bug Fixes:
Improvements:
  • raise better error when passing Ash.Query to Ash.load (#​2459) by StephanH90 (#​2459)

v3.10.0

Compare Source

Features:
Bug Fixes:
Improvements:

v3.9.0

Compare Source

Features:
Bug Fixes:

v3.8.0

Compare Source

Features:
Bug Fixes:
Improvements:

v3.7.6

Compare Source

Bug Fixes:
  • ensure attribute used in atomic update is casted fully by @​zachdaniel

v3.7.5

Compare Source

Bug Fixes:
  • revert changes to bulk action index context/metadata keys

v3.7.4

Compare Source

Bug Fixes:
  • ensure that a filter vs forbidden response is correctly deteermined by [@​zachdaniel]

(not a security issue, only affects the response type)

v3.7.3

Compare Source

Bug Fixes:
  • don't re-cast atomic updates when adding validations by @​zachdaniel

  • ensure calculation contexts include changes from before_transaction hooks by @​zachdaniel

Improvements:

v3.7.2

Compare Source

Bug Fixes:
  • update crux for proper eager check evaluation by @​zachdaniel

  • clear metadata before for_update and for_destroy actions (#​2362) by bipasamaji

  • ensure that we detect filter checks failing statically by @​zachdaniel

  • use last changing attribute for atomic validation target by @​zachdaniel

ash-project/ash_admin (ash_admin)

v0.13.24

Compare Source

Bug Fixes:
  • remove load from expr calc because it now shows a warning in ash by Barnabas Jovanovics

v0.13.23

Compare Source

Bug Fixes:
  • don't include nil tables when considering if polymorphic tables is empty by Zach Daniel

v0.13.22

Compare Source

Bug Fixes:
  • don't add the resource's primary table if there are no polymorphic tables by Zach Daniel

v0.13.21

Compare Source

Bug Fixes:
  • include resource's table in polymorphic tables dropdown by Zach Daniel
Improvements:
  • allow gettext ~> 1.0 (#​368) by Aleksandr Lossenko

v0.13.20

Compare Source

Bug Fixes:
  • Add spark_metadata field to Field struct (#​366) by Jechol Lee
team-alembic/ash_authentication_phoenix (ash_authentication_phoenix)

v2.12.2

Compare Source

Bug Fixes:

v2.12.1

Compare Source

Bug Fixes:
  • require phoenix_live_view >= 1.1.0 to fix compile errors by James Harton

  • dark-theme default text color (#​677) by @​jaybarra (#​677)

ash-project/ash_phoenix (ash_phoenix)

v2.3.18

Compare Source

Bug Fixes:
  • merge_options function to use correct update method (#​438) by A.S. Zwaan

  • cast to string before comparison by Minsub Kim

  • fix type warnings and compile issues on elixir 1.19 by @​zachdaniel

ash-project/ash_postgres (ash_postgres)

v2.6.26

Compare Source

Improvements:
  • add generator to tsvector type (#​655) by Jesse Williams

  • verify check constraint attributes at compile time by Zach Daniel

  • update deps for bug fixes by Zach Daniel

v2.6.25

Compare Source

Bug Fixes:
  • add failing test for exists expansnion inside of calculations by Zach Daniel

v2.6.24

Compare Source

Bug Fixes:
  • handle results that can't be mapped to the changeset in bulk_create (#​638) by Barnabas Jovanovics

  • handle results that can't be mapped to the changeset in bulk_create by Barnabas Jovanovics

Improvements:
  • remove unused bulk operation metadata function & update ash by Zach Daniel
rrrene/credo (credo)

v1.7.14

Compare Source

  • Fix regression for DuplicatedCode
  • Expand Credo.Check.Warning.ExpensiveEmptyEnumCheck to cover less obvious cases
  • New Check: Credo.Check.Warning.StructFieldAmount
elixir-ecto/ecto_sql (ecto_sql)

v3.13.3

Compare Source

Enhancements
  • [sql] Tag generated functions as :generated
  • [sql] Add :wrap_in_transaction option to explain
Bug fixes
  • [mysql] Fix structure_load/2 for MySQL 9.4+
ash-project/igniter (igniter)

v0.7.0

Compare Source

Features:
  • Add support for SiteEncrypt.Phoenix.Endpoint detection (#​339) by Herman verschooten
Bug Fixes:
  • put_in_map/set_map_key not setting keys properly (#​348) by Nick Krichevsky

  • don't pass --no-git onto installers by Zach Daniel

  • modify_config_code twice with keyword values (#​332) by grzuy

software-mansion/live-debugger (live_debugger)

v0.5.0

Compare Source

What's Changed

Features
Bug fixes
Enhancements
Other

Full Changelog: https://github.com/software-mansion/live-debugger/compare/v0.4.0...v0.5.0

v0.4.3

Compare Source

Bug fixes
  • Fix highlighting with embedded LiveViews #​797
Enhancements
  • Route to same page after redirect to new process #​803
  • Add features page to docs #​829
phoenixframework/phoenix (phoenix)

v1.8.3

Compare Source

Enhancements
  • Add top-level phoenix config: sort_verified_routes_query_params to enable sorting query params in verified routes during tests
Bug fixes
  • Fix endpoint port config in an umbrella application. (#​6549)
  • Drop incoming channel messages with stale join refs

v1.8.2

Compare Source

Bug fixes
  • [phoenix.js] fix issue where LongPoll can cause "unmatched topic" errors (observed on iOS only) (#​6538)
  • [phx.gen.live] fix tests when schema and table names are equal (#​6477)
  • [Verified Routes] do not add path prefixes for static routes
  • [Phoenix.Endpoint] fix LongPoll being active by default since 1.8.0 (#​6487)
Enhancements
  • [phoenix.js] socket now stops reconnection attempts while the page is hidden (#​6534)
  • [phx.new] (re-)add <.input field={@&#8203;form[:foo]} type="hidden" /> support in core components
  • [phx.new] set force_ssl in prod.exs by default (#​6435)
  • [phx.new] change --docker base image to debian trixie (#​6521)
  • [Phoenix.Socket.assign/2] allow passing a function as second argument assign(socket, fn _existing_assigns -> %{this_gets: "merged"} end) (#​6530)
  • [Phoenix.Controller.assign/2] allow passing a function as second argument (#​6542)
  • [Phoenix.Controller.assign/2] support keyword lists and maps as second argument similar to LiveView (#​6513)
  • [Presence] support custom dispatcher for presence_diff broadcast (#​6500)
  • [AGENTS.md] add short test guidelines to usage rules
phoenixframework/phoenix_ecto (phoenix_ecto)

v4.7.0

Compare Source

v4.6.6

Compare Source

  • Bug fixes
    • Keep backwards compatibility on sandbox API
phoenixframework/phoenix_live_reload (phoenix_live_reload)

v1.6.2

Compare Source

  • Bug fixes
    • Properly deal with Unicode when forwarding logs
phoenixframework/phoenix_live_view (phoenix_live_view)

v1.1.18

Compare Source

v1.1.17

Compare Source

v1.1.16

Compare Source

v1.1.15

Compare Source

wojtekmach/req (req)

v0.5.16

Compare Source

  • [Req.Test]: Fix verify_on_exit! accidentally using Mox name
    • [auth]: Support MFArgs
    • [auth]: Support digest auth
    • [put_aws_sigv4]: Support MFArgs
    • [put_path_params]: Encode :path_params even with reserved characters
    • [put_path_params]: Set :path_params_template on empty params
    • [run_plug]: Handle compressed request body
swoosh/swoosh (swoosh)

v1.19.9

Compare Source

Features
📝 Documentation
tidewave-ai/tidewave_phoenix (tidewave)

v0.5.2

Compare Source

  • Bug fixes
    • Fix logging with Unicode charlists

v0.5.1

Compare Source

  • Enhancements

    • Add Tidewave.clear_logs/0
    • Add /tidewave/config endpoint for Tidewave App/CLI
  • Bug fixes

    • Fix type of get_logs

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 | minor | `3.7.1` -> `3.11.1` | | [ash_admin](https://hex.pm/packages/ash_admin) ([source](https://github.com/ash-project/ash_admin)) | prod | patch | `0.13.19` -> `0.13.24` | | [ash_authentication](https://hex.pm/packages/ash_authentication) | prod | minor | `4.11.0` -> `4.13.3` | | [ash_authentication_phoenix](https://hex.pm/packages/ash_authentication_phoenix) ([source](https://github.com/team-alembic/ash_authentication_phoenix)) | prod | patch | `2.12.0` -> `2.12.2` | | [ash_phoenix](https://hex.pm/packages/ash_phoenix) ([source](https://github.com/ash-project/ash_phoenix)) | prod | patch | `2.3.17` -> `2.3.18` | | [ash_postgres](https://hex.pm/packages/ash_postgres) ([source](https://github.com/ash-project/ash_postgres)) | prod | patch | `2.6.23` -> `2.6.26` | | [credo](https://hex.pm/packages/credo) ([source](https://github.com/rrrene/credo)) | dev | patch | `1.7.13` -> `1.7.14` | | [ecto_sql](https://hex.pm/packages/ecto_sql) ([source](https://github.com/elixir-ecto/ecto_sql)) | prod | patch | `3.13.2` -> `3.13.3` | | [igniter](https://hex.pm/packages/igniter) ([source](https://github.com/ash-project/igniter)) | dev | minor | `~> 0.6` -> `~> 0.7` | | [live_debugger](https://hex.pm/packages/live_debugger) ([source](https://github.com/software-mansion/live-debugger)) | dev | minor | `~> 0.4` -> `~> 0.5` | | [phoenix](https://hex.pm/packages/phoenix) ([source](https://github.com/phoenixframework/phoenix)) | prod | patch | `1.8.1` -> `1.8.3` | | [phoenix_ecto](https://hex.pm/packages/phoenix_ecto) ([source](https://github.com/phoenixframework/phoenix_ecto)) | prod | minor | `4.6.5` -> `4.7.0` | | [phoenix_live_reload](https://hex.pm/packages/phoenix_live_reload) ([source](https://github.com/phoenixframework/phoenix_live_reload)) | dev | patch | `1.6.1` -> `1.6.2` | | [phoenix_live_view](https://hex.pm/packages/phoenix_live_view) ([source](https://github.com/phoenixframework/phoenix_live_view)) | prod | patch | `1.1.14` -> `1.1.18` | | [req](https://hex.pm/packages/req) ([source](https://github.com/wojtekmach/req)) | prod | patch | `0.5.15` -> `0.5.16` | | [swoosh](https://hex.pm/packages/swoosh) ([source](https://github.com/swoosh/swoosh)) | prod | patch | `1.19.8` -> `1.19.9` | | [tidewave](https://hex.pm/packages/tidewave) ([source](https://github.com/tidewave-ai/tidewave_phoenix)) | dev | patch | `0.5.0` -> `0.5.2` | --- ### Release Notes <details> <summary>ash-project/ash (ash)</summary> ### [`v3.11.1`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3111-2025-12-06) [Compare Source](https://github.com/ash-project/ash/compare/v3.11.0...v3.11.1) ##### Bug Fixes: - handle has\_one that return multiple records w/ no\_attributes? by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v3.11.0`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3110-2025-12-05) [Compare Source](https://github.com/ash-project/ash/compare/v3.10.1...v3.11.0) ##### Features: - aggregates: add multitenancy bypass option for aggregates ([#&#8203;2427](https://github.com/ash-project/ash/issues/2427)) by [@&#8203;shahryarjb](https://github.com/shahryarjb) [(#&#8203;2427)](https://github.com/ash-project/ash/pull/2427) - aggregates: add multitenancy bypass option for aggregates by [@&#8203;shahryarjb](https://github.com/shahryarjb) [(#&#8203;2427)](https://github.com/ash-project/ash/pull/2427) ##### Bug Fixes: - Update `is_filter_check?(module)` to check for arity 3 ([#&#8203;2466](https://github.com/ash-project/ash/issues/2466)) by A.S. Zwaan [(#&#8203;2466)](https://github.com/ash-project/ash/pull/2466) - Ash.Reactor notification\_metadata for bulk\_create and bulk\_update ([#&#8203;2449](https://github.com/ash-project/ash/issues/2449)) by Christopher Bonhage [(#&#8203;2449)](https://github.com/ash-project/ash/pull/2449) - keyset pagination now returns empty page at the end ([#&#8203;2464](https://github.com/ash-project/ash/issues/2464)) by [@&#8203;rapidfsub](https://github.com/rapidfsub) [(#&#8203;2464)](https://github.com/ash-project/ash/pull/2464) - run after\_transaction hook in all read failure cases ([#&#8203;2455](https://github.com/ash-project/ash/issues/2455)) by Barnabas Jovanovics [(#&#8203;2455)](https://github.com/ash-project/ash/pull/2455) ##### Improvements: - raise better error when passing Ash.Query to Ash.load ([#&#8203;2459](https://github.com/ash-project/ash/issues/2459)) by StephanH90 [(#&#8203;2459)](https://github.com/ash-project/ash/pull/2459) ### [`v3.10.1`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3101-2025-12-03) [Compare Source](https://github.com/ash-project/ash/compare/v3.10.0...v3.10.1) ##### Bug Fixes: - run after\_transaction hook in all read failure cases ([#&#8203;2455](https://github.com/ash-project/ash/issues/2455)) by [@&#8203;barnabasJ](https://github.com/barnabasJ) [(#&#8203;2455)](https://github.com/ash-project/ash/pull/2455) ##### Improvements: - raise better error when passing Ash.Query to Ash.load ([#&#8203;2459](https://github.com/ash-project/ash/issues/2459)) by StephanH90 [(#&#8203;2459)](https://github.com/ash-project/ash/pull/2459) ### [`v3.10.0`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3100-2025-11-25) [Compare Source](https://github.com/ash-project/ash/compare/v3.9.0...v3.10.0) ##### Features: - allow update actions for undo in reactor create steps ([#&#8203;2387](https://github.com/ash-project/ash/issues/2387)) by [@&#8203;barnabasJ](https://github.com/barnabasJ) [(#&#8203;2387)](https://github.com/ash-project/ash/pull/2387) - calculation verifier ([#&#8203;2439](https://github.com/ash-project/ash/issues/2439)) by [@&#8203;barnabasJ](https://github.com/barnabasJ) [(#&#8203;2439)](https://github.com/ash-project/ash/pull/2439) - add verifier to warn if load is used with expr calc by [@&#8203;barnabasJ](https://github.com/barnabasJ) [(#&#8203;2439)](https://github.com/ash-project/ash/pull/2439) ##### Bug Fixes: - only return `:ok` from reactors when actions have no return type by [@&#8203;zachdaniel](https://github.com/zachdaniel) - respect read-action in rel check ([#&#8203;2448](https://github.com/ash-project/ash/issues/2448)) by [@&#8203;barnabasJ](https://github.com/barnabasJ) [(#&#8203;2448)](https://github.com/ash-project/ash/pull/2448) - handle soft destroy return type in managed relationships by [@&#8203;zachdaniel](https://github.com/zachdaniel) - Update typespec for deprecated `can/3` on domain ([#&#8203;2443](https://github.com/ash-project/ash/issues/2443)) by [@&#8203;Munksgaard](https://github.com/Munksgaard) [(#&#8203;2443)](https://github.com/ash-project/ash/pull/2443) - error on non existend action ([#&#8203;2435](https://github.com/ash-project/ash/issues/2435)) by [@&#8203;barnabasJ](https://github.com/barnabasJ) [(#&#8203;2435)](https://github.com/ash-project/ash/pull/2435) - provide context-aware error messages for manage\_relationship on\_no\_match errors ([#&#8203;2415](https://github.com/ash-project/ash/issues/2415)) by [@&#8203;barnabasJ](https://github.com/barnabasJ) [(#&#8203;2415)](https://github.com/ash-project/ash/pull/2415) ##### Improvements: - don't squish code interface double newlines by [@&#8203;zachdaniel](https://github.com/zachdaniel) - significantly optimize code interface generation by [@&#8203;zachdaniel](https://github.com/zachdaniel) - Allow overriding Ash.Type.NewType cast\_input\_array/2 ([#&#8203;2438](https://github.com/ash-project/ash/issues/2438)) by Christopher Bonhage [(#&#8203;2438)](https://github.com/ash-project/ash/pull/2438) - use regexes again now that otp 28.1 is out by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v3.9.0`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v390-2025-11-09) [Compare Source](https://github.com/ash-project/ash/compare/v3.8.0...v3.9.0) ##### Features: - keep tenant in query when using :bypass and :bypass\_all ([#&#8203;2429](https://github.com/ash-project/ash/issues/2429)) by [@&#8203;Malian](https://github.com/Malian) [(#&#8203;2429)](https://github.com/ash-project/ash/pull/2429) ##### Bug Fixes: - added bulk\_action\_ref for changeset lookups ([#&#8203;2411](https://github.com/ash-project/ash/issues/2411)) by Daniel Gollings [(#&#8203;2411)](https://github.com/ash-project/ash/pull/2411) ### [`v3.8.0`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v380-2025-11-05) [Compare Source](https://github.com/ash-project/ash/compare/v3.7.6...v3.8.0) ##### Features: - tenant\_from\_attribute dsl option ([#&#8203;2412](https://github.com/ash-project/ash/issues/2412)) by [@&#8203;barnabasJ](https://github.com/barnabasJ) [(#&#8203;2412)](https://github.com/ash-project/ash/pull/2412) ##### Bug Fixes: - use correct telemetry span name for notifier invocations by [@&#8203;zachdaniel](https://github.com/zachdaniel) - ensure preserve\_nil\_values? constraint is taking into account in Struct type by [@&#8203;Malian](https://github.com/Malian) [(#&#8203;2414)](https://github.com/ash-project/ash/pull/2414) - Default tenant to changeset.tenant if not set ([#&#8203;2422](https://github.com/ash-project/ash/issues/2422)) by [@&#8203;shahryarjb](https://github.com/shahryarjb) [(#&#8203;2422)](https://github.com/ash-project/ash/pull/2422) - retain calculation boundaries when expanding calculations in by [@&#8203;zachdaniel](https://github.com/zachdaniel) - use atomic\_upgrade\_with for bulk destroys by [@&#8203;zachdaniel](https://github.com/zachdaniel) - trailing bypass in policies ([#&#8203;2404](https://github.com/ash-project/ash/issues/2404)) by [@&#8203;maennchen](https://github.com/maennchen) [(#&#8203;2404)](https://github.com/ash-project/ash/pull/2404) ##### Improvements: - Add preserve\_nil\_values? to map and struct types ([#&#8203;2414](https://github.com/ash-project/ash/issues/2414)) by [@&#8203;Malian](https://github.com/Malian) [(#&#8203;2414)](https://github.com/ash-project/ash/pull/2414) - enable configuring match v4 uuids for v7 uuids ([#&#8203;2416](https://github.com/ash-project/ash/issues/2416)) by Kenneth Kostrešević [(#&#8203;2416)](https://github.com/ash-project/ash/pull/2416) ### [`v3.7.6`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v376-2025-10-19) [Compare Source](https://github.com/ash-project/ash/compare/v3.7.5...v3.7.6) ##### Bug Fixes: - ensure attribute used in atomic update is casted fully by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v3.7.5`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v375-2025-10-19) [Compare Source](https://github.com/ash-project/ash/compare/v3.7.4...v3.7.5) ##### Bug Fixes: - revert changes to bulk action index context/metadata keys ### [`v3.7.4`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v374-2025-10-19) [Compare Source](https://github.com/ash-project/ash/compare/v3.7.3...v3.7.4) ##### Bug Fixes: - ensure that a filter vs forbidden response is correctly deteermined by \[[@&#8203;zachdaniel](https://github.com/zachdaniel)] (not a security issue, only affects the response type) ### [`v3.7.3`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v373-2025-10-19) [Compare Source](https://github.com/ash-project/ash/compare/v3.7.2...v3.7.3) ##### Bug Fixes: - don't re-cast atomic updates when adding validations by [@&#8203;zachdaniel](https://github.com/zachdaniel) - ensure calculation contexts include changes from before\_transaction hooks by [@&#8203;zachdaniel](https://github.com/zachdaniel) ##### Improvements: - Simplify forbidden\_due\_to\_strict\_policy check ([#&#8203;2400](https://github.com/ash-project/ash/issues/2400)) by [@&#8203;maennchen](https://github.com/maennchen) ### [`v3.7.2`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v372-2025-10-18) [Compare Source](https://github.com/ash-project/ash/compare/v3.7.1...v3.7.2) ##### Bug Fixes: - update crux for proper eager check evaluation by [@&#8203;zachdaniel](https://github.com/zachdaniel) - clear metadata before for\_update and for\_destroy actions ([#&#8203;2362](https://github.com/ash-project/ash/issues/2362)) by bipasamaji - ensure that we detect filter checks failing statically by [@&#8203;zachdaniel](https://github.com/zachdaniel) - use *last* changing attribute for atomic validation target by [@&#8203;zachdaniel](https://github.com/zachdaniel) </details> <details> <summary>ash-project/ash_admin (ash_admin)</summary> ### [`v0.13.24`](https://github.com/ash-project/ash_admin/blob/HEAD/CHANGELOG.md#v01324-2025-12-05) [Compare Source](https://github.com/ash-project/ash_admin/compare/v0.13.23...v0.13.24) ##### Bug Fixes: - remove load from expr calc because it now shows a warning in ash by Barnabas Jovanovics ### [`v0.13.23`](https://github.com/ash-project/ash_admin/blob/HEAD/CHANGELOG.md#v01323-2025-10-30) [Compare Source](https://github.com/ash-project/ash_admin/compare/v0.13.22...v0.13.23) ##### Bug Fixes: - don't include nil tables when considering if polymorphic tables is empty by Zach Daniel ### [`v0.13.22`](https://github.com/ash-project/ash_admin/blob/HEAD/CHANGELOG.md#v01322-2025-10-30) [Compare Source](https://github.com/ash-project/ash_admin/compare/v0.13.21...v0.13.22) ##### Bug Fixes: - don't add the resource's primary table if there are no polymorphic tables by Zach Daniel ### [`v0.13.21`](https://github.com/ash-project/ash_admin/blob/HEAD/CHANGELOG.md#v01321-2025-10-30) [Compare Source](https://github.com/ash-project/ash_admin/compare/v0.13.20...v0.13.21) ##### Bug Fixes: - include resource's table in polymorphic tables dropdown by Zach Daniel ##### Improvements: - allow gettext \~> 1.0 ([#&#8203;368](https://github.com/ash-project/ash_admin/issues/368)) by Aleksandr Lossenko ### [`v0.13.20`](https://github.com/ash-project/ash_admin/blob/HEAD/CHANGELOG.md#v01320-2025-10-24) [Compare Source](https://github.com/ash-project/ash_admin/compare/v0.13.19...v0.13.20) ##### Bug Fixes: - Add **spark\_metadata** field to Field struct ([#&#8203;366](https://github.com/ash-project/ash_admin/issues/366)) by Jechol Lee </details> <details> <summary>team-alembic/ash_authentication_phoenix (ash_authentication_phoenix)</summary> ### [`v2.12.2`](https://github.com/team-alembic/ash_authentication_phoenix/blob/HEAD/CHANGELOG.md#v2122-2025-11-20) [Compare Source](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.12.1...v2.12.2) ##### Bug Fixes: - allow passing in the resource for reset ([#&#8203;687](https://github.com/team-alembic/ash_authentication_phoenix/issues/687)) by [@&#8203;adamtharani](https://github.com/adamtharani) [(#&#8203;6877)](https://github.com/team-alembic/ash_authentication_phoenix/pull/687) - use String.to\_existing\_atom -> String.to\_atom in on\_mount hook ([#&#8203;683](https://github.com/team-alembic/ash_authentication_phoenix/issues/683)) by [@&#8203;Torkan](https://github.com/Torkan) [(#&#8203;683)](https://github.com/team-alembic/ash_authentication_phoenix/pull/683) ### [`v2.12.1`](https://github.com/team-alembic/ash_authentication_phoenix/blob/HEAD/CHANGELOG.md#v2121-2025-10-20) [Compare Source](https://github.com/team-alembic/ash_authentication_phoenix/compare/v2.12.0...v2.12.1) ##### Bug Fixes: - require phoenix\_live\_view >= 1.1.0 to fix compile errors by James Harton - dark-theme default text color ([#&#8203;677](https://github.com/team-alembic/ash_authentication_phoenix/issues/677)) by [@&#8203;jaybarra](https://github.com/jaybarra) [(#&#8203;677)](https://github.com/team-alembic/ash_authentication_phoenix/pull/677) </details> <details> <summary>ash-project/ash_phoenix (ash_phoenix)</summary> ### [`v2.3.18`](https://github.com/ash-project/ash_phoenix/blob/HEAD/CHANGELOG.md#v2318-2025-11-05) [Compare Source](https://github.com/ash-project/ash_phoenix/compare/v2.3.17...v2.3.18) ##### Bug Fixes: - merge\_options function to use correct update method ([#&#8203;438](https://github.com/ash-project/ash_phoenix/issues/438)) by A.S. Zwaan - cast to string before comparison by Minsub Kim - fix type warnings and compile issues on elixir 1.19 by [@&#8203;zachdaniel](https://github.com/zachdaniel) </details> <details> <summary>ash-project/ash_postgres (ash_postgres)</summary> ### [`v2.6.26`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2626-2025-11-23) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.25...v2.6.26) ##### Improvements: - add generator to tsvector type ([#&#8203;655](https://github.com/ash-project/ash_postgres/issues/655)) by Jesse Williams - verify check constraint attributes at compile time by Zach Daniel - update deps for bug fixes by Zach Daniel ### [`v2.6.25`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2625-2025-11-05) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.24...v2.6.25) ##### Bug Fixes: - add failing test for exists expansnion inside of calculations by Zach Daniel ### [`v2.6.24`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v2624-2025-10-30) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.6.23...v2.6.24) ##### Bug Fixes: - handle results that can't be mapped to the changeset in bulk\_create ([#&#8203;638](https://github.com/ash-project/ash_postgres/issues/638)) by Barnabas Jovanovics - handle results that can't be mapped to the changeset in bulk\_create by Barnabas Jovanovics ##### Improvements: - remove unused bulk operation metadata function & update ash by Zach Daniel </details> <details> <summary>rrrene/credo (credo)</summary> ### [`v1.7.14`](https://github.com/rrrene/credo/blob/HEAD/CHANGELOG.md#1714) [Compare Source](https://github.com/rrrene/credo/compare/v1.7.13...v1.7.14) - Fix regression for `DuplicatedCode` - Expand `Credo.Check.Warning.ExpensiveEmptyEnumCheck` to cover less obvious cases - New Check: `Credo.Check.Warning.StructFieldAmount` </details> <details> <summary>elixir-ecto/ecto_sql (ecto_sql)</summary> ### [`v3.13.3`](https://github.com/elixir-ecto/ecto_sql/blob/HEAD/CHANGELOG.md#v3133-2025-12-08) [Compare Source](https://github.com/elixir-ecto/ecto_sql/compare/v3.13.2...v3.13.3) ##### Enhancements - \[sql] Tag generated functions as `:generated` - \[sql] Add `:wrap_in_transaction` option to explain ##### Bug fixes - \[mysql] Fix `structure_load/2` for MySQL 9.4+ </details> <details> <summary>ash-project/igniter (igniter)</summary> ### [`v0.7.0`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v070-2025-11-05) [Compare Source](https://github.com/ash-project/igniter/compare/v0.6.30...v0.7.0) ##### Features: - Add support for SiteEncrypt.Phoenix.Endpoint detection ([#&#8203;339](https://github.com/ash-project/igniter/issues/339)) by Herman verschooten ##### Bug Fixes: - `put_in_map`/`set_map_key` not setting keys properly ([#&#8203;348](https://github.com/ash-project/igniter/issues/348)) by Nick Krichevsky - don't pass `--no-git` onto installers by Zach Daniel - `modify_config_code` twice with keyword values ([#&#8203;332](https://github.com/ash-project/igniter/issues/332)) by grzuy </details> <details> <summary>software-mansion/live-debugger (live_debugger)</summary> ### [`v0.5.0`](https://github.com/software-mansion/live-debugger/releases/tag/v0.5.0) [Compare Source](https://github.com/software-mansion/live-debugger/compare/v0.4.3...v0.5.0) #### What's Changed ##### Features - Calculate assigns size by [@&#8203;kraleppa](https://github.com/kraleppa) in [#&#8203;795](https://github.com/software-mansion/live-debugger/pull/795) - Trace diffs sent to browser by [@&#8203;kraleppa](https://github.com/kraleppa) in [#&#8203;801](https://github.com/software-mansion/live-debugger/pull/801) - Add dead LiveViews section by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;798](https://github.com/software-mansion/live-debugger/pull/798) - Add resources page by [@&#8203;kraleppa](https://github.com/kraleppa) in [#&#8203;820](https://github.com/software-mansion/live-debugger/pull/820) - Add history of assigns by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;845](https://github.com/software-mansion/live-debugger/pull/845) - Async loading support by [@&#8203;kraleppa](https://github.com/kraleppa) in [#&#8203;851](https://github.com/software-mansion/live-debugger/pull/851) - Add streams section by [@&#8203;srzeszut](https://github.com/srzeszut) in [#&#8203;817](https://github.com/software-mansion/live-debugger/pull/817) ##### Bug fixes - Fix appearance buttons in settings are not synchronized across tabs by [@&#8203;srzeszut](https://github.com/srzeszut) in [#&#8203;736](https://github.com/software-mansion/live-debugger/pull/736) - Settings switch wrong state when clicking fast by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;758](https://github.com/software-mansion/live-debugger/pull/758) - Debugger LiveViews state saved among debugged LiveViews by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;785](https://github.com/software-mansion/live-debugger/pull/785) - change position of the searchbar in fullscreen assigns by [@&#8203;srzeszut](https://github.com/srzeszut) in [#&#8203;796](https://github.com/software-mansion/live-debugger/pull/796) - Fix search in assigns by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;812](https://github.com/software-mansion/live-debugger/pull/812) - Fix flaky e2e test by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;819](https://github.com/software-mansion/live-debugger/pull/819) - fix error alert in traces by [@&#8203;kraleppa](https://github.com/kraleppa) in [#&#8203;852](https://github.com/software-mansion/live-debugger/pull/852) - Fix sending events from browser by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;853](https://github.com/software-mansion/live-debugger/pull/853) - Fix assigns change pulse by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;854](https://github.com/software-mansion/live-debugger/pull/854) - fix sending obsolete event on clicking in LiveDebugger by [@&#8203;kraleppa](https://github.com/kraleppa) in [#&#8203;863](https://github.com/software-mansion/live-debugger/pull/863) - remove LiveDebugger warnings on production by [@&#8203;kraleppa](https://github.com/kraleppa) in [#&#8203;862](https://github.com/software-mansion/live-debugger/pull/862) - not displaying error in async jobs for dead LiveView by [@&#8203;kraleppa](https://github.com/kraleppa) in [#&#8203;866](https://github.com/software-mansion/live-debugger/pull/866) ##### Enhancements - Add option to disable debug button by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;750](https://github.com/software-mansion/live-debugger/pull/750) - Add setting for tracing enabled no start by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;752](https://github.com/software-mansion/live-debugger/pull/752) - Search in assigns by [@&#8203;srzeszut](https://github.com/srzeszut) in [#&#8203;755](https://github.com/software-mansion/live-debugger/pull/755) - Extend `GarbageCollector` by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;766](https://github.com/software-mansion/live-debugger/pull/766) - Add diffing functionality by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in [#&#8203;761](https://github.com/software-mansion/live-debugger/pull/761) - Improve Assigns section performance by [@&#8203;GuzekAlan](https://github.com/GuzekAlan) in [#&#8203;799](https://github.com/software-mansion/live-debugger/pull/799) - async calculation assigns sizes by [@&#8203;kraleppa](https://github.com/kraleppa) in [#&#8203;810](https://github.com/software-mansion/live-debugger/pull/810) - Add search for callback traces in node inspector by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;814](https://github.com/software-mansion/live-debugger/pull/814) - Remove Trace body from DOM on collapsible close by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;818](https://github.com/software-mansion/live-debugger/pull/818) - Add pulse on assign change by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;822](https://github.com/software-mansion/live-debugger/pull/822) - Add ability to track specific assigns by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;824](https://github.com/software-mansion/live-debugger/pull/824) - Update Active LiveViews page by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;858](https://github.com/software-mansion/live-debugger/pull/858) - added status dot for indicating that assigns are loading by [@&#8203;kraleppa](https://github.com/kraleppa) in [#&#8203;864](https://github.com/software-mansion/live-debugger/pull/864) - Add chevrons to sections in node inspector by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;867](https://github.com/software-mansion/live-debugger/pull/867) ##### Other - Refactor: Add garbage collection to settings and remove config from settings storage by [@&#8203;srzeszut](https://github.com/srzeszut) in [#&#8203;734](https://github.com/software-mansion/live-debugger/pull/734) - Refactor: unify traces on the UI by [@&#8203;kraleppa](https://github.com/kraleppa) in [#&#8203;813](https://github.com/software-mansion/live-debugger/pull/813) - Refactor: unify trace data structures by [@&#8203;kraleppa](https://github.com/kraleppa) in [#&#8203;815](https://github.com/software-mansion/live-debugger/pull/815) - Refactor: update tracing action buttons by [@&#8203;srzeszut](https://github.com/srzeszut) in [#&#8203;844](https://github.com/software-mansion/live-debugger/pull/844) - Refactor: Update layout of LiveDebugger by [@&#8203;srzeszut](https://github.com/srzeszut) in [#&#8203;859](https://github.com/software-mansion/live-debugger/pull/859) - Refactor: Change components to better match designs by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;735](https://github.com/software-mansion/live-debugger/pull/735) - Refactor: remove config flags by [@&#8203;srzeszut](https://github.com/srzeszut) in [#&#8203;746](https://github.com/software-mansion/live-debugger/pull/746) - Docs: Move config guide from README.md to HexDocs by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;744](https://github.com/software-mansion/live-debugger/pull/744) - Docs: Improved deprecation info for Process API by [@&#8203;kraleppa](https://github.com/kraleppa) in [#&#8203;768](https://github.com/software-mansion/live-debugger/pull/768) - Docs: add website urls by [@&#8203;kraleppa](https://github.com/kraleppa) in [#&#8203;843](https://github.com/software-mansion/live-debugger/pull/843) - Chore: bump elixir to 1.19 by [@&#8203;kraleppa](https://github.com/kraleppa) in [#&#8203;811](https://github.com/software-mansion/live-debugger/pull/811) - Chore: bump wallaby by [@&#8203;kraleppa](https://github.com/kraleppa) in [#&#8203;821](https://github.com/software-mansion/live-debugger/pull/821) - Tests: Remove `live_debugger_refactor` directory by [@&#8203;hhubert6](https://github.com/hhubert6) in [#&#8203;800](https://github.com/software-mansion/live-debugger/pull/800) - Tests: Remove flaky case from e2e test by [@&#8203;kraleppa](https://github.com/kraleppa) in [#&#8203;847](https://github.com/software-mansion/live-debugger/pull/847) - Add EndlessCrashLoop LiveView to devApp by [@&#8203;srzeszut](https://github.com/srzeszut) in [#&#8203;739](https://github.com/software-mansion/live-debugger/pull/739) **Full Changelog**: <https://github.com/software-mansion/live-debugger/compare/v0.4.0...v0.5.0> ### [`v0.4.3`](https://github.com/software-mansion/live-debugger/blob/HEAD/CHANGELOG.md#043-2025-11-05) [Compare Source](https://github.com/software-mansion/live-debugger/compare/v0.4.2...v0.4.3) ##### Bug fixes - Fix highlighting with embedded LiveViews [#&#8203;797](https://github.com/software-mansion/live-debugger/pull/797) ##### Enhancements - Route to same page after redirect to new process [#&#8203;803](https://github.com/software-mansion/live-debugger/pull/803) - Add features page to docs [#&#8203;829](https://github.com/software-mansion/live-debugger/pull/829) </details> <details> <summary>phoenixframework/phoenix (phoenix)</summary> ### [`v1.8.3`](https://github.com/phoenixframework/phoenix/blob/HEAD/CHANGELOG.md#183-2025-12-8) [Compare Source](https://github.com/phoenixframework/phoenix/compare/v1.8.2...v1.8.3) ##### Enhancements - Add top-level phoenix config: `sort_verified_routes_query_params` to enable sorting query params in verified routes during tests ##### Bug fixes - Fix endpoint port config in an umbrella application. ([#&#8203;6549](https://github.com/phoenixframework/phoenix/pull/6549)) - Drop incoming channel messages with stale join refs ### [`v1.8.2`](https://github.com/phoenixframework/phoenix/blob/HEAD/CHANGELOG.md#182-2025-11-26) [Compare Source](https://github.com/phoenixframework/phoenix/compare/v1.8.1...v1.8.2) ##### Bug fixes - \[phoenix.js] fix issue where LongPoll can cause "unmatched topic" errors (observed on iOS only) ([#&#8203;6538](https://github.com/phoenixframework/phoenix/pull/6538)) - \[phx.gen.live] fix tests when schema and table names are equal ([#&#8203;6477](https://github.com/phoenixframework/phoenix/pull/6477)) - \[Verified Routes] do not add path prefixes for static routes - \[Phoenix.Endpoint] fix LongPoll being active by default since 1.8.0 ([#&#8203;6487](https://github.com/phoenixframework/phoenix/pull/6487)) ##### Enhancements - \[phoenix.js] socket now stops reconnection attempts while the page is hidden ([#&#8203;6534](https://github.com/phoenixframework/phoenix/pull/6534)) - \[phx.new] (re-)add `<.input field={@&#8203;form[:foo]} type="hidden" />` support in core components - \[phx.new] set `force_ssl` in `prod.exs` by default ([#&#8203;6435](https://github.com/phoenixframework/phoenix/pull/6435)) - \[phx.new] change `--docker` base image to debian trixie ([#&#8203;6521](https://github.com/phoenixframework/phoenix/pull/6521)) - \[Phoenix.Socket.assign/2] allow passing a function as second argument `assign(socket, fn _existing_assigns -> %{this_gets: "merged"} end)` ([#&#8203;6530](https://github.com/phoenixframework/phoenix/pull/6530)) - \[Phoenix.Controller.assign/2] allow passing a function as second argument ([#&#8203;6542](https://github.com/phoenixframework/phoenix/pull/6542)) - \[Phoenix.Controller.assign/2] support keyword lists and maps as second argument similar to LiveView ([#&#8203;6513](https://github.com/phoenixframework/phoenix/pull/6513)) - \[Presence] support custom dispatcher for `presence_diff` broadcast ([#&#8203;6500](https://github.com/phoenixframework/phoenix/pull/6500)) - \[AGENTS.md] add short test guidelines to usage rules </details> <details> <summary>phoenixframework/phoenix_ecto (phoenix_ecto)</summary> ### [`v4.7.0`](https://github.com/phoenixframework/phoenix_ecto/compare/v4.6.6...v4.7.0) [Compare Source](https://github.com/phoenixframework/phoenix_ecto/compare/v4.6.6...v4.7.0) ### [`v4.6.6`](https://github.com/phoenixframework/phoenix_ecto/blob/HEAD/CHANGELOG.md#v466) [Compare Source](https://github.com/phoenixframework/phoenix_ecto/compare/v4.6.5...v4.6.6) - Bug fixes - Keep backwards compatibility on sandbox API </details> <details> <summary>phoenixframework/phoenix_live_reload (phoenix_live_reload)</summary> ### [`v1.6.2`](https://github.com/phoenixframework/phoenix_live_reload/blob/HEAD/CHANGELOG.md#162-2025-12-08) [Compare Source](https://github.com/phoenixframework/phoenix_live_reload/compare/v1.6.1...v1.6.2) - Bug fixes - Properly deal with Unicode when forwarding logs </details> <details> <summary>phoenixframework/phoenix_live_view (phoenix_live_view)</summary> ### [`v1.1.18`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.17...v1.1.18) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.17...v1.1.18) ### [`v1.1.17`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.16...v1.1.17) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.16...v1.1.17) ### [`v1.1.16`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.15...v1.1.16) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.15...v1.1.16) ### [`v1.1.15`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.14...v1.1.15) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.14...v1.1.15) </details> <details> <summary>wojtekmach/req (req)</summary> ### [`v0.5.16`](https://github.com/wojtekmach/req/blob/HEAD/CHANGELOG.md#v0516-2025-11-10) [Compare Source](https://github.com/wojtekmach/req/compare/v0.5.15...v0.5.16) - \[`Req.Test`]: Fix `verify_on_exit!` accidentally using Mox name - \[`auth`]: Support MFArgs - \[`auth`]: Support digest auth - \[`put_aws_sigv4`]: Support MFArgs - \[`put_path_params`]: Encode `:path_params` even with reserved characters - \[`put_path_params`]: Set `:path_params_template` on empty params - \[`run_plug`]: Handle compressed request body </details> <details> <summary>swoosh/swoosh (swoosh)</summary> ### [`v1.19.9`](https://github.com/swoosh/swoosh/blob/HEAD/CHANGELOG.md#1199) [Compare Source](https://github.com/swoosh/swoosh/compare/v1.19.8...v1.19.9) ##### ✨ Features - add support for additional\_headers provider option in Scaleway [@&#8203;jaimeiniesta](https://github.com/jaimeiniesta) ([#&#8203;1077](https://github.com/swoosh/swoosh/issues/1077)) - Support specifying ip\_pool\_name data for Sendgrid [#&#8203;1081](https://github.com/swoosh/swoosh/issues/1081) [@&#8203;lardcanoe](https://github.com/lardcanoe) ([#&#8203;1082](https://github.com/swoosh/swoosh/issues/1082)) ##### 📝 Documentation - Add Resend adapter to README [@&#8203;jtormey](https://github.com/jtormey) ([#&#8203;1080](https://github.com/swoosh/swoosh/issues/1080)) </details> <details> <summary>tidewave-ai/tidewave_phoenix (tidewave)</summary> ### [`v0.5.2`](https://github.com/tidewave-ai/tidewave_phoenix/blob/HEAD/CHANGELOG.md#v052-2025-11-22) [Compare Source](https://github.com/tidewave-ai/tidewave_phoenix/compare/v0.5.1...v0.5.2) - Bug fixes - Fix logging with Unicode charlists ### [`v0.5.1`](https://github.com/tidewave-ai/tidewave_phoenix/blob/HEAD/CHANGELOG.md#v051-2025-11-01) [Compare Source](https://github.com/tidewave-ai/tidewave_phoenix/compare/v0.5.0...v0.5.1) - Enhancements - Add `Tidewave.clear_logs/0` - Add `/tidewave/config` endpoint for Tidewave App/CLI - Bug fixes - Fix type of `get_logs` </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTEuMiIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0ZWQiLCJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==-->
renovate added 1 commit 2025-12-03 14:17:03 +01:00
chore(deps): update mix dependencies
Some checks reported errors
continuous-integration/drone/push Build was killed
395d4426a9
renovate force-pushed renovate/mix-dependencies from 395d4426a9 to 75bb141bb4 2025-12-03 14:51:14 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 75bb141bb4 to 70fe2137d7 2025-12-03 15:30:00 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 70fe2137d7 to fefdfebfa0 2025-12-03 16:08:13 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from fefdfebfa0 to 232df951d9 2025-12-03 17:08:37 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 232df951d9 to 9de0063fdf 2025-12-03 18:13:11 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 9de0063fdf to 603a972b9c 2025-12-03 19:13:15 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 603a972b9c to 3ec3a29983 2025-12-03 21:20:22 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 3ec3a29983 to 6e1271582b 2025-12-03 22:23:19 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 6e1271582b to be003a9bb6 2025-12-04 10:26:34 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from be003a9bb6 to f1036e6250 2025-12-05 15:12:47 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from f1036e6250 to 872e6d1233 2025-12-06 00:17:30 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 872e6d1233 to f248bafa4f 2025-12-06 21:24:32 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from f248bafa4f to dc468d82a9 2025-12-08 11:24:26 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from dc468d82a9 to 7719cf53cf 2025-12-08 12:27:41 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 7719cf53cf to 43a33f23cc 2025-12-08 18:27:53 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 43a33f23cc to 1abe699d12 2025-12-08 19:27:48 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 1abe699d12 to c6ec997227 2025-12-08 21:28:47 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from c6ec997227 to 2a2c6e87bb 2025-12-09 09:28:03 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 2a2c6e87bb to 151e12dec7 2025-12-09 13:27:57 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 151e12dec7 to 8e0320d7a8 2025-12-11 00:15:55 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 8e0320d7a8 to 24646aec3f 2025-12-11 02:29:41 +01:00 Compare
renovate force-pushed renovate/mix-dependencies from 24646aec3f to 7d96872f95 2025-12-11 13:30:22 +01:00 Compare
moritz force-pushed renovate/mix-dependencies from 7d96872f95 to 1c60bc77b4 2025-12-11 14:17:45 +01:00 Compare
moritz added 1 commit 2025-12-11 14:21:50 +01:00
fix: credo warnings
All checks were successful
continuous-integration/drone/push Build is passing
9dba4d1019
Author
Collaborator

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
moritz merged commit 0a2632102c into main 2025-12-11 14:55:52 +01:00
moritz deleted branch renovate/mix-dependencies 2025-12-11 14:55:53 +01:00
Sign in to join this conversation.
No description provided.