diff options
author | Renovate Bot <forgejo-renovate-action@forgejo.org> | 2025-01-11 11:18:53 +0100 |
---|---|---|
committer | Gusted <gusted@noreply.codeberg.org> | 2025-01-11 11:18:53 +0100 |
commit | b3626f0208533d27778b559ec3f3c4594fd79fc8 (patch) | |
tree | 481ca529cd8aa21308025f77be74d714cfc9caf6 | |
parent | Update renovate Docker tag to v39.103.0 (forgejo) (#6529) (diff) | |
download | forgejo-b3626f0208533d27778b559ec3f3c4594fd79fc8.tar.xz forgejo-b3626f0208533d27778b559ec3f3c4594fd79fc8.zip |
Update dependency asciinema-player to v3.8.2 (forgejo) (#6518)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [asciinema-player](https://github.com/asciinema/asciinema-player) | dependencies | patch | [`3.8.0` -> `3.8.2`](https://renovatebot.com/diffs/npm/asciinema-player/3.8.0/3.8.2) |
---
### Release Notes
<details>
<summary>asciinema/asciinema-player (asciinema-player)</summary>
### [`v3.8.2`](https://github.com/asciinema/asciinema-player/releases/tag/v3.8.2): 3.8.2
[Compare Source](https://github.com/asciinema/asciinema-player/compare/v3.8.1...v3.8.2)
Notable changes:
- fixed blinking of ascii drawing chars ([#​273](https://github.com/asciinema/asciinema-player/issues/273))
- background color is no longer brightened (value + 8) when blink attribute is set - this caused ugly rendering in some scenarios, and no terminals I tested do this either
### [`v3.8.1`](https://github.com/asciinema/asciinema-player/releases/tag/v3.8.1): 3.8.1
[Compare Source](https://github.com/asciinema/asciinema-player/compare/v3.8.0...v3.8.1)
Notable changes:
- upgraded avt to the latest version
- added `dist/bundle/asciinema-player.min.js` to package exports to allow pre-3.8.0 usage ([#​263](https://github.com/asciinema/asciinema-player/issues/263))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).
🚦 **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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45My4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTMuMCIsInRhcmdldEJyYW5jaCI6ImZvcmdlam8iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGdyYWRlIiwidGVzdC9ub3QtbmVlZGVkIl19-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6518
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index d361e77c1f..576d395dad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mcaptcha/vanilla-glue": "0.1.0-alpha-3", "@primer/octicons": "19.14.0", "ansi_up": "6.0.2", - "asciinema-player": "3.8.0", + "asciinema-player": "3.8.2", "chart.js": "4.4.5", "chartjs-adapter-dayjs-4": "1.0.4", "chartjs-plugin-zoom": "2.2.0", @@ -5674,9 +5674,9 @@ } }, "node_modules/asciinema-player": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/asciinema-player/-/asciinema-player-3.8.0.tgz", - "integrity": "sha512-yFoAcjFK9WJ0D+aagkT0YXOWRbyXoOe/TQHq07oQP6prItXQkWn46fdvUb6zqJu2AywmY8VjBEwZ6ciL8IbezQ==", + "version": "3.8.2", + "resolved": "https://registry.npmjs.org/asciinema-player/-/asciinema-player-3.8.2.tgz", + "integrity": "sha512-Lgcnj9u/H6sRpGRX1my7Azcay6llLmB/GVkCGcDbPwdTVTisS1ir8SQ9jRWRvjlLUjpSJkN0euruvy3sLRM8tw==", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.21.0", diff --git a/package.json b/package.json index c75c8146e0..508c9af45d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@mcaptcha/vanilla-glue": "0.1.0-alpha-3", "@primer/octicons": "19.14.0", "ansi_up": "6.0.2", - "asciinema-player": "3.8.0", + "asciinema-player": "3.8.2", "chart.js": "4.4.5", "chartjs-adapter-dayjs-4": "1.0.4", "chartjs-plugin-zoom": "2.2.0", |