chore(deps): update mix dependencies #478

Merged
simon merged 2 commits from renovate/mix-dependencies into main 2026-04-07 16:28:48 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
ash (source) prod minor 3.19.33.23.1
ash_postgres (source) prod minor 2.7.02.8.0
bandit (source) prod patch 1.10.31.10.4
hammer (source) prod minor 7.2.07.3.0
igniter (source) dev patch 0.7.30.7.7
lazy_html (source) dev patch 0.1.100.1.11
live_debugger (source) dev minor ~> 0.6~> 0.7
phoenix_live_view (source) prod patch 1.1.261.1.28
swoosh (source) prod minor 1.23.01.25.0
tidewave (source) dev patch 0.5.50.5.6

Release Notes

ash-project/ash (ash)

v3.23.1

Compare Source

Bug Fixes:
  • ensure is/_not/_distinct_from cast parameters to the same type by @​zachdaniel
Improvements:

v3.23.0

Compare Source

Features:
Bug Fixes:
  • ensure that update timestamps are properly updated in atomic updates by @​zachdaniel

  • ensure get_data raises on data not available by @​zachdaniel

Improvements:

v3.22.2

Compare Source

Bug Fixes:
  • handle more :no_rollback cases in Ash.DataLayer.destroy/2 by @​zachdaniel

  • handle {:array, :same} in data layer and expression type resolution by @​zachdaniel

  • more specific types for has and intersects functions by @​zachdaniel

  • add test for intersects function type resolution with {:array, :same} by @​zachdaniel

v3.22.1

Compare Source

Bug Fixes:
  • just to be extra-safe also prevent when loading modules by @​zachdaniel

v3.22.0

Compare Source

Features:
Bug Fixes:
Improvements:

v3.21.3

Compare Source

Bug Fixes:
  • make bulk actions opt-in for managed relationships by @​zachdaniel
Improvements:

v3.21.2

Compare Source

Bug Fixes:
Improvements:

v3.21.1

Compare Source

Bug Fixes:
  • ensure that Ash.calculate works with non-field calculations by @​zachdaniel

v3.21.0

Compare Source

Features:
Bug Fixes:
Improvements:

v3.20.0

Compare Source

Features:
Bug Fixes:
Improvements:
ash-project/ash_postgres (ash_postgres)

v2.8.0

Compare Source

Features:
  • add --use_fragments option to resource generator | Closes #​437 (#​709) by henryzhan013
Bug Fixes:
  • test setup by Philip Capel

  • formatting by Philip Capel

mtrudel/bandit (bandit)

v1.10.4

Compare Source

Enhancements
ExHammer/hammer (hammer)

v7.3.0

Compare Source

  • Add expires_at/2 API for fix_window algorithm (#​178)
  • Add before_clean callback on bucket expiry (#​177)
  • Fix timestamp unit mismatch in TokenBucket and LeakyBucket clean/1 (#​176)
  • Fix race condition between insert_new and lookup in ETS hit/5 (#​175)
ash-project/igniter (igniter)

v0.7.7

Compare Source

Bug Fixes:
  • handle children = [...] ++ expr in add_new_child (#​368) by James Harton

v0.7.6

Compare Source

Bug Fixes:
  • run tasks with Mix.shell().cmd/1 to avoid state issues by Zach Daniel

v0.7.5

Compare Source

v0.7.4

Compare Source

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

v0.1.11

Compare Source

Added
  • Added :separator option to LazyHTML.text/1 (#​33)
software-mansion/live-debugger (live_debugger)

v0.7.0

Compare Source

Features
  • Add flash message when LiveView crashes in #​923
  • Add :auto_port and :ignore_startup_errors configs in #​950
  • Add components tree as filter to global callback traces in #​945
Bug fixes
  • Fix startup error associated with missing timezone in #​938
  • DeadView mode sometimes is not triggered properly in #​939
  • Fix spacing in open in editor button in #​949
Enhancements
  • Add better indicator of selected node in #​916
  • Allow opening LiveView/LiveComponent in editor in #​925
  • Use telemetry event for updating components tree in #​926
  • Better description in active LiveViews in #​940
  • Improve displaying nested LiveViews in #​936
  • Cleanup LiveDebugger logs in #​942
  • Moved copy and history buttons to all assigns in #​943
  • Assigns section polish in #​946
Other
  • Docs: Update website after v0.6.0 release in #​922
  • Chore: update version in #​921
  • Chore: fix process monitor reconnect test case in #​944
  • Tests: Setup Playwright in #​919
phoenixframework/phoenix_live_view (phoenix_live_view)

v1.1.28

Compare Source

Bug fixes
  • Fix race condition that could lead to a JS exception when nested LiveView is removed while it is joining (#​4177)
Enhancements
  • A bunch of small performance and documentation improvements (thank you @​preciz!)

v1.1.27

Compare Source

Bug fixes
  • Workaround Chrome bug when patching <template> elements (#​4163)
  • Fix more type warnings on Elixir 1.20
swoosh/swoosh (swoosh)

v1.25.0

Compare Source

Features
📝 Documentation
🧰 Maintenance

v1.24.0

Compare Source

Features

v1.23.1

Compare Source

Features
🧰 Maintenance
tidewave-ai/tidewave_phoenix (tidewave)

v0.5.6

Compare Source


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.19.3` → `3.23.1` | | [ash_postgres](https://hex.pm/packages/ash_postgres) ([source](https://github.com/ash-project/ash_postgres)) | prod | minor | `2.7.0` → `2.8.0` | | [bandit](https://hex.pm/packages/bandit) ([source](https://github.com/mtrudel/bandit)) | prod | patch | `1.10.3` → `1.10.4` | | [hammer](https://hex.pm/packages/hammer) ([source](https://github.com/ExHammer/hammer)) | prod | minor | `7.2.0` → `7.3.0` | | [igniter](https://hex.pm/packages/igniter) ([source](https://github.com/ash-project/igniter)) | dev | patch | `0.7.3` → `0.7.7` | | [lazy_html](https://hex.pm/packages/lazy_html) ([source](https://github.com/dashbitco/lazy_html)) | dev | patch | `0.1.10` → `0.1.11` | | [live_debugger](https://hex.pm/packages/live_debugger) ([source](https://github.com/software-mansion/live-debugger)) | dev | minor | `~> 0.6` → `~> 0.7` | | [phoenix_live_view](https://hex.pm/packages/phoenix_live_view) ([source](https://github.com/phoenixframework/phoenix_live_view)) | prod | patch | `1.1.26` → `1.1.28` | | [swoosh](https://hex.pm/packages/swoosh) ([source](https://github.com/swoosh/swoosh)) | prod | minor | `1.23.0` → `1.25.0` | | [tidewave](https://hex.pm/packages/tidewave) ([source](https://github.com/tidewave-ai/tidewave_phoenix)) | dev | patch | `0.5.5` → `0.5.6` | --- ### Release Notes <details> <summary>ash-project/ash (ash)</summary> ### [`v3.23.1`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3231-2026-04-01) [Compare Source](https://github.com/ash-project/ash/compare/v3.23.0...v3.23.1) ##### Bug Fixes: - ensure is/\_not/\_distinct\_from cast parameters to the same type by [@&#8203;zachdaniel](https://github.com/zachdaniel) ##### Improvements: - add `init/1` callback to `Ash.Policy.Check` ([#&#8203;2655](https://github.com/ash-project/ash/issues/2655)) by [@&#8203;nallwhy](https://github.com/nallwhy) [(#&#8203;2655)](https://github.com/ash-project/ash/pull/2655) ### [`v3.23.0`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3230-2026-03-31) [Compare Source](https://github.com/ash-project/ash/compare/v3.22.2...v3.23.0) ##### Features: - add pipelines DSL for reusable action logic composition ([#&#8203;2652](https://github.com/ash-project/ash/issues/2652)) by [@&#8203;nallwhy](https://github.com/nallwhy) [(#&#8203;2652)](https://github.com/ash-project/ash/pull/2652) ##### Bug Fixes: - ensure that update timestamps are properly updated in atomic updates by [@&#8203;zachdaniel](https://github.com/zachdaniel) - ensure `get_data` raises on data not available by [@&#8203;zachdaniel](https://github.com/zachdaniel) ##### Improvements: - Add resource metadata to Ash.NotLoaded struct ([#&#8203;2653](https://github.com/ash-project/ash/issues/2653)) by [@&#8203;nallwhy](https://github.com/nallwhy) [(#&#8203;2653)](https://github.com/ash-project/ash/pull/2653) ### [`v3.22.2`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3222-2026-03-31) [Compare Source](https://github.com/ash-project/ash/compare/v3.22.1...v3.22.2) ##### Bug Fixes: - handle more `:no_rollback` cases in `Ash.DataLayer.destroy/2` by [@&#8203;zachdaniel](https://github.com/zachdaniel) - handle {:array, :same} in data layer and expression type resolution by [@&#8203;zachdaniel](https://github.com/zachdaniel) - more specific types for `has` and `intersects` functions by [@&#8203;zachdaniel](https://github.com/zachdaniel) - add test for `intersects` function type resolution with {:array, :same} by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v3.22.1`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3221-2026-03-29) [Compare Source](https://github.com/ash-project/ash/compare/v3.22.0...v3.22.1) ##### Bug Fixes: - just to be extra-safe also prevent when loading modules by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v3.22.0`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3220-2026-03-29) [Compare Source](https://github.com/ash-project/ash/compare/v3.21.3...v3.22.0) ##### Features: - add batch\_validate callback to Ash.Resource.Validation ([#&#8203;2650](https://github.com/ash-project/ash/issues/2650)) by [@&#8203;RylandBangerter85](https://github.com/RylandBangerter85) ##### Bug Fixes: - remove `Module.concat` from `Ash.Type.Module.cast_input/2` by [@&#8203;zachdaniel](https://github.com/zachdaniel) - handle nil return from generic actions with load option and enforce allow\_nil? ([#&#8203;2649](https://github.com/ash-project/ash/issues/2649)) by [@&#8203;barnabasJ](https://github.com/barnabasJ) [(#&#8203;2649)](https://github.com/ash-project/ash/pull/2649) ##### Improvements: - validate many callback returns ([#&#8203;2645](https://github.com/ash-project/ash/issues/2645)) by celeste-wahlquist [(#&#8203;2645)](https://github.com/ash-project/ash/pull/2645) ### [`v3.21.3`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3213-2026-03-25) [Compare Source](https://github.com/ash-project/ash/compare/v3.21.2...v3.21.3) ##### Bug Fixes: - make bulk actions opt-in for managed relationships by [@&#8203;zachdaniel](https://github.com/zachdaniel) ##### Improvements: - add paginate\_by\_default? option to read actions ([#&#8203;2648](https://github.com/ash-project/ash/issues/2648)) by Juan Martin [(#&#8203;2648)](https://github.com/ash-project/ash/pull/2648) ### [`v3.21.2`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3212-2026-03-25) [Compare Source](https://github.com/ash-project/ash/compare/v3.21.1...v3.21.2) ##### Bug Fixes: - recompute changed? after setup\_managed\_belongs\_to\_relationships ([#&#8203;2647](https://github.com/ash-project/ash/issues/2647)) by [@&#8203;barnabasJ](https://github.com/barnabasJ) [(#&#8203;2647)](https://github.com/ash-project/ash/pull/2647) ##### Improvements: - support structs in type inference by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v3.21.1`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3211-2026-03-23) [Compare Source](https://github.com/ash-project/ash/compare/v3.21.0...v3.21.1) ##### Bug Fixes: - ensure that Ash.calculate works with non-field calculations by [@&#8203;zachdaniel](https://github.com/zachdaniel) ### [`v3.21.0`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3210-2026-03-23) [Compare Source](https://github.com/ash-project/ash/compare/v3.20.0...v3.21.0) ##### Features: - support `:auto` type in calculations ([#&#8203;2643](https://github.com/ash-project/ash/issues/2643)) by [@&#8203;zachdaniel](https://github.com/zachdaniel) [(#&#8203;2643)](https://github.com/ash-project/ash/pull/2643) ##### Bug Fixes: - show value in invalid errors for Ash.TypedStruct by [@&#8203;zachdaniel](https://github.com/zachdaniel) ##### Improvements: - support calculations that don't add struct fields by [@&#8203;zachdaniel](https://github.com/zachdaniel) - resolve expr aggregate types ([#&#8203;2644](https://github.com/ash-project/ash/issues/2644)) by [@&#8203;Torkan](https://github.com/Torkan) [(#&#8203;2644)](https://github.com/ash-project/ash/pull/2644) - add --domain option to ash.gen.gettext for merging into existing pot files ([#&#8203;2640](https://github.com/ash-project/ash/issues/2640)) by [@&#8203;nallwhy](https://github.com/nallwhy) [(#&#8203;2640)](https://github.com/ash-project/ash/pull/2640) ### [`v3.20.0`](https://github.com/ash-project/ash/blob/HEAD/CHANGELOG.md#v3200-2026-03-20) [Compare Source](https://github.com/ash-project/ash/compare/v3.19.3...v3.20.0) ##### Features: - add `required!` expression shorthand ([#&#8203;2636](https://github.com/ash-project/ash/issues/2636)) by dallingson [(#&#8203;2636)](https://github.com/ash-project/ash/pull/2636) - add mix ash.gettext.extract for i18n support ([#&#8203;2615](https://github.com/ash-project/ash/issues/2615)) by [@&#8203;nallwhy](https://github.com/nallwhy) [(#&#8203;2615)](https://github.com/ash-project/ash/pull/2615) - Add attribute\_always\_select? option to belongs\_to relationships ([#&#8203;2627](https://github.com/ash-project/ash/issues/2627)) by [@&#8203;emadshaaban92](https://github.com/emadshaaban92) [(#&#8203;2627)](https://github.com/ash-project/ash/pull/2627) - redact sensitive values in built-in validation errors w/ backwards compatibility flag ([#&#8203;2608](https://github.com/ash-project/ash/issues/2608)) by [@&#8203;nallwhy](https://github.com/nallwhy) [(#&#8203;2608)](https://github.com/ash-project/ash/pull/2608) ##### Bug Fixes: - ensure `__metadata__.tenant` is present in bulk action after hooks by [@&#8203;zachdaniel](https://github.com/zachdaniel) - preserve input order in bulk manage\_relationship ([#&#8203;2639](https://github.com/ash-project/ash/issues/2639)) by [@&#8203;nallwhy](https://github.com/nallwhy) [(#&#8203;2639)](https://github.com/ash-project/ash/pull/2639) - support before\_action? validations in bulk\_create and bulk\_update ([#&#8203;2634](https://github.com/ash-project/ash/issues/2634)) by [@&#8203;nallwhy](https://github.com/nallwhy) [(#&#8203;2634)](https://github.com/ash-project/ash/pull/2634) - return {:not\_atomic, ...} for before\_action? validations in run\_atomic\_validation by [@&#8203;nallwhy](https://github.com/nallwhy) [(#&#8203;2634)](https://github.com/ash-project/ash/pull/2634) - support atomic-only changes in bulk\_create ([#&#8203;2635](https://github.com/ash-project/ash/issues/2635)) by [@&#8203;barnabasJ](https://github.com/barnabasJ) [(#&#8203;2635)](https://github.com/ash-project/ash/pull/2635) - honor scope option in Ash.can/can? ([#&#8203;2631](https://github.com/ash-project/ash/issues/2631)) by [@&#8203;emadshaaban92](https://github.com/emadshaaban92) [(#&#8203;2631)](https://github.com/ash-project/ash/pull/2631) - bulk create/update/destroy global validation ordering ([#&#8203;2628](https://github.com/ash-project/ash/issues/2628)) by [@&#8203;nallwhy](https://github.com/nallwhy) [(#&#8203;2628)](https://github.com/ash-project/ash/pull/2628) - Preserve explicit select when merging duplicate relationship loads ([#&#8203;2626](https://github.com/ash-project/ash/issues/2626)) by [@&#8203;mikaelweiss](https://github.com/mikaelweiss) [(#&#8203;2626)](https://github.com/ash-project/ash/pull/2626) - use inidividually overridden callbacks within array callbacks ([#&#8203;2610](https://github.com/ash-project/ash/issues/2610)) by Jesse Williams [(#&#8203;2610)](https://github.com/ash-project/ash/pull/2610) - add \[] as fallback for modules = Application.spec(app, :modules) ([#&#8203;2620](https://github.com/ash-project/ash/issues/2620)) by Torkild Gundersen Kjevik [(#&#8203;2620)](https://github.com/ash-project/ash/pull/2620) - Add tenant for notification load ([#&#8203;2617](https://github.com/ash-project/ash/issues/2617)) by Torkild Gundersen Kjevik [(#&#8203;2617)](https://github.com/ash-project/ash/pull/2617) - propagate errors from cascade\_update instead of silently swallowing them by [@&#8203;zachdaniel](https://github.com/zachdaniel) - soft destroy with return\_notifications? loses notifications ([#&#8203;2616](https://github.com/ash-project/ash/issues/2616)) by [@&#8203;nallwhy](https://github.com/nallwhy) [(#&#8203;2616)](https://github.com/ash-project/ash/pull/2616) - don't nest `%Ash.Filter` expressions when combining join filters by [@&#8203;zachdaniel](https://github.com/zachdaniel) - remove unreachable is\_list guard in soft destroy path ([#&#8203;2613](https://github.com/ash-project/ash/issues/2613)) by djgoku [(#&#8203;2613)](https://github.com/ash-project/ash/pull/2613) - ensure stacked aggregates honor authorization rules while reading by [@&#8203;zachdaniel](https://github.com/zachdaniel) - use Enum.member? instead of in-macro to mitigate 1.20-rc.2 compiler ([#&#8203;2612](https://github.com/ash-project/ash/issues/2612)) by Torkild Gundersen Kjevik [(#&#8203;2612)](https://github.com/ash-project/ash/pull/2612) ##### Improvements: - Allow marking actions as internal to prevent exposing them via APIs [#&#8203;1271](https://github.com/ash-project/ash/issues/1271) ([#&#8203;2629](https://github.com/ash-project/ash/issues/2629)) by Dgoz101 [(#&#8203;2629)](https://github.com/ash-project/ash/pull/2629) - expand gettext i18n support to types, changes, and changeset ([#&#8203;2637](https://github.com/ash-project/ash/issues/2637)) by [@&#8203;nallwhy](https://github.com/nallwhy) [(#&#8203;2637)](https://github.com/ash-project/ash/pull/2637) - add filename and content\_type functions to Ash.Type.File by [@&#8203;zachdaniel](https://github.com/zachdaniel) - use bulk actions for managed relationship actions by [@&#8203;zachdaniel](https://github.com/zachdaniel) - more informative errors on `ash.setup` failures ([#&#8203;2595](https://github.com/ash-project/ash/issues/2595)) by celeste-wahlquist [(#&#8203;2595)](https://github.com/ash-project/ash/pull/2595) - add generate/1 and bingenerate/1 accepting a DateTime to Ash.UUIDv7 ([#&#8203;2609](https://github.com/ash-project/ash/issues/2609)) by [@&#8203;nallwhy](https://github.com/nallwhy) [(#&#8203;2609)](https://github.com/ash-project/ash/pull/2609) </details> <details> <summary>ash-project/ash_postgres (ash_postgres)</summary> ### [`v2.8.0`](https://github.com/ash-project/ash_postgres/blob/HEAD/CHANGELOG.md#v280-2026-03-09) [Compare Source](https://github.com/ash-project/ash_postgres/compare/v2.7.0...v2.8.0) ##### Features: - add --use\_fragments option to resource generator | Closes [#&#8203;437](https://github.com/ash-project/ash_postgres/issues/437) ([#&#8203;709](https://github.com/ash-project/ash_postgres/issues/709)) by henryzhan013 ##### Bug Fixes: - test setup by Philip Capel - formatting by Philip Capel </details> <details> <summary>mtrudel/bandit (bandit)</summary> ### [`v1.10.4`](https://github.com/mtrudel/bandit/blob/HEAD/CHANGELOG.md#1104-25-Mar-2026) [Compare Source](https://github.com/mtrudel/bandit/compare/1.10.3...1.10.4) ##### Enhancements - Support `{:shutdown, :disconnected}` as a normal WebSocket result code ([#&#8203;576](https://github.com/mtrudel/bandit/issues/576), thanks [@&#8203;wwitek-whatnot](https://github.com/wwitek-whatnot)!) </details> <details> <summary>ExHammer/hammer (hammer)</summary> ### [`v7.3.0`](https://github.com/ExHammer/hammer/blob/HEAD/CHANGELOG.md#730---2026-03-31) [Compare Source](https://github.com/ExHammer/hammer/compare/7.2.0...7.3.0) - Add `expires_at/2` API for fix\_window algorithm ([#&#8203;178](https://github.com/ExHammer/hammer/issues/178)) - Add `before_clean` callback on bucket expiry ([#&#8203;177](https://github.com/ExHammer/hammer/issues/177)) - Fix timestamp unit mismatch in `TokenBucket` and `LeakyBucket` `clean/1` ([#&#8203;176](https://github.com/ExHammer/hammer/issues/176)) - Fix race condition between `insert_new` and `lookup` in ETS `hit/5` ([#&#8203;175](https://github.com/ExHammer/hammer/issues/175)) </details> <details> <summary>ash-project/igniter (igniter)</summary> ### [`v0.7.7`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v077-2026-03-24) [Compare Source](https://github.com/ash-project/igniter/compare/v0.7.6...v0.7.7) ##### Bug Fixes: - handle `children = [...] ++ expr` in `add_new_child` ([#&#8203;368](https://github.com/ash-project/igniter/issues/368)) by James Harton ### [`v0.7.6`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v076-2026-03-15) [Compare Source](https://github.com/ash-project/igniter/compare/v0.7.5...v0.7.6) ##### Bug Fixes: - run tasks with `Mix.shell().cmd/1` to avoid state issues by Zach Daniel ### [`v0.7.5`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v075-2026-03-15) [Compare Source](https://github.com/ash-project/igniter/compare/v0.7.4...v0.7.5) ### [`v0.7.4`](https://github.com/ash-project/igniter/blob/HEAD/CHANGELOG.md#v074-2026-03-10) [Compare Source](https://github.com/ash-project/igniter/compare/v0.7.3...v0.7.4) ##### Improvements: - error messages for task compilation ([#&#8203;364](https://github.com/ash-project/igniter/issues/364)) by celeste-wahlquist </details> <details> <summary>dashbitco/lazy_html (lazy_html)</summary> ### [`v0.1.11`](https://github.com/dashbitco/lazy_html/blob/HEAD/CHANGELOG.md#v0111-2026-04-02) [Compare Source](https://github.com/dashbitco/lazy_html/compare/v0.1.10...v0.1.11) ##### Added - Added `:separator` option to `LazyHTML.text/1` ([#&#8203;33](https://github.com/dashbitco/lazy_html/pull/33)) </details> <details> <summary>software-mansion/live-debugger (live_debugger)</summary> ### [`v0.7.0`](https://github.com/software-mansion/live-debugger/blob/HEAD/CHANGELOG.md#070-2026-03-17) [Compare Source](https://github.com/software-mansion/live-debugger/compare/v0.6.1...v0.7.0) ##### Features - Add flash message when LiveView crashes in [#&#8203;923](https://github.com/software-mansion/live-debugger/pull/923) - Add `:auto_port` and `:ignore_startup_errors` configs in [#&#8203;950](https://github.com/software-mansion/live-debugger/pull/950) - Add components tree as filter to global callback traces in [#&#8203;945](https://github.com/software-mansion/live-debugger/pull/945) ##### Bug fixes - Fix startup error associated with missing timezone in [#&#8203;938](https://github.com/software-mansion/live-debugger/pull/938) - DeadView mode sometimes is not triggered properly in [#&#8203;939](https://github.com/software-mansion/live-debugger/pull/939) - Fix spacing in open in editor button in [#&#8203;949](https://github.com/software-mansion/live-debugger/pull/949) ##### Enhancements - Add better indicator of selected node in [#&#8203;916](https://github.com/software-mansion/live-debugger/pull/916) - Allow opening LiveView/LiveComponent in editor in [#&#8203;925](https://github.com/software-mansion/live-debugger/pull/925) - Use telemetry event for updating components tree in [#&#8203;926](https://github.com/software-mansion/live-debugger/pull/926) - Better description in active LiveViews in [#&#8203;940](https://github.com/software-mansion/live-debugger/pull/940) - Improve displaying nested LiveViews in [#&#8203;936](https://github.com/software-mansion/live-debugger/pull/936) - Cleanup LiveDebugger logs in [#&#8203;942](https://github.com/software-mansion/live-debugger/pull/942) - Moved copy and history buttons to all assigns in [#&#8203;943](https://github.com/software-mansion/live-debugger/pull/943) - Assigns section polish in [#&#8203;946](https://github.com/software-mansion/live-debugger/pull/946) ##### Other - Docs: Update website after v0.6.0 release in [#&#8203;922](https://github.com/software-mansion/live-debugger/pull/922) - Chore: update version in [#&#8203;921](https://github.com/software-mansion/live-debugger/pull/921) - Chore: fix process monitor reconnect test case in [#&#8203;944](https://github.com/software-mansion/live-debugger/pull/944) - Tests: Setup Playwright in [#&#8203;919](https://github.com/software-mansion/live-debugger/pull/919) </details> <details> <summary>phoenixframework/phoenix_live_view (phoenix_live_view)</summary> ### [`v1.1.28`](https://github.com/phoenixframework/phoenix_live_view/releases/tag/v1.1.28) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.27...v1.1.28) ##### Bug fixes - Fix race condition that could lead to a JS exception when nested LiveView is removed while it is joining ([#&#8203;4177](https://github.com/phoenixframework/phoenix_live_view/issues/4177)) ##### Enhancements - A bunch of small performance and documentation improvements (thank you [@&#8203;preciz](https://github.com/preciz)!) ### [`v1.1.27`](https://github.com/phoenixframework/phoenix_live_view/releases/tag/v1.1.27) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.26...v1.1.27) ##### Bug fixes - Workaround Chrome bug when patching `<template>` elements ([#&#8203;4163](https://github.com/phoenixframework/phoenix_live_view/pull/4163)) - Fix more type warnings on Elixir 1.20 </details> <details> <summary>swoosh/swoosh (swoosh)</summary> ### [`v1.25.0`](https://github.com/swoosh/swoosh/blob/HEAD/CHANGELOG.md#1250) [Compare Source](https://github.com/swoosh/swoosh/compare/v1.24.0...v1.25.0) ##### ✨ Features - Add `Swoosh.Adapters.Sandbox` [@&#8203;aidalgol](https://github.com/aidalgol) ([#&#8203;1120](https://github.com/swoosh/swoosh/issues/1120)) ##### 📝 Documentation - Improve discoverability and HexDocs coverage for `Swoosh.Adapters.Sandbox` [@&#8203;copilot-swe-agent](https://github.com/copilot-swe-agent) ([#&#8203;1121](https://github.com/swoosh/swoosh/issues/1121)) ##### 🧰 Maintenance - Add release-published workflow to comment on released PRs [@&#8203;copilot-swe-agent](https://github.com/copilot-swe-agent) ([#&#8203;1118](https://github.com/swoosh/swoosh/issues/1118)) ### [`v1.24.0`](https://github.com/swoosh/swoosh/blob/HEAD/CHANGELOG.md#1240) [Compare Source](https://github.com/swoosh/swoosh/compare/v1.23.1...v1.24.0) ##### ✨ Features - Add Azure Communication Services adapter [@&#8203;jamilbk](https://github.com/jamilbk) ([#&#8203;1116](https://github.com/swoosh/swoosh/issues/1116)) ### [`v1.23.1`](https://github.com/swoosh/swoosh/blob/HEAD/CHANGELOG.md#1231) [Compare Source](https://github.com/swoosh/swoosh/compare/v1.23.0...v1.23.1) ##### ✨ Features - Add tracking options to the mailjet adapter [@&#8203;wkirschbaum](https://github.com/wkirschbaum) ([#&#8203;1114](https://github.com/swoosh/swoosh/issues/1114)) ##### 🧰 Maintenance - Remove unused require Logger compilation warning [@&#8203;wkirschbaum](https://github.com/wkirschbaum) ([#&#8203;1115](https://github.com/swoosh/swoosh/issues/1115)) </details> <details> <summary>tidewave-ai/tidewave_phoenix (tidewave)</summary> ### [`v0.5.6`](https://github.com/tidewave-ai/tidewave_phoenix/compare/v0.5.5...v0.5.6) [Compare Source](https://github.com/tidewave-ai/tidewave_phoenix/compare/v0.5.5...v0.5.6) </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:eyJjcmVhdGVkSW5WZXIiOiI0My41OS43IiwidXBkYXRlZEluVmVyIjoiNDMuNTkuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0b21hdGVkIiwiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->
renovate added 1 commit 2026-04-02 02:15:33 +02:00
chore(deps): update mix dependencies
All checks were successful
continuous-integration/drone/push Build is passing
edecf452b2
renovate force-pushed renovate/mix-dependencies from edecf452b2 to bc4111a295 2026-04-03 02:15:34 +02:00 Compare
renovate force-pushed renovate/mix-dependencies from bc4111a295 to 879695e7b6 2026-04-07 02:15:36 +02:00 Compare
simon added 1 commit 2026-04-07 15:52:31 +02:00
fix: adapt tests to updated deps
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing
5aaca7aa37
simon merged commit bac488b47c into main 2026-04-07 16:28:48 +02:00
simon deleted branch renovate/mix-dependencies 2026-04-07 16:28:49 +02:00
Sign in to join this conversation.
No description provided.