Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump phoenix from 1.7.12 to 1.7.14 (#863)
Bumps [phoenix](https://github.com/phoenixframework/phoenix) from 1.7.12 to 1.7.14. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/phoenixframework/phoenix/blob/main/CHANGELOG.md">phoenix's changelog</a>.</em></p> <blockquote> <h2>1.7.14 (2024-06-18)</h2> <h3>Bug fixes</h3> <ul> <li>Revert "Add <code>follow_redirect/2</code> to Phoenix.ConnTest" (<a href="https://redirect.github.com/phoenixframework/phoenix/issues/5797">#5797</a>) as this conflicts with <code>follow_redirect/2</code> in LiveView, which is imported with ConnTest by default</li> </ul> <h2>1.7.13 (2024-06-18)</h2> <h3>Bug fixes</h3> <ul> <li>Fix Elixir 1.17 warning in Cowboy2Adapter</li> <li>Fix verified routes emitting diagnostics without file and position</li> </ul> <h3>JavaScript Client Bug Fixes</h3> <ul> <li>Fix error when <code>sessionStorage</code> is not available on global namespace</li> </ul> <h3>Enhancements</h3> <ul> <li>Add <code>follow_redirect/2</code> to Phoenix.ConnTest</li> <li>Use LiveView 1.0.0-rc for newly generated applications</li> <li>Use new <code>Phoenix.Component.used_input?</code> for form errors in generated <code>core_components.ex</code></li> <li>Allow <code>mix ecto.setup</code> from the umbrella root</li> <li>Bump Endpoint static cache manifest on <code>config_change</code> callback</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/phoenixframework/phoenix/commit/e99f657f1cc9062fca0f2b8b79bc90659d8bd514"><code>e99f657</code></a> Release 1.7.14</li> <li><a href="https://github.com/phoenixframework/phoenix/commit/4dd1f8df65659c83957794d20dd7ae28c59780ac"><code>4dd1f8d</code></a> Revert "Add follow_redirect/2 to Phoenix.ConnTest (<a href="https://redirect.github.com/phoenixframework/phoenix/issues/5797">#5797</a>)" (<a href="https://redirect.github.com/phoenixframework/phoenix/issues/5849">#5849</a>)</li> <li><a href="https://github.com/phoenixframework/phoenix/commit/d36f8a7710e31edcf9a2e72298f6cb3da1b11683"><code>d36f8a7</code></a> Release 1.7.13</li> <li><a href="https://github.com/phoenixframework/phoenix/commit/81c3eb8797a69980535b8a26e4eaa6b988672fbf"><code>81c3eb8</code></a> make tests repeatable (--repeat-until-failure) (<a href="https://redirect.github.com/phoenixframework/phoenix/issues/5843">#5843</a>)</li> <li><a href="https://github.com/phoenixframework/phoenix/commit/335def7975de4ae4760652240fe7c6a89375cb60"><code>335def7</code></a> Update community.md, Add Phoenix Tutorial (Phoenix 1.6) (<a href="https://redirect.github.com/phoenixframework/phoenix/issues/5841">#5841</a>)</li> <li><a href="https://github.com/phoenixframework/phoenix/commit/996cbc293705872db2d2d072b350ce2219bc1ece"><code>996cbc2</code></a> Update CHANGELOG</li> <li><a href="https://github.com/phoenixframework/phoenix/commit/be4eb9aea66078f647d33508f2bb5e1a7fa395df"><code>be4eb9a</code></a> update js dependencies, move to jest for testing (<a href="https://redirect.github.com/phoenixframework/phoenix/issues/5821">#5821</a>)</li> <li><a href="https://github.com/phoenixframework/phoenix/commit/e336b25b444c2d19565c622b6e4f84f997602531"><code>e336b25</code></a> Do not add phoenix_live_view config on API apps, closes <a href="https://redirect.github.com/phoenixframework/phoenix/issues/5840">#5840</a></li> <li><a href="https://github.com/phoenixframework/phoenix/commit/d8f7144971c3e0bb9e9e07eb5532e9fc49d2d053"><code>d8f7144</code></a> socket.js check if global is available (<a href="https://redirect.github.com/phoenixframework/phoenix/issues/5829">#5829</a>)</li> <li><a href="https://github.com/phoenixframework/phoenix/commit/bab16f43a265f7b119f5644c4ce46cec7ca68642"><code>bab16f4</code></a> Bump actions/cache from 3 to 4 (<a href="https://redirect.github.com/phoenixframework/phoenix/issues/5701">#5701</a>)</li> <li>Additional commits viewable in <a href="https://github.com/phoenixframework/phoenix/compare/v1.7.12...v1.7.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=phoenix&package-manager=hex&previous-version=1.7.12&new-version=1.7.14)](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