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.7 to 1.7.9 (#35)
Bumps [phoenix](https://github.com/phoenixframework/phoenix) from 1.7.7 to 1.7.9. <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.9 (2023-10-11)</h2> <h3>Bug fixes</h3> <ul> <li>[Phoenix.CodeReloader] - Fix error in code reloader causing compilation errors</li> <li>[phx.new] – fix LiveView debug heex configuration being generated when <code>--no-html</code> pas passed</li> </ul> <h2>1.7.8 (2023-10-09)</h2> <h3>Bug fixes</h3> <ul> <li>[Phoenix.ChannelTest] Stringify lists when pushing data</li> <li>[Phoenix.Controller] Fix filename when sending downloads with non-ascii names</li> <li>[Phoenix.CodeReloader] Remove duplicate warnings on recent Elixir versions</li> <li>[Phoenix.CodeReloader] Do not crash code reloader if file information is missing from diagnostic</li> <li>[Phoenix.Logger] Do not crash when status is atom</li> <li>[phx.gen.release] Fix <code>mix phx.gen.release --docker</code> failing with <code>:http_util</code> error on Elixir v1.15</li> <li>[phx.gen.*] Skip map inputs in generated forms as there is no trivial matching input</li> <li>[phx.new] Fix tailwind/esbuild config and paths in umbrella projects</li> <li>[phx.new] Do not render <code>th</code> for actions if actions are empty</li> </ul> <h3>Enhancements</h3> <ul> <li>[Phoenix] Allow latest <code>plug_crypto</code></li> <li>[Phoenix.Endpoint] Support dynamic socket drainer configuration</li> <li>[Phoenix.Logger] Change socket serializer/version logs to warning</li> <li>[Phoenix.VerifiedRoutes] Add support for static resources with fragments in <code>~p</code></li> <li>[phx.gen.schema] Support <code>--repo</code> and <code>--migration-dir</code> flags</li> <li>[phx.new] Allow <code><.input type="checkbox"></code> without <code>value</code> attr in core components</li> <li>[phx.new] Allow UTC datetimes in the generators</li> <li>[phx.new] Automatically migrate when release starts when using sqlite 3</li> <li>[phx.new] Allow ID to be assigned in flash component</li> <li>[phx.new] Add <code>--adapter</code> flag for generating application with bandit</li> <li>[phx.new] Include DNSCluster for simple clustering</li> <li>[phx.routes] Support <code>--method</code> option</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/phoenixframework/phoenix/commit/3ef0926fca7acac7f6ddecd66f0ca8d2e053123e"><code>3ef0926</code></a> Release 1.7.9</li> <li><a href="https://github.com/phoenixframework/phoenix/commit/0a0a46351db61997e30405c9d106a0a68fbceba3"><code>0a0a463</code></a> Only add phoenix_live_view if html enabled, closes <a href="https://redirect.github.com/phoenixframework/phoenix/issues/5599">#5599</a></li> <li><a href="https://github.com/phoenixframework/phoenix/commit/7b8575d6158ec1d2fae2bcd8049814a6f88c3bee"><code>7b8575d</code></a> Do not return closures from init</li> <li><a href="https://github.com/phoenixframework/phoenix/commit/b4c7ab330ef070e4f3bc33f35fd4988c499b3895"><code>b4c7ab3</code></a> Update ExDoc on installer</li> <li><a href="https://github.com/phoenixframework/phoenix/commit/9f841d4a0aeab424c5f2d528c5a2329299059f00"><code>9f841d4</code></a> Update SECURITY.md</li> <li><a href="https://github.com/phoenixframework/phoenix/commit/de0e0e72897676fbb102dffcd9ef7c81e18a30b2"><code>de0e0e7</code></a> Fix CI</li> <li><a href="https://github.com/phoenixframework/phoenix/commit/e0749035679990ee76941c8f21fd271c7c8fa6c9"><code>e074903</code></a> Release 1.7.8</li> <li><a href="https://github.com/phoenixframework/phoenix/commit/2992379c0159a8266adbe3fd00d0ce7fac7c16b9"><code>2992379</code></a> Add a security policy using GitHub advisories (<a href="https://redirect.github.com/phoenixframework/phoenix/issues/5591">#5591</a>)</li> <li><a href="https://github.com/phoenixframework/phoenix/commit/595b502e6c5ddbf9764ca1e32f743ea8566d4a16"><code>595b502</code></a> Bump postcss from 8.4.16 to 8.4.31 in /assets (<a href="https://redirect.github.com/phoenixframework/phoenix/issues/5596">#5596</a>)</li> <li><a href="https://github.com/phoenixframework/phoenix/commit/176e7e51b0dea8b84fdd9ef229e18e594565bec6"><code>176e7e5</code></a> Docs: Remove separate index for leftmost column in multi-index (<a href="https://redirect.github.com/phoenixframework/phoenix/issues/5595">#5595</a>)</li> <li>Additional commits viewable in <a href="https://github.com/phoenixframework/phoenix/compare/v1.7.7...v1.7.9">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.7&new-version=1.7.9)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information