dfetch-org / dfetch

Dependency fetcher
https://dfetch.rtfd.io/
MIT License
11 stars 4 forks source link

Bump asciinema from 2.3.0 to 2.4.0 #540

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps asciinema from 2.3.0 to 2.4.0.

Release notes

Sourced from asciinema's releases.

v2.4.0

  • When recording without file arg we now ask whether to save, upload or discard the recording (#576)
  • Added capture of terminal resize events (#565)
  • Fixed blocking write error when PTY master is not ready (#569) (thanks @​Low-power!)
  • Fixed "broken pipe" errors when piping certain commands during recording (#369) (thanks @​Low-power!)
  • Fixed crash during playback of cast files with trailing blank line (#577)

https://pypi.org/project/asciinema/2.4.0/

Changelog

Sourced from asciinema's changelog.

2.4.0 (2023-10-23)

  • When recording without file arg we now ask whether to save, upload or discard the recording (#576)
  • Added capture of terminal resize events (#565)
  • Fixed blocking write error when PTY master is not ready (#569) (thanks @​Low-power!)
  • Fixed "broken pipe" errors when piping certain commands during recording (#369) (thanks @​Low-power!)
  • Fixed crash during playback of cast files with trailing blank line (#577)
Commits
  • 1a71be2 Update Python version check to match lowest supported version
  • ff7abc6 Bump version
  • 8bc9138 Update CHANGELOG
  • fefd011 Don't crash playback on trailing blank line
  • 0bfaa81 Merge pull request #576 from asciinema/better-upload-prompt
  • 464f059 Merge pull request #578 from asciinema/sig-fdl-in-child
  • f8e8a95 Re-enable default signal handle for SIGPIPE in child process
  • c86035d Require explicit upload confirmation when recording without file argument
  • 7dcd16b Remove CentOS from CI matrix
  • e4fb2d6 Merge pull request #569 from Low-power/handle-eagain-on-write-pty
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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)