Skip to content

Commit 185d3a2

Browse files
Bump phoenix_live_view from 1.0.17 to 1.1.3 (#2253)
Bumps [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) from 1.0.17 to 1.1.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/phoenixframework/phoenix_live_view/blob/v1.1.3/CHANGELOG.md">phoenix_live_view's changelog</a>.</em></p> <blockquote> <h2>v1.1.3 (2025-08-05)</h2> <h3>Bug fixes</h3> <ul> <li>Fix warning when importing LiveView JS (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/pull/3926">#3926</a>)</li> <li>Ensure form recovery respects fieldsets (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/pull/3921">#3921</a>)</li> <li>LiveViewTest: Fix crasj when submitting a form with custom submitter, but without ID (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3927">#3927</a>)</li> <li>LiveViewTest: Ensure whitespace in textarea content is preserved when submitting a form (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/pull/3928">#3928</a>)</li> <li>Make hook types less strict (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3913">#3913</a>)</li> </ul> <h3>Enhancements</h3> <ul> <li>HTMLFormatter: do not try to format attributes into a single line when they are spread over multiple lines. This follows the behavior of the Elixir formatter that also respects newlines.</li> <li>Re-enable component change tracking in case the dynamic expression does not have any dependencies, for example: <code>&lt;.my_component some=&quot;key&quot; {%{static: &quot;map&quot;}}&gt;</code> (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/pull/3936">#3936</a>)</li> </ul> <h2>v1.1.2 (2025-07-31)</h2> <h3>Bug fixes</h3> <ul> <li>Fix invalid component rendering when using dynamic assigns (<code>&lt;.my_component {...}&gt;</code>) in rare circumstances by disabling change tracking. LiveView cannot properly track changes in those cases and this could lead to weird bugs (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3919">#3919</a>) that were now more likely to surface with change tracked comprehensions.</li> <li>Fix <code>LiveViewTest</code> not considering some LiveViews as main when using <code>live_render</code> (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3917">#3917</a>)</li> <li>Fix JavaScript type definitions not being considered when using TypeScript in <code>bundler</code> resolution mode (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/pull/3915">#3915</a>)</li> </ul> <h2>v1.1.1 (2025-07-30)</h2> <h3>Bug fixes</h3> <ul> <li>Fix <code>key will be overridden in map</code> warning (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3912">#3912</a>)</li> </ul> <h2>v1.1.0 (2025-07-30) 🚀</h2> <h3>Bug fixes</h3> <ul> <li>Ensure nested variable access is properly change tracked in components (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/pull/3908">#3908</a>)</li> </ul> <h2>v1.1.0-rc.4 (2025-07-22)</h2> <h3>Enhancements</h3> <ul> <li>Rename <code>debug_tags_location</code> to <code>debug_attributes</code> and add <code>data-phx-pid</code> (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/pull/3898">#3898</a>)</li> <li>Simplify code generated for slots in HEEx when the slot does not contain any dynamic code (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/pull/3902">#3902</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Prevent <code>focus_wrap</code> from focusing the last element instead of the first on Firefox in rare cases (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/pull/3895">#3895</a>)</li> <li>Ensure comprehension entries perform a full render when change tracking is disabled (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/pull/3904">#3904</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/14b13f5c4578467050b44c8c33139f8a11833844"><code>14b13f5</code></a> release v1.1.3</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/04574200a15e2cf390aaefad53f2f31e038e17df"><code>0457420</code></a> Update assets</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/c3ed0c75fec2b5c45195ed8fde1e10f970dbbe21"><code>c3ed0c7</code></a> use PropertyKey in hook type (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3938">#3938</a>)</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/09d7470d352d72e94c2824b29db45181fe045a92"><code>09d7470</code></a> Keep change tracking if dynamic is empty (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3936">#3936</a>)</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/18690a43d56d936129b922e02510e1fe095cb2be"><code>18690a4</code></a> update changelog</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/3fb0ced22be189b2102911aacb624aedab61e114"><code>3fb0ced</code></a> Update assets</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/2eae56bdf855e1fe52429e86a09d2661af345e46"><code>2eae56b</code></a> Optimize and unify TreeDOM.all/filter (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3937">#3937</a>)</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/a879da475179412e42029a8dcc523d0d5b322bdc"><code>a879da4</code></a> Respect attributes newlines if written as such</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/4d916af8f483e485c9184cddf0d1306723a5b726"><code>4d916af</code></a> Ensure textarea content is not trimmed in TreeDOM (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3935">#3935</a>)</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/ef3ff26cef4148a259407eecf034e070d708b157"><code>ef3ff26</code></a> Ensure list when converting to lazy (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3934">#3934</a>)</li> <li>Additional commits viewable in <a href="https://github.com/phoenixframework/phoenix_live_view/compare/v1.0.17...v1.1.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=phoenix_live_view&package-manager=hex&previous-version=1.0.17&new-version=1.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47ed446 commit 185d3a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"hpax": {:hex, :hpax, "1.0.3", "ed67ef51ad4df91e75cc6a1494f851850c0bd98ebc0be6e81b026e765ee535aa", [:mix], [], "hexpm", "8eab6e1cfa8d5918c2ce4ba43588e894af35dbd8e91e6e55c817bca5847df34a"},
5353
"idna": {:hex, :idna, "6.1.1", "8a63070e9f7d0c62eb9d9fcb360a7de382448200fbbd1b106cc96d3d8099df8d", [:rebar3], [{:unicode_util_compat, "~> 0.7.0", [hex: :unicode_util_compat, repo: "hexpm", optional: false]}], "hexpm", "92376eb7894412ed19ac475e4a86f7b413c1b9fbb5bd16dccd57934157944cea"},
5454
"jason": {:hex, :jason, "1.4.4", "b9226785a9aa77b6857ca22832cffa5d5011a667207eb2a0ad56adb5db443b8a", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "c5eb0cab91f094599f94d55bc63409236a8ec69a21a67814529e8d5f6cc90b3b"},
55-
"lazy_html": {:hex, :lazy_html, "0.1.4", "b93da8ba8b539e31860abc4b57e57038dedfd5b6a092c3587eae0e187aab9913", [:make, :mix], [{:cc_precompiler, "~> 0.1", [hex: :cc_precompiler, repo: "hexpm", optional: false]}, {:elixir_make, "~> 0.9.0", [hex: :elixir_make, repo: "hexpm", optional: false]}, {:fine, "~> 0.1.0", [hex: :fine, repo: "hexpm", optional: false]}], "hexpm", "773f9e9dc8da71fd955376bec8adb03e0d7ed3fffcef77983a43a47ff1a72032"},
55+
"lazy_html": {:hex, :lazy_html, "0.1.5", "cafd130ffafd5ed2a4b359876ec8e4929b81ad47877c130fe42774c98581967e", [:make, :mix], [{:cc_precompiler, "~> 0.1", [hex: :cc_precompiler, repo: "hexpm", optional: false]}, {:elixir_make, "~> 0.9.0", [hex: :elixir_make, repo: "hexpm", optional: false]}, {:fine, "~> 0.1.0", [hex: :fine, repo: "hexpm", optional: false]}], "hexpm", "51b1e57cc260764a682b66f0a31f8b1fdf0cfc70fc61326c069e93d582584f27"},
5656
"libcluster": {:hex, :libcluster, "3.5.0", "5ee4cfde4bdf32b2fef271e33ce3241e89509f4344f6c6a8d4069937484866ba", [:mix], [{:jason, "~> 1.1", [hex: :jason, repo: "hexpm", optional: false]}, {:telemetry, "~> 1.3", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "ebf6561fcedd765a4cd43b4b8c04b1c87f4177b5fb3cbdfe40a780499d72f743"},
5757
"libcluster_postgres": {:hex, :libcluster_postgres, "0.2.0", "14a5064b78f891c46935a66489454814d949a52b447fc1daff5d4a440e6f5847", [:mix], [{:libcluster, "~> 3.3", [hex: :libcluster, repo: "hexpm", optional: false]}, {:postgrex, ">= 0.0.0", [hex: :postgrex, repo: "hexpm", optional: false]}], "hexpm", "ab2e952371c5a0a0fcb263216c7eae2a2267977b3bb3236650daed3054a93edd"},
5858
"libgraph": {:hex, :libgraph, "0.16.0", "3936f3eca6ef826e08880230f806bfea13193e49bf153f93edcf0239d4fd1d07", [:mix], [], "hexpm", "41ca92240e8a4138c30a7e06466acc709b0cbb795c643e9e17174a178982d6bf"},
@@ -99,7 +99,7 @@
9999
"phoenix_html": {:hex, :phoenix_html, "3.3.4", "42a09fc443bbc1da37e372a5c8e6755d046f22b9b11343bf885067357da21cb3", [:mix], [{:plug, "~> 1.5", [hex: :plug, repo: "hexpm", optional: true]}], "hexpm", "0249d3abec3714aff3415e7ee3d9786cb325be3151e6c4b3021502c585bf53fb"},
100100
"phoenix_live_dashboard": {:hex, :phoenix_live_dashboard, "0.8.7", "405880012cb4b706f26dd1c6349125bfc903fb9e44d1ea668adaf4e04d4884b7", [:mix], [{:ecto, "~> 3.6.2 or ~> 3.7", [hex: :ecto, repo: "hexpm", optional: true]}, {:ecto_mysql_extras, "~> 0.5", [hex: :ecto_mysql_extras, repo: "hexpm", optional: true]}, {:ecto_psql_extras, "~> 0.7", [hex: :ecto_psql_extras, repo: "hexpm", optional: true]}, {:ecto_sqlite3_extras, "~> 1.1.7 or ~> 1.2.0", [hex: :ecto_sqlite3_extras, repo: "hexpm", optional: true]}, {:mime, "~> 1.6 or ~> 2.0", [hex: :mime, repo: "hexpm", optional: false]}, {:phoenix_live_view, "~> 0.19 or ~> 1.0", [hex: :phoenix_live_view, repo: "hexpm", optional: false]}, {:telemetry_metrics, "~> 0.6 or ~> 1.0", [hex: :telemetry_metrics, repo: "hexpm", optional: false]}], "hexpm", "3a8625cab39ec261d48a13b7468dc619c0ede099601b084e343968309bd4d7d7"},
101101
"phoenix_live_reload": {:hex, :phoenix_live_reload, "1.6.0", "2791fac0e2776b640192308cc90c0dbcf67843ad51387ed4ecae2038263d708d", [:mix], [{:file_system, "~> 0.2.10 or ~> 1.0", [hex: :file_system, repo: "hexpm", optional: false]}, {:phoenix, "~> 1.4", [hex: :phoenix, repo: "hexpm", optional: false]}], "hexpm", "b3a1fa036d7eb2f956774eda7a7638cf5123f8f2175aca6d6420a7f95e598e1c"},
102-
"phoenix_live_view": {:hex, :phoenix_live_view, "1.1.2", "af6f090e3dc7d5ff41de10aa1039e0543e8151f99afa44097a832bcb139790d8", [:mix], [{:igniter, ">= 0.6.16 and < 1.0.0-0", [hex: :igniter, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:lazy_html, "~> 0.1.0", [hex: :lazy_html, repo: "hexpm", optional: true]}, {:phoenix, "~> 1.6.15 or ~> 1.7.0 or ~> 1.8.0-rc", [hex: :phoenix, repo: "hexpm", optional: false]}, {:phoenix_html, "~> 3.3 or ~> 4.0", [hex: :phoenix_html, repo: "hexpm", optional: false]}, {:phoenix_template, "~> 1.0", [hex: :phoenix_template, repo: "hexpm", optional: false]}, {:phoenix_view, "~> 2.0", [hex: :phoenix_view, repo: "hexpm", optional: true]}, {:plug, "~> 1.15", [hex: :plug, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4.2 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "54b2e4a31b8689a1604b3a2e0b1d54bb89e9476022c9ebbe585e9dd800674965"},
102+
"phoenix_live_view": {:hex, :phoenix_live_view, "1.1.3", "0473936730cc76f9b02e52f131e081c63e5e5c3851003878dd3cbe12124fb39f", [:mix], [{:igniter, ">= 0.6.16 and < 1.0.0-0", [hex: :igniter, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:lazy_html, "~> 0.1.0", [hex: :lazy_html, repo: "hexpm", optional: true]}, {:phoenix, "~> 1.6.15 or ~> 1.7.0 or ~> 1.8.0-rc", [hex: :phoenix, repo: "hexpm", optional: false]}, {:phoenix_html, "~> 3.3 or ~> 4.0", [hex: :phoenix_html, repo: "hexpm", optional: false]}, {:phoenix_template, "~> 1.0", [hex: :phoenix_template, repo: "hexpm", optional: false]}, {:phoenix_view, "~> 2.0", [hex: :phoenix_view, repo: "hexpm", optional: true]}, {:plug, "~> 1.15", [hex: :plug, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4.2 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "942967524e8d256ce6847ca3143d94425fa5125b53563790a609c78740cfb6c9"},
103103
"phoenix_pubsub": {:hex, :phoenix_pubsub, "2.1.3", "3168d78ba41835aecad272d5e8cd51aa87a7ac9eb836eabc42f6e57538e3731d", [:mix], [], "hexpm", "bba06bc1dcfd8cb086759f0edc94a8ba2bc8896d5331a1e2c2902bf8e36ee502"},
104104
"phoenix_template": {:hex, :phoenix_template, "1.0.4", "e2092c132f3b5e5b2d49c96695342eb36d0ed514c5b252a77048d5969330d639", [:mix], [{:phoenix_html, "~> 2.14.2 or ~> 3.0 or ~> 4.0", [hex: :phoenix_html, repo: "hexpm", optional: true]}], "hexpm", "2c0c81f0e5c6753faf5cca2f229c9709919aba34fab866d3bc05060c9c444206"},
105105
"phoenix_test": {:git, "https://github.com/germsvel/phoenix_test", "26575bcfd369e32c523f3424c6b7832f65680076", [ref: "26575bc"]},

0 commit comments

Comments
 (0)