mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Bump phoenix_html from 3.2.0 to 3.3.0 (#1422)
Bumps [phoenix_html](https://github.com/phoenixframework/phoenix_html) from 3.2.0 to 3.3.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/phoenixframework/phoenix_html/blob/master/CHANGELOG.md">phoenix_html's changelog</a>.</em></p> <blockquote> <h1>v3.3.0 (2023-02-10)</h1> <ul> <li> <p>Enhancements</p> <ul> <li>Support deeply nested class lists</li> <li>Implement Phoenix.HTML.Safe for URI</li> <li>Implement Phoenix.HTML.FormData for Map</li> </ul> </li> <li> <p>Bug fix</p> <ul> <li>Generate unique IDs for checkboxes based on the value</li> <li>Use artificial button click instead of <code>form.submit</code> in JavaScript to trigger all relevant events</li> <li>Fix a bug where nil/false/true attributes in <code>aria</code>/<code>data</code>/<code>phx</code> would emit empty or literal values, such as <code>"true"</code> and <code>"false"</code>. This release aligns them with all other attributes so both <code>nil</code> and <code>false</code> emit nothing. <code>true</code> emits the attribute with no value.</li> </ul> </li> <li> <p>Deprecations</p> <ul> <li><code>Phoenix.HTML.Tag.attributes_escape/1</code> is deprecated in favor of <code>Phoenix.HTML.attributes_escape/1</code></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="6c3a8ee1d2"><code>6c3a8ee</code></a> Release v3.3.0</li> <li><a href="0a6d8e33b3"><code>0a6d8e3</code></a> Add field to FormField struct (<a href="https://github-redirect.dependabot.com/phoenixframework/phoenix_html/issues/404">#404</a>)</li> <li><a href="e67e41b45f"><code>e67e41b</code></a> Update ExDoc (<a href="https://github-redirect.dependabot.com/phoenixframework/phoenix_html/issues/403">#403</a>)</li> <li><a href="d58545f777"><code>d58545f</code></a> Use field atom for input_value and input_changed? (<a href="https://github-redirect.dependabot.com/phoenixframework/phoenix_html/issues/400">#400</a>)</li> <li><a href="f829bcbf9e"><code>f829bcb</code></a> Fix input_changed?</li> <li><a href="da9c164bbd"><code>da9c164</code></a> Bump version</li> <li><a href="6b7bc615bf"><code>6b7bc61</code></a> Implement form[field], normalize_value/2, and input_changed?/3</li> <li><a href="055f2bd829"><code>055f2bd</code></a> Implement Phoenix.HTML.FormData for Map</li> <li><a href="1406b2f6d3"><code>1406b2f</code></a> Update deprecation notices</li> <li><a href="7e4a4f8966"><code>7e4a4f8</code></a> fix: add hidden attr to csrf inputs (<a href="https://github-redirect.dependabot.com/phoenixframework/phoenix_html/issues/398">#398</a>)</li> <li>Additional commits viewable in <a href="https://github.com/phoenixframework/phoenix_html/compare/v3.2.0...v3.3.0">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 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>
This commit is contained in: