Skip to content

Commit

Permalink
build(deps): Bump asciinema-player from 3.7.0 to 3.7.1 in /website (#…
Browse files Browse the repository at this point in the history
…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="https://github.com/asciinema/asciinema-player/commit/666743e2a265698c2789c0226d2eb30528e8ca58"><code>666743e</code></a>
Bump version</li>
<li><a
href="https://github.com/asciinema/asciinema-player/commit/6728b14aa71dc0a7d84bc0951378e5df749df5d3"><code>6728b14</code></a>
Bump version</li>
<li><a
href="https://github.com/asciinema/asciinema-player/commit/3eb73306e9bea1783685881559d82410eed74975"><code>3eb7330</code></a>
Batch related UI updates</li>
<li><a
href="https://github.com/asciinema/asciinema-player/commit/f853dffe62470639f473601ad8f79f6f17cfa944"><code>f853dff</code></a>
Improve rendering for codepoints 0x2596-0x259f</li>
<li><a
href="https://github.com/asciinema/asciinema-player/commit/39f939f097baf996c9644ffb0303a5033b63ca90"><code>39f939f</code></a>
Bump version</li>
<li><a
href="https://github.com/asciinema/asciinema-player/commit/c614accc70bac2a1bd0dcddf78b6ff428432cadc"><code>c614acc</code></a>
Improve rendering of block elements and powerline triangles</li>
<li><a
href="https://github.com/asciinema/asciinema-player/commit/2533af4e5be5001bd56e873ec6a4a344cea964b8"><code>2533af4</code></a>
Fix 256 color table CSS classes</li>
<li><a
href="https://github.com/asciinema/asciinema-player/commit/6289a679932dcb113633e5bca22d87664fb04e25"><code>6289a67</code></a>
Fix RGB color rendering</li>
<li><a
href="https://github.com/asciinema/asciinema-player/commit/02fbfa2de22d072ecc22af8ad3b0aaaf668748d7"><code>02fbfa2</code></a>
Move implementation of inverse color attr from JS to CSS</li>
<li><a
href="https://github.com/asciinema/asciinema-player/commit/210570f34fe3849f0cd99d0ef52465669c1d7b29"><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>
  • Loading branch information
dependabot[bot] committed May 1, 2024
1 parent 54fb64c commit ae6c6ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions website/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae6c6ed

Please sign in to comment.