Commit Graph

2928 Commits

Author SHA1 Message Date
bmanifold
23e8029acc Add traffic filter feature flag (#2568)
Why:

* The traffic filter functionality is not quite ready in the system as a
whole, so the web UI will give the ability to hide the section of the
forms to allow for a better end user experience.
2023-11-07 22:19:28 +00:00
Andrew Dryga
3d44b0e626 Try with a draft: true 2023-11-07 16:14:42 -06:00
Andrew Dryga
0cafa7edbd Try to find a way for action not to create a new release 2023-11-07 15:33:35 -06:00
Andrew Dryga
b1aaa74976 Trim trailing whitespace
My VSCode doesn't want to work properly with Github Action Files.
2023-11-07 14:38:14 -06:00
Andrew Dryga
6fe0bc229e Fix outputs and try both solutions 2023-11-07 14:04:50 -06:00
Andrew Dryga
30aad4e052 Fix gh command 2023-11-07 13:32:39 -06:00
Andrew Dryga
2831405de1 Trim trailing whitespace in cd.yml 2023-11-07 12:32:35 -06:00
Andrew Dryga
627b6c97b6 Try using gh cli to upload the release assets 2023-11-07 11:58:24 -06:00
Andrew Dryga
013c633539 Try a different gh action to upload release asset 2023-11-07 11:49:24 -06:00
Andrew Dryga
cb6f63641f Also release major and major.minor -tagged containers 2023-11-07 10:35:25 -06:00
Andrew Dryga
8c35e3a4fa Deploy a demo instance to staging project 2023-11-07 10:30:09 -06:00
dependabot[bot]
76fabd019c build(deps): Bump domain from 0.9.0 to 0.9.1 in /rust (#2596)
Bumps [domain](https://github.com/nlnetlabs/domain) from 0.9.0 to 0.9.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nlnetlabs/domain/releases">domain's
releases</a>.</em></p>
<blockquote>
<h2>0.9.1</h2>
<p>Bug fixes</p>
<ul>
<li>Added missing <code>?Sized</code> bounds to the octets type for
parsing <code>ZoneRecordData</code> and <code>UnknownRecordData</code>.
(<a
href="https://redirect.github.com/nlnetlabs/domain/issues/237">#237</a>
by [<a href="https://github.com/hunts"><code>@​hunts</code></a>])</li>
</ul>
<p><a
href="https://redirect.github.com/nlnetlabs/domain/issues/237">#237</a>:
<a
href="https://redirect.github.com/NLnetLabs/domain/pull/237">NLnetLabs/domain#237</a>
[<a href="https://github.com/hunts"><code>@​hunts</code></a>]: <a
href="https://github.com/hunts">https://github.com/hunts</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/NLnetLabs/domain/blob/main/Changelog.md">domain's
changelog</a>.</em></p>
<blockquote>
<h2>0.9.1</h2>
<p>Released 2023-10-27.</p>
<p>Bug fixes</p>
<ul>
<li>Added missing <code>?Sized</code> bounds to the octets type for
parsing
<code>ZoneRecordData</code> and <code>UnknownRecordData</code>. (<a
href="https://redirect.github.com/nlnetlabs/domain/issues/237">#237</a>
by [<a href="https://github.com/hunts"><code>@​hunts</code></a>])</li>
</ul>
<p><a
href="https://redirect.github.com/nlnetlabs/domain/issues/237">#237</a>:
<a
href="https://redirect.github.com/NLnetLabs/domain/pull/237">NLnetLabs/domain#237</a>
[<a href="https://github.com/hunts"><code>@​hunts</code></a>]: <a
href="https://github.com/hunts">https://github.com/hunts</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="819bf1b22b"><code>819bf1b</code></a>
Release 0.9.1. (<a
href="https://redirect.github.com/nlnetlabs/domain/issues/239">#239</a>)</li>
<li><a
href="2a6076f061"><code>2a6076f</code></a>
Update changelog.</li>
<li><a
href="821b509762"><code>821b509</code></a>
Support unsized octets in parsing ZoneRecordData and UnknownRecordData
(<a
href="https://redirect.github.com/nlnetlabs/domain/issues/237">#237</a>)</li>
<li><a
href="c20176b773"><code>c20176b</code></a>
Bump version.</li>
<li>See full diff in <a
href="https://github.com/nlnetlabs/domain/compare/v0.9.0...v0.9.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=domain&package-manager=cargo&previous-version=0.9.0&new-version=0.9.1)](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 00:15:59 +00:00
dependabot[bot]
6899b70da2 build(deps): Bump tokio-util from 0.7.9 to 0.7.10 in /rust (#2595)
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.9 to
0.7.10.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/tokio-rs/tokio/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio-util&package-manager=cargo&previous-version=0.7.9&new-version=0.7.10)](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 00:15:46 +00:00
dependabot[bot]
c51b03315e build(deps): Bump libc from 0.2.149 to 0.2.150 in /rust (#2594)
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.149 to 0.2.150.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rust-lang/libc/releases">libc's
releases</a>.</em></p>
<blockquote>
<h2>0.2.150</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: closefrom() and close_range() for FreeBSD by <a
href="https://github.com/SteveLauC"><code>@​SteveLauC</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3374">rust-lang/libc#3374</a></li>
<li>adding apple ifreq by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3375">rust-lang/libc#3375</a></li>
<li>Add pthread_once by <a
href="https://github.com/0xcaff"><code>@​0xcaff</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3376">rust-lang/libc#3376</a></li>
<li>netbsd: Add SO_NOSIGPIPE by <a
href="https://github.com/taiki-e"><code>@​taiki-e</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3377">rust-lang/libc#3377</a></li>
<li>Say goodbye to GH Pages in favor of docs.rs by <a
href="https://github.com/JohnTitor"><code>@​JohnTitor</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3378">rust-lang/libc#3378</a></li>
<li>bugfix for teeos use Option by <a
href="https://github.com/Sword-Destiny"><code>@​Sword-Destiny</code></a>
in <a
href="https://redirect.github.com/rust-lang/libc/pull/3379">rust-lang/libc#3379</a></li>
<li>openbsd/netbsd sharing execvpe definition by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3382">rust-lang/libc#3382</a></li>
<li>ifreq for apple follow-up fix case when in non libc_union case by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3385">rust-lang/libc#3385</a></li>
<li>NetBSD's mod.rs: fix cpuid_t definition. by <a
href="https://github.com/he32"><code>@​he32</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3386">rust-lang/libc#3386</a></li>
<li>ifconf addition to apple. fixing freebsd's implementation while at
it. by <a href="https://github.com/devnexen"><code>@​devnexen</code></a>
in <a
href="https://redirect.github.com/rust-lang/libc/pull/3388">rust-lang/libc#3388</a></li>
<li>adding exect/execvP for FreeBSD/DragonflyBSD by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3381">rust-lang/libc#3381</a></li>
<li>adding execvP for apple by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3383">rust-lang/libc#3383</a></li>
<li>adding ifreq struct for openbsd by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3384">rust-lang/libc#3384</a></li>
<li>Add <code>MCL_ONFAULT</code> constants by <a
href="https://github.com/newpavlov"><code>@​newpavlov</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3380">rust-lang/libc#3380</a></li>
<li>Add time namespace constant by <a
href="https://github.com/cd-work"><code>@​cd-work</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3352">rust-lang/libc#3352</a></li>
<li>adding few more CLONE_* constant for Linux/Android. by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3034">rust-lang/libc#3034</a></li>
<li>android add handful lock free stdio calls by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3290">rust-lang/libc#3290</a></li>
<li>hurd: Fix msghdr's msg_iov field type by <a
href="https://github.com/sthibaul"><code>@​sthibaul</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3389">rust-lang/libc#3389</a></li>
<li>Adding missing macros from linux/if_tun.h by <a
href="https://github.com/BrandonMFong"><code>@​BrandonMFong</code></a>
in <a
href="https://redirect.github.com/rust-lang/libc/pull/3320">rust-lang/libc#3320</a></li>
<li>vxworks: Add mman.h consts and shm functions by <a
href="https://github.com/jdygert-spok"><code>@​jdygert-spok</code></a>
in <a
href="https://redirect.github.com/rust-lang/libc/pull/3406">rust-lang/libc#3406</a></li>
<li>Reenable FreeBSD 14 CI, and update definitions to match 14.0-RC1. by
<a href="https://github.com/asomers"><code>@​asomers</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3355">rust-lang/libc#3355</a></li>
<li>Use new check-cfg syntax in newer nightly by <a
href="https://github.com/Urgau"><code>@​Urgau</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3410">rust-lang/libc#3410</a></li>
<li>musl fixes and musl+riscv32 fixes by <a
href="https://github.com/akiernan"><code>@​akiernan</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3302">rust-lang/libc#3302</a></li>
<li>Add various constants from OpenBSD's sys/exec_elf.h. by <a
href="https://github.com/ltratt"><code>@​ltratt</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3409">rust-lang/libc#3409</a></li>
<li>riscv64/musl: Add landlock syscalls by <a
href="https://github.com/marv"><code>@​marv</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3398">rust-lang/libc#3398</a></li>
<li>Add stat64at function declaration to AIX by <a
href="https://github.com/ecnelises"><code>@​ecnelises</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3324">rust-lang/libc#3324</a></li>
<li>adding getmntinfo/getmntvinfo for DragonFlyBSD. by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3394">rust-lang/libc#3394</a></li>
<li>adding MOVE_MOUNT* constants for linux to use with SYS_move_mount by
<a href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3391">rust-lang/libc#3391</a></li>
<li>freebsd adding PROT_MAX|PROT_MAX_EXTRACT mmap flags by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3399">rust-lang/libc#3399</a></li>
<li>linux/android adding few if_alg.h constants. by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3404">rust-lang/libc#3404</a></li>
<li>Setup Dependabot for GitHub Actions by <a
href="https://github.com/JohnTitor"><code>@​JohnTitor</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3411">rust-lang/libc#3411</a></li>
<li>For NetBSD: add entry for NetBSD/riscv64. by <a
href="https://github.com/he32"><code>@​he32</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3291">rust-lang/libc#3291</a></li>
<li>adding more recent pthread_get/setname_np calls to
freebsd/dragonflybsd by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3412">rust-lang/libc#3412</a></li>
<li>NetBSD/mipsel: add support. by <a
href="https://github.com/he32"><code>@​he32</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3416">rust-lang/libc#3416</a></li>
<li>feat: add new constants from fanotify linux api by <a
href="https://github.com/ad0"><code>@​ad0</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3408">rust-lang/libc#3408</a></li>
<li>linux: add PTRACE_GETSIGMASK and PTRACE_SETSIGMASK by <a
href="https://github.com/mbyzhang"><code>@​mbyzhang</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3163">rust-lang/libc#3163</a></li>
<li>Add a few declarations for Apple systems by <a
href="https://github.com/vincentisambart"><code>@​vincentisambart</code></a>
in <a
href="https://redirect.github.com/rust-lang/libc/pull/3328">rust-lang/libc#3328</a></li>
<li>feat: Added ifconf struct by <a
href="https://github.com/Brijeshkrishna"><code>@​Brijeshkrishna</code></a>
in <a
href="https://redirect.github.com/rust-lang/libc/pull/3393">rust-lang/libc#3393</a></li>
<li>Upgrade Docker images to Ubuntu 23.10 by <a
href="https://github.com/JohnTitor"><code>@​JohnTitor</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3418">rust-lang/libc#3418</a></li>
<li>redox: Add remaining <code>grp.h</code> functions by <a
href="https://github.com/ids1024"><code>@​ids1024</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3421">rust-lang/libc#3421</a></li>
<li>netbsd/openbsd adding more accessors to siginfo_t. by <a
href="https://github.com/devnexen"><code>@​devnexen</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3400">rust-lang/libc#3400</a></li>
<li>Prepare release for v0.2.150 by <a
href="https://github.com/JohnTitor"><code>@​JohnTitor</code></a> in <a
href="https://redirect.github.com/rust-lang/libc/pull/3424">rust-lang/libc#3424</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/0xcaff"><code>@​0xcaff</code></a> made
their first contribution in <a
href="https://redirect.github.com/rust-lang/libc/pull/3376">rust-lang/libc#3376</a></li>
<li><a href="https://github.com/he32"><code>@​he32</code></a> made their
first contribution in <a
href="https://redirect.github.com/rust-lang/libc/pull/3386">rust-lang/libc#3386</a></li>
<li><a href="https://github.com/sthibaul"><code>@​sthibaul</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/libc/pull/3389">rust-lang/libc#3389</a></li>
<li><a
href="https://github.com/BrandonMFong"><code>@​BrandonMFong</code></a>
made their first contribution in <a
href="https://redirect.github.com/rust-lang/libc/pull/3320">rust-lang/libc#3320</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4d2b98141e"><code>4d2b981</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3424">#3424</a>
- JohnTitor:release-0.2.150, r=JohnTitor</li>
<li><a
href="f50c0a13e9"><code>f50c0a1</code></a>
Prepare release for v0.2.150</li>
<li><a
href="240de1f185"><code>240de1f</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3400">#3400</a>
- devnexen:nbsd_obsd_siginfo_upd, r=JohnTitor</li>
<li><a
href="68f46d39a1"><code>68f46d3</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3421">#3421</a>
- ids1024:redox-group, r=JohnTitor</li>
<li><a
href="a685037a42"><code>a685037</code></a>
redox: Add remaining <code>grp.h</code> functions</li>
<li><a
href="00f48a6d48"><code>00f48a6</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3418">#3418</a>
- JohnTitor:Mantic-Minotaurgha, r=JohnTitor</li>
<li><a
href="8498879c72"><code>8498879</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3393">#3393</a>
- Brijeshkrishna:main, r=JohnTitor</li>
<li><a
href="f367fa2c07"><code>f367fa2</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3328">#3328</a>
- vincentisambart:apple-additional-decls, r=JohnTitor</li>
<li><a
href="a104192928"><code>a104192</code></a>
Auto merge of <a
href="https://redirect.github.com/rust-lang/libc/issues/3163">#3163</a>
- mbyzhang:master, r=JohnTitor</li>
<li><a
href="946c348bc7"><code>946c348</code></a>
Upgrade Docker images to Ubuntu 23.10</li>
<li>Additional commits viewable in <a
href="https://github.com/rust-lang/libc/compare/0.2.149...0.2.150">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=libc&package-manager=cargo&previous-version=0.2.149&new-version=0.2.150)](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 00:15:31 +00:00
dependabot[bot]
0c6b2c079b build(deps): Bump serde_json from 1.0.107 to 1.0.108 in /rust (#2593)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.107 to
1.0.108.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.108</h2>
<ul>
<li>Documentation improvements (<a
href="https://redirect.github.com/serde-rs/json/issues/1075">#1075</a>,
<a
href="https://redirect.github.com/serde-rs/json/issues/1081">#1081</a>,
<a
href="https://redirect.github.com/serde-rs/json/issues/1082">#1082</a>,
thanks <a href="https://github.com/dimo414"><code>@​dimo414</code></a>
and <a
href="https://github.com/fritzrehde"><code>@​fritzrehde</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4bc1eaa03a"><code>4bc1eaa</code></a>
Release 1.0.108</li>
<li><a
href="1454eac069"><code>1454eac</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1082">#1082</a>
from dtolnay/fromdoc</li>
<li><a
href="0f072fad73"><code>0f072fa</code></a>
Improve Value From and FromIterator docs</li>
<li><a
href="a8e6f75a9b"><code>a8e6f75</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1081">#1081</a>
from fritzrehde/master</li>
<li><a
href="ebaf61709a"><code>ebaf617</code></a>
fixed typos</li>
<li><a
href="f56053d6f8"><code>f56053d</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1080">#1080</a>
from serde-rs/negativenan</li>
<li><a
href="4e091d5d6d"><code>4e091d5</code></a>
Add test of negative NaN and negative infinity</li>
<li><a
href="421a70d1a6"><code>421a70d</code></a>
Fix unused imports</li>
<li><a
href="39f5ad1534"><code>39f5ad1</code></a>
Remove 'remember to update' reminder from Cargo.toml</li>
<li><a
href="5bb696029d"><code>5bb6960</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1075">#1075</a>
from dimo414/master</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/json/compare/v1.0.107...v1.0.108">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.107&new-version=1.0.108)](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 00:15:18 +00:00
dependabot[bot]
b33e8fd04e build(deps): Bump futures-bounded from 0.2.0 to 0.2.1 in /rust (#2592)
Bumps [futures-bounded](https://github.com/libp2p/rust-libp2p) from
0.2.0 to 0.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/libp2p/rust-libp2p/releases">futures-bounded's
releases</a>.</em></p>
<blockquote>
<h2>libp2p-v0.53.0</h2>
<p>The most ergonomic version of rust-libp2p yet!</p>
<p>We've been busy again, with over <a
href="https://github.com/libp2p/rust-libp2p/compare/libp2p-v0.52.0...master">250</a>
PRs being merged into <code>master</code> since <code>v0.52.0</code>
(excluding dependency updates).</p>
<h2>Backwards-compatible features</h2>
<p>Numerous improvements landed as patch releases since the
<code>v0.52.0</code> release, for example a new, type-safe <a
href="https://redirect.github.com/libp2p/rust-libp2p/pull/4120"><code>SwarmBuilder</code></a>
that also encompasses the most common transport protocols:</p>
<pre lang="rust"><code>let mut swarm =
libp2p::SwarmBuilder::with_new_identity()
    .with_tokio()
    .with_tcp(
        tcp::Config::default().port_reuse(true).nodelay(true),
        noise::Config::new,
        yamux::Config::default,
    )?
    .with_quic()
    .with_dns()?
    .with_relay_client(noise::Config::new, yamux::Config::default)?
    .with_behaviour(|keypair, relay_client| Behaviour {
        relay_client,
        ping: ping::Behaviour::default(),
        dcutr: dcutr::Behaviour::new(keypair.public().to_peer_id()),
    })?
    .build();
</code></pre>
<p>The new builder makes heavy use of the type-system to guide you
towards a correct composition of all transports. For example, it is
important to compose the DNS transport as a wrapper around all other
transports but before the relay transport. Luckily, you no longer need
to worry about these details as the builder takes care of that for you!
Have a look yourself if you dare <a
href="https://github.com/libp2p/rust-libp2p/tree/master/libp2p/src/builder">here</a>
but be warned, the internals are a bit wild :)</p>
<p>Some more features that we were able to ship in <code>v0.52.X</code>
patch-releases include:</p>
<ul>
<li><a
href="https://redirect.github.com/libp2p/rust-libp2p/pull/4325">stable
QUIC implementation</a></li>
<li>for rust-libp2p compiled to WASM running in the browser
<ul>
<li><a
href="https://redirect.github.com/libp2p/rust-libp2p/pull/4015">WebTransport
support</a></li>
<li><a
href="https://redirect.github.com/libp2p/rust-libp2p/pull/4248">WebRTC
support</a></li>
</ul>
</li>
<li><a
href="https://redirect.github.com/libp2p/rust-libp2p/pull/4156">UPnP
implementation to automatically configure port-forwarding with ones
gateway</a></li>
<li><a
href="https://redirect.github.com/libp2p/rust-libp2p/pull/4281">option
to limit connections based on available memory</a></li>
</ul>
<p>We always try to ship as many features as possible in a
backwards-compatible way to get them to you faster. Often times, these
come with deprecations to give you a heads-up about what will change in
a future version. We advise updating to each intermediate version rather
than skipping directly to the most recent one, to avoid missing any
crucial deprecation warnings. We highly recommend you stay up-to-date
with the latest version to make upgrades as smooth as possible.</p>
<p>Some improvments we unfortunately cannot ship in a way that Rust
considers a non-breaking change but with every release, we attempt to
smoothen the way for future upgrades.</p>
<h2><code>#[non_exhaustive]</code> on key enums</h2>
<p>We've identified that adding a new &quot;message&quot; to the
<code>ToSwarm</code> enum is a common cause for breaking changes. This
enum is used by plugins (i.e. <code>NetworkBehaviour</code>s) to
communicate with the <code>Swarm</code>. Similarly, the
<code>FromSwarm</code> enum is used to inform plugins about state
changes. By adding <code>#[non_exhaustive]</code> to these and other
enums we enable future additions to be non-breaking changes.</p>
<p>For example, <a
href="https://redirect.github.com/libp2p/rust-libp2p/issues/4302">we
plan</a> to allow <code>NetworkBehaviour</code>s to share addresses of
peers they've discovered with each other. Previously, we had to queue
this feature until the next breaking change whereas now, we can simply
ship it as soon as it is ready!</p>
<p>Thanks to <a
href="https://github.com/dhuseby"><code>@​dhuseby</code></a> for getting
the ball rolling on this one. See <a
href="https://redirect.github.com/libp2p/rust-libp2p/pull/4581">PR
4581</a> for details.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="74e315719c"><code>74e3157</code></a>
chore: prepare v0.53.0</li>
<li><a
href="402212cf79"><code>402212c</code></a>
fix(swarm): implement <code>ConnectionHandler::poll_close</code> for
combinators</li>
<li><a
href="32c945ccc0"><code>32c945c</code></a>
chore: add changelog entry of backport</li>
<li><a
href="0ef6feb397"><code>0ef6feb</code></a>
feat(swarm): don't have <code>ConnectionHandler</code>s close
connections</li>
<li><a
href="e6905fe5c0"><code>e6905fe</code></a>
deps: migrate to <code>hickory-dns</code></li>
<li><a
href="a428ffdb7d"><code>a428ffd</code></a>
feat(swarm): add <code>#[non_exhaustive]</code> to key enums</li>
<li><a
href="e2e9179fd7"><code>e2e9179</code></a>
feat: introduce tracing</li>
<li><a
href="fab920500d"><code>fab9205</code></a>
feat(core): remove <code>upgrade::transfer</code> module</li>
<li><a
href="d05d836159"><code>d05d836</code></a>
refactor(autonat): use <code>quick-protobuf-codec</code></li>
<li><a
href="ac2848866a"><code>ac28488</code></a>
fix(relay): close stream once done sending</li>
<li>Additional commits viewable in <a
href="https://github.com/libp2p/rust-libp2p/compare/v0.2.0...futures-bounded-v0.2.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=futures-bounded&package-manager=cargo&previous-version=0.2.0&new-version=0.2.1)](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 00:15:03 +00:00
dependabot[bot]
0d1df924dc build(deps): Bump clap from 4.4.6 to 4.4.7 in /rust (#2525)
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.6 to 4.4.7.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's
changelog</a>.</em></p>
<blockquote>
<h2>[4.4.7] - 2023-10-24</h2>
<h3>Performance</h3>
<ul>
<li>Reduced code size</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9bfa5a338c"><code>9bfa5a3</code></a>
chore: Release</li>
<li><a
href="38b5a2f956"><code>38b5a2f</code></a>
chore: Release</li>
<li><a
href="e485448b89"><code>e485448</code></a>
docs: Update changelog</li>
<li><a
href="f801a03c1b"><code>f801a03</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5181">#5181</a>
from alexcrichton/smaller-is-number</li>
<li><a
href="9a9aabc178"><code>9a9aabc</code></a>
refactor: Reduce code size of testing tokens if they're a number</li>
<li><a
href="1b84314fb4"><code>1b84314</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5176">#5176</a>
from epage/dep</li>
<li><a
href="dcced5ae6a"><code>dcced5a</code></a>
chore: Bump completest</li>
<li><a
href="f4319bcbf2"><code>f4319bc</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5174">#5174</a>
from kpreid/patch-1</li>
<li><a
href="71c1e59334"><code>71c1e59</code></a>
docs: Fix doc link to <code>Arg::trailing_var_arg</code></li>
<li><a
href="deebc1f91d"><code>deebc1f</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5172">#5172</a>
from epage/style</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/v4.4.6...v4.4.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.4.6&new-version=4.4.7)](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-03 17:52:22 +00:00
Jamil
ee02b8c6e5 Remove paid runners (#2577)
These aren't worth the cost for us at the moment -- they shave maybe
10-15% off the total CI time and the $$ would be better spent on
dedicated servers which we can also use to run regression tests, etc.

<img width="949" alt="Screenshot 2023-11-02 at 2 21 21 PM"
src="https://github.com/firezone/firezone/assets/167144/9cbb17ef-6e0c-4d20-a938-45a64ed76c25">
2023-11-03 15:37:49 +00:00
Gabi
953ddeace6 connlib: update upstream dns format configuration (#2543)
fixes #2297
2023-11-03 05:16:03 +00:00
Thomas Eizinger
b404f10d87 refactor(connlib): read from device as part of eventloop (#2520)
As a next step in refactoring the tunnel implementation, I am removing
the `device_handler` task and instead use a poll-based function to read
from the device. Removing the task means there is one less component
that accesses the `Tunnel` via shared-memory. The final one after this
PR is the `peer_handler`.

Once all shared-access is gone, we can stop using `Arc<Tunnel>` and with
it, remove all uses of `Mutex` in the tunnel and simply use `&mut self`.

To remove the `device_handler`, we introduce a `Device::poll_read`
function that we call as the very first thing in the `Tunnel`'s
poll-function. At a later point, we want to think about prioritization
within the event loop. I'd suggest deferring that until we have removed
the locks as handling the guards is a bit finicky at this stage.
2023-11-03 00:47:26 +00:00
Andrew Dryga
efe54cc2ec DRY resource live controllers (#2570)
I noticed that you still can go to the old resources view from Policies
page and there were two ways to fix that:

1. Change many-to-many connection between sites and resources to
one-to-many, which means we will change domain model and drop multi-site
load balancing feature;

2. Change the templates not to hide the old views but rather make them
complimentary by accepting `site_id` query param, which slightly changed
their behavior, so that it's the same view from sites and policies, just
without a way to access Resources index page (unless future feature flag
is enabled).

This PR implements (2).
2023-11-02 23:11:11 +00:00
Jamil
b8d52f0129 New README (#2571)
Fixes firezone/gtm#125
2023-11-02 23:09:43 +00:00
Jamil
a631699c27 Update early access timeline, remove announcement banner (#2572)
- Update timeline to reflect revised estimates 😅 
- Remove announcement banner -- been up since August and felt it was
getting stale / annoying
2023-11-02 23:09:14 +00:00
Jamil
457845917a Fix logo color, font, size (#2576)
- Make logo square, fix colors
- Capitalize `F` and use brand font `Source Sans Pro`
- Minor tweak to mobile screen sizes' logo
2023-11-02 20:36:55 +00:00
Jamil
c12af429c9 cp binary artifacts to location Docker build is expecting (#2574)
Fixes
https://github.com/firezone/firezone/actions/runs/6734189073/job/18305377757#step:11:215
2023-11-02 16:16:08 +00:00
Pratik Velani
e943f2aa4c feat(android): Implemented share diagnostic log functionality (#2528)
Fixes #2017 
- Added settings button to session screen.
- Added the `Share Diagnostic Logs` button on the settings screen.
- Implemented zip and share functionality.
2023-11-02 15:34:03 +00:00
Roopesh Chander
a9f262c3ee apple: Advanced settings and settings ux changes (#2540)
This is a follow-up to #2477 -- I requested the apple changes to be not
included in that PR.

This PR has:
  - A new tabbed UI for settings
- Advanced settings for the dataplane configuration mentioned in #2477
2023-11-02 14:34:24 +00:00
Jamil
8763be7e5c Distribute apps on version bumps and manual trigger instead of PR labels (#2535)
Unfortunately the label-based method of distributing app builds was
flawed because it was trigger on `push: main` which doesn't include the
PR label metadata in the event.

Instead, we can (and probably should) distribute new app builds to
testers whenever the patch version changes. This PR aims to do that.

What this means:
- We'll want to bump the patch version to distribute new app builds to
Test Flight and Play Console. I think this is ok, because once the build
goes to Test Flight or Play Console for distribution, it should be
potentially publishable. This is the assumption both Google and Apple
make throughout their publishing workflow (and why we got temporarily
banned by AppStore Connect).
- Day to day development and testing requires building locally, which I
think is OK since it's relatively easy to do so.
2023-11-02 04:45:49 +00:00
Jamil
9225f27e72 Remove version number from binary filename (#2530)
Fixes #2529
Fixes #2041
2023-11-01 12:41:19 -07:00
bmanifold
7fa7e85dec Add feature flags for TODOs and Flows (#2542)
Why:

* Some sections of the UI were still displaying `TODO` and needed to be
hidden for beta release, so a feature flag was created. Also, the
'Flows' are not ready to be utilized in the UI at this time, so a
feature flag was created to hide any mention of 'Flows'.
2023-11-01 14:45:49 -04:00
Andrew Dryga
a31e737024 Redirect to client platform callback url when user is already signed in (#2545)
This will fix the issue with shows a dashboard when you sign in and
browser cookie is still fresh
2023-11-01 11:20:20 -06:00
dependabot[bot]
e2f17f05fe build(deps): Bump argon2_elixir from 3.2.1 to 4.0.0 in /elixir (#2547)
Bumps [argon2_elixir](https://github.com/riverrun/argon2_elixir) from
3.2.1 to 4.0.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/riverrun/argon2_elixir/blob/master/CHANGELOG.md">argon2_elixir's
changelog</a>.</em></p>
<blockquote>
<h2>v4.0.0 (2023-10-07)</h2>
<ul>
<li>Enhancements
<ul>
<li>updated default configuration values in line with RFC9106</li>
</ul>
</li>
</ul>
<h2>v3.2.0 (2023-08-26)</h2>
<ul>
<li>Bug fixes
<ul>
<li>fixed Windows build for Erlang 26</li>
</ul>
</li>
</ul>
<h2>v3.1.0 (2021-03-23)</h2>
<ul>
<li>
<p>Enhancements</p>
<ul>
<li>added support for building on SunOS (Illumos / Solaris)</li>
</ul>
</li>
<li>
<p>Changes</p>
<ul>
<li>updated documentation and README</li>
<li>updated dialyxir dependency</li>
</ul>
</li>
</ul>
<h2>v3.0.0 (2021-01-20)</h2>
<ul>
<li>Enhancements
<ul>
<li>updated default memory cost and parallelism values
<ul>
<li>memory cost (m_cost) is now 16 (64 MiB) and parallelism is now
2</li>
</ul>
</li>
</ul>
</li>
<li>Changes
<ul>
<li>moved <code>gen_salt</code> to the <code>Base</code> module</li>
</ul>
</li>
</ul>
<h2>v2.4.1 (2021-01-19)</h2>
<ul>
<li>Changes
<ul>
<li>updated documentation and README</li>
</ul>
</li>
</ul>
<h2>v2.4.0 (2021-01-09)</h2>
<ul>
<li>Enhancements
<ul>
<li>updated Makefile to be more robust, especially for Nerves users</li>
</ul>
</li>
</ul>
<h2>v2.3.0 (2020-03-01)</h2>
<ul>
<li>Changes
<ul>
<li>using Comeonin v5.3, which changes <code>add_hash</code> so that it
does NOT set the password to nil</li>
</ul>
</li>
</ul>
<h2>v2.2.0 (2020-01-15)</h2>
<ul>
<li>Enhancements
<ul>
<li>Updated documentation - in line with updates to Comeonin v5.2</li>
</ul>
</li>
</ul>
<h2>v2.0.0 (2019-02-12)</h2>
<ul>
<li>Enhancements</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7be71a877b"><code>7be71a8</code></a>
feat: update defaults</li>
<li>See full diff in <a
href="https://github.com/riverrun/argon2_elixir/compare/v3.2.1...v4.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=argon2_elixir&package-manager=hex&previous-version=3.2.1&new-version=4.0.0)](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>
2023-11-01 10:37:39 -06:00
dependabot[bot]
9d452744f4 build(deps): Bump hashicorp/google-beta from 5.2.0 to 5.4.0 in /terraform/environments/production (#2561)
Bumps
[hashicorp/google-beta](https://github.com/hashicorp/terraform-provider-google-beta)
from 5.2.0 to 5.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-provider-google-beta/releases">hashicorp/google-beta's
releases</a>.</em></p>
<blockquote>
<h2>v5.4.0</h2>
<p>DEPRECATIONS:</p>
<ul>
<li>bigquery: deprecated
<code>cloud_spanner.use_serverless_analytics</code> on
<code>google_bigquery_connection</code>. Use
<code>cloud_spanner.use_data_boost</code> instead. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6539">#6539</a>)</li>
</ul>
<p>NOTES:</p>
<ul>
<li>provider: added <code>universe_domain</code> attribute as a provider
attribute (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6551">#6551</a>)</li>
</ul>
<p>BREAKING CHANGES:</p>
<ul>
<li>cloudrunv2: marked <code>location</code> field as required in
resource <code>google_cloud_run_v2_job</code>. Any configuration without
<code>location</code> specified will cause resource creation fail (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6540">#6540</a>)</li>
<li>cloudrunv2: marked <code>location</code> field as required in
resource <code>google_cloud_run_v2_service</code>. Any configuration
without <code>location</code> specified will cause resource creation
fail (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6540">#6540</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong>
<code>google_cloud_identity_group_lookup</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6530">#6530</a>)</li>
<li><strong>New Resource:</strong>
<code>google_network_connectivity_policy_based_route</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6552">#6552</a>)</li>
<li><strong>New Resource:</strong>
<code>google_pubsub_schema_iam_*</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6533">#6533</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>accesscontextmanager: added support for specifying
<code>vpc_network_sources</code> to
<code>google_access_context_manager_access_levels</code>,
<code>google_access_context_manager_access_level</code>, and
<code>google_access_context_manager_access_level_condition</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6553">#6553</a>)</li>
<li>apigee: added support for <code>type</code> in
<code>google_apigee_environment</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6562">#6562</a>)</li>
<li>bigquery: added <code>cloud_spanner.database_role</code>,
<code>cloud_spanner.use_data_boost</code>, and
<code>cloud_spanner.max_parallelism</code> fields to
<code>google_bigquery_connection</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6539">#6539</a>)</li>
<li>bigquery: added support for <code>iam_member</code> to
<code>google_bigquery_dataset.access</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6550">#6550</a>)</li>
<li>compute: added <code>maintenance_interval</code> field to
<code>google_compute_node_group</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6561">#6561</a>)</li>
<li>container: added <code>enable_confidential_storage</code> to
<code>node_config</code> in <code>google_container_cluster</code> and
<code>google_container_node_pool</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6531">#6531</a>)</li>
<li>container: added update support for
<code>google_container_node_pool.node_config.taint</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6536">#6536</a>)</li>
<li>containerattached: added <code>admin_groups</code> field to
<code>google_container_attached_cluster</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6537">#6537</a>)</li>
<li>dialogflowcx: added <code>advanced_settings</code> field to
<code>google_dialogflow_cx_flow</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li>
<li>dialogflowcx: added <code>advanced_settings</code> fields to
<code>google_dialogflow_cx_page</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li>
<li>dialogflowcx: added <code>advanced_settings</code>,
<code>text_to_speech_settings</code>,
<code>git_integration_settings</code> fields to
<code>google_dialogflow_cx_agent</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li>
<li>tpuv2: added <code>cidr_block</code>, <code>labels</code>,
<code>tags</code>, <code>network_config</code>,
<code>scheduling_config</code>, <code>shielded_instance_config</code>,
<code>service_account</code> and <code>data_disks</code> fields to
<code>google_tpu_v2_vm</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6555">#6555</a>)</li>
<li>tpuv2: added <code>accelerator_config</code> field to
<code>google_tpu_v2_vm</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6559">#6559</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>bigquery: fixed a bug when updating a
<code>google_bigquery_dataset</code> that contained an
<code>iamMember</code> access rule added out of band with Terraform (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6550">#6550</a>)</li>
<li>bigqueryreservation: fixed bug of incorrect resource recreation when
<code>capacity_commitment_id</code> is unspecified in resource
<code>google_bigquery_capacity_commitment</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6548">#6548</a>)</li>
<li>cloudrunv2: made <code>annotations</code> field on the
<code>google_cloud_run_v2_job</code> data source include all annotations
present on the resource in GCP (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li>
<li>cloudrunv2: made <code>annotations</code> field on the
<code>google_cloud_run_v2_service</code> data source include all
annotations present on the resource in GCP (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li>
<li>cloudrunv2: made <code>labels</code> and <code>terraform
labels</code> fields on the <code>google_cloud_run_v2_job</code> data
source include all annotations present on the resource in GCP (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li>
<li>cloudrunv2: made <code>labels</code> and <code>terraform
labels</code> fields on the <code>google_cloud_run_v2_service</code>
data source include all annotations present on the resource in GCP (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li>
<li>edgecontainer: fixed an issue where the update endpoint for
<code>google_edgecontainer_cluster</code> was incorrect. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6560">#6560</a>)</li>
<li>redis: allow <code>replica_count</code> to be set to zero in the
<code>google_redis_cluster</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6534">#6534</a>)</li>
</ul>
<h2>v5.3.0</h2>
<p>DEPRECATIONS:</p>
<ul>
<li>bigquery: deprecated
<code>time_partitioning.require_partition_filter</code> in favor of new
top level field <code>require_partition_filter</code> in resource
<code>google_bigquery_table</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6496">#6496</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong>
<code>google_cloud_run_v2_job</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6508">#6508</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_cloud_run_v2_service</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6527">#6527</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_compute_networks</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6498">#6498</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-provider-google-beta/blob/main/CHANGELOG.md">hashicorp/google-beta's
changelog</a>.</em></p>
<blockquote>
<h2>5.4.0 (Oct 30, 2023)</h2>
<p>DEPRECATIONS:</p>
<ul>
<li>bigquery: deprecated
<code>cloud_spanner.use_serverless_analytics</code> on
<code>google_bigquery_connection</code>. Use
<code>cloud_spanner.use_data_boost</code> instead. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6539">#6539</a>)</li>
</ul>
<p>NOTES:</p>
<ul>
<li>provider: added <code>universe_domain</code> attribute as a provider
attribute (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6551">#6551</a>)</li>
</ul>
<p>BREAKING CHANGES:</p>
<ul>
<li>cloudrunv2: marked <code>location</code> field as required in
resource <code>google_cloud_run_v2_job</code>. Any configuration without
<code>location</code> specified will cause resource creation fail (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6540">#6540</a>)</li>
<li>cloudrunv2: marked <code>location</code> field as required in
resource <code>google_cloud_run_v2_service</code>. Any configuration
without <code>location</code> specified will cause resource creation
fail (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6540">#6540</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong>
<code>google_cloud_identity_group_lookup</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6530">#6530</a>)</li>
<li><strong>New Resource:</strong>
<code>google_network_connectivity_policy_based_route</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6552">#6552</a>)</li>
<li><strong>New Resource:</strong>
<code>google_pubsub_schema_iam_*</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6533">#6533</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>accesscontextmanager: added support for specifying
<code>vpc_network_sources</code> to
<code>google_access_context_manager_access_levels</code>,
<code>google_access_context_manager_access_level</code>, and
<code>google_access_context_manager_access_level_condition</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6553">#6553</a>)</li>
<li>apigee: added support for <code>type</code> in
<code>google_apigee_environment</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6562">#6562</a>)</li>
<li>bigquery: added <code>cloud_spanner.database_role</code>,
<code>cloud_spanner.use_data_boost</code>, and
<code>cloud_spanner.max_parallelism</code> fields to
<code>google_bigquery_connection</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6539">#6539</a>)</li>
<li>bigquery: added support for <code>iam_member</code> to
<code>google_bigquery_dataset.access</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6550">#6550</a>)</li>
<li>compute: added <code>maintenance_interval</code> field to
<code>google_compute_node_group</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6561">#6561</a>)</li>
<li>container: added <code>enable_confidential_storage</code> to
<code>node_config</code> in <code>google_container_cluster</code> and
<code>google_container_node_pool</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6531">#6531</a>)</li>
<li>container: added update support for
<code>google_container_node_pool.node_config.taint</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6536">#6536</a>)</li>
<li>containerattached: added <code>admin_groups</code> field to
<code>google_container_attached_cluster</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6537">#6537</a>)</li>
<li>dialogflowcx: added <code>advanced_settings</code> field to
<code>google_dialogflow_cx_flow</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li>
<li>dialogflowcx: added <code>advanced_settings</code> fields to
<code>google_dialogflow_cx_page</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li>
<li>dialogflowcx: added <code>advanced_settings</code>,
<code>text_to_speech_settings</code>,
<code>git_integration_settings</code> fields to
<code>google_dialogflow_cx_agent</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li>
<li>tpuv2: added <code>cidr_block</code>, <code>labels</code>,
<code>tags</code>, <code>network_config</code>,
<code>scheduling_config</code>, <code>shielded_instance_config</code>,
<code>service_account</code> and <code>data_disks</code> fields to
<code>google_tpu_v2_vm</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6555">#6555</a>)</li>
<li>tpuv2: added <code>accelerator_config</code> field to
<code>google_tpu_v2_vm</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6559">#6559</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>bigquery: fixed a bug when updating a
<code>google_bigquery_dataset</code> that contained an
<code>iamMember</code> access rule added out of band with Terraform (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6550">#6550</a>)</li>
<li>bigqueryreservation: fixed bug of incorrect resource recreation when
<code>capacity_commitment_id</code> is unspecified in resource
<code>google_bigquery_capacity_commitment</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6548">#6548</a>)</li>
<li>cloudrunv2: made <code>annotations</code> field on the
<code>google_cloud_run_v2_job</code> data source include all annotations
present on the resource in GCP (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li>
<li>cloudrunv2: made <code>annotations</code> field on the
<code>google_cloud_run_v2_service</code> data source include all
annotations present on the resource in GCP (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li>
<li>cloudrunv2: made <code>labels</code> and <code>terraform
labels</code> fields on the <code>google_cloud_run_v2_job</code> data
source include all annotations present on the resource in GCP (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li>
<li>cloudrunv2: made <code>labels</code> and <code>terraform
labels</code> fields on the <code>google_cloud_run_v2_service</code>
data source include all annotations present on the resource in GCP (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li>
<li>edgecontainer: fixed an issue where the update endpoint for
<code>google_edgecontainer_cluster</code> was incorrect. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6560">#6560</a>)</li>
<li>redis: allow <code>replica_count</code> to be set to zero in the
<code>google_redis_cluster</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6534">#6534</a>)</li>
</ul>
<h2>5.3.0 (Oct 23, 2023)</h2>
<p>DEPRECATIONS:</p>
<ul>
<li>bigquery: deprecated
<code>time_partitioning.require_partition_filter</code> in favor of new
top level field <code>require_partition_filter</code> in resource
<code>google_bigquery_table</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6496">#6496</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong>
<code>google_cloud_run_v2_job</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6508">#6508</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_cloud_run_v2_service</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6527">#6527</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0a9d7ff479"><code>0a9d7ff</code></a>
5.4.0 changelog (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/6571">#6571</a>)</li>
<li><a
href="159901c154"><code>159901c</code></a>
Revert &quot;Add ssl_mode option to google_sql_database_instance. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/9316">#9316</a>)&quot;
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/9355">#9355</a>)...</li>
<li><a
href="1beda160ee"><code>1beda16</code></a>
Add ssl_mode option to google_sql_database_instance. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/9316">#9316</a>)
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/6564">#6564</a>)</li>
<li><a
href="ecc161789b"><code>ecc1617</code></a>
bootstrap network for dataproc tests (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/9304">#9304</a>)
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/6563">#6563</a>)</li>
<li><a
href="9fd403f9ac"><code>9fd403f</code></a>
Add support for type in ApigeeEnvironment; remove obsolete broken test
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/9340">#9340</a>...</li>
<li><a
href="eb3874785a"><code>eb38747</code></a>
Maintenance interval for sole-tenant node groups. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/9307">#9307</a>)
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/6561">#6561</a>)</li>
<li><a
href="ac4679624a"><code>ac46796</code></a>
Fix edgecontainer cluster upgrade endpoint and update the machine
configurati...</li>
<li><a
href="2a33264078"><code>2a33264</code></a>
Add accelerator_config to google_tpu_v2_vm (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/9332">#9332</a>)
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/6559">#6559</a>)</li>
<li><a
href="64fa892e17"><code>64fa892</code></a>
Clarify the database resource name in firestore document surface (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/9325">#9325</a>)
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/6558">#6558</a>)</li>
<li><a
href="5899b9e34e"><code>5899b9e</code></a>
Fix google_iam_deny_policy tests (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/9321">#9321</a>)
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/6557">#6557</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/terraform-provider-google-beta/compare/v5.2.0...v5.4.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hashicorp/google-beta&package-manager=terraform&previous-version=5.2.0&new-version=5.4.0)](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>
2023-11-01 10:36:08 -06:00
dependabot[bot]
bc2a635b0b build(deps): Bump phoenix_ecto from 4.4.2 to 4.4.3 in /elixir (#2546)
Bumps [phoenix_ecto](https://github.com/phoenixframework/phoenix_ecto)
from 4.4.2 to 4.4.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/phoenixframework/phoenix_ecto/blob/main/CHANGELOG.md">phoenix_ecto's
changelog</a>.</em></p>
<blockquote>
<h2>v4.4.3</h2>
<ul>
<li>Enhancements
<ul>
<li>Support Phoenix.HTML ~&gt; 4.0</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="bb07b9f346"><code>bb07b9f</code></a>
Release v4.4.3</li>
<li><a
href="4bab96d4ff"><code>4bab96d</code></a>
Support Phoenix.HTML v4.0</li>
<li><a
href="428fecb8c6"><code>428fecb</code></a>
Update deps, closes <a
href="https://redirect.github.com/phoenixframework/phoenix_ecto/issues/168">#168</a></li>
<li><a
href="ccf253b7cc"><code>ccf253b</code></a>
Fix typo in html.ex (<a
href="https://redirect.github.com/phoenixframework/phoenix_ecto/issues/167">#167</a>)</li>
<li>See full diff in <a
href="https://github.com/phoenixframework/phoenix_ecto/compare/v4.4.2...v4.4.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=phoenix_ecto&package-manager=hex&previous-version=4.4.2&new-version=4.4.3)](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>
2023-11-01 10:35:49 -06:00
dependabot[bot]
6d894084e7 build(deps): Bump hashicorp/google-beta from 5.2.0 to 5.4.0 in /terraform/environments/staging (#2560)
Bumps
[hashicorp/google-beta](https://github.com/hashicorp/terraform-provider-google-beta)
from 5.2.0 to 5.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-provider-google-beta/releases">hashicorp/google-beta's
releases</a>.</em></p>
<blockquote>
<h2>v5.4.0</h2>
<p>DEPRECATIONS:</p>
<ul>
<li>bigquery: deprecated
<code>cloud_spanner.use_serverless_analytics</code> on
<code>google_bigquery_connection</code>. Use
<code>cloud_spanner.use_data_boost</code> instead. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6539">#6539</a>)</li>
</ul>
<p>NOTES:</p>
<ul>
<li>provider: added <code>universe_domain</code> attribute as a provider
attribute (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6551">#6551</a>)</li>
</ul>
<p>BREAKING CHANGES:</p>
<ul>
<li>cloudrunv2: marked <code>location</code> field as required in
resource <code>google_cloud_run_v2_job</code>. Any configuration without
<code>location</code> specified will cause resource creation fail (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6540">#6540</a>)</li>
<li>cloudrunv2: marked <code>location</code> field as required in
resource <code>google_cloud_run_v2_service</code>. Any configuration
without <code>location</code> specified will cause resource creation
fail (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6540">#6540</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong>
<code>google_cloud_identity_group_lookup</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6530">#6530</a>)</li>
<li><strong>New Resource:</strong>
<code>google_network_connectivity_policy_based_route</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6552">#6552</a>)</li>
<li><strong>New Resource:</strong>
<code>google_pubsub_schema_iam_*</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6533">#6533</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>accesscontextmanager: added support for specifying
<code>vpc_network_sources</code> to
<code>google_access_context_manager_access_levels</code>,
<code>google_access_context_manager_access_level</code>, and
<code>google_access_context_manager_access_level_condition</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6553">#6553</a>)</li>
<li>apigee: added support for <code>type</code> in
<code>google_apigee_environment</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6562">#6562</a>)</li>
<li>bigquery: added <code>cloud_spanner.database_role</code>,
<code>cloud_spanner.use_data_boost</code>, and
<code>cloud_spanner.max_parallelism</code> fields to
<code>google_bigquery_connection</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6539">#6539</a>)</li>
<li>bigquery: added support for <code>iam_member</code> to
<code>google_bigquery_dataset.access</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6550">#6550</a>)</li>
<li>compute: added <code>maintenance_interval</code> field to
<code>google_compute_node_group</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6561">#6561</a>)</li>
<li>container: added <code>enable_confidential_storage</code> to
<code>node_config</code> in <code>google_container_cluster</code> and
<code>google_container_node_pool</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6531">#6531</a>)</li>
<li>container: added update support for
<code>google_container_node_pool.node_config.taint</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6536">#6536</a>)</li>
<li>containerattached: added <code>admin_groups</code> field to
<code>google_container_attached_cluster</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6537">#6537</a>)</li>
<li>dialogflowcx: added <code>advanced_settings</code> field to
<code>google_dialogflow_cx_flow</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li>
<li>dialogflowcx: added <code>advanced_settings</code> fields to
<code>google_dialogflow_cx_page</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li>
<li>dialogflowcx: added <code>advanced_settings</code>,
<code>text_to_speech_settings</code>,
<code>git_integration_settings</code> fields to
<code>google_dialogflow_cx_agent</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li>
<li>tpuv2: added <code>cidr_block</code>, <code>labels</code>,
<code>tags</code>, <code>network_config</code>,
<code>scheduling_config</code>, <code>shielded_instance_config</code>,
<code>service_account</code> and <code>data_disks</code> fields to
<code>google_tpu_v2_vm</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6555">#6555</a>)</li>
<li>tpuv2: added <code>accelerator_config</code> field to
<code>google_tpu_v2_vm</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6559">#6559</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>bigquery: fixed a bug when updating a
<code>google_bigquery_dataset</code> that contained an
<code>iamMember</code> access rule added out of band with Terraform (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6550">#6550</a>)</li>
<li>bigqueryreservation: fixed bug of incorrect resource recreation when
<code>capacity_commitment_id</code> is unspecified in resource
<code>google_bigquery_capacity_commitment</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6548">#6548</a>)</li>
<li>cloudrunv2: made <code>annotations</code> field on the
<code>google_cloud_run_v2_job</code> data source include all annotations
present on the resource in GCP (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li>
<li>cloudrunv2: made <code>annotations</code> field on the
<code>google_cloud_run_v2_service</code> data source include all
annotations present on the resource in GCP (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li>
<li>cloudrunv2: made <code>labels</code> and <code>terraform
labels</code> fields on the <code>google_cloud_run_v2_job</code> data
source include all annotations present on the resource in GCP (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li>
<li>cloudrunv2: made <code>labels</code> and <code>terraform
labels</code> fields on the <code>google_cloud_run_v2_service</code>
data source include all annotations present on the resource in GCP (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li>
<li>edgecontainer: fixed an issue where the update endpoint for
<code>google_edgecontainer_cluster</code> was incorrect. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6560">#6560</a>)</li>
<li>redis: allow <code>replica_count</code> to be set to zero in the
<code>google_redis_cluster</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6534">#6534</a>)</li>
</ul>
<h2>v5.3.0</h2>
<p>DEPRECATIONS:</p>
<ul>
<li>bigquery: deprecated
<code>time_partitioning.require_partition_filter</code> in favor of new
top level field <code>require_partition_filter</code> in resource
<code>google_bigquery_table</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6496">#6496</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong>
<code>google_cloud_run_v2_job</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6508">#6508</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_cloud_run_v2_service</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6527">#6527</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_compute_networks</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6498">#6498</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/terraform-provider-google-beta/blob/main/CHANGELOG.md">hashicorp/google-beta's
changelog</a>.</em></p>
<blockquote>
<h2>5.4.0 (Oct 30, 2023)</h2>
<p>DEPRECATIONS:</p>
<ul>
<li>bigquery: deprecated
<code>cloud_spanner.use_serverless_analytics</code> on
<code>google_bigquery_connection</code>. Use
<code>cloud_spanner.use_data_boost</code> instead. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6539">#6539</a>)</li>
</ul>
<p>NOTES:</p>
<ul>
<li>provider: added <code>universe_domain</code> attribute as a provider
attribute (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6551">#6551</a>)</li>
</ul>
<p>BREAKING CHANGES:</p>
<ul>
<li>cloudrunv2: marked <code>location</code> field as required in
resource <code>google_cloud_run_v2_job</code>. Any configuration without
<code>location</code> specified will cause resource creation fail (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6540">#6540</a>)</li>
<li>cloudrunv2: marked <code>location</code> field as required in
resource <code>google_cloud_run_v2_service</code>. Any configuration
without <code>location</code> specified will cause resource creation
fail (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6540">#6540</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong>
<code>google_cloud_identity_group_lookup</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6530">#6530</a>)</li>
<li><strong>New Resource:</strong>
<code>google_network_connectivity_policy_based_route</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6552">#6552</a>)</li>
<li><strong>New Resource:</strong>
<code>google_pubsub_schema_iam_*</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6533">#6533</a>)</li>
</ul>
<p>IMPROVEMENTS:</p>
<ul>
<li>accesscontextmanager: added support for specifying
<code>vpc_network_sources</code> to
<code>google_access_context_manager_access_levels</code>,
<code>google_access_context_manager_access_level</code>, and
<code>google_access_context_manager_access_level_condition</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6553">#6553</a>)</li>
<li>apigee: added support for <code>type</code> in
<code>google_apigee_environment</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6562">#6562</a>)</li>
<li>bigquery: added <code>cloud_spanner.database_role</code>,
<code>cloud_spanner.use_data_boost</code>, and
<code>cloud_spanner.max_parallelism</code> fields to
<code>google_bigquery_connection</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6539">#6539</a>)</li>
<li>bigquery: added support for <code>iam_member</code> to
<code>google_bigquery_dataset.access</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6550">#6550</a>)</li>
<li>compute: added <code>maintenance_interval</code> field to
<code>google_compute_node_group</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6561">#6561</a>)</li>
<li>container: added <code>enable_confidential_storage</code> to
<code>node_config</code> in <code>google_container_cluster</code> and
<code>google_container_node_pool</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6531">#6531</a>)</li>
<li>container: added update support for
<code>google_container_node_pool.node_config.taint</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6536">#6536</a>)</li>
<li>containerattached: added <code>admin_groups</code> field to
<code>google_container_attached_cluster</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6537">#6537</a>)</li>
<li>dialogflowcx: added <code>advanced_settings</code> field to
<code>google_dialogflow_cx_flow</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li>
<li>dialogflowcx: added <code>advanced_settings</code> fields to
<code>google_dialogflow_cx_page</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li>
<li>dialogflowcx: added <code>advanced_settings</code>,
<code>text_to_speech_settings</code>,
<code>git_integration_settings</code> fields to
<code>google_dialogflow_cx_agent</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6543">#6543</a>)</li>
<li>tpuv2: added <code>cidr_block</code>, <code>labels</code>,
<code>tags</code>, <code>network_config</code>,
<code>scheduling_config</code>, <code>shielded_instance_config</code>,
<code>service_account</code> and <code>data_disks</code> fields to
<code>google_tpu_v2_vm</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6555">#6555</a>)</li>
<li>tpuv2: added <code>accelerator_config</code> field to
<code>google_tpu_v2_vm</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6559">#6559</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>bigquery: fixed a bug when updating a
<code>google_bigquery_dataset</code> that contained an
<code>iamMember</code> access rule added out of band with Terraform (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6550">#6550</a>)</li>
<li>bigqueryreservation: fixed bug of incorrect resource recreation when
<code>capacity_commitment_id</code> is unspecified in resource
<code>google_bigquery_capacity_commitment</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6548">#6548</a>)</li>
<li>cloudrunv2: made <code>annotations</code> field on the
<code>google_cloud_run_v2_job</code> data source include all annotations
present on the resource in GCP (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li>
<li>cloudrunv2: made <code>annotations</code> field on the
<code>google_cloud_run_v2_service</code> data source include all
annotations present on the resource in GCP (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li>
<li>cloudrunv2: made <code>labels</code> and <code>terraform
labels</code> fields on the <code>google_cloud_run_v2_job</code> data
source include all annotations present on the resource in GCP (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li>
<li>cloudrunv2: made <code>labels</code> and <code>terraform
labels</code> fields on the <code>google_cloud_run_v2_service</code>
data source include all annotations present on the resource in GCP (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6532">#6532</a>)</li>
<li>edgecontainer: fixed an issue where the update endpoint for
<code>google_edgecontainer_cluster</code> was incorrect. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6560">#6560</a>)</li>
<li>redis: allow <code>replica_count</code> to be set to zero in the
<code>google_redis_cluster</code> resource (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6534">#6534</a>)</li>
</ul>
<h2>5.3.0 (Oct 23, 2023)</h2>
<p>DEPRECATIONS:</p>
<ul>
<li>bigquery: deprecated
<code>time_partitioning.require_partition_filter</code> in favor of new
top level field <code>require_partition_filter</code> in resource
<code>google_bigquery_table</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6496">#6496</a>)</li>
</ul>
<p>FEATURES:</p>
<ul>
<li><strong>New Data Source:</strong>
<code>google_cloud_run_v2_job</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6508">#6508</a>)</li>
<li><strong>New Data Source:</strong>
<code>google_cloud_run_v2_service</code> (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/pull/6527">#6527</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0a9d7ff479"><code>0a9d7ff</code></a>
5.4.0 changelog (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/6571">#6571</a>)</li>
<li><a
href="159901c154"><code>159901c</code></a>
Revert &quot;Add ssl_mode option to google_sql_database_instance. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/9316">#9316</a>)&quot;
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/9355">#9355</a>)...</li>
<li><a
href="1beda160ee"><code>1beda16</code></a>
Add ssl_mode option to google_sql_database_instance. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/9316">#9316</a>)
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/6564">#6564</a>)</li>
<li><a
href="ecc161789b"><code>ecc1617</code></a>
bootstrap network for dataproc tests (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/9304">#9304</a>)
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/6563">#6563</a>)</li>
<li><a
href="9fd403f9ac"><code>9fd403f</code></a>
Add support for type in ApigeeEnvironment; remove obsolete broken test
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/9340">#9340</a>...</li>
<li><a
href="eb3874785a"><code>eb38747</code></a>
Maintenance interval for sole-tenant node groups. (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/9307">#9307</a>)
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/6561">#6561</a>)</li>
<li><a
href="ac4679624a"><code>ac46796</code></a>
Fix edgecontainer cluster upgrade endpoint and update the machine
configurati...</li>
<li><a
href="2a33264078"><code>2a33264</code></a>
Add accelerator_config to google_tpu_v2_vm (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/9332">#9332</a>)
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/6559">#6559</a>)</li>
<li><a
href="64fa892e17"><code>64fa892</code></a>
Clarify the database resource name in firestore document surface (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/9325">#9325</a>)
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/6558">#6558</a>)</li>
<li><a
href="5899b9e34e"><code>5899b9e</code></a>
Fix google_iam_deny_policy tests (<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/9321">#9321</a>)
(<a
href="https://redirect.github.com/hashicorp/terraform-provider-google-beta/issues/6557">#6557</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/terraform-provider-google-beta/compare/v5.2.0...v5.4.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hashicorp/google-beta&package-manager=terraform&previous-version=5.2.0&new-version=5.4.0)](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>
2023-11-01 10:35:36 -06:00
dependabot[bot]
0351526aeb build(deps-dev): Bump floki from 0.35.1 to 0.35.2 in /elixir (#2548)
Bumps [floki](https://github.com/philss/floki) from 0.35.1 to 0.35.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/philss/floki/blob/main/CHANGELOG.md">floki's
changelog</a>.</em></p>
<blockquote>
<h2>[0.35.2] - 2023-10-25</h2>
<h3>Fixed</h3>
<ul>
<li>Enable usage of IO data by removing a guard for binaries in the main
parser module.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="172c8e3d6a"><code>172c8e3</code></a>
Release v0.35.2</li>
<li><a
href="c2a71bc5ce"><code>c2a71bc</code></a>
Bump dialyxir from 1.4.1 to 1.4.2 (<a
href="https://redirect.github.com/philss/floki/issues/495">#495</a>)</li>
<li><a
href="944c00f290"><code>944c00f</code></a>
Rollback guard that requires only binary for parsing</li>
<li><a
href="03c2b5ac37"><code>03c2b5a</code></a>
Bump ex_doc from 0.30.8 to 0.30.9 (<a
href="https://redirect.github.com/philss/floki/issues/494">#494</a>)</li>
<li><a
href="c611523e78"><code>c611523</code></a>
Bump ex_doc from 0.30.7 to 0.30.8 (<a
href="https://redirect.github.com/philss/floki/issues/493">#493</a>)</li>
<li>See full diff in <a
href="https://github.com/philss/floki/compare/v0.35.1...v0.35.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=floki&package-manager=hex&previous-version=0.35.1&new-version=0.35.2)](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>
2023-11-01 10:35:08 -06:00
dependabot[bot]
81b71c6a3d build(deps-dev): Bump dialyxir from 1.4.1 to 1.4.2 in /elixir (#2549)
Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.4.1 to
1.4.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jeremyjh/dialyxir/blob/master/CHANGELOG.md">dialyxir's
changelog</a>.</em></p>
<blockquote>
<h2>[1.4.2] - 2023-10-21</h2>
<h3>Changed</h3>
<ul>
<li>Revert minimum required Elixir version back to 1.6.</li>
<li>Improved performance in calculating Umbrella dependencies.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="7d4653cf6e"><code>7d4653c</code></a>
Merge pull request <a
href="https://redirect.github.com/jeremyjh/dialyxir/issues/522">#522</a>
from jeremyjh/jh-bump-ver-1.4.2</li>
<li><a
href="fd4edbd6ed"><code>fd4edbd</code></a>
Bump versions &amp; changelog for release.</li>
<li><a
href="e030c51967"><code>e030c51</code></a>
Merge pull request <a
href="https://redirect.github.com/jeremyjh/dialyxir/issues/521">#521</a>
from solar05/patch-1</li>
<li><a
href="2cdb1603ce"><code>2cdb160</code></a>
Update README example</li>
<li><a
href="f15b991d86"><code>f15b991</code></a>
Merge pull request <a
href="https://redirect.github.com/jeremyjh/dialyxir/issues/519">#519</a>
from David-Klemenc/then</li>
<li><a
href="c76d540c5a"><code>c76d540</code></a>
chore: remove then to be compatible with elixir 1.11</li>
<li><a
href="b4167c06e3"><code>b4167c0</code></a>
Merge pull request <a
href="https://redirect.github.com/jeremyjh/dialyxir/issues/518">#518</a>
from peek-travel/deps-tree-perf-improvements</li>
<li><a
href="c407d7c488"><code>c407d7c</code></a>
Improve performance of algorithm to determine project deps</li>
<li>See full diff in <a
href="https://github.com/jeremyjh/dialyxir/compare/1.4.1...1.4.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dialyxir&package-manager=hex&previous-version=1.4.1&new-version=1.4.2)](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>
2023-11-01 10:34:54 -06:00
dependabot[bot]
16f20d3fb6 build(deps): Bump hashicorp/setup-terraform from 2 to 3 (#2552)
Bumps
[hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform)
from 2 to 3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/setup-terraform/releases">hashicorp/setup-terraform's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.0</h2>
<p>NOTES:</p>
<ul>
<li>Updated default runtime to node20 (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/346">#346</a>)</li>
<li>The wrapper around the installed Terraform binary has been fixed to
return the exact STDOUT and STDERR from Terraform when executing
commands. Previous versions of setup-terraform may have required
workarounds to process the STDOUT in bash, such as filtering out the
first line or selectively parsing STDOUT with jq. These workarounds may
need to be adjusted with <code>v3.0.0</code>, which will now return just
the STDOUT/STDERR from Terraform with no errant characters/statements.
(<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/367">#367</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>Fixed malformed stdout when wrapper is enabled (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/367">#367</a>)</li>
</ul>
<h2>v2.0.3</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>NOTES</h3>
<ul>
<li>Bump <code>@​actions/core</code> from 1.9.1 to 1.10.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/247">hashicorp/setup-terraform#247</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/hashicorp/setup-terraform/compare/v2.0.2...v2.0.3">https://github.com/hashicorp/setup-terraform/compare/v2.0.2...v2.0.3</a></p>
<h2>v2.0.2</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>NOTES</h3>
<ul>
<li>Update 2.0.1 release metadata by <a
href="https://github.com/jpogran"><code>@​jpogran</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/253">hashicorp/setup-terraform#253</a></li>
<li>Release 2.0.2 by <a
href="https://github.com/jpogran"><code>@​jpogran</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/254">hashicorp/setup-terraform#254</a></li>
</ul>
<h3>INTERNAL</h3>
<ul>
<li>Bump jest from 29.0.3 to 29.1.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/248">hashicorp/setup-terraform#248</a></li>
<li><code>README.md</code> updates - direct links to license and code of
conduct, updated GitHub documents link by <a
href="https://github.com/magnetikonline"><code>@​magnetikonline</code></a>
in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/244">hashicorp/setup-terraform#244</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/hashicorp/setup-terraform/compare/v2.0.1...v2.0.2">https://github.com/hashicorp/setup-terraform/compare/v2.0.1...v2.0.2</a></p>
<h2>v2.0.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>ENHANCEMENTS</h3>
<ul>
<li>Do not fail when theres an exit-code 2 by <a
href="https://github.com/dannyibishev"><code>@​dannyibishev</code></a>
in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/125">hashicorp/setup-terraform#125</a></li>
</ul>
<h3>BUG FIXES</h3>
<ul>
<li>Fix terraform extract by <a
href="https://github.com/cpc-camarj"><code>@​cpc-camarj</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/187">hashicorp/setup-terraform#187</a></li>
</ul>
<h3>INTERNAL</h3>
<ul>
<li>Bump <code>@​actions/core</code> from 1.6.0 to 1.7.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/185">hashicorp/setup-terraform#185</a></li>
<li>Bump <code>@​vercel/ncc</code> from 0.33.3 to 0.33.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/182">hashicorp/setup-terraform#182</a></li>
<li>Bump jest from 27.5.1 to 28.0.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/184">hashicorp/setup-terraform#184</a></li>
<li>Bump jest from 28.0.0 to 28.0.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/190">hashicorp/setup-terraform#190</a></li>
<li>Bump husky from 7.0.4 to 8.0.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/193">hashicorp/setup-terraform#193</a></li>
<li>Bump jest from 28.0.3 to 28.1.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/194">hashicorp/setup-terraform#194</a></li>
<li>Bump <code>@​actions/github</code> from 5.0.1 to 5.0.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/201">hashicorp/setup-terraform#201</a></li>
<li>Bump <code>@​actions/core</code> from 1.7.0 to 1.8.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/200">hashicorp/setup-terraform#200</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md">hashicorp/setup-terraform's
changelog</a>.</em></p>
<blockquote>
<h2>3.0.0 (2023-10-30)</h2>
<p>NOTES:</p>
<ul>
<li>Updated default runtime to node20 (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/346">#346</a>)</li>
<li>The wrapper around the installed Terraform binary has been fixed to
return the exact STDOUT and STDERR from Terraform when executing
commands. Previous versions of setup-terraform may have required
workarounds to process the STDOUT in bash, such as filtering out the
first line or selectively parsing STDOUT with jq. These workarounds may
need to be adjusted with <code>v3.0.0</code>, which will now return just
the STDOUT/STDERR from Terraform with no errant characters/statements.
(<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/367">#367</a>)</li>
</ul>
<p>BUG FIXES:</p>
<ul>
<li>Fixed malformed stdout when wrapper is enabled (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/367">#367</a>)</li>
</ul>
<h1>[2.0.3] (2022-11-01)</h1>
<h3>NOTES</h3>
<ul>
<li>Reduced occurrences of GitHub Actions warnings for setting output <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/247">#247</a></li>
</ul>
<h1>[2.0.2] (2022-10-12)</h1>
<h3>BUG FIXES</h3>
<ul>
<li>Update 2.0.1 release metadata by <a
href="https://github.com/jpogran"><code>@​jpogran</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/253">hashicorp/setup-terraform#253</a></li>
<li><code>README.md</code> updates - direct links to license and code of
conduct, updated GitHub documents link by <a
href="https://github.com/magnetikonline"><code>@​magnetikonline</code></a>
in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/244">hashicorp/setup-terraform#244</a></li>
</ul>
<h3>INTERNAL</h3>
<ul>
<li>Bump jest from 29.0.3 to 29.1.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/248">hashicorp/setup-terraform#248</a></li>
</ul>
<h1>[2.0.1] (2022-10-12)</h1>
<h3>ENHANCEMENTS</h3>
<ul>
<li>Do not fail when theres an exit-code 2 by <a
href="https://github.com/dannyibishev"><code>@​dannyibishev</code></a>
in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/125">hashicorp/setup-terraform#125</a></li>
<li>Updated README to reflect GitHub limitations by <a
href="https://github.com/rnsc"><code>@​rnsc</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/205">hashicorp/setup-terraform#205</a></li>
</ul>
<h3>BUG FIXES</h3>
<ul>
<li>Fix terraform extract by <a
href="https://github.com/cpc-camarj"><code>@​cpc-camarj</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/187">hashicorp/setup-terraform#187</a></li>
<li>Add new-style readme build badges, bump
<code>actions/checkout</code> in <code>README.md</code> examples by <a
href="https://github.com/magnetikonline"><code>@​magnetikonline</code></a>
in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/188">hashicorp/setup-terraform#188</a></li>
<li>Fixed <code>master</code> to <code>main</code> workflow branch
triggers by <a
href="https://github.com/magnetikonline"><code>@​magnetikonline</code></a>
in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/216">hashicorp/setup-terraform#216</a></li>
<li>Fix the example of how to comment on pull request. by <a
href="https://github.com/acarmel"><code>@​acarmel</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/220">hashicorp/setup-terraform#220</a></li>
</ul>
<h3>INTERNAL</h3>
<ul>
<li>Bump <code>@​actions/core</code> from 1.6.0 to 1.7.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/185">hashicorp/setup-terraform#185</a></li>
<li>Bump <code>@​vercel/ncc</code> from 0.33.3 to 0.33.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/182">hashicorp/setup-terraform#182</a></li>
<li>Bump jest from 27.5.1 to 28.0.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/184">hashicorp/setup-terraform#184</a></li>
<li>Bump jest from 28.0.0 to 28.0.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/190">hashicorp/setup-terraform#190</a></li>
<li>Bump husky from 7.0.4 to 8.0.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/193">hashicorp/setup-terraform#193</a></li>
<li>Bump jest from 28.0.3 to 28.1.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/hashicorp/setup-terraform/pull/194">hashicorp/setup-terraform#194</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="a1502cd9e7"><code>a1502cd</code></a>
Update package version</li>
<li><a
href="070aa52467"><code>070aa52</code></a>
Update changelog</li>
<li><a
href="cfd668c07b"><code>cfd668c</code></a>
Result of tsccr-helper -log-level=info -pin-all-workflows . (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/369">#369</a>)</li>
<li><a
href="4dff81de7e"><code>4dff81d</code></a>
Fix output malformed when wrapper enabled (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/367">#367</a>)</li>
<li><a
href="4c41f96f26"><code>4c41f96</code></a>
Bump <code>@​actions/github</code> from 5.1.1 to 6.0.0 (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/361">#361</a>)</li>
<li><a
href="9507e1d5bb"><code>9507e1d</code></a>
feat: bump to use node20 runtime (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/346">#346</a>)</li>
<li><a
href="599d383196"><code>599d383</code></a>
Bump <code>@​vercel/ncc</code> from 0.38.0 to 0.38.1 (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/365">#365</a>)</li>
<li><a
href="1697eea208"><code>1697eea</code></a>
Bump nock from 13.3.4 to 13.3.6 (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/363">#363</a>)</li>
<li><a
href="8fa54e78fa"><code>8fa54e7</code></a>
Revert &quot;Bump <code>@​actions/github</code> from 5.1.1 to 6.0.0 (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/355">#355</a>)&quot;
(<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/360">#360</a>)</li>
<li><a
href="bf6ea8ac71"><code>bf6ea8a</code></a>
Remove redundant shell definition (<a
href="https://redirect.github.com/hashicorp/setup-terraform/issues/358">#358</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/hashicorp/setup-terraform/compare/v2...v3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hashicorp/setup-terraform&package-manager=github_actions&previous-version=2&new-version=3)](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>
2023-11-01 10:34:13 -06:00
dependabot[bot]
36a0986ada build(deps): Bump @next/mdx from 13.5.6 to 14.0.1 in /website (#2555)
Bumps
[@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx)
from 13.5.6 to 14.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/next.js/releases"><code>@​next/mdx</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v14.0.1</h2>
<h3>Core Changes</h3>
<ul>
<li>Add Next.js 14 codemods to CLI output.: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57552">#57552</a></li>
<li>OpenTelemetry: propagate a configured context(s) to root requests:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57084">#57084</a></li>
<li>debug: Add tags to next build traces to track build configuration in
the .next/trace file: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56965">#56965</a></li>
<li>[Traces] Await the flush of the trace write stream to make sure
trace file is written: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57641">#57641</a></li>
<li>Add node-pty to externals list: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57640">#57640</a></li>
<li>fix: move logging config validation out of experimental: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57530">#57530</a></li>
<li>Update font data: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57728">#57728</a></li>
<li>Support viewport export via TS Plugin: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57554">#57554</a></li>
<li>Fix: Build compilation warning when using middleware: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57685">#57685</a></li>
<li>chore: Update flight-client-entry-plugin.ts typo: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57734">#57734</a></li>
<li>Improve error for missing default export in dynamic metadata routes:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57711">#57711</a></li>
<li>fix gsp tracing issue: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57766">#57766</a></li>
<li>fix(turbopack): don't match empty route groups: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57647">#57647</a></li>
<li>Update React from 8c8ee9ee6 to 0c6348758 and types: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57772">#57772</a></li>
</ul>
<h3>Documentation Changes</h3>
<ul>
<li>Add missing dot in codemod command: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57536">#57536</a></li>
<li>docs(fix): example text unescaped entities: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57255">#57255</a></li>
<li>doc: Clarify built-in support for sass after installation: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57279">#57279</a></li>
<li>Update docs with a Good to know box about using redirect in client
components: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56966">#56966</a></li>
<li>docs: fix 02-dynamic-routes.mdx: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57029">#57029</a></li>
<li>Fix incorrect link in GTM docs: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57547">#57547</a></li>
<li>Fix typos: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57592">#57592</a></li>
<li>Add apostrophe 07-error-handling.mdx: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57626">#57626</a></li>
<li>Fix: codemods.mdx Incorrect heading structure of next-og-import,
meta…: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57605">#57605</a></li>
<li>Typo fix, version &quot;13&quot; to &quot;14&quot;: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57723">#57723</a></li>
<li>Fix Google Tag Manager URL in Third Party Libraries documentation:
<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57731">#57731</a></li>
</ul>
<h3>Example Changes</h3>
<ul>
<li>Fix: Call cookies function from route to flag as dynamic: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57494">#57494</a></li>
<li>(Examples) Add <code>with-youtube-embed</code> example: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57367">#57367</a></li>
<li>(Examples) Add <code>with-google-maps-embed</code> example: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57365">#57365</a></li>
<li>update <code>@​types/react</code> version in examples: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57259">#57259</a></li>
<li>docs: fix broken link to demo: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57229">#57229</a></li>
<li>(example update) Update example with-Clerk: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57050">#57050</a></li>
<li>active-class-name example style js has not taken effect: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56136">#56136</a></li>
<li>add inngest next.js example: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/56049">#56049</a></li>
<li>fix inngest example for 3.x sdk: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57712">#57712</a></li>
</ul>
<h3>Misc Changes</h3>
<ul>
<li>update manifest: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57523">#57523</a></li>
<li>update next/third-parties to use Next 14 or 13 as a peer dependency,
instead of just 13: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57515">#57515</a></li>
<li>Modify tailwindcss related dependency of
<code>create-next-app</code>: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57262">#57262</a></li>
<li>Remove extra CI step and lock Node.js version: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/57769">#57769</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4df888a55f"><code>4df888a</code></a>
v14.0.1</li>
<li><a
href="41dec2cbd6"><code>41dec2c</code></a>
v14.0.1-canary.5</li>
<li><a
href="9d49afc5ea"><code>9d49afc</code></a>
v14.0.1-canary.4</li>
<li><a
href="fc1ecc407c"><code>fc1ecc4</code></a>
v14.0.1-canary.3</li>
<li><a
href="54a9da0a1e"><code>54a9da0</code></a>
v14.0.1-canary.2</li>
<li><a
href="c70506de77"><code>c70506d</code></a>
v14.0.1-canary.1</li>
<li><a
href="6a63c4ffeb"><code>6a63c4f</code></a>
v14.0.1-canary.0</li>
<li><a
href="b546d8b22c"><code>b546d8b</code></a>
v14.0.0</li>
<li><a
href="356dc42f1a"><code>356dc42</code></a>
v13.5.7-canary.37</li>
<li><a
href="fc1b6c4742"><code>fc1b6c4</code></a>
v13.5.7-canary.36</li>
<li>Additional commits viewable in <a
href="https://github.com/vercel/next.js/commits/v14.0.1/packages/next-mdx">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@next/mdx&package-manager=npm_and_yarn&previous-version=13.5.6&new-version=14.0.1)](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>
2023-11-01 15:53:23 +00:00
dependabot[bot]
429997bb7d build(deps): Bump flowbite-react from 0.4.11 to 0.6.4 in /website (#2556)
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [flowbite-react](https://github.com/themesberg/flowbite-react)
from 0.4.11 to 0.6.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/themesberg/flowbite-react/releases">flowbite-react's
releases</a>.</em></p>
<blockquote>
<h2>v0.6.4</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: fix getWeekDays function by <a
href="https://github.com/xSyki"><code>@​xSyki</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1040">themesberg/flowbite-react#1040</a></li>
<li>feat: checkbox colors by <a
href="https://github.com/MateoWartelle"><code>@​MateoWartelle</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1032">themesberg/flowbite-react#1032</a></li>
<li>feat: Blockquote Component by <a
href="https://github.com/MateoWartelle"><code>@​MateoWartelle</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/997">themesberg/flowbite-react#997</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/themesberg/flowbite-react/compare/v0.6.3...v0.6.4">https://github.com/themesberg/flowbite-react/compare/v0.6.3...v0.6.4</a></p>
<h2>v0.6.3</h2>
<h2>What's Changed</h2>
<ul>
<li>docs: floating Label add missing theme and references by <a
href="https://github.com/MateoWartelle"><code>@​MateoWartelle</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1025">themesberg/flowbite-react#1025</a></li>
<li>fix: Button color blue theme by <a
href="https://github.com/MateoWartelle"><code>@​MateoWartelle</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1024">themesberg/flowbite-react#1024</a></li>
<li>fix: Floating Label theme import by <a
href="https://github.com/okelloMarvinSophany"><code>@​okelloMarvinSophany</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1023">themesberg/flowbite-react#1023</a></li>
<li>Fix/conditional rendering tabs items by <a
href="https://github.com/paghar"><code>@​paghar</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1019">themesberg/flowbite-react#1019</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/themesberg/flowbite-react/compare/v0.6.2...v0.6.3">https://github.com/themesberg/flowbite-react/compare/v0.6.2...v0.6.3</a></p>
<h2>v0.6.2 - borken</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(toggleswitch): disable + checked state and deprecated html event
replacement by <a
href="https://github.com/rluders"><code>@​rluders</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/987">themesberg/flowbite-react#987</a></li>
<li>docs: remove contributing yarn format for prettier:fix by <a
href="https://github.com/MateoWartelle"><code>@​MateoWartelle</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/996">themesberg/flowbite-react#996</a></li>
<li>fix: homepage - missing dark mode section functionality by <a
href="https://github.com/SutuSebastian"><code>@​SutuSebastian</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/989">themesberg/flowbite-react#989</a></li>
<li>perf: upgrade nextJS to 13.5 by <a
href="https://github.com/SutuSebastian"><code>@​SutuSebastian</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/999">themesberg/flowbite-react#999</a></li>
<li>docs: sidebar remove dark:hover:bg-transparent by <a
href="https://github.com/MateoWartelle"><code>@​MateoWartelle</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1000">themesberg/flowbite-react#1000</a></li>
<li>fix: issue <a
href="https://redirect.github.com/themesberg/flowbite-react/issues/846">#846</a>
- docs dropdown - <code>custom trigger</code> section not render… by <a
href="https://github.com/SutuSebastian"><code>@​SutuSebastian</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1005">themesberg/flowbite-react#1005</a></li>
<li>fix: docs - avatar - render properly code example by <a
href="https://github.com/SutuSebastian"><code>@​SutuSebastian</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1006">themesberg/flowbite-react#1006</a></li>
<li>feat(component): toggleSwitch add sizing prop (sm|md|lg) by <a
href="https://github.com/MateoWartelle"><code>@​MateoWartelle</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1009">themesberg/flowbite-react#1009</a></li>
<li>feat: adds floating label by <a
href="https://github.com/okelloMarvinSophany"><code>@​okelloMarvinSophany</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/955">themesberg/flowbite-react#955</a></li>
<li>fix: documentation regressions by <a
href="https://github.com/rluders"><code>@​rluders</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1021">themesberg/flowbite-react#1021</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/okelloMarvinSophany"><code>@​okelloMarvinSophany</code></a>
made their first contribution in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/955">themesberg/flowbite-react#955</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/themesberg/flowbite-react/compare/v0.6.1...v0.6.2">https://github.com/themesberg/flowbite-react/compare/v0.6.1...v0.6.2</a></p>
<h2>v0.6.1</h2>
<h2>What's Changed</h2>
<ul>
<li>docs: readme docs update link + add new components (banner +
datepicker) by <a
href="https://github.com/MateoWartelle"><code>@​MateoWartelle</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/950">themesberg/flowbite-react#950</a></li>
<li>Documentation fixes and new components (datepicker, banner) by <a
href="https://github.com/zoltanszogyenyi"><code>@​zoltanszogyenyi</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/953">themesberg/flowbite-react#953</a></li>
<li>Add dark: to button light theme by <a
href="https://github.com/pnispel"><code>@​pnispel</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/954">themesberg/flowbite-react#954</a></li>
<li>docs(banner): update <code>blue</code> colors to <code>cyan</code>
&amp; fix button paddings by <a
href="https://github.com/zoltanszogyenyi"><code>@​zoltanszogyenyi</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/957">themesberg/flowbite-react#957</a></li>
<li>fix(textarea): default font size should be <code>text-sm</code> by
<a
href="https://github.com/zoltanszogyenyi"><code>@​zoltanszogyenyi</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/958">themesberg/flowbite-react#958</a></li>
<li>docs: story <code>@deprecated</code> Use <code>StoryFn</code>
instead by <a
href="https://github.com/MateoWartelle"><code>@​MateoWartelle</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/966">themesberg/flowbite-react#966</a></li>
<li>docs: Add missing controls to Breadcrumbs component StoryBook by <a
href="https://github.com/MateoWartelle"><code>@​MateoWartelle</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/965">themesberg/flowbite-react#965</a></li>
<li>fix(button): fix error Button cannot be used as a JSX component by
<a href="https://github.com/congon4tor"><code>@​congon4tor</code></a> in
<a
href="https://redirect.github.com/themesberg/flowbite-react/pull/974">themesberg/flowbite-react#974</a></li>
<li>fix(datepicker.tsx): fix theme and add onSelectedDate callback by <a
href="https://github.com/congon4tor"><code>@​congon4tor</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/970">themesberg/flowbite-react#970</a></li>
<li>Minor visual fixes for components (buttons, breadcrumbs, list group)
by <a
href="https://github.com/zoltanszogyenyi"><code>@​zoltanszogyenyi</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/971">themesberg/flowbite-react#971</a></li>
<li>fix(labels): default dark color of the input labels should be white
by <a
href="https://github.com/zoltanszogyenyi"><code>@​zoltanszogyenyi</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/978">themesberg/flowbite-react#978</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/themesberg/flowbite-react/blob/main/CHANGELOG.md">flowbite-react's
changelog</a>.</em></p>
<blockquote>
<h3><a
href="https://github.com/themesberg/flowbite-react/compare/v0.6.3...v0.6.4">0.6.4</a>
(2023-10-03)</h3>
<h3>Features</h3>
<ul>
<li>Blockquote Component (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/997">#997</a>)
(<a
href="9b91c299db">9b91c29</a>)</li>
<li>checkbox colors (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1032">#1032</a>)
(<a
href="8ae697ea50">8ae697e</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>fix getWeekDays function (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1040">#1040</a>)
(<a
href="8822223eb7">8822223</a>)</li>
</ul>
<h3><a
href="https://github.com/themesberg/flowbite-react/compare/v0.6.2...v0.6.3">0.6.3</a>
(2023-09-30)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>Button color blue theme (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1024">#1024</a>)
(<a
href="11d8510875">11d8510</a>)</li>
<li>Floating Label theme import (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1023">#1023</a>)
(<a
href="160c24e000">160c24e</a>)</li>
</ul>
<h3><a
href="https://github.com/themesberg/flowbite-react/compare/v0.6.1...v0.6.2">0.6.2</a>
(2023-09-29)</h3>
<h3>Features</h3>
<ul>
<li>adds floating label (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/955">#955</a>)
(<a
href="3fc7b88d86">3fc7b88</a>)</li>
<li><strong>component:</strong> toggleSwitch add sizing prop (sm|md|lg)
(<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1009">#1009</a>)
(<a
href="c3bf704dd9">c3bf704</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>docs - avatar - render properly code example (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1006">#1006</a>)
(<a
href="48ce7863fc">48ce786</a>)</li>
<li>documentation regressions (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1021">#1021</a>)
(<a
href="dbfb01958e">dbfb019</a>)</li>
<li>homepage - missing dark mode section functionality (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/989">#989</a>)
(<a
href="63e04e2ae5">63e04e2</a>)</li>
<li>issue <a
href="https://redirect.github.com/themesberg/flowbite-react/issues/846">#846</a>
- docs dropdown - <code>custom trigger</code> section not render… (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1005">#1005</a>)
(<a
href="409c01c9a5">409c01c</a>)</li>
<li><strong>toggleswitch:</strong> disable + checked state and
deprecated html event replacement (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/987">#987</a>)
(<a
href="ce55df1fc4">ce55df1</a>),
closes <a
href="https://redirect.github.com/themesberg/flowbite-react/issues/986">#986</a></li>
</ul>
<h3><a
href="https://github.com/themesberg/flowbite-react/compare/v0.6.0...v0.6.1">0.6.1</a>
(2023-09-23)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><code>CodePreview</code> - show explicit false props (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/985">#985</a>)
(<a
href="b1357c6e44">b1357c6</a>)</li>
<li><strong>button:</strong> allow height of buttons stretch (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/906">#906</a>)
(<a
href="10b54e345b">10b54e3</a>)</li>
<li><strong>button:</strong> fix error Button cannot be used as a JSX
component (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/974">#974</a>)
(<a
href="b62160116b">b621601</a>),
closes <a
href="https://redirect.github.com/themesberg/flowbite-react/issues/962">#962</a></li>
<li><strong>component:</strong> add custom theme to the carousel's
default left and r… (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/910">#910</a>)
(<a
href="ddff0e5e43">ddff0e5</a>)</li>
<li><strong>datepicker.tsx:</strong> fix theme and add onSelectedDate
callback (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/970">#970</a>)
(<a
href="fe9f63f0cd">fe9f63f</a>),
closes <a
href="https://redirect.github.com/themesberg/flowbite-react/issues/968">#968</a>
<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/964">#964</a></li>
<li><strong>datepicker:</strong> button type (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/984">#984</a>)
(<a
href="496ed1e9e0">496ed1e</a>)</li>
<li><strong>datepiker:</strong> incorrect names of days of the week in
the datepicker (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/963">#963</a>)
(<a
href="e09a22a4dc">e09a22a</a>),
closes <a
href="https://redirect.github.com/themesberg/flowbite-react/issues/960">#960</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="1189d3d169"><code>1189d3d</code></a>
chore(release): 0.6.4</li>
<li><a
href="9b91c299db"><code>9b91c29</code></a>
feat: Blockquote Component (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/997">#997</a>)</li>
<li><a
href="8ae697ea50"><code>8ae697e</code></a>
feat: checkbox colors (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1032">#1032</a>)</li>
<li><a
href="8822223eb7"><code>8822223</code></a>
fix: fix getWeekDays function (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1040">#1040</a>)</li>
<li><a
href="9e5a4a0d2d"><code>9e5a4a0</code></a>
chore(release): 0.6.3</li>
<li><a
href="9a69006c2c"><code>9a69006</code></a>
Fix/conditional rendering tabs items (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1019">#1019</a>)</li>
<li><a
href="160c24e000"><code>160c24e</code></a>
fix: Floating Label theme import (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1023">#1023</a>)</li>
<li><a
href="11d8510875"><code>11d8510</code></a>
fix: Button color blue theme (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1024">#1024</a>)</li>
<li><a
href="1c112b975c"><code>1c112b9</code></a>
docs: floating Label add missing theme and references (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1025">#1025</a>)</li>
<li><a
href="45742c1058"><code>45742c1</code></a>
chore(release): 0.6.2</li>
<li>Additional commits viewable in <a
href="https://github.com/themesberg/flowbite-react/compare/v0.4.11...v0.6.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flowbite-react&package-manager=npm_and_yarn&previous-version=0.4.11&new-version=0.6.4)](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>
2023-11-01 15:53:11 +00:00
dependabot[bot]
84edc157c8 build(deps): Bump docker/login-action from 1 to 3 (#2553)
Bumps [docker/login-action](https://github.com/docker/login-action) from
1 to 3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/login-action/releases">docker/login-action's
releases</a>.</em></p>
<blockquote>
<h2>v3.0.0</h2>
<ul>
<li>Node 20 as default runtime (requires <a
href="https://github.com/actions/runner/releases/tag/v2.308.0">Actions
Runner v2.308.0</a> or later) by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/login-action/pull/593">docker/login-action#593</a></li>
<li>Bump <code>@​actions/core</code> from 1.10.0 to 1.10.1 in <a
href="https://redirect.github.com/docker/login-action/pull/598">docker/login-action#598</a></li>
<li>Bump <code>@​aws-sdk/client-ecr</code> and
<code>@​aws-sdk/client-ecr-public</code> to 3.410.0 in <a
href="https://redirect.github.com/docker/login-action/pull/555">docker/login-action#555</a>
<a
href="https://redirect.github.com/docker/login-action/pull/560">docker/login-action#560</a>
<a
href="https://redirect.github.com/docker/login-action/pull/582">docker/login-action#582</a>
<a
href="https://redirect.github.com/docker/login-action/pull/599">docker/login-action#599</a></li>
<li>Bump semver from 6.3.0 to 6.3.1 in <a
href="https://redirect.github.com/docker/login-action/pull/556">docker/login-action#556</a></li>
<li>Bump https-proxy-agent to 7.0.2 <a
href="https://redirect.github.com/docker/login-action/pull/561">docker/login-action#561</a>
<a
href="https://redirect.github.com/docker/login-action/pull/588">docker/login-action#588</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/login-action/compare/v2.2.0...v3.0.0">https://github.com/docker/login-action/compare/v2.2.0...v3.0.0</a></p>
<h2>v2.2.0</h2>
<ul>
<li>Switch to actions-toolkit implementation by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> in <a
href="https://redirect.github.com/docker/login-action/pull/409">docker/login-action#409</a>
<a
href="https://redirect.github.com/docker/login-action/pull/470">docker/login-action#470</a>
<a
href="https://redirect.github.com/docker/login-action/pull/476">docker/login-action#476</a></li>
<li>Bump <code>@​aws-sdk/client-ecr</code> and
<code>@​aws-sdk/client-ecr-public</code> to 3.347.1 in <a
href="https://redirect.github.com/docker/login-action/pull/524">docker/login-action#524</a>
<a
href="https://redirect.github.com/docker/login-action/pull/364">docker/login-action#364</a>
<a
href="https://redirect.github.com/docker/login-action/pull/363">docker/login-action#363</a></li>
<li>Bump minimatch from 3.0.4 to 3.1.2 in <a
href="https://redirect.github.com/docker/login-action/pull/354">docker/login-action#354</a></li>
<li>Bump json5 from 2.2.0 to 2.2.3 in <a
href="https://redirect.github.com/docker/login-action/pull/378">docker/login-action#378</a></li>
<li>Bump http-proxy-agent from 5.0.0 to 7.0.0 in <a
href="https://redirect.github.com/docker/login-action/pull/509">docker/login-action#509</a></li>
<li>Bump https-proxy-agent from 5.0.1 to 7.0.0 in <a
href="https://redirect.github.com/docker/login-action/pull/508">docker/login-action#508</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/login-action/compare/v2.1.0...v2.2.0">https://github.com/docker/login-action/compare/v2.1.0...v2.2.0</a></p>
<h2>v2.1.0</h2>
<ul>
<li>Ensure AWS temp credentials are redacted in workflow logs by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a
href="https://redirect.github.com/docker/login-action/issues/275">#275</a>)</li>
<li>Bump <code>@​actions/core</code> from 1.6.0 to 1.10.0 (<a
href="https://redirect.github.com/docker/login-action/issues/252">#252</a>
<a
href="https://redirect.github.com/docker/login-action/issues/292">#292</a>)</li>
<li>Bump <code>@​aws-sdk/client-ecr</code> from 3.53.0 to 3.186.0 (<a
href="https://redirect.github.com/docker/login-action/issues/298">#298</a>)</li>
<li>Bump <code>@​aws-sdk/client-ecr-public</code> from 3.53.0 to 3.186.0
(<a
href="https://redirect.github.com/docker/login-action/issues/299">#299</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/login-action/compare/v2.0.0...v2.1.0">https://github.com/docker/login-action/compare/v2.0.0...v2.1.0</a></p>
<h2>v2.0.0</h2>
<ul>
<li>Node 16 as default runtime by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a
href="https://redirect.github.com/docker/login-action/issues/161">#161</a>)
<ul>
<li>This requires a minimum <a
href="https://github.com/actions/runner/releases/tag/v2.285.0">Actions
Runner</a> version of v2.285.0, which is by default available in GHES
3.4 or later.</li>
</ul>
</li>
<li>chore: update dev dependencies and workflow by <a
href="https://github.com/crazy-max"><code>@​crazy-max</code></a> (<a
href="https://redirect.github.com/docker/login-action/issues/170">#170</a>)</li>
<li>Bump <code>@​actions/exec</code> from 1.1.0 to 1.1.1 (<a
href="https://redirect.github.com/docker/login-action/issues/167">#167</a>)</li>
<li>Bump <code>@​actions/io</code> from 1.1.1 to 1.1.2 (<a
href="https://redirect.github.com/docker/login-action/issues/168">#168</a>)</li>
<li>Bump minimist from 1.2.5 to 1.2.6 (<a
href="https://redirect.github.com/docker/login-action/issues/176">#176</a>)</li>
<li>Bump https-proxy-agent from 5.0.0 to 5.0.1 (<a
href="https://redirect.github.com/docker/login-action/issues/182">#182</a>)</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/login-action/compare/v1.14.1...v2.0.0">https://github.com/docker/login-action/compare/v1.14.1...v2.0.0</a></p>
<h2>v1.14.1</h2>
<ul>
<li>Revert to Node 12 as default runtime to fix issue for GHE users (<a
href="https://redirect.github.com/docker/login-action/issues/160">#160</a>)</li>
</ul>
<h2>v1.14.0</h2>
<ul>
<li>Update to node 16 (<a
href="https://redirect.github.com/docker/login-action/issues/158">#158</a>)</li>
<li>Bump <code>@​aws-sdk/client-ecr</code> from 3.45.0 to 3.53.0 (<a
href="https://redirect.github.com/docker/login-action/issues/157">#157</a>)</li>
<li>Bump <code>@​aws-sdk/client-ecr-public</code> from 3.45.0 to 3.53.0
(<a
href="https://redirect.github.com/docker/login-action/issues/156">#156</a>)</li>
</ul>
<h2>v1.13.0</h2>
<ul>
<li>Handle proxy settings for aws-sdk (<a
href="https://redirect.github.com/docker/login-action/issues/152">#152</a>)</li>
<li>Workload identity based authentication docs for GCR and GAR (<a
href="https://redirect.github.com/docker/login-action/issues/112">#112</a>)</li>
<li>Test login against ACR (<a
href="https://redirect.github.com/docker/login-action/issues/49">#49</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="343f7c4344"><code>343f7c4</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/login-action/issues/599">#599</a>
from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...</li>
<li><a
href="aad0f974f2"><code>aad0f97</code></a>
chore: update generated content</li>
<li><a
href="2e0cd39144"><code>2e0cd39</code></a>
build(deps): bump the aws-sdk-dependencies group with 2 updates</li>
<li><a
href="203bc9c4ef"><code>203bc9c</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/login-action/issues/588">#588</a>
from docker/dependabot/npm_and_yarn/proxy-agent-depen...</li>
<li><a
href="2199648fc8"><code>2199648</code></a>
chore: update generated content</li>
<li><a
href="b489376173"><code>b489376</code></a>
build(deps): bump the proxy-agent-dependencies group with 1 update</li>
<li><a
href="7c309e74e6"><code>7c309e7</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/login-action/issues/598">#598</a>
from docker/dependabot/npm_and_yarn/actions/core-1.10.1</li>
<li><a
href="0ccf222961"><code>0ccf222</code></a>
chore: update generated content</li>
<li><a
href="56d703e106"><code>56d703e</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/login-action/issues/597">#597</a>
from docker/dependabot/github_actions/aws-actions/con...</li>
<li><a
href="24d3b3519e"><code>24d3b35</code></a>
build(deps): bump <code>@​actions/core</code> from 1.10.0 to 1.10.1</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/login-action/compare/v1...v3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=docker/login-action&package-manager=github_actions&previous-version=1&new-version=3)](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>
2023-11-01 08:50:30 -07:00
dependabot[bot]
156266e7af build(deps): Bump com.google.firebase.appdistribution from 4.0.0 to 4.0.1 in /kotlin/android (#2562)
Bumps com.google.firebase.appdistribution from 4.0.0 to 4.0.1.


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.google.firebase.appdistribution&package-manager=gradle&previous-version=4.0.0&new-version=4.0.1)](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>
2023-11-01 08:44:15 -07:00
dependabot[bot]
26bee237fc build(deps): Bump rehype-highlight from 6.0.0 to 7.0.0 in /website (#2554)
Bumps [rehype-highlight](https://github.com/rehypejs/rehype-highlight)
from 6.0.0 to 7.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rehypejs/rehype-highlight/releases">rehype-highlight's
releases</a>.</em></p>
<blockquote>
<h2>7.0.0</h2>
<h4>Change</h4>
<ul>
<li>d72c765 Update <code>lowlight</code>
<strong>migrate</strong>: if you pass <code>languages</code>, make sure
the spread in <code>common</code> from <code>lowlight</code>:
<code>.use(rehypeHighlight, {...common, ...otherLanguages})</code></li>
<li>b057174 Update <code>@types/hast</code>, <code>unified</code>,
utilities, etc
<strong>migrate</strong>: update too</li>
<li>72fe488 Change to require Node.js 16
<strong>migrate</strong>: update too</li>
<li>d2fc56d Change to use <code>exports</code>
<strong>migrate</strong>: don’t use private APIs</li>
<li>dc3823d Remove <code>ignoreMissing</code> option, make it default
<strong>migrate</strong>: remove <code>ignoreMissing</code>, expect
warnings on the file instead</li>
</ul>
<h4>Misc</h4>
<ul>
<li>d05e002 Fix broken import in example
by <a href="https://github.com/rhysd"><code>@​rhysd</code></a> in <a
href="https://redirect.github.com/rehypejs/rehype-highlight/pull/24">rehypejs/rehype-highlight#24</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rehypejs/rehype-highlight/compare/6.0.0...7.0.0">https://github.com/rehypejs/rehype-highlight/compare/6.0.0...7.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f7a0e0296d"><code>f7a0e02</code></a>
7.0.0</li>
<li><a
href="72fe488c91"><code>72fe488</code></a>
Change to require Node.js 16</li>
<li><a
href="d2fc56d7be"><code>d2fc56d</code></a>
Change to use <code>exports</code></li>
<li><a
href="4e97ba71ba"><code>4e97ba7</code></a>
Refactor docs</li>
<li><a
href="dc3823d523"><code>dc3823d</code></a>
Remove <code>ignoreMissing</code> option, make it default</li>
<li><a
href="d72c76582e"><code>d72c765</code></a>
Update <code>lowlight</code></li>
<li><a
href="cad037f1ef"><code>cad037f</code></a>
Refactor code-style</li>
<li><a
href="edc5650bec"><code>edc5650</code></a>
Refactor to use <code>node:test</code></li>
<li><a
href="79d883cb5b"><code>79d883c</code></a>
Add <code>ignore-scripts</code> to <code>.npmrc</code></li>
<li><a
href="d6e903e88a"><code>d6e903e</code></a>
Refactor Actions</li>
<li>Additional commits viewable in <a
href="https://github.com/rehypejs/rehype-highlight/compare/6.0.0...7.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rehype-highlight&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=7.0.0)](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>
2023-11-01 08:43:08 -07:00
dependabot[bot]
5faad6aac5 build(deps): Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.10 to 1.9.20 in /rust/connlib/clients/android/connlib (#2559)
Bumps
[org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin)
from 1.9.10 to 1.9.20.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin:kotlin-stdlib's
releases</a>.</em></p>
<blockquote>
<h2>Kotlin 1.9.20-RC2</h2>
<h2>Changelog</h2>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62747"><code>KT-62747</code></a>
Wrong warning message when overriding vararg with Array during
actualization</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62655"><code>KT-62655</code></a>
Don't report a warning when new members and new supertypes are added to
open expect actualization</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62313"><code>KT-62313</code></a>
Kotlin/Native Compiler crash: ClassCastException in
IntrinsicGenerator</li>
</ul>
<h3>JavaScript</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62790"><code>KT-62790</code></a>
java.lang.ClassCastException in compiler when ::class is used</li>
</ul>
<h3>Libraries</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62656"><code>KT-62656</code></a>
Drop <code>@AllowDifferentMembersInActual</code> from stdlib</li>
</ul>
<h3>Reflection</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-47973"><code>KT-47973</code></a>
Reflection: &quot;IllegalArgumentException: argument type mismatch&quot;
when using callSuspend to call a function returning value class over
primitive</li>
</ul>
<h3>Tools. Gradle</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61359"><code>KT-61359</code></a>
&quot;Unresolved reference: platform&quot; when enabling Gradle
configuration cache</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62496"><code>KT-62496</code></a>
Configuration time regression with KGP 1.9.20-Beta caused by loading of
properties</li>
</ul>
<h2>Checksums</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Sha256</th>
</tr>
</thead>
<tbody>
<tr>
<td>kotlin-compiler-1.9.20-RC2.zip</td>

<td>e7ecbb754203a427adcdfa97f609472e0840ef7c6722c04daaf218900b669728</td>
</tr>
<tr>
<td>kotlin-native-linux-x86_64-1.9.20-RC2.tar.gz</td>

<td>5faf5f8b1f20c8214767f23a1c9918ab97191abbb93d39aae9fd529b1a93b463</td>
</tr>
<tr>
<td>kotlin-native-macos-x86_64-1.9.20-RC2.tar.gz</td>

<td>64d40e0d3398a6fecc948391d1ccd02c30371a56da3710ee6491b5b7b98f7a24</td>
</tr>
<tr>
<td>kotlin-native-macos-aarch64-1.9.20-RC2.tar.gz</td>

<td>41be3a0f63a6f726118024c5a9960e480390267a96a30a45211d2bcf49104c33</td>
</tr>
<tr>
<td>kotlin-native-windows-x86_64-1.9.20-RC2.zip</td>

<td>a5305b21517756b108c748ade77780af564589b1f64feb810ce211fb72b2da2b</td>
</tr>
</tbody>
</table>
<h2>Kotlin 1.9.20-RC</h2>
<h2>Changelog</h2>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62127"><code>KT-62127</code></a>
&quot;NoSuchFieldError: TRUE$delegate&quot; on referencing companion's
variable in submodule</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62335"><code>KT-62335</code></a>
Improve debuggability of code generator crashes</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-62263"><code>KT-62263</code></a>
Turn &quot;different expect/actual members&quot; error into a
warning</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61933"><code>KT-61933</code></a>
K2: &quot;<code>Argument type mismatch: actual type is
'Foo&lt;kotlin/Function0&lt;kotlin/Unit&gt;&gt;' but
'Foo&lt;kotlin/coroutines/SuspendFunction0&lt;kotlin/Unit&gt;&gt;' was
expected</code>&quot;</li>
</ul>
<h3>IDE. Multiplatform</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-61686"><code>KT-61686</code></a>
Check and update places in compiler and IDE where we are saying that MPP
is experimental/Beta/Alpha</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/JetBrains/kotlin/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.kotlin:kotlin-stdlib&package-manager=gradle&previous-version=1.9.10&new-version=1.9.20)](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>
2023-11-01 08:42:32 -07:00
dependabot[bot]
03b1794ca5 build(deps): Bump actions/setup-node from 3 to 4 (#2551)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3
to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-node/releases">actions/setup-node's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<p>In scope of this release we changed version of node runtime for
action from node16 to node20 and updated dependencies in <a
href="https://redirect.github.com/actions/setup-node/pull/866">actions/setup-node#866</a></p>
<p>Besides, release contains such changes as:</p>
<ul>
<li>Upgrade actions/checkout to v4 by <a
href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
<li>Update actions/checkout for documentation and yaml by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/876">actions/setup-node#876</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v4.0.0">https://github.com/actions/setup-node/compare/v3...v4.0.0</a></p>
<h2>v3.8.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Update semver by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/861">actions/setup-node#861</a></li>
<li>Update temp directory creation by <a
href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/859">actions/setup-node#859</a></li>
<li>Bump <code>@​babel/traverse</code> from 7.15.4 to 7.23.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/870">actions/setup-node#870</a></li>
<li>Add notice about binaries not being updated yet by <a
href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/872">actions/setup-node#872</a></li>
<li>Update toolkit cache and core by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
and <a
href="https://github.com/seongwon-privatenote"><code>@​seongwon-privatenote</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/875">actions/setup-node#875</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v3.8.2">https://github.com/actions/setup-node/compare/v3...v3.8.2</a></p>
<h2>v3.8.1</h2>
<h2>What's Changed</h2>
<p>In scope of this release, the filter was removed within the
cache-save step by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/831">actions/setup-node#831</a>.
It is filtered and checked in the toolkit/cache library.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v3.8.1">https://github.com/actions/setup-node/compare/v3...v3.8.1</a></p>
<h2>v3.8.0</h2>
<h2>What's Changed</h2>
<h3>Bug fixes:</h3>
<ul>
<li>Add check for existing paths by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/803">actions/setup-node#803</a></li>
<li>Resolve SymbolicLink by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/809">actions/setup-node#809</a></li>
<li>Change passing logic for cache input by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/816">actions/setup-node#816</a></li>
<li>Fix armv7 cache issue by <a
href="https://github.com/louislam"><code>@​louislam</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/794">actions/setup-node#794</a></li>
<li>Update check-dist workflow name by <a
href="https://github.com/sinchang"><code>@​sinchang</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/710">actions/setup-node#710</a></li>
</ul>
<h3>Feature implementations:</h3>
<ul>
<li>feat: handling the case where &quot;node&quot; is used for
tool-versions file. by <a
href="https://github.com/xytis"><code>@​xytis</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/812">actions/setup-node#812</a></li>
</ul>
<h3>Documentation changes:</h3>
<ul>
<li>Refer to semver package name in README.md by <a
href="https://github.com/olleolleolle"><code>@​olleolleolle</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/808">actions/setup-node#808</a></li>
</ul>
<h3>Update dependencies:</h3>
<ul>
<li>Update toolkit cache to fix zstd by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/804">actions/setup-node#804</a></li>
<li>Bump tough-cookie and <code>@​azure/ms-rest-js</code> by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/802">actions/setup-node#802</a></li>
<li>Bump semver from 6.1.2 to 6.3.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/807">actions/setup-node#807</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="8f152de45c"><code>8f152de</code></a>
Update actions/checkout for documentation and yaml (<a
href="https://redirect.github.com/actions/setup-node/issues/876">#876</a>)</li>
<li><a
href="23755b521f"><code>23755b5</code></a>
upgrade actions/checkout to v4 (<a
href="https://redirect.github.com/actions/setup-node/issues/868">#868</a>)</li>
<li><a
href="54534a2a9b"><code>54534a2</code></a>
Change node version for action to node20 (<a
href="https://redirect.github.com/actions/setup-node/issues/866">#866</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/setup-node/compare/v3...v4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3&new-version=4)](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>
2023-11-01 08:41:44 -07:00
dependabot[bot]
42535eccbb build(deps): Bump tailwindcss from 3.3.2 to 3.3.5 in /website (#2557)
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from
3.3.2 to 3.3.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's
releases</a>.</em></p>
<blockquote>
<h2>v3.3.5</h2>
<h3>Fixed</h3>
<ul>
<li>Fix incorrect spaces around <code>-</code> in <code>calc()</code>
expression (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12283">#12283</a>)</li>
</ul>
<h2>v3.3.4</h2>
<h3>Fixed</h3>
<ul>
<li>Improve normalisation of <code>calc()</code>-like functions (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11686">#11686</a>)</li>
<li>Skip <code>calc()</code> normalisation in nested
<code>theme()</code> calls (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11705">#11705</a>)</li>
<li>Fix incorrectly generated CSS when using square brackets inside
arbitrary properties (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11709">#11709</a>)</li>
<li>Make <code>content</code> optional for presets in TypeScript types
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11730">#11730</a>)</li>
<li>Handle variable colors that have variable fallback values (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12049">#12049</a>)</li>
<li>Batch reading content files to prevent <code>too many open
files</code> error (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12079">#12079</a>)</li>
<li>Skip over classes inside <code>:not(…)</code> when nested in an
at-rule (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12105">#12105</a>)</li>
<li>Update types to work with <code>Node16</code> module resolution (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12097">#12097</a>)</li>
<li>Don’t crash when important and parent selectors are equal in
<code>@apply</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12112">#12112</a>)</li>
<li>Eliminate irrelevant rules when applying variants (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12113">#12113</a>)</li>
<li>Improve RegEx parser, reduce possibilities as the key for arbitrary
properties (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12121">#12121</a>)</li>
<li>Fix sorting of utilities that share multiple candidates (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12173">#12173</a>)</li>
<li>Ensure variants with arbitrary values and a modifier are correctly
matched in the RegEx based parser (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12179">#12179</a>)</li>
<li>Fix crash when watching renamed files on FreeBSD (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12193">#12193</a>)</li>
<li>Allow plugins from a parent document to be used in an iframe (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12208">#12208</a>)</li>
<li>Add types for <code>tailwindcss/nesting</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12269">#12269</a>)</li>
<li>Bump <code>jiti</code>, <code>fast-glob</code>, and
<code>browserlist</code> dependencies (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11550">#11550</a>)</li>
<li>Improve automatic <code>var</code> injection for properties that
accept a <code>&lt;dashed-ident&gt;</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12236">#12236</a>)</li>
</ul>
<h2>v3.3.3</h2>
<h3>Fixed</h3>
<ul>
<li>Fix issue where some pseudo-element variants generated the wrong
selector (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10943">#10943</a>,
<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10962">#10962</a>,
<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11111">#11111</a>)</li>
<li>Make font settings propagate into buttons, inputs, etc. (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10940">#10940</a>)</li>
<li>Fix parsing of <code>theme()</code> inside <code>calc()</code> when
there are no spaces around operators (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11157">#11157</a>)</li>
<li>Ensure <code>repeating-conic-gradient</code> is detected as an image
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11180">#11180</a>)</li>
<li>Move unknown pseudo-elements outside of <code>:is</code> by default
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11345">#11345</a>)</li>
<li>Escape animation names when prefixes contain special characters (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11470">#11470</a>)</li>
<li>Don't prefix arbitrary classes in <code>group</code> and
<code>peer</code> variants (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11454">#11454</a>)</li>
<li>Sort classes using position of first matching rule (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11504">#11504</a>)</li>
<li>Allow variant to be an at-rule without a prelude (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11589">#11589</a>)</li>
<li>Make PostCSS plugin async to improve performance (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11548">#11548</a>)</li>
<li>Don’t error when a config file is missing (<a
href="f97759f808">f97759f</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li>Add <code>aria-busy</code> utility (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10966">#10966</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Reset padding for <code>&lt;dialog&gt;</code> elements in preflight
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11069">#11069</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md">tailwindcss's
changelog</a>.</em></p>
<blockquote>
<h2>[3.3.5] - 2023-10-25</h2>
<h3>Fixed</h3>
<ul>
<li>Fix incorrect spaces around <code>-</code> in <code>calc()</code>
expression (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12283">#12283</a>)</li>
</ul>
<h2>[3.3.4] - 2023-10-24</h2>
<h3>Fixed</h3>
<ul>
<li>Improve normalisation of <code>calc()</code>-like functions (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11686">#11686</a>)</li>
<li>Skip <code>calc()</code> normalisation in nested
<code>theme()</code> calls (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11705">#11705</a>)</li>
<li>Fix incorrectly generated CSS when using square brackets inside
arbitrary properties (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11709">#11709</a>)</li>
<li>Make <code>content</code> optional for presets in TypeScript types
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11730">#11730</a>)</li>
<li>Handle variable colors that have variable fallback values (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12049">#12049</a>)</li>
<li>Batch reading content files to prevent <code>too many open
files</code> error (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12079">#12079</a>)</li>
<li>Skip over classes inside <code>:not(…)</code> when nested in an
at-rule (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12105">#12105</a>)</li>
<li>Update types to work with <code>Node16</code> module resolution (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12097">#12097</a>)</li>
<li>Don’t crash when important and parent selectors are equal in
<code>@apply</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12112">#12112</a>)</li>
<li>Eliminate irrelevant rules when applying variants (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12113">#12113</a>)</li>
<li>Improve RegEx parser, reduce possibilities as the key for arbitrary
properties (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12121">#12121</a>)</li>
<li>Fix sorting of utilities that share multiple candidates (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12173">#12173</a>)</li>
<li>Ensure variants with arbitrary values and a modifier are correctly
matched in the RegEx based parser (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12179">#12179</a>)</li>
<li>Fix crash when watching renamed files on FreeBSD (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12193">#12193</a>)</li>
<li>Allow plugins from a parent document to be used in an iframe (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12208">#12208</a>)</li>
<li>Add types for <code>tailwindcss/nesting</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12269">#12269</a>)</li>
<li>Bump <code>jiti</code>, <code>fast-glob</code>, and
<code>browserlist</code> dependencies (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11550">#11550</a>)</li>
<li>Improve automatic <code>var</code> injection for properties that
accept a <code>&lt;dashed-ident&gt;</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12236">#12236</a>)</li>
</ul>
<h2>[3.3.3] - 2023-07-13</h2>
<h3>Fixed</h3>
<ul>
<li>Fix issue where some pseudo-element variants generated the wrong
selector (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10943">#10943</a>,
<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10962">#10962</a>,
<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11111">#11111</a>)</li>
<li>Make font settings propagate into buttons, inputs, etc. (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10940">#10940</a>)</li>
<li>Fix parsing of <code>theme()</code> inside <code>calc()</code> when
there are no spaces around operators (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11157">#11157</a>)</li>
<li>Ensure <code>repeating-conic-gradient</code> is detected as an image
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11180">#11180</a>)</li>
<li>Move unknown pseudo-elements outside of <code>:is</code> by default
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11345">#11345</a>)</li>
<li>Escape animation names when prefixes contain special characters (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11470">#11470</a>)</li>
<li>Don't prefix arbitrary classes in <code>group</code> and
<code>peer</code> variants (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11454">#11454</a>)</li>
<li>Sort classes using position of first matching rule (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11504">#11504</a>)</li>
<li>Allow variant to be an at-rule without a prelude (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11589">#11589</a>)</li>
<li>Make PostCSS plugin async to improve performance (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/11548">#11548</a>)</li>
<li>Don’t error when a config file is missing (<a
href="f97759f808">f97759f</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li>Add <code>aria-busy</code> utility (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/10966">#10966</a>)</li>
</ul>
<h3>Changed</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9db2d68295"><code>9db2d68</code></a>
3.3.5</li>
<li><a
href="4b12f838fe"><code>4b12f83</code></a>
Fix incorrect spaces around <code>-</code> in <code>calc()</code>
expression (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/12283">#12283</a>)</li>
<li><a
href="32a62b7bb1"><code>32a62b7</code></a>
3.3.4</li>
<li><a
href="b810916e95"><code>b810916</code></a>
ensure we await the <code>processTailwindFeatures</code> in the
<code>oxide</code> CLI</li>
<li><a
href="2514820dd4"><code>2514820</code></a>
Improve automatic <code>var</code> injection (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/12236">#12236</a>)</li>
<li><a
href="c15b187ae0"><code>c15b187</code></a>
Bump <code>jiti</code>, <code>fast-glob</code>, and
<code>browserlist</code> dependencies (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/11550">#11550</a>)</li>
<li><a
href="ba04af0e0b"><code>ba04af0</code></a>
Add types for the nesting plugin (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/12269">#12269</a>)</li>
<li><a
href="63989b2be8"><code>63989b2</code></a>
Allow plugins from a parent document to be used in an iframe (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/12208">#12208</a>)</li>
<li><a
href="8e4ed70585"><code>8e4ed70</code></a>
Fix crash when watching renamed files on FreeBSD (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/12193">#12193</a>)</li>
<li><a
href="b162ae725f"><code>b162ae7</code></a>
Ensure variants with arbitrary values and a modifier are correctly
matched in...</li>
<li>Additional commits viewable in <a
href="https://github.com/tailwindlabs/tailwindcss/compare/v3.3.2...v3.3.5">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tailwindcss&package-manager=npm_and_yarn&previous-version=3.3.2&new-version=3.3.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 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>
2023-11-01 08:40:27 -07:00
dependabot[bot]
860ced7530 build(deps): Bump flowbite from 1.8.1 to 2.0.0 in /elixir/apps/web/assets (#2550)
Bumps [flowbite](https://github.com/themesberg/flowbite) from 1.8.1 to
2.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/themesberg/flowbite/releases">flowbite's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0</h2>
<p>This update introduces a new instance manager feature that allows you
manage all of the interactive components from a single place. This is
useful if you want to programmatically show or hide a modal, popover, or
tooltip. This also works if you use the data attributes interface.</p>
<p>This change introduces a few breaking changes to the JavaScript API
when creating objects:</p>
<ul>
<li>new <code>$carouselEl</code> HTML element when creating a
<code>Carousel</code> object as the first parameter</li>
<li>new <code>$accordion</code> HTML element when creating a
<code>Accordion</code> object as the first parameter</li>
<li>new <code>$tabsEl</code> HTML element when creating a
<code>Tabs</code> object as the first parameter</li>
</ul>
<p>The breaking changes do not apply to the data attributes interface,
only for objects created programmatically via JavaScript.</p>
<p>Learn more about the new <a
href="https://flowbite.com/docs/getting-started/javascript/">JavaScript
API on the docs</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="59d0bab06a"><code>59d0bab</code></a>
Merge pull request <a
href="https://redirect.github.com/themesberg/flowbite/issues/680">#680</a>
from themesberg/instances</li>
<li><a
href="e195124d91"><code>e195124</code></a>
chore(versioning): bump to <code>v2.0.0</code></li>
<li><a
href="1671b62826"><code>1671b62</code></a>
docs(quickstart): reference JavaScript page in the introduction and
quickstar...</li>
<li><a
href="807cfb4353"><code>807cfb4</code></a>
refactor(instances): automatically override instances with the same ID
when c...</li>
<li><a
href="3c2c5acb08"><code>3c2c5ac</code></a>
chore(package): update Twitter links</li>
<li><a
href="92d61c27e6"><code>92d61c2</code></a>
docs(javascript): update version to <code>2.0</code></li>
<li><a
href="a74ca06424"><code>a74ca06</code></a>
docs(general): fix grammar typo</li>
<li><a
href="4f472b8202"><code>4f472b8</code></a>
docs(general): fix commented previews and update changelog to v2.0</li>
<li><a
href="2d0936908f"><code>2d09369</code></a>
docs(tabs): document the new parameter for the Tabs class</li>
<li><a
href="ac7bac8b89"><code>ac7bac8</code></a>
docs(general): fix milliseconds typo</li>
<li>Additional commits viewable in <a
href="https://github.com/themesberg/flowbite/compare/v1.8.1...v2.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flowbite&package-manager=npm_and_yarn&previous-version=1.8.1&new-version=2.0.0)](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>
2023-11-01 08:39:58 -07:00
dependabot[bot]
9de301e700 build(deps): Bump @types/node from 20.2.3 to 20.8.10 in /website (#2558)
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 20.2.3 to 20.8.10.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.2.3&new-version=20.8.10)](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>
2023-11-01 08:39:24 -07:00
Andrew Dryga
1e6016e664 Fix codespell false positive 2023-10-31 19:08:08 -06:00
Andrew Dryga
4deb5797ff Try to resolve country coordinates from LB-provided country code and use US as default 2023-10-31 18:50:20 -06:00