Commit Graph

191 Commits

Author SHA1 Message Date
Jamil
1c2ceaefac docs: Adjust format size based on screen size (#4724)
Updates typography to scale with screen size for docs and website blog.
2024-04-21 03:08:52 +00:00
Jamil
6dfb2ac814 chore(website): revert split-horizon DNS terming (#4703)
Split-horizon isn't entirely accurate. DNS-based routing and Split DNS
describe this feature better.
2024-04-20 01:20:17 -07:00
Jamil
3e457fbd3c Update readme.mdx 2024-04-19 19:37:05 -07:00
Jamil
c8d36a8922 chore(website): Publish macOS client (#4719)
Finally live.
2024-04-19 23:44:10 +00:00
Jamil
0282163e51 chore(docs): Update sizing recs for Gateways (#4708)
Fixes #4690
2024-04-19 21:04:18 +00:00
Jamil
c6c171840d docs: Add common use cases (#4677)
Adds common use cases of Firezone.

---------

Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
Co-authored-by: Reactor Scram <ReactorScram@users.noreply.github.com>
2024-04-19 20:26:21 +00:00
Jamil
5784c1ed5f chore(website): Use sales / sign up for CTA in navbar (#4711)
Fixes #4644 

<img width="291" alt="Screenshot 2024-04-19 at 7 03 39 AM"
src="https://github.com/firezone/firezone/assets/167144/666c2c10-9372-4d02-ae08-a211056e7e27">
2024-04-19 19:55:07 +00:00
Reactor Scram
7081c71c10 chore(linux-client): allow custom token path (#4666)
```[tasklist]
# Before merging
- [x] Remove file extension `.txt`
- [x] Wait for `linux-group` test to go green on `main` (#4692)
- [x] *all* compatibility tests must be green on this branch
```

Closes #4664 
Closes #4665 

~~The compatibility tests are expected to fail until the next release is
cut, for the same reasons as in #4686~~

The compatibility test must be handled somehow, otherwise it'll turn
main red.
`linux-group` was moved out of integration / compatibility testing, but
the DNS tests do need the whole Docker + portal setup, so that one can't
move.

---------

Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com>
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
2024-04-19 18:50:24 +00:00
Jamil
642b5e2ff7 feat(docs): Add Cloudflare WARP known incompatibility issue (#4704)
Fixes #4652
2024-04-19 16:28:30 +00:00
Jamil
1710e6e0eb refactor(docs): Refactor KbSideBar to more accurately reflect content (#4712)
"User-Guides" isn't a great name. "End-user guides" is a tiny bit better
-- the goal for this was to have something an admin could distribute to
their end-users during onboarding.

Also I tried to clarify that only SSO+sync requires the Enterprise tier
for Google/Okta/Entra
2024-04-19 15:28:24 +00:00
Jamil
5f5f4f8280 chore(docs): fix FAQ link to architecture (#4684) 2024-04-18 16:02:18 +00:00
Jamil
f3e8e98e25 fix(website): Add missing sidebar link (#4676) 2024-04-18 04:57:37 +00:00
Reactor Scram
e7a4a83e3d chore(linux): only allow IPC connections from members of the firezone group (#4628)
```[tasklist]
### Before merging
- [x] Update KB
```

Maybe not a feature since Linux IPC isn't available to users yet?

I think it's okay if the new `linux-group` test fails in compatibility,
since it wasn't implemented at all back then.

Closes #4659
Closes #4660

---------

Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com>
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
2024-04-17 21:42:29 +00:00
Jamil
e42b6ad7aa chore(docs): Recommend 3 gateways (#4649) 2024-04-17 16:06:21 +00:00
Jamil
296a4f0ea8 chore(website): update wireguard impl (#4648)
Fixes an artifact from an older doc
2024-04-16 23:11:20 -07:00
Jamil
7d0c68b58e fix(website): Fix broken links (#4645) 2024-04-16 22:47:44 +00:00
Jamil
e7a20a7b16 docs: Architecture (#4605)
Fixes #3783 
Fixes #3784

---------

Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
Co-authored-by: Brian Manifold <bmanifold@users.noreply.github.com>
2024-04-16 19:19:32 +00:00
Jamil
c8917a58c5 refactor: Discord -> Slack (#4616)
Fixes firezone/bizops#82
2024-04-15 22:05:29 +00:00
Jamil
6c6014ec15 fix(website): Add metadatas for site links to generate (#4593)
Ensure each top-level page has proper metadata defined so Google will
pick it up for site links.
2024-04-11 21:49:36 +00:00
Jamil
d1a3c3aeff style(docs): Use simple <pre> for monospace blocks (#4582)
- Add logs export example, fixes #4051 
- Use brand color palette for `pre` blocks

These have been updated to match our colorscheme.

Code blocks (\`\`\`elixir) will pull in the syntax highlighting but
these simple ones will use our color palette:

<img width="780" alt="Screenshot 2024-04-10 at 7 18 02 PM"
src="https://github.com/firezone/firezone/assets/167144/166cd5a7-c8cd-456b-a1c1-5faeab20d0f8">
2024-04-11 15:31:01 +00:00
Jamil
a81874d07b feat(docs): Show page last updated at for each doc page (#4587)
This was quite hairy. The best approach I came up with is to use `git`'s
last modified date. But Vercel uses a shallow clone, so the file's
modification date isn't preserved.

Luckily, I found an undocumented ENV var, `VERCEL_DEEP_CLONE` that fixes
this when set to `true`.

Using this technique we can generate any file's modified timestamp and
load it from a server component to render.

Fixes #3960 

<img width="321" alt="Screenshot 2024-04-10 at 11 11 49 PM"
src="https://github.com/firezone/firezone/assets/167144/07fe89cd-d792-49ca-b25b-8472fa19de8b">
2024-04-11 14:59:02 +00:00
Jamil
027db64322 refactor(docs): Docs polish iteration, add DoH known issue (#4579)
Fixes #4310

---------

Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
Co-authored-by: Brian Manifold <bmanifold@users.noreply.github.com>
2024-04-10 18:31:26 -07:00
Jamil
b828ff56a8 chore(website): Add more feature popovers to pricing page and "Customize account slug" feature (#4574)
Refs #4545 
Fixes firezone/gtm#238
2024-04-10 19:16:50 +00:00
Jamil
862663e844 chore(website): april update (#4565)
Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
Co-authored-by: Brian Manifold <bmanifold@users.noreply.github.com>
2024-04-10 03:19:34 +00:00
Jamil
b8ac0f1289 chore(website): Clarify billing cycle a bit more (#4544)
This is explained better on the Stripe pages

<img width="630" alt="Screenshot 2024-04-08 at 8 44 46 AM"
src="https://github.com/firezone/firezone/assets/167144/9c337ed5-851e-4bda-bdb1-486d361a5d9e">
<img width="508" alt="Screenshot 2024-04-08 at 8 44 41 AM"
src="https://github.com/firezone/firezone/assets/167144/c5985e6f-98ca-4031-9bb2-cfaec431178b">
2024-04-08 19:27:35 +00:00
Jamil
4ddf57e769 fix(website): fix billing FAQ for Team plan (#4542) 2024-04-08 15:06:07 +00:00
Jamil
c1c75eea76 chore(docs): Add Team plan badge to appropriate docs pages (#4533) 2024-04-07 16:49:34 -07:00
Jamil
9d23f7002c chore(docs): macOS test flight link (#4534)
We'll need this until Apple approves our listing. :-|
2024-04-07 16:49:17 -07:00
Jamil
a932e72603 feat(website): GA updates (#3988) 2024-04-05 20:17:52 -07:00
Jamil
c5b77893c7 chore(website): Use 'User' not 'Seat' when referring to pricing (#4524) 2024-04-05 19:32:34 -07:00
Jamil
9557dbc4ae feat(docs): Add link to Terraform examples (#4508)
Fixes #2620
2024-04-04 17:00:15 +00:00
Jamil
a5ff7065f5 fix(docs): fix broken link to service accounts (#4456) 2024-04-02 05:17:45 +00:00
dependabot[bot]
8984e32d24 build(deps): Bump flowbite-react from 0.7.2 to 0.7.8 in /website (#4447)
Bumps
[flowbite-react](https://github.com/themesberg/flowbite-react/tree/HEAD/packages/ui)
from 0.7.2 to 0.7.8.
<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>flowbite-react@0.7.8</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1339">#1339</a>
<a
href="8430004736"><code>8430004</code></a>
Thanks <a
href="https://github.com/SutuSebastian"><code>@​SutuSebastian</code></a>!
- fix package.json types path</li>
</ul>
<h2>flowbite-react@0.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1336">#1336</a>
<a
href="b6ebb31257"><code>b6ebb31</code></a>
Thanks <a
href="https://github.com/SutuSebastian"><code>@​SutuSebastian</code></a>!
- fix build step, export types and improve DX</li>
</ul>
<h2>flowbite-react@0.7.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Monorepo conversion (using <code>bun</code>) by <a
href="https://github.com/SutuSebastian"><code>@​SutuSebastian</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1264">themesberg/flowbite-react#1264</a></li>
<li>redwood-js.mdx update command to add flowbite-react into web
workspace by <a
href="https://github.com/ganesshkumar"><code>@​ganesshkumar</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1313">themesberg/flowbite-react#1313</a></li>
<li>fix: edit on github button issue resolved by <a
href="https://github.com/abdulbasithqb"><code>@​abdulbasithqb</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1317">themesberg/flowbite-react#1317</a></li>
<li>feat(ui): add With Icon storybook by <a
href="https://github.com/paghar"><code>@​paghar</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1316">themesberg/flowbite-react#1316</a></li>
<li>Fix broken contributing link in UI README by <a
href="https://github.com/rnicholus"><code>@​rnicholus</code></a> in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1322">themesberg/flowbite-react#1322</a></li>
<li>ci: add <code>release</code> workflow by <a
href="https://github.com/SutuSebastian"><code>@​SutuSebastian</code></a>
in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1324">themesberg/flowbite-react#1324</a></li>
<li>export <code>createTheme</code> API by <a
href="https://github.com/SutuSebastian"><code>@​SutuSebastian</code></a>
in <a
href="7a8933da69">7a8933d</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/ganesshkumar"><code>@​ganesshkumar</code></a>
made their first contribution in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1313">themesberg/flowbite-react#1313</a></li>
<li><a
href="https://github.com/abdulbasithqb"><code>@​abdulbasithqb</code></a>
made their first contribution in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1317">themesberg/flowbite-react#1317</a></li>
<li><a
href="https://github.com/github-actions"><code>@​github-actions</code></a>
made their first contribution in <a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1325">themesberg/flowbite-react#1325</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/themesberg/flowbite-react/compare/v0.7.5...flowbite-react@0.7.6">https://github.com/themesberg/flowbite-react/compare/v0.7.5...flowbite-react@0.7.6</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/themesberg/flowbite-react/blob/main/packages/ui/CHANGELOG.md">flowbite-react's
changelog</a>.</em></p>
<blockquote>
<h2>0.7.8</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1339">#1339</a>
<a
href="8430004736"><code>8430004</code></a>
Thanks <a
href="https://github.com/SutuSebastian"><code>@​SutuSebastian</code></a>!
- fix package.json types path</li>
</ul>
<h2>0.7.7</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/themesberg/flowbite-react/pull/1336">#1336</a>
<a
href="b6ebb31257"><code>b6ebb31</code></a>
Thanks <a
href="https://github.com/SutuSebastian"><code>@​SutuSebastian</code></a>!
- fix build step, export types and improve DX</li>
</ul>
<h2>0.7.6</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="7a8933da69"><code>7a8933d</code></a>
- export <code>createTheme</code> API</li>
</ul>
<p>All notable changes to this project will be documented in this file.
See <a
href="https://github.com/conventional-changelog/standard-version">standard-version</a>
for commit guidelines.</p>
<h3><a
href="https://github.com/themesberg/flowbite-react/compare/v0.7.4...v0.7.5">0.7.5</a>
(2024-03-20)</h3>
<p>Re-publish, broken build in <code>0.7.4</code>.</p>
<h3><a
href="https://github.com/themesberg/flowbite-react/compare/v0.7.3...v0.7.4">0.7.4</a>
(2024-03-20)</h3>
<h3>Bug Fixes</h3>
<ul>
<li><strong>button:</strong> fix: polymorphic component return types
[button, dropdown item] (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1308">#1308</a>)
(<a
href="a6698d4847">f8775d8</a>),
closes <a
href="https://redirect.github.com/themesberg/flowbite-react/issues/962">#962</a></li>
</ul>
<h3><a
href="https://github.com/themesberg/flowbite-react/compare/v0.7.2...v0.7.3">0.7.3</a>
(2024-03-12)</h3>
<h3>Features</h3>
<ul>
<li><strong>component:</strong> default to
<code>type=&quot;text&quot;</code> on <code>&lt;TextInput&gt;</code> (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1206">#1206</a>)
(<a
href="fbd57c8590">fbd57c8</a>)</li>
<li>Popover component (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1237">#1237</a>)
(<a
href="dc48f2ee3e">dc48f2e</a>),
closes <a
href="https://redirect.github.com/themesberg/flowbite-react/issues/916">#916</a>
<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/878">#878</a></li>
<li><strong>table:</strong> Wrap table components with forwardRef (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1239">#1239</a>)
(<a
href="4a26a504a9">4a26a50</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>alert:</strong> blue color on alert is cyan (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1282">#1282</a>)
(<a
href="c52184e7bb">c52184e</a>)</li>
<li><strong>badge:</strong> blue color on badge is cyan (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1227">#1227</a>)
(<a
href="ee3749f417">ee3749f</a>)</li>
<li><strong>button:</strong> Button ring on focus (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1238">#1238</a>)
(<a
href="406ebe5322">406ebe5</a>)</li>
<li><strong>button:</strong> Fixed Typescript error when using Next.js
Link in the button <code>as</code> prop (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1244">#1244</a>)
(<a
href="a6698d4847">a6698d4</a>),
closes <a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1002">#1002</a>
<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1107">#1107</a></li>
<li><strong>ButtonGroup:</strong> dynamic generated button with group
wasn't styled properly (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1273">#1273</a>)
(<a
href="d0dc81073e">d0dc810</a>),
closes <a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1269">#1269</a>
<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1269">#1269</a></li>
<li>homepage - use Link for internal links (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1246">#1246</a>)
(<a
href="4fd01e5a56">4fd01e5</a>)</li>
<li><strong>modal:</strong> modal overflowing bottom in chrome on ios
(<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1270">#1270</a>)
(<a
href="3671ced456">3671ced</a>)</li>
<li><strong>navbar:</strong> on Mobile Screen Navbar remains open even
page is changed (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1247">#1247</a>)
(<a
href="ce257913c9">ce25791</a>)</li>
<li><strong>storybook:</strong> fix the
<code>argTypes.weekStart.mapping</code> on
<code>Datepicker.stories.tsx</code> (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1254">#1254</a>)
(<a
href="79f631634c">79f6316</a>),
closes <a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1167">#1167</a></li>
<li><strong>toggleswitch component:</strong> added forwardRef to
ToggleSwitch component (<a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1198">#1198</a>)
(<a
href="8e0b658625">8e0b658</a>),
closes <a
href="https://redirect.github.com/themesberg/flowbite-react/issues/1078">#1078</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="65e7c89736"><code>65e7c89</code></a>
Version Packages (<a
href="https://github.com/themesberg/flowbite-react/tree/HEAD/packages/ui/issues/1340">#1340</a>)</li>
<li><a
href="8430004736"><code>8430004</code></a>
fix: packages(ui) package.json types path (<a
href="https://github.com/themesberg/flowbite-react/tree/HEAD/packages/ui/issues/1339">#1339</a>)</li>
<li><a
href="19da9c3e37"><code>19da9c3</code></a>
Version Packages (<a
href="https://github.com/themesberg/flowbite-react/tree/HEAD/packages/ui/issues/1338">#1338</a>)</li>
<li><a
href="b6ebb31257"><code>b6ebb31</code></a>
fix(ui): build step + improve DX (<a
href="https://github.com/themesberg/flowbite-react/tree/HEAD/packages/ui/issues/1336">#1336</a>)</li>
<li><a
href="cccda3ec68"><code>cccda3e</code></a>
fix: align config files extentions (js/cjs/mjs) + remove
<code>&quot;type&quot;: &quot;module&quot;</code> f...</li>
<li><a
href="54556f25d1"><code>54556f2</code></a>
Version Packages (<a
href="https://github.com/themesberg/flowbite-react/tree/HEAD/packages/ui/issues/1325">#1325</a>)</li>
<li><a
href="53bfb24000"><code>53bfb24</code></a>
ci(release): remove build step</li>
<li><a
href="c2fb19ad8d"><code>c2fb19a</code></a>
Fix broken contributing link in UI README (<a
href="https://github.com/themesberg/flowbite-react/tree/HEAD/packages/ui/issues/1322">#1322</a>)</li>
<li><a
href="29b8290bfd"><code>29b8290</code></a>
feat(ui): add With Icon storybook (<a
href="https://github.com/themesberg/flowbite-react/tree/HEAD/packages/ui/issues/1316">#1316</a>)</li>
<li><a
href="8c1e9927e4"><code>8c1e992</code></a>
fix(global): package.json scripts format check command</li>
<li>Additional commits viewable in <a
href="https://github.com/themesberg/flowbite-react/commits/flowbite-react@0.7.8/packages/ui">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.7.2&new-version=0.7.8)](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>
2024-04-02 02:58:33 +00:00
dependabot[bot]
5ef90aa927 build(deps): Bump @types/react from 18.2.64 to 18.2.73 in /website (#4431)
Bumps
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)
from 18.2.64 to 18.2.73.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=18.2.64&new-version=18.2.73)](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>
2024-04-01 18:54:38 +00:00
dependabot[bot]
6f7bd70d4e build(deps): Bump @types/react-dom from 18.2.21 to 18.2.23 in /website (#4428)
Bumps
[@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)
from 18.2.21 to 18.2.23.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=18.2.21&new-version=18.2.23)](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>
2024-04-01 16:27:31 +00:00
dependabot[bot]
0706072e1b build(deps): Bump @next/mdx from 14.1.3 to 14.1.4 in /website (#4429)
Bumps
[@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx)
from 14.1.3 to 14.1.4.
<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.1.4</h2>
<blockquote>
<p>[!NOTE]<br />
This release is backporting bug fixes. It does <strong>not</strong>
include all pending features/changes on canary.</p>
</blockquote>
<h3>Core Changes</h3>
<ul>
<li>Update React from 60a927d04 to 4b84f11 (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/63476">#63476</a>)
<a href="https://github.com/ztanner"><code>@​ztanner</code></a></li>
<li>fix revalidation issue with route handlers (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/63213">#63213</a>)
<a href="https://github.com/ztanner"><code>@​ztanner</code></a></li>
<li>ensure mpa navigations to the same URL work after restoring from
bfcache (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/63155">#63155</a>)
<a href="https://github.com/ztanner"><code>@​ztanner</code></a></li>
<li>Ensure PromiseLikeOfReactNode is not included in .d.ts files (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/63185">#63185</a>)
<a
href="https://github.com/timneutkens"><code>@​timneutkens</code></a></li>
<li>Fix metadata url cases should not append with trailing slash (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/63050">#63050</a>)
<a href="https://github.com/huozhi"><code>@​huozhi</code></a></li>
<li>feat: add deploymentId config (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/63198">#63198</a>)
<a href="https://github.com/styfle"><code>@​styfle</code></a></li>
<li>fix: bump <code>@​vercel/nft</code><a
href="https://github.com/0"><code>@​0</code></a>.26.3 (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/61538">#61538</a>)
<a href="https://github.com/styfle"><code>@​styfle</code></a></li>
<li>fix x-forwarded-port header (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/63303">#63303</a>)
<a
href="https://github.com/Ethan-Arrowood"><code>@​Ethan-Arrowood</code></a></li>
<li>fix: x-forwarded-port header is 'undefined' when no port in url (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/60484">#60484</a>)
<a href="https://github.com/yuvalotem"><code>@​yuvalotem</code></a></li>
</ul>
<h3>Test Changes</h3>
<ul>
<li>test: switch order of tests to avoid flakniess (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/63482">#63482</a>)
<a href="https://github.com/huozhi"><code>@​huozhi</code></a></li>
<li>fix broken create-next-app tests (<a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/63019">#63019</a>)
<a href="https://github.com/ztanner"><code>@​ztanner</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f1fc35730c"><code>f1fc357</code></a>
v14.1.4</li>
<li>See full diff in <a
href="https://github.com/vercel/next.js/commits/v14.1.4/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=14.1.3&new-version=14.1.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>
2024-04-01 16:24:47 +00:00
dependabot[bot]
4988a4355d build(deps): Bump tailwindcss from 3.4.1 to 3.4.3 in /website (#4430)
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from
3.4.1 to 3.4.3.
<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.4.3</h2>
<h3>Fixed</h3>
<ul>
<li>Revert changes to glob handling (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13384">#13384</a>)</li>
</ul>
<h2>v3.4.2</h2>
<h3>Fixed</h3>
<ul>
<li>Ensure max specificity of <code>0,0,1</code> for button and input
Preflight rules (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12735">#12735</a>)</li>
<li>Improve glob handling for folders with <code>(</code>,
<code>)</code>, <code>[</code> or <code>]</code> in the file path (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12715">#12715</a>)</li>
<li>Split <code>:has</code> rules when using
<code>experimental.optimizeUniversalDefaults</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12736">#12736</a>)</li>
<li>Sort arbitrary properties alphabetically across multiple class lists
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12911">#12911</a>)</li>
<li>Add <code>mix-blend-plus-darker</code> utility (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12923">#12923</a>)</li>
<li>Ensure dashes are allowed in variant modifiers (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13303">#13303</a>)</li>
<li>Fix crash showing completions in Intellisense when using a custom
separator (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13306">#13306</a>)</li>
<li>Transpile <code>import.meta.url</code> in config files (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13322">#13322</a>)</li>
<li>Reset letter spacing for form elements (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13150">#13150</a>)</li>
<li>Fix missing <code>xx-large</code> and remove double
<code>x-large</code> absolute size (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13324">#13324</a>)</li>
<li>Don't error when encountering nested CSS unless trying to
<code>@apply</code> a class that uses nesting (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13325">#13325</a>)</li>
<li>Ensure that arbitrary properties respect <code>important</code>
configuration (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13353">#13353</a>)</li>
<li>Change dark mode selector so <code>@apply</code> works correctly
with pseudo elements (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13379">#13379</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/tailwindlabs/tailwindcss/blob/v3.4.3/CHANGELOG.md">tailwindcss's
changelog</a>.</em></p>
<blockquote>
<h2>[3.4.3] - 2024-03-27</h2>
<h3>Fixed</h3>
<ul>
<li>Revert changes to glob handling (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13384">#13384</a>)</li>
</ul>
<h2>[3.4.2] - 2024-03-27</h2>
<h3>Fixed</h3>
<ul>
<li>Ensure max specificity of <code>0,0,1</code> for button and input
Preflight rules (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12735">#12735</a>)</li>
<li>Improve glob handling for folders with <code>(</code>,
<code>)</code>, <code>[</code> or <code>]</code> in the file path (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12715">#12715</a>)</li>
<li>Split <code>:has</code> rules when using
<code>experimental.optimizeUniversalDefaults</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12736">#12736</a>)</li>
<li>Sort arbitrary properties alphabetically across multiple class lists
(<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12911">#12911</a>)</li>
<li>Add <code>mix-blend-plus-darker</code> utility (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12923">#12923</a>)</li>
<li>Ensure dashes are allowed in variant modifiers (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13303">#13303</a>)</li>
<li>Fix crash showing completions in Intellisense when using a custom
separator (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13306">#13306</a>)</li>
<li>Transpile <code>import.meta.url</code> in config files (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13322">#13322</a>)</li>
<li>Reset letter spacing for form elements (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13150">#13150</a>)</li>
<li>Fix missing <code>xx-large</code> and remove double
<code>x-large</code> absolute size (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13324">#13324</a>)</li>
<li>Don't error when encountering nested CSS unless trying to
<code>@apply</code> a class that uses nesting (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13325">#13325</a>)</li>
<li>Ensure that arbitrary properties respect <code>important</code>
configuration (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13353">#13353</a>)</li>
<li>Change dark mode selector so <code>@apply</code> works correctly
with pseudo elements (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/13379">#13379</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f1f419a9ec"><code>f1f419a</code></a>
3.4.3</li>
<li><a
href="e6c1082823"><code>e6c1082</code></a>
Revert changes to glob handling (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13384">#13384</a>)</li>
<li><a
href="8430d8b520"><code>8430d8b</code></a>
3.4.2</li>
<li><a
href="8b4a2a6770"><code>8b4a2a6</code></a>
Change dark selector so <code>@apply</code> works correctly with pseudo
elements (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13379">#13379</a>)</li>
<li><a
href="97607f1cfb"><code>97607f1</code></a>
Ensure that arbitrary properties respect <code>important</code>
configuration (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13353">#13353</a>)</li>
<li><a
href="c033f106bc"><code>c033f10</code></a>
Update CHANGELOG.md</li>
<li><a
href="bda84210d6"><code>bda8421</code></a>
Only detect nesting when using <code>@apply</code> (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13325">#13325</a>)</li>
<li><a
href="3ba51d14c7"><code>3ba51d1</code></a>
Remove leading space in <code>box-shadow</code>'s
<code>addDefaults</code> call (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13334">#13334</a>)</li>
<li><a
href="a53d854d1d"><code>a53d854</code></a>
Fix missing <code>xx-large</code> and remove double <code>x-large</code>
absolute size (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13324">#13324</a>)</li>
<li><a
href="ea90d3a81c"><code>ea90d3a</code></a>
Reset letter spacing for form elements (<a
href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/13150">#13150</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.1...v3.4.3">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.4.1&new-version=3.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>
2024-04-01 16:24:36 +00:00
Jamil
f4996e935e feat(website): Add team plan (#4416)
Fixes #4306 

<img width="1467" alt="Screenshot 2024-03-31 at 5 37 49 PM"
src="https://github.com/firezone/firezone/assets/167144/196a0ca5-f334-4d4c-a5ff-7d8d27468f27">
2024-04-01 05:13:54 +00:00
Jamil
81ef6ce7a1 feat(docs): Example Gateway terraform module for GCP (#4011)
Adds a working example of the simplest way to deploy Gateways to GCP
that is also mostly cloud platform agnostic.

I avoided using COS and Docker for this because:

- Systemd is already installed and supports IPv6 already
- Can be more easily adapted to other platforms where Docker may not be
available or trickier to setup (E.g. CentOS 7)
- COS is Google-specific

---------

Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
Co-authored-by: Andrew Dryga <andrew@dryga.com>
2024-03-12 10:57:18 -07:00
Jamil
4affd35f0d chore(website): Update copyright date in footer (#4093) 2024-03-11 20:04:32 -07:00
dependabot[bot]
d9bbdf0644 build(deps): Bump next from 14.1.2 to 14.1.3 in /website (#4080)
Bumps [next](https://github.com/vercel/next.js) from 14.1.2 to 14.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vercel/next.js/releases">next's
releases</a>.</em></p>
<blockquote>
<h2>v14.1.3</h2>
<h3>Core Changes</h3>
<ul>
<li>Upgrade to latest <a
href="https://github.com/edge-runtime"><code>@​edge-runtime</code></a>
packages: <a
href="https://redirect.github.com/vercel/next.js/issues/62955">#62955</a></li>
<li>Fix output: export with custom distDir: <a
href="https://redirect.github.com/vercel/next.js/issues/62064">#62064</a></li>
<li>Migrate locale redirect handling to router-server: <a
href="https://redirect.github.com/vercel/next.js/issues/62606">#62606</a></li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/ijjk"><code>@​ijjk</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fc38ee190c"><code>fc38ee1</code></a>
v14.1.3</li>
<li><a
href="85a5c4d1ee"><code>85a5c4d</code></a>
fix type</li>
<li><a
href="4b059bc042"><code>4b059bc</code></a>
Upgrade to latest <a
href="https://github.com/edge-runtime"><code>@​edge-runtime</code></a>
packages (<a
href="https://redirect.github.com/vercel/next.js/issues/62955">#62955</a>)</li>
<li><a
href="b10a6105a9"><code>b10a610</code></a>
Fix output: export with custom distDir (<a
href="https://redirect.github.com/vercel/next.js/issues/62064">#62064</a>)</li>
<li><a
href="960b738b8a"><code>960b738</code></a>
Migrate locale redirect handling to router-server (<a
href="https://redirect.github.com/vercel/next.js/issues/62606">#62606</a>)</li>
<li><a
href="2f210d448a"><code>2f210d4</code></a>
update release workflow</li>
<li>See full diff in <a
href="https://github.com/vercel/next.js/compare/v14.1.2...v14.1.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=next&package-manager=npm_and_yarn&previous-version=14.1.2&new-version=14.1.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>
2024-03-11 16:41:57 +00:00
dependabot[bot]
4bbc29b927 build(deps): Bump @next/mdx from 14.1.2 to 14.1.3 in /website (#4081)
Bumps
[@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx)
from 14.1.2 to 14.1.3.
<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.1.3</h2>
<h3>Core Changes</h3>
<ul>
<li>Upgrade to latest <a
href="https://github.com/edge-runtime"><code>@​edge-runtime</code></a>
packages: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/62955">#62955</a></li>
<li>Fix output: export with custom distDir: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/62064">#62064</a></li>
<li>Migrate locale redirect handling to router-server: <a
href="https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx/issues/62606">#62606</a></li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a
href="https://github.com/ijjk"><code>@​ijjk</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="fc38ee190c"><code>fc38ee1</code></a>
v14.1.3</li>
<li>See full diff in <a
href="https://github.com/vercel/next.js/commits/v14.1.3/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=14.1.2&new-version=14.1.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>
2024-03-11 16:41:41 +00:00
dependabot[bot]
139d5075a3 build(deps): Bump @docsearch/react from 3.5.2 to 3.6.0 in /website (#4082)
Bumps [@docsearch/react](https://github.com/algolia/docsearch) from
3.5.2 to 3.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/algolia/docsearch/releases"><code>@​docsearch/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.6.0</h2>
<h1><a
href="https://github.com/algolia/docsearch/compare/v3.5.2...v3.6.0">3.6.0</a>
(2024-03-06)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>add accessible label to SearchBox input (<a
href="https://redirect.github.com/algolia/docsearch/issues/2193">#2193</a>)
(<a
href="df60b8ebe8">df60b8e</a>)</li>
<li><strong>docs:</strong> sidebar logo size (<a
href="https://redirect.github.com/algolia/docsearch/issues/2125">#2125</a>)
(<a
href="572b117ce6">572b117</a>)</li>
<li><strong>website:</strong> update discord link (<a
href="https://redirect.github.com/algolia/docsearch/issues/2141">#2141</a>)
(<a
href="874e16a5d4">874e16a</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add additional scss output (<a
href="https://redirect.github.com/algolia/docsearch/issues/2201">#2201</a>)
(<a
href="fe3ac9e782">fe3ac9e</a>)</li>
<li>add keypress effect to DocSearchButton (<a
href="https://redirect.github.com/algolia/docsearch/issues/2087">#2087</a>)
(<a
href="4c82640022">4c82640</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/algolia/docsearch/blob/main/CHANGELOG.md"><code>@​docsearch/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/algolia/docsearch/compare/v3.5.2...v3.6.0">3.6.0</a>
(2024-03-06)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>add accessible label to SearchBox input (<a
href="https://redirect.github.com/algolia/docsearch/issues/2193">#2193</a>)
(<a
href="df60b8ebe8">df60b8e</a>)</li>
<li><strong>docs:</strong> sidebar logo size (<a
href="https://redirect.github.com/algolia/docsearch/issues/2125">#2125</a>)
(<a
href="572b117ce6">572b117</a>)</li>
<li><strong>website:</strong> update discord link (<a
href="https://redirect.github.com/algolia/docsearch/issues/2141">#2141</a>)
(<a
href="874e16a5d4">874e16a</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>add additional scss output (<a
href="https://redirect.github.com/algolia/docsearch/issues/2201">#2201</a>)
(<a
href="fe3ac9e782">fe3ac9e</a>)</li>
<li>add keypress effect to DocSearchButton (<a
href="https://redirect.github.com/algolia/docsearch/issues/2087">#2087</a>)
(<a
href="4c82640022">4c82640</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2df2e1392f"><code>2df2e13</code></a>
chore: release v3.6.0 (<a
href="https://redirect.github.com/algolia/docsearch/issues/2202">#2202</a>)</li>
<li><a
href="fe3ac9e782"><code>fe3ac9e</code></a>
add additional scss output (<a
href="https://redirect.github.com/algolia/docsearch/issues/2201">#2201</a>)</li>
<li><a
href="df60b8ebe8"><code>df60b8e</code></a>
fix: add accessible label to SearchBox input (<a
href="https://redirect.github.com/algolia/docsearch/issues/2193">#2193</a>)</li>
<li><a
href="874e16a5d4"><code>874e16a</code></a>
fix(website): update discord link (<a
href="https://redirect.github.com/algolia/docsearch/issues/2141">#2141</a>)</li>
<li><a
href="63619c99c7"><code>63619c9</code></a>
docs: add VitePress integration (<a
href="https://redirect.github.com/algolia/docsearch/issues/2140">#2140</a>)</li>
<li><a
href="0169f027a5"><code>0169f02</code></a>
chore(deps): dependencies 2023-11-20 (<a
href="https://redirect.github.com/algolia/docsearch/issues/2126">#2126</a>)</li>
<li><a
href="572b117ce6"><code>572b117</code></a>
fix(docs): sidebar logo size (<a
href="https://redirect.github.com/algolia/docsearch/issues/2125">#2125</a>)</li>
<li><a
href="4a6ac87505"><code>4a6ac87</code></a>
chore(deps): dependencies 2023-11-13 (<a
href="https://redirect.github.com/algolia/docsearch/issues/2122">#2122</a>)</li>
<li><a
href="a3871f2b5c"><code>a3871f2</code></a>
chore(apply): update terms (<a
href="https://redirect.github.com/algolia/docsearch/issues/2121">#2121</a>)</li>
<li><a
href="ac215bb035"><code>ac215bb</code></a>
chore(deps): dependencies 2023-11-06 (<a
href="https://redirect.github.com/algolia/docsearch/issues/2112">#2112</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/algolia/docsearch/compare/v3.5.2...v3.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@docsearch/react&package-manager=npm_and_yarn&previous-version=3.5.2&new-version=3.6.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>
2024-03-11 16:41:21 +00:00
Jamil
535a61e2a1 chore(docs): Fix typo in Deploy -> Configure DNS (#4034) 2024-03-07 18:57:38 +00:00
dependabot[bot]
0300eba759 build(deps): Bump @types/react from 18.2.63 to 18.2.64 in /website (#4005)
Bumps
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)
from 18.2.63 to 18.2.64.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=18.2.63&new-version=18.2.64)](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>
2024-03-07 18:45:14 +00:00
dependabot[bot]
19e8177451 build(deps): Bump @types/react-dom from 18.2.19 to 18.2.21 in /website (#4020)
Bumps
[@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)
from 18.2.19 to 18.2.21.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=18.2.19&new-version=18.2.21)](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>
2024-03-07 05:43:06 +00:00
dependabot[bot]
fcc3bf9de3 build(deps): Bump @types/node from 20.11.24 to 20.11.25 in /website (#4006)
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 20.11.24 to 20.11.25.
<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.11.24&new-version=20.11.25)](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>
2024-03-07 02:32:16 +00:00
dependabot[bot]
41546bb85f build(deps-dev): Bump typescript from 5.3.3 to 5.4.2 in /website (#4007)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3
to 5.4.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Microsoft/TypeScript/releases">typescript's
releases</a>.</em></p>
<blockquote>
<h2>TypeScript 5.4</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-4/">release
announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+">fixed
issues query for Typescript 5.4.0 (Beta)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+">fixed
issues query for Typescript 5.4.1 (RC)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.2%22+is%3Aclosed+">fixed
issues query for Typescript 5.4.2 (Stable)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a
href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet
package</a></li>
</ul>
<h2>TypeScript 5.4 RC</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-4-rc/">release
announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+">fixed
issues query for Typescript 5.4.0 (Beta)</a>.</li>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.1%22+is%3Aclosed+">fixed
issues query for Typescript 5.4.1 (RC)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a
href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet
package</a></li>
</ul>
<h2>TypeScript 5.4 Beta</h2>
<p>For release notes, check out the <a
href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-4-beta/">release
announcement</a>.</p>
<p>For the complete list of fixed issues, check out the</p>
<ul>
<li><a
href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.4.0%22+is%3Aclosed+">fixed
issues query for Typescript 5.4.0 (Beta)</a>.</li>
</ul>
<p>Downloads are available on:</p>
<ul>
<li><a href="https://www.npmjs.com/package/typescript">npm</a></li>
<li><a
href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet
package</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="42bb138173"><code>42bb138</code></a>
Bump version to 5.4.2 and LKG</li>
<li><a
href="992c70519c"><code>992c705</code></a>
Add release pipeline to release-5.4 (<a
href="https://redirect.github.com/Microsoft/TypeScript/issues/57513">#57513</a>)</li>
<li><a
href="db6b2a9802"><code>db6b2a9</code></a>
Bump version to 5.4.1-rc and LKG</li>
<li><a
href="bd4f51c8f0"><code>bd4f51c</code></a>
Update LKG</li>
<li><a
href="8a1f79dca5"><code>8a1f79d</code></a>
Merge remote-tracking branch 'origin/main' into release-5.4</li>
<li><a
href="d04e3489b0"><code>d04e348</code></a>
Improve apparent type of mapped types (<a
href="https://redirect.github.com/Microsoft/TypeScript/issues/57122">#57122</a>)</li>
<li><a
href="86a16636ca"><code>86a1663</code></a>
Update package-lock.json</li>
<li><a
href="feb57c269b"><code>feb57c2</code></a>
Instantiate earlier inferred constraints in conditional types (<a
href="https://redirect.github.com/Microsoft/TypeScript/issues/57362">#57362</a>)</li>
<li><a
href="91e67ffbea"><code>91e67ff</code></a>
fix(57392): using is not suggested as a keyword (<a
href="https://redirect.github.com/Microsoft/TypeScript/issues/57394">#57394</a>)</li>
<li><a
href="29c0024bcf"><code>29c0024</code></a>
Avoid creating rest elements with <code>errorType</code> when
<code>any</code> is spread (<a
href="https://redirect.github.com/Microsoft/TypeScript/issues/57116">#57116</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=5.3.3&new-version=5.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>
2024-03-07 02:31:53 +00:00
Jamil
fc322f7cf6 docs: Session lifetime inaccuracy (#3987) 2024-03-05 18:28:19 -08:00
dependabot[bot]
a91df57420 build(deps): Bump @types/react from 18.2.61 to 18.2.63 in /website (#3963)
Bumps
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)
from 18.2.61 to 18.2.63.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=18.2.61&new-version=18.2.63)](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>
2024-03-05 16:27:11 +00:00