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>
This commit is contained in:
dependabot[bot]
2024-05-01 14:02:59 +00:00
committed by GitHub
parent 54fb64c6a7
commit ae6c6ed05f
2 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@types/react-syntax-highlighter": "^15.5.11",
"asciinema-player": "^3.7.0",
"asciinema-player": "^3.7.1",
"autoprefixer": "10.4.18",
"fast-xml-parser": "^4.3.5",
"flowbite": "^2.3.0",

View File

@@ -36,8 +36,8 @@ dependencies:
specifier: ^15.5.11
version: 15.5.11
asciinema-player:
specifier: ^3.7.0
version: 3.7.0
specifier: ^3.7.1
version: 3.7.1
autoprefixer:
specifier: 10.4.18
version: 10.4.18(postcss@8.4.35)
@@ -917,8 +917,8 @@ packages:
/arg@5.0.2:
resolution: {integrity: sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==}
/asciinema-player@3.7.0:
resolution: {integrity: sha512-0RDc4j7TkjyhAwxkDe3vNqjAcizc7tubYW2VZi/06csY8iAoSC2uRvSyfNzh9ONDZu8pdf0bZJ91A84Gexb3tg==}
/asciinema-player@3.7.1:
resolution: {integrity: sha512-zDJteGjBzNQhHEnD0aG7GqV3E53sOyKb1WCxKNRm2PquU70Lq3s4xxb91wyDS0hBJ3J/TB8aY3y8gjGPN+T23A==}
dependencies:
'@babel/runtime': 7.24.0
solid-js: 1.8.15