Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cli-progress: 3.8.2 → 3.12.0 (minor) #226

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Feb 26, 2023

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ cli-progress (3.8.2 → 3.12.0) · Repo · Changelog

Release Notes

3.12.0 (from changelog)

  • Added: option to override bar characters via instance options on multibar.create() - thanks to Araxeus on GitHub
  • Added: example howto use multibars with different bar styles
  • Bugfix: global terminal instance was not used for multibar elements which forces hard string trimming to terminal width - caused by default linewrap=true state of the terminal - thanks to emmercm on GitHub

3.11.2 (from changelog)

  • Bugfix: disabled gracefulExit by default, because the default SIGINT/SIGTERM handlers of nodejs are removed

3.11.1 (from changelog)

  • Bugfix: MaxListenersExceededWarning was triggered by gracefulExit handlers added in v3.11.0 - thanks to TychoTheTaco on GitHub

3.11.0 (from changelog)

  • Added: log() convenience method the multibar to enable custom logging output on top of the progress bars during operation
  • Added: gracefulExit option (enabled by default) to stop the bars in case of SIGINT or SIGTERM - this restores most cursor settings before exiting
  • Added: progressCalculationRelative option (disabled by default) to use the startValue as offset for the progress calculation and calculate the absolute progress from the difference given by total-startValue #121
  • Added: ability to pass bar options (overrides the global options) to multibar.create
  • Bugfix: within a non-tty environment (e.g. CI/CD taskrunners) multibar.create() returns an undefined value in case noTTYOutput is not enabled #117

3.10.0 (from changelog)

  • Changed: foreground color of preset.shades-grey is set directly by ANSI codes
  • Changed: example snippets are using ansi-colors library
  • Bugfix: removed colors dependency due to some issues with the maintainer... see Zalgo bomb

3.9.1 (from changelog)

  • Bugfix: duration calculation doesn't work for bar restart scenarios - thanks to autlaw on GitHub

3.9.0

  • Added: exported standard formatter and format helper
  • Added: example howto use multibars in synchronous context
  • Changed: upper eta display limit to 1e7 (115days) #92

Does any of this look wrong? Please let us know.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants