edgelesssys / contrast

Deploy and manage confidential containers on Kubernetes
https://docs.edgeless.systems/contrast
GNU Affero General Public License v3.0
183 stars 7 forks source link

deps: update dependency asciinema-player to v3.8.0 #605

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
asciinema-player 3.7.1 -> 3.8.0 age adoption passing confidence

Release Notes

asciinema/asciinema-player (asciinema-player) ### [`v3.8.0`](https://togithub.com/asciinema/asciinema-player/releases/tag/v3.8.0): 3.8.0 [Compare Source](https://togithub.com/asciinema/asciinema-player/compare/v3.7.1...v3.8.0) Notable changes: - added support for colons in SGR color sequences - fixes ([https://github.com/asciinema/avt/issues/9](https://togithub.com/asciinema/avt/issues/9), [https://github.com/asciinema/asciinema-player/issues/154](https://togithub.com/asciinema/asciinema-player/issues/154), [https://github.com/asciinema/asciinema-player/issues/231](https://togithub.com/asciinema/asciinema-player/issues/231)) - added support for `auto/` specification for `theme` option (see below) - added help overlay, triggered by "?" key - improved adaptive buffering algorithm in the websocket driver - improved rendering of block drawing characters - made text of the time display and marker tooltips bigger - made the control bar and markers use terminal theme's foreground and background colors - added tooltip for the fullscreen button - added `"type": "module"` to package.json to fix import error with some bundlers (thanks [@​MaddyGuthridge](https://togithub.com/MaddyGuthridge)) - fixed player element focus behavior when clicking on a marker dot or the playback toggle button https://www.npmjs.com/package/asciinema-player/v/3.8.0 *** Recordings made with asciinema CLI 3.0 or later may embed [original terminal theme](https://docs.asciinema.org/manual/asciicast/v2/#theme), which is used by the player when available. Before this release the only way to let the player use the embedded theme automatically was *not* specifying the `theme` option when initializing the player. When the `theme` option was not used, the player favored the embedded theme, falling back to `asciinema` theme. There was no way to specify "use the original theme when available, fall back to monokai". This release adds the ability to specify the above wish as `{ theme: "auto/monokai" }`. You can use any built-in theme, e.g. `{ theme: "auto/dracula" }`, and the player will use Dracula theme if the original theme was not captured at the time of recording. To always use a specific theme regardless of the presence of the original theme in a recording file, use `{ theme: "" }`, e.g. `{ theme: "dracula" }`. Default value of the `theme` option (when one not specified) is now `auto/asciinema`.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 3 months ago

PR Preview Action v1.4.7 :---: :rocket: Deployed preview to https://edgelesssys.github.io/contrast/pr-preview/pr-605/ on branch gh-pages at 2024-06-19 08:06 UTC

renovate[bot] commented 3 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.