Commit 185d3a2
authored
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><.my_component some="key" {%{static:
"map"}}></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><.my_component {...}></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 />
[](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
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments