Update phoenix packages #32

Open
renovate wants to merge 1 commit from renovate/phoenix-packages into main
Contributor

This PR contains the following updates:

Package Type Update Change
phoenix (source) prod patch 1.8.11.8.8
phoenix_ecto (source) prod minor 4.6.54.7.0
phoenix_html (source) prod minor 4.2.14.3.0
phoenix_live_reload (source) dev patch 1.6.11.6.2
phoenix_live_view (source) prod minor 1.1.101.2.3
phoenix_storybook (source) prod patch 0.9.20.9.3

Release Notes

phoenixframework/phoenix (phoenix)

v1.8.8

Compare Source

Enhancements
  • [phx.new] Use LiveView 1.2.0

v1.8.7

Compare Source

Bug fixes
  • Fix invalid status when longpoll request times out
Enhancements
  • Mask token parameter in logs by default (in addition to "password")
JavaScript Client Bug Fixes
  • Fix encoding of non-ASCII metadata in binary channel messages

v1.8.6

Compare Source

Security fixes
  • CVE-2026-32689: Fix Phoenix.Socket Longpoll transport memory exhaustion in nd-JSON body splitting
Enhancements
  • [phoenix] Raise if use Phoenix.VerifiedRoutes is called multiple times in the same module
  • [phoenix] Fix more deprecation and type checker warnings on Elixir 1.20
  • [phoenix] Raise when interpolating a list in Phoenix.VerifiedRoutes (#​6632)
  • [phoenix] Gracefully handle non-binary vsn socket parameter (#​6662)
  • [phx.gen.*] Use .eex filename suffix in generator files
  • [phx.new] Add interactive mode: mix phx.new --interactive (#​6630)
  • [phx.new] Add phx-no-format to generated <.live_title> tag (#​6667)
Bug fixes
  • [phx.gen.*] Fix generated migrations for myxql when using scopes (#​6635)
  • [phx.new] Fix crash when parent directory contains a colon (#​6633)

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

v1.8.4

Compare Source

JavaScript Client Bug Fixes
  • Fix bug reconnecting connections when close was gracefully initiated by server
  • Fix LongPoll transport name in sessionStorage and logs
Enhancements
  • Adds guards support in assert_push, assert_broadcast, and assert_reply
  • Enable purging in Phoenix code server for Elixir 1.20

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

  • Bug fixes
    • Disable migration lock when checking for pending migrations to avoid slow downs

v4.6.6

Compare Source

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

v4.3.0

Compare Source

  • Enhancements

    • Implement Phoenix.HTML.Safe for Duration
    • Add function head for argument names of normalize_value/2 to improve documentation
    • Allow custom tags in options_for_select
    • Allow datetime as form option values
  • Bug fixes

    • Avoid false positive warnings on Elixir v1.19
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.2.3

Compare Source

This is a followup release to v1.2.2 that fixes the TypeScript declaration files being in the wrong subfolder.
Again, it does not contain any changes to the Elixir or JavaScript code itself.

v1.2.2

Compare Source

This release fixes the npm package missing the TypeScript declaration files.
It does not contain any changes to the Elixir or JavaScript code itself, except small documentation improvements.

v1.2.1

Compare Source

Bug fixes
  • Fix stale events from the previous LiveView being sent to the new LiveView after a live redirect (#​4291)

v1.2.0

Compare Source

Enhancements
  • Support events pushed when connected mount redirects (#​4269)
Bug fixes
  • Ensure for comprehensions in HEEx use deterministic variables
  • Ensure connect_params are kept when following redirects in LiveViewTest (#​4005)
  • Ensure exceptions during LiveComponent renders are emitted as :telemetry event (#​4258)
  • Fix whitespace handling of EEx nodes in HEEx compiler (#​4277)

v1.1.32

Compare Source

Bug fixes
  • Fix stale events from the previous LiveView being sent to the new LiveView after a live redirect (#​4291)

v1.1.31

Compare Source

Enhancements
  • Validate URL scheme in push_patch / push_navigate, JS.patch / JS.navigate, and clientside js().patch / js().navigate (#​4250)
Bug fixes
  • Fix nested assign change tracking (#​4225)
  • Ensure Phoenix.LiveViewTest.live_redirect/2 properly passes the URI as a string in handle_params (#​4247)

v1.1.30

Compare Source

Bug fixes
  • Ensure internal phx-viewport hook does not crash on update if no scroll container is used (#​4214), introduced in v1.1.29.

v1.1.29

Compare Source

Bug fixes
  • Prevent JS crash when hook has a duplicate ID (#​4196)
  • Recompute scroll container for phx-viewport bindings if it is no longer available (#​4169)
  • Fix phx-viewport events not firing when container has horizontal overflow (#​3897)
  • Handle locks on skipped nodes (#​4209)
  • Use moveBefore if available when reordering stream elements (#​4212)

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

v1.1.26

Compare Source

Bug fixes
  • Fix phx-click-away for nested portals
  • Fix type warnings on Elixir 1.20

v1.1.25

Compare Source

Bug fixes
  • Fix phx-click-away when clicked element is teleported (#​4141)
  • Handle phx-hook outside of LiveViews when reconnecting (#​4147)

v1.1.24

Compare Source

v1.1.23

Compare Source

v1.1.22

Compare Source

v1.1.21

Compare Source

v1.1.20

Compare Source

v1.1.19

Compare Source

v1.1.18

Compare Source

v1.1.17

Compare Source

v1.1.16

Compare Source

v1.1.15

Compare Source

v1.1.14

Compare Source

v1.1.13

Compare Source

v1.1.12

Compare Source

v1.1.11

Compare Source

phenixdigital/phoenix_storybook (phoenix_storybook)

v0.9.3

Compare Source


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • Between 10:00 AM and 10:59 AM (* 10 * * *)
  • 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 Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [phoenix](https://hex.pm/packages/phoenix) ([source](https://github.com/phoenixframework/phoenix)) | prod | patch | `1.8.1` → `1.8.8` | | [phoenix_ecto](https://hex.pm/packages/phoenix_ecto) ([source](https://github.com/phoenixframework/phoenix_ecto)) | prod | minor | `4.6.5` → `4.7.0` | | [phoenix_html](https://hex.pm/packages/phoenix_html) ([source](https://github.com/phoenixframework/phoenix_html)) | prod | minor | `4.2.1` → `4.3.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 | minor | `1.1.10` → `1.2.3` | | [phoenix_storybook](https://hex.pm/packages/phoenix_storybook) ([source](https://github.com/phenixdigital/phoenix_storybook)) | prod | patch | `0.9.2` → `0.9.3` | --- ### Release Notes <details> <summary>phoenixframework/phoenix (phoenix)</summary> ### [`v1.8.8`](https://github.com/phoenixframework/phoenix/blob/HEAD/CHANGELOG.md#188-2026-06-10) [Compare Source](https://github.com/phoenixframework/phoenix/compare/v1.8.7...v1.8.8) ##### Enhancements - \[phx.new] Use LiveView 1.2.0 ### [`v1.8.7`](https://github.com/phoenixframework/phoenix/blob/HEAD/CHANGELOG.md#187-2026-05-06) [Compare Source](https://github.com/phoenixframework/phoenix/compare/v1.8.6...v1.8.7) ##### Bug fixes - Fix invalid status when longpoll request times out ##### Enhancements - Mask `token` parameter [in logs](https://phoenix.hexdocs.pm/Phoenix.Logger.html#module-parameter-filtering) by default (in addition to "password") ##### JavaScript Client Bug Fixes - Fix encoding of non-ASCII metadata in binary channel messages ### [`v1.8.6`](https://github.com/phoenixframework/phoenix/blob/HEAD/CHANGELOG.md#186-2026-05-05) [Compare Source](https://github.com/phoenixframework/phoenix/compare/v1.8.5...v1.8.6) ##### Security fixes - [CVE-2026-32689](https://github.com/phoenixframework/phoenix/security/advisories/GHSA-628h-q48j-jr6q): Fix Phoenix.Socket Longpoll transport memory exhaustion in nd-JSON body splitting ##### Enhancements - \[phoenix] Raise if `use Phoenix.VerifiedRoutes` is called multiple times in the same module - \[phoenix] Fix more deprecation and type checker warnings on Elixir 1.20 - \[phoenix] Raise when interpolating a list in `Phoenix.VerifiedRoutes` ([#&#8203;6632](https://github.com/phoenixframework/phoenix/pull/6632)) - \[phoenix] Gracefully handle non-binary `vsn` socket parameter ([#&#8203;6662](https://github.com/phoenixframework/phoenix/pull/6662)) - \[phx.gen.\*] Use `.eex` filename suffix in generator files - \[phx.new] Add interactive mode: `mix phx.new --interactive` ([#&#8203;6630](https://github.com/phoenixframework/phoenix/pull/6630)) - \[phx.new] Add `phx-no-format` to generated `<.live_title>` tag ([#&#8203;6667](https://github.com/phoenixframework/phoenix/pull/6667)) ##### Bug fixes - \[phx.gen.\*] Fix generated migrations for myxql when using scopes ([#&#8203;6635](https://github.com/phoenixframework/phoenix/pull/6635)) - \[phx.new] Fix crash when parent directory contains a colon ([#&#8203;6633](https://github.com/phoenixframework/phoenix/pull/6633)) ### [`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 ### [`v1.8.4`](https://github.com/phoenixframework/phoenix/blob/HEAD/CHANGELOG.md#184-2026-02-23) [Compare Source](https://github.com/phoenixframework/phoenix/compare/v1.8.3...v1.8.4) ##### JavaScript Client Bug Fixes - Fix bug reconnecting connections when close was gracefully initiated by server - Fix LongPoll transport name in sessionStorage and logs ##### Enhancements - Adds guards support in `assert_push`, `assert_broadcast`, and `assert_reply` - Enable purging in Phoenix code server for Elixir 1.20 ### [`v1.8.3`](https://github.com/phoenixframework/phoenix/blob/HEAD/CHANGELOG.md#183-2025-12-08) [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/blob/HEAD/CHANGELOG.md#v470) [Compare Source](https://github.com/phoenixframework/phoenix_ecto/compare/v4.6.6...v4.7.0) - Bug fixes - Disable migration lock when checking for pending migrations to avoid slow downs ### [`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_html (phoenix_html)</summary> ### [`v4.3.0`](https://github.com/phoenixframework/phoenix_html/blob/HEAD/CHANGELOG.md#430-2025-09-28) [Compare Source](https://github.com/phoenixframework/phoenix_html/compare/v4.2.1...v4.3.0) - Enhancements - Implement `Phoenix.HTML.Safe` for Duration - Add function head for argument names of `normalize_value/2` to improve documentation - Allow custom tags in options\_for\_select - Allow datetime as form option values - Bug fixes - Avoid false positive warnings on Elixir v1.19 </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.2.3`](https://github.com/phoenixframework/phoenix_live_view/blob/HEAD/CHANGELOG.md#v123-2026-06-12) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.2.2...v1.2.3) This is a followup release to v1.2.2 that fixes the TypeScript declaration files being in the wrong subfolder. Again, it does not contain any changes to the Elixir or JavaScript code itself. ### [`v1.2.2`](https://github.com/phoenixframework/phoenix_live_view/blob/HEAD/CHANGELOG.md#v122-2026-06-12) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.2.1...v1.2.2) This release fixes the [npm package](https://www.npmjs.com/package/phoenix_live_view) missing the TypeScript declaration files. It does not contain any changes to the Elixir or JavaScript code itself, except small documentation improvements. ### [`v1.2.1`](https://github.com/phoenixframework/phoenix_live_view/blob/HEAD/CHANGELOG.md#v121-2026-06-11) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.2.0...v1.2.1) ##### Bug fixes - Fix stale events from the previous LiveView being sent to the new LiveView after a live redirect ([#&#8203;4291](https://github.com/phoenixframework/phoenix_live_view/pull/4291)) ### [`v1.2.0`](https://github.com/phoenixframework/phoenix_live_view/blob/HEAD/CHANGELOG.md#v120-2026-06-10-) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.32...v1.2.0) ##### Enhancements - Support events pushed when connected mount redirects ([#&#8203;4269](https://github.com/phoenixframework/phoenix_live_view/issues/4269)) ##### Bug fixes - Ensure for comprehensions in HEEx use deterministic variables - Ensure `connect_params` are kept when following redirects in LiveViewTest ([#&#8203;4005](https://github.com/phoenixframework/phoenix_live_view/issues/4005)) - Ensure exceptions during LiveComponent renders are emitted as `:telemetry` event ([#&#8203;4258](https://github.com/phoenixframework/phoenix_live_view/issues/4258)) - Fix whitespace handling of EEx nodes in HEEx compiler ([#&#8203;4277](https://github.com/phoenixframework/phoenix_live_view/pull/4277)) ### [`v1.1.32`](https://github.com/phoenixframework/phoenix_live_view/releases/tag/v1.1.32) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.31...v1.1.32) ##### Bug fixes - Fix stale events from the previous LiveView being sent to the new LiveView after a live redirect ([#&#8203;4291](https://github.com/phoenixframework/phoenix_live_view/pull/4291)) ### [`v1.1.31`](https://github.com/phoenixframework/phoenix_live_view/releases/tag/v1.1.31) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.30...v1.1.31) ##### Enhancements - Validate URL scheme in `push_patch` / `push_navigate`, `JS.patch` / `JS.navigate`, and clientside `js().patch` / `js().navigate` ([#&#8203;4250](https://github.com/phoenixframework/phoenix_live_view/pull/4250)) ##### Bug fixes - Fix nested assign change tracking ([#&#8203;4225](https://github.com/phoenixframework/phoenix_live_view/pull/4225)) - Ensure `Phoenix.LiveViewTest.live_redirect/2` properly passes the URI as a string in `handle_params` ([#&#8203;4247](https://github.com/phoenixframework/phoenix_live_view/pull/4247)) ### [`v1.1.30`](https://github.com/phoenixframework/phoenix_live_view/releases/tag/v1.1.30) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.29...v1.1.30) ##### Bug fixes - Ensure internal phx-viewport hook does not crash on update if no scroll container is used ([#&#8203;4214](https://github.com/phoenixframework/phoenix_live_view/issues/4214)), introduced in v1.1.29. ### [`v1.1.29`](https://github.com/phoenixframework/phoenix_live_view/releases/tag/v1.1.29) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.28...v1.1.29) ##### Bug fixes - Prevent JS crash when hook has a duplicate ID ([#&#8203;4196](https://github.com/phoenixframework/phoenix_live_view/issues/4196)) - Recompute scroll container for phx-viewport bindings if it is no longer available ([#&#8203;4169](https://github.com/phoenixframework/phoenix_live_view/issues/4169)) - Fix phx-viewport events not firing when container has horizontal overflow ([#&#8203;3897](https://github.com/phoenixframework/phoenix_live_view/issues/3897)) - Handle locks on skipped nodes ([#&#8203;4209](https://github.com/phoenixframework/phoenix_live_view/issues/4209)) - Use `moveBefore` if available when reordering stream elements ([#&#8203;4212](https://github.com/phoenixframework/phoenix_live_view/issues/4212)) ### [`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 ### [`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 ### [`v1.1.25`](https://github.com/phoenixframework/phoenix_live_view/releases/tag/v1.1.25) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.24...v1.1.25) ##### Bug fixes - Fix `phx-click-away` when clicked element is teleported ([#&#8203;4141](https://github.com/phoenixframework/phoenix_live_view/issues/4141)) - Handle `phx-hook` outside of LiveViews when reconnecting ([#&#8203;4147](https://github.com/phoenixframework/phoenix_live_view/issues/4147)) ### [`v1.1.24`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.23...v1.1.24) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.23...v1.1.24) ### [`v1.1.23`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.22...v1.1.23) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.22...v1.1.23) ### [`v1.1.22`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.21...v1.1.22) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.21...v1.1.22) ### [`v1.1.21`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.20...v1.1.21) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.20...v1.1.21) ### [`v1.1.20`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.19...v1.1.20) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.19...v1.1.20) ### [`v1.1.19`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.18...v1.1.19) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.18...v1.1.19) ### [`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) ### [`v1.1.14`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.13...v1.1.14) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.13...v1.1.14) ### [`v1.1.13`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.12...v1.1.13) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.12...v1.1.13) ### [`v1.1.12`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.11...v1.1.12) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.11...v1.1.12) ### [`v1.1.11`](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.10...v1.1.11) [Compare Source](https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.10...v1.1.11) </details> <details> <summary>phenixdigital/phoenix_storybook (phoenix_storybook)</summary> ### [`v0.9.3`](https://github.com/phenixdigital/phoenix_storybook/blob/HEAD/CHANGELOG.md#v093-2025-09-15) [Compare Source](https://github.com/phenixdigital/phoenix_storybook/compare/v0.9.2...v0.9.3) - **feature**: [accompany variations with optional notes](https://github.com/phenixdigital/phoenix_storybook/issues/571) - 🙏 [@&#8203;xxdavid](https://github.com/xxdavid) - **improvement**: bumped to `phoenix_live_view 1.1.x` and `phoenix 1.8.x` - **bugfix**: [not resolving priv dir for assets hash calculation is now less punitive](https://github.com/phenixdigital/phoenix_storybook/issues/665) </details> --- ### Configuration 📅 **Schedule**: (in timezone UTC) - Branch creation - Between 10:00 AM and 10:59 AM (`* 10 * * *`) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42Mi4zIiwidXBkYXRlZEluVmVyIjoiNDMuMjI2LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInJlbm92YXRlIl19-->
renovate force-pushed renovate/phoenix-packages from f7d88efc32
All checks were successful
Test / tests (pull_request) Successful in 6m43s
to 20a720a411
Some checks failed
Test / tests (pull_request) Successful in 6m48s
renovate/artifacts Artifact file update failure
2025-09-10 11:46:32 +00:00
Compare
renovate changed title from Update dependency phoenix_live_view to v1.1.11 to Update dependency phoenix_live_view to v1.1.12 2025-09-14 13:46:11 +00:00
renovate force-pushed renovate/phoenix-packages from 20a720a411
Some checks failed
Test / tests (pull_request) Successful in 6m48s
renovate/artifacts Artifact file update failure
to f946aa8298
All checks were successful
Test / tests (pull_request) Successful in 6m51s
2025-09-14 17:46:00 +00:00
Compare
renovate force-pushed renovate/phoenix-packages from f946aa8298
All checks were successful
Test / tests (pull_request) Successful in 6m51s
to d7ab2e7e70
All checks were successful
Test / tests (pull_request) Successful in 7m14s
2025-09-15 14:46:44 +00:00
Compare
renovate changed title from Update dependency phoenix_live_view to v1.1.12 to Update phoenix packages 2025-09-15 14:46:45 +00:00
renovate force-pushed renovate/phoenix-packages from d7ab2e7e70
All checks were successful
Test / tests (pull_request) Successful in 7m14s
to ec6f3e733f
Some checks failed
Test / tests (pull_request) Successful in 6m50s
renovate/artifacts Artifact file update failure
2025-09-15 16:46:24 +00:00
Compare
renovate force-pushed renovate/phoenix-packages from ec6f3e733f
Some checks failed
Test / tests (pull_request) Successful in 6m50s
renovate/artifacts Artifact file update failure
to 1c30d1d06d
All checks were successful
Test / tests (pull_request) Successful in 6m48s
2025-09-18 13:46:50 +00:00
Compare
renovate force-pushed renovate/phoenix-packages from 1c30d1d06d
All checks were successful
Test / tests (pull_request) Successful in 6m48s
to 613f6c6c10
All checks were successful
Test / tests (pull_request) Successful in 5m51s
2025-09-21 11:46:19 +00:00
Compare
renovate force-pushed renovate/phoenix-packages from 613f6c6c10
All checks were successful
Test / tests (pull_request) Successful in 5m51s
to 426fbe664b
All checks were successful
Test / tests (pull_request) Successful in 5m50s
2025-09-25 11:46:39 +00:00
Compare
renovate force-pushed renovate/phoenix-packages from 426fbe664b
All checks were successful
Test / tests (pull_request) Successful in 5m50s
to b0052809f0
All checks were successful
Test / tests (pull_request) Successful in 5m58s
2025-09-28 17:46:26 +00:00
Compare
renovate force-pushed renovate/phoenix-packages from b0052809f0
All checks were successful
Test / tests (pull_request) Successful in 5m58s
to 7a605e2070
Some checks failed
Test / tests (pull_request) Failing after 59s
renovate/artifacts Artifact file update failure
2025-10-07 14:47:13 +00:00
Compare
Author
Contributor

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: mix.lock
Command failed: install-tool elixir v1.20.1

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: mix.lock ``` Command failed: install-tool elixir v1.20.1 ```
Commenting is not possible because the repository is archived.
No reviewers
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ludonauts/jupiter!32
No description provided.