Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump phoenix_live_view from 0.20.12 to 0.20.13 (#810)
Bumps [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) from 0.20.12 to 0.20.13. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/phoenixframework/phoenix_live_view/blob/main/CHANGELOG.md">phoenix_live_view's changelog</a>.</em></p> <blockquote> <h2>0.20.13 (2024-03-12)</h2> <h3>Bug fixes</h3> <ul> <li>Fix LiveComponent rendering bug causing elements to disappear when a LiveComponent child is removed and added back by the server</li> </ul> <h3>Enhancements</h3> <ul> <li>Warn when accessing the socket in a function passed to assign_async / start_async</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/6a37389a1ca0e647e17897bb6127dcf5ee5ecea7"><code>6a37389</code></a> Release 0.20.13</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/2b1008c6076ac014ddca96821eeec544c009689f"><code>2b1008c</code></a> Fix rendering bug when component is added back. Closes <a href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3169">#3169</a></li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/dec101791b5b42978475483dd0f6cfefe0d07936"><code>dec1017</code></a> Require Elixir v1.13</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/7f6a9c8920be1cddcae0e5e9e73fc853b35ca64c"><code>7f6a9c8</code></a> runtime checks for socket access in async functions (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3161">#3161</a>)</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/c6674622e0d2adac467cacaca765a7910e1a4ea7"><code>c667462</code></a> Support handle_event hooks on LiveComponents (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3158">#3158</a>)</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/75543020beed09ba571e29f550b93654e44aa51b"><code>7554302</code></a> fix sigil escape warning when running tests on Elixir 1.17</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/0f9cc6457424dfb7101257e6b12cc77656197546"><code>0f9cc64</code></a> Fix flaky unit tests (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3165">#3165</a>)</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/b53eaaf9f76afc3b3cf3519432c09a64d7420318"><code>b53eaaf</code></a> Update CHANGELOG</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/f1de9fe775795fe04047962a23b4839dd98ec535"><code>f1de9fe</code></a> warn if socket is used in start_async / assign_async (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/3160">#3160</a>)</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/daea482e7976a025070cfcd5e07c57e768f702ff"><code>daea482</code></a> Add a warning on async operations about passing the socket</li> <li>Additional commits viewable in <a href="https://github.com/phoenixframework/phoenix_live_view/compare/v0.20.12...v0.20.13">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=0.20.12&new-version=0.20.13)](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>
- Loading branch information