Files
firezone/website
dependabot[bot] 75d1a4a9cf build(deps): Bump asciinema-player from 3.6.3 to 3.7.0 in /website (#3852)
Bumps [asciinema-player](https://github.com/asciinema/asciinema-player)
from 3.6.3 to 3.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/asciinema/asciinema-player/releases">asciinema-player's
releases</a>.</em></p>
<blockquote>
<h2>3.7.0</h2>
<p>Notable changes:</p>
<ul>
<li>Easier and more future proof custom theme definitions via CSS custom
properties - see <a
href="https://docs.asciinema.org/manual/player/themes/">Custom
themes</a> documentation</li>
<li>Original recording theme is now used when available (for recordings
created with asciinema CLI 3.0 or later), unless <code>theme</code>
option is explicitly provided</li>
<li>Workaround for recordings with invalid terminal size (e.g.
<code>0</code> width) to prevent player crash</li>
</ul>
<h2>3.6.4</h2>
<p>This is a minor release, which improves keyboard shortcut
handling.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="279f717cfe"><code>279f717</code></a>
Bump version</li>
<li><a
href="82deef12a3"><code>82deef1</code></a>
Update README - point to the docs site</li>
<li><a
href="1195236403"><code>1195236</code></a>
Fall back to 80x24 when cols/rows from a recording is 0</li>
<li><a
href="61294a6413"><code>61294a6</code></a>
Display &quot;Stream ended&quot; when Websocket connection closes
cleanly</li>
<li><a
href="0a71b6b30b"><code>0a71b6b</code></a>
Update Websocket driver to use theme provided by ALiS protocol</li>
<li><a
href="43ea580983"><code>43ea580</code></a>
Merge pull request <a
href="https://redirect.github.com/asciinema/asciinema-player/issues/256">#256</a>
from asciinema/original-theme</li>
<li><a
href="e31ba146e2"><code>e31ba14</code></a>
Remove compression algo check from ALiS protocol implementation</li>
<li><a
href="c4917985d9"><code>c491798</code></a>
Change theme CSS class names from <code>asciinema-theme-*</code> to
`asciinema-player-th...</li>
<li><a
href="3701c6cbc1"><code>3701c6c</code></a>
Use original recording theme when available unless theme option
used</li>
<li><a
href="4f6ee82932"><code>4f6ee82</code></a>
Make terminal theme definitions easier with CSS custom properties</li>
<li>Additional commits viewable in <a
href="https://github.com/asciinema/asciinema-player/compare/v3.6.3...v3.7.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=asciinema-player&package-manager=npm_and_yarn&previous-version=3.6.3&new-version=3.7.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-01 16:23:21 +00:00
..

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.