Skip to content

Commit

Permalink
Bump phoenix_live_view from 0.19.4 to 0.19.5 (#612)
Browse files Browse the repository at this point in the history
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
github-actions[bot] authored Jul 20, 2023
2 parents a0bd627 + e7f9d1a commit b26d4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"phoenix_html": {:hex, :phoenix_html, "3.3.1", "4788757e804a30baac6b3fc9695bf5562465dd3f1da8eb8460ad5b404d9a2178", [:mix], [{:plug, "~> 1.5", [hex: :plug, repo: "hexpm", optional: true]}], "hexpm", "bed1906edd4906a15fd7b412b85b05e521e1f67c9a85418c55999277e553d0d3"},
"phoenix_live_dashboard": {:hex, :phoenix_live_dashboard, "0.8.0", "0b3158b5b198aa444473c91d23d79f52fb077e807ffad80dacf88ce078fa8df2", [: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", [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.0", [hex: :phoenix_live_view, repo: "hexpm", optional: false]}, {:telemetry_metrics, "~> 0.6 or ~> 1.0", [hex: :telemetry_metrics, repo: "hexpm", optional: false]}], "hexpm", "87785a54474fed91a67a1227a741097eb1a42c2e49d3c0d098b588af65cd410d"},
"phoenix_live_reload": {:hex, :phoenix_live_reload, "1.4.1", "2aff698f5e47369decde4357ba91fc9c37c6487a512b41732818f2204a8ef1d3", [:mix], [{:file_system, "~> 0.2.1 or ~> 0.3", [hex: :file_system, repo: "hexpm", optional: false]}, {:phoenix, "~> 1.4", [hex: :phoenix, repo: "hexpm", optional: false]}], "hexpm", "9bffb834e7ddf08467fe54ae58b5785507aaba6255568ae22b4d46e2bb3615ab"},
"phoenix_live_view": {:hex, :phoenix_live_view, "0.19.4", "dd9ffe3ca0683bdef4f340bcdd2c35a6ee0d581a2696033fc25f52e742618bdc", [:mix], [{:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:phoenix, "~> 1.6.15 or ~> 1.7.0", [hex: :phoenix, repo: "hexpm", optional: false]}, {:phoenix_html, "~> 3.3", [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]}, {:telemetry, "~> 0.4.2 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "fd2c666d227476d63af7b8c20e6e61d16f07eb49f924cf4198fca7668156f15b"},
"phoenix_live_view": {:hex, :phoenix_live_view, "0.19.5", "6e730595e8e9b8c5da230a814e557768828fd8dfeeb90377d2d8dbb52d4ec00a", [:mix], [{:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:phoenix, "~> 1.6.15 or ~> 1.7.0", [hex: :phoenix, repo: "hexpm", optional: false]}, {:phoenix_html, "~> 3.3", [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]}, {:telemetry, "~> 0.4.2 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "b2eaa0dd3cfb9bd7fb949b88217df9f25aed915e986a28ad5c8a0d054e7ca9d3"},
"phoenix_pubsub": {:hex, :phoenix_pubsub, "2.1.3", "3168d78ba41835aecad272d5e8cd51aa87a7ac9eb836eabc42f6e57538e3731d", [:mix], [], "hexpm", "bba06bc1dcfd8cb086759f0edc94a8ba2bc8896d5331a1e2c2902bf8e36ee502"},
"phoenix_template": {:hex, :phoenix_template, "1.0.3", "32de561eefcefa951aead30a1f94f1b5f0379bc9e340bb5c667f65f1edfa4326", [:mix], [{:phoenix_html, "~> 2.14.2 or ~> 3.0", [hex: :phoenix_html, repo: "hexpm", optional: true]}], "hexpm", "16f4b6588a4152f3cc057b9d0c0ba7e82ee23afa65543da535313ad8d25d8e2c"},
"plug": {:hex, :plug, "1.14.2", "cff7d4ec45b4ae176a227acd94a7ab536d9b37b942c8e8fa6dfc0fff98ff4d80", [:mix], [{:mime, "~> 1.0 or ~> 2.0", [hex: :mime, repo: "hexpm", optional: false]}, {:plug_crypto, "~> 1.1.1 or ~> 1.2", [hex: :plug_crypto, repo: "hexpm", optional: false]}, {:telemetry, "~> 0.4.3 or ~> 1.0", [hex: :telemetry, repo: "hexpm", optional: false]}], "hexpm", "842fc50187e13cf4ac3b253d47d9474ed6c296a8732752835ce4a86acdf68d13"},
Expand Down

0 comments on commit b26d4f2

Please sign in to comment.