Files
firezone/website
dependabot[bot] ae6c6ed05f build(deps): Bump asciinema-player from 3.7.0 to 3.7.1 in /website (#4849)
Bumps [asciinema-player](https://github.com/asciinema/asciinema-player)
from 3.7.0 to 3.7.1.
<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.1</h2>
<p>Notable changes:</p>
<ul>
<li>greatly improved rendering (position, alignment, accuracy) of ascii
drawing, block elements, braille patterns and Powerline triangle
symbols</li>
<li>fixed alignment of double-width chars (such as CJK, emoji)</li>
<li>new adaptive algorithm for buffering in live (websocket) driver,
ensuring smooth playback on high-latency or high-jitter network
connections</li>
<li>minor rendering performance improvement via UI updates batching</li>
<li>improved visibility of play button's drop shadow for themes with
light background</li>
<li>code refactorings and cleanup</li>
</ul>
<p><a
href="https://www.npmjs.com/package/asciinema-player/v/3.7.1">https://www.npmjs.com/package/asciinema-player/v/3.7.1</a></p>
<p>Demo showing the improved rendering in general:</p>
<p><a href="https://asciinema.org/a/19202"><img
src="https://asciinema.org/a/19202.svg" alt="asciicast" /></a></p>
<p>Screenshots showing the fixes to the character alignment and
positioning:</p>
<p><img
src="https://github.com/asciinema/asciinema-player/assets/17589/7916f750-c8d6-4799-816d-4fa407f7372a"
alt="image" /></p>
<p><img
src="https://github.com/asciinema/asciinema-player/assets/17589/ed854909-fc27-4a10-81dc-82863ec6c053"
alt="image" /></p>
<p><img
src="https://github.com/asciinema/asciinema-player/assets/17589/2b5f1292-eb71-4dd5-8301-dc7f6ceee8ca"
alt="image" /></p>
<p><img
src="https://github.com/asciinema/asciinema-player/assets/17589/544f0add-7a4f-4ea5-8ec7-7025adfedd05"
alt="image" /></p>
<h2>3.7.1-rc.2</h2>
<p>No release notes provided.</p>
<h2>3.7.1-rc.1</h2>
<p>No release notes provided.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="666743e2a2"><code>666743e</code></a>
Bump version</li>
<li><a
href="6728b14aa7"><code>6728b14</code></a>
Bump version</li>
<li><a
href="3eb73306e9"><code>3eb7330</code></a>
Batch related UI updates</li>
<li><a
href="f853dffe62"><code>f853dff</code></a>
Improve rendering for codepoints 0x2596-0x259f</li>
<li><a
href="39f939f097"><code>39f939f</code></a>
Bump version</li>
<li><a
href="c614accc70"><code>c614acc</code></a>
Improve rendering of block elements and powerline triangles</li>
<li><a
href="2533af4e5b"><code>2533af4</code></a>
Fix 256 color table CSS classes</li>
<li><a
href="6289a67993"><code>6289a67</code></a>
Fix RGB color rendering</li>
<li><a
href="02fbfa2de2"><code>02fbfa2</code></a>
Move implementation of inverse color attr from JS to CSS</li>
<li><a
href="210570f34f"><code>210570f</code></a>
Fix text blinking - don't blink the background</li>
<li>Additional commits viewable in <a
href="https://github.com/asciinema/asciinema-player/compare/v3.7.0...v3.7.1">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.7.0&new-version=3.7.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>
2024-05-01 14:02:59 +00:00
..
2024-04-30 16:31:20 -07: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.