Commit 2dba144
authored
Bump phoenix from 1.7.18 to 1.7.19 (#1867)
Bumps [phoenix](https://github.com/phoenixframework/phoenix) from 1.7.18
to 1.7.19.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/phoenixframework/phoenix/blob/v1.7.19/CHANGELOG.md">phoenix's
changelog</a>.</em></p>
<blockquote>
<h2>1.7.19 (2024-01-31)</h2>
<h3>Enhancements</h3>
<ul>
<li>[phx.new] - bind to <code>0.0.0.0</code> in <code>dev.exs</code> if
phx.new is being run inside a docker container.
This exposes the container's phoenix server to the host so that it is
accessible over port forwarding.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/phoenixframework/phoenix/commit/83e4b3245f7cdc85b6c562860477500db9c72697"><code>83e4b32</code></a>
Release 1.7.19</li>
<li><a
href="https://github.com/phoenixframework/phoenix/commit/9f309a611d68d4d4e914c5cd2f99c212c2010a6b"><code>9f309a6</code></a>
Expose phx.new dev.exs to host if we're in a docker env</li>
<li><a
href="https://github.com/phoenixframework/phoenix/commit/1585350c83b52649f24bd688b27056d5d1edb1c5"><code>1585350</code></a>
Provide better detection of changed files in code reloader</li>
<li><a
href="https://github.com/phoenixframework/phoenix/commit/ca04e2db83f5de2749785484d453730bc0dda2f7"><code>ca04e2d</code></a>
mix deps.update ex_doc</li>
<li>See full diff in <a
href="https://github.com/phoenixframework/phoenix/compare/v1.7.18...v1.7.19">compare
view</a></li>
</ul>
</details>
<br />
[](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent c72d63a commit 2dba144
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
0 commit comments