Commit 745ccec
authored
Bump phoenix_live_view from 1.1.4 to 1.1.7 (#2288)
Bumps
[phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view)
from 1.1.4 to 1.1.7.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/phoenixframework/phoenix_live_view/blob/v1.1.7/CHANGELOG.md">phoenix_live_view's
changelog</a>.</em></p>
<blockquote>
<h2>v1.1.7 (2025-08-18)</h2>
<h3>Bug fixes</h3>
<ul>
<li>Fix regression introduced in v1.1.6</li>
</ul>
<h2>v1.1.6 (2025-08-18)</h2>
<h3>Bug fixes</h3>
<ul>
<li>Fix live components in nested views accidentally destroying live
components in parent views (<a
href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3953">#3953</a>)</li>
</ul>
<h2>v1.1.5 (2025-08-18)</h2>
<h3>Bug fixes</h3>
<ul>
<li>Fix hooks not working when used inside of
<code>Phoenix.Component.portal/1</code> (<a
href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3950">#3950</a>)</li>
<li>Fix form participating custom elements not being reset to empty in
some cases (<a
href="https://redirect.github.com/phoenixframework/phoenix_live_view/pull/3946">#3946</a>)</li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Allow <code>assign_async</code> to return a keyword list</li>
<li>Add <code>Phoenix.LiveView.stream_async/4</code> to asynchronously
insert items into a stream</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/phoenixframework/phoenix_live_view/commit/ccc2132eb143bfe371070d64b640130cf58d1678"><code>ccc2132</code></a>
release v1.1.7</li>
<li><a
href="https://github.com/phoenixframework/phoenix_live_view/commit/a7aa090e63fa9ff3e906e744469ac0410574c950"><code>a7aa090</code></a>
release v1.1.6</li>
<li><a
href="https://github.com/phoenixframework/phoenix_live_view/commit/fc04af42c857e24166762c7b3127d3a3e6761ef8"><code>fc04af4</code></a>
check owner when sending cids_will_destroy</li>
<li><a
href="https://github.com/phoenixframework/phoenix_live_view/commit/e2b8c11cc045df9cd40fd0d3c37d6279c1b7bee5"><code>e2b8c11</code></a>
release v1.1.5</li>
<li><a
href="https://github.com/phoenixframework/phoenix_live_view/commit/ac0f7034c4b665bebeb000901d1e1a044f5c3fc4"><code>ac0f703</code></a>
Update assets</li>
<li><a
href="https://github.com/phoenixframework/phoenix_live_view/commit/e0b1a1d6dd8a54d056e8c3773b6f616bcaeeeb67"><code>e0b1a1d</code></a>
add stream_async (<a
href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3944">#3944</a>)</li>
<li><a
href="https://github.com/phoenixframework/phoenix_live_view/commit/6c0bd38a32fb4ace24e2ad35b7897530999d57fa"><code>6c0bd38</code></a>
fix ownsElement to account for portals (<a
href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3951">#3951</a>)</li>
<li><a
href="https://github.com/phoenixframework/phoenix_live_view/commit/f43bda4969b05a87a2069da636c25feb785d162b"><code>f43bda4</code></a>
ensuring value is merged for form participating custom elements (<a
href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3946">#3946</a>)</li>
<li><a
href="https://github.com/phoenixframework/phoenix_live_view/commit/9c070607713bb5cf2f62dcca423bca54629a92f3"><code>9c07060</code></a>
Allow returning lists of assigns from assign_async</li>
<li>See full diff in <a
href="https://github.com/phoenixframework/phoenix_live_view/compare/v1.1.4...v1.1.7">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 f0289e9 commit 745ccec
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments