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.19.4 to 0.19.5 (#612)
Bumps [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) from 0.19.4 to 0.19.5. <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.19.5 (2023-07-19)</h2> <h3>Backwards incompatible changes</h3> <ul> <li>The <code>close/1</code> callback of <code>Phoenix.LiveView.UploadWriter</code> is now <code>close/2</code> with the close reason passed as the second argument.</li> <li>The <code>write_chunk</code> callback of <code>Phoenix.LiveView.UploadWriter</code> must now return the updated writer state when an error occurs. Instead of <code>{:error, reason}</code>, return <code>{:error, reason, new_state}</code>.</li> </ul> <h3>Enhancements</h3> <ul> <li>Pass close reason to <code>Phoenix.LiveView.UploadWriter</code> close.</li> <li>Dispatch <code>phx:navigate</code> window events when LiveView changes the history state</li> </ul> <h3>Bug fixes</h3> <ul> <li>Call <code>Phoenix.LiveView.UploadWriter</code> close callback when LiveView goes down or connection is lost</li> <li>Fix JS.patch to a Phoenix router scope with <code>:host</code> causing errors</li> <li>Fix immediate navigation after patch not updating URL</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/fb111738d56745f37338867b9faea86eb9baa6e1"><code>fb11173</code></a> Release 0.19.5</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/b1c5ed21dcbdc480685555358707a00e2619e2c7"><code>b1c5ed2</code></a> Support close reason in UploadWriter and call close on exit</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/27c59a938518f8f005abfd32764832d40a5076a9"><code>27c59a9</code></a> Update ci.yml (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/2740">#2740</a>)</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/9f8dcdf8143bbaa6e9ea6c22712f7ee7c4f40818"><code>9f8dcdf</code></a> Store correct line number on AST</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/89b896ff8a98cdcc5d185419c283a8166760f850"><code>89b896f</code></a> Bump changelog</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/f907037005ce079e148bcfc987a25e661496f376"><code>f907037</code></a> Bump build</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/9f0e3ab8bd1e23b67717359a9fbcd24590ef6f65"><code>9f0e3ab</code></a> fix navigate callback running after patch (<a href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/2736">#2736</a>)</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/13a17522881bc1d16c5a9c7d69519c5debcebbc0"><code>13a1752</code></a> Bump changelog</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/32de2aeab17bfb648caf7485e0553a631d1db6b4"><code>32de2ae</code></a> Bump changelog</li> <li><a href="https://github.com/phoenixframework/phoenix_live_view/commit/e6be2ce0c837c2246d0d2d0d1e3b528c5f42ba9d"><code>e6be2ce</code></a> Expand JS.patch url. Closes <a href="https://redirect.github.com/phoenixframework/phoenix_live_view/issues/2665">#2665</a></li> <li>Additional commits viewable in <a href="https://github.com/phoenixframework/phoenix_live_view/compare/v0.19.4...v0.19.5">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.19.4&new-version=0.19.5)](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 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