fork-off-substrate
fork-off-substrate copied to clipboard
Bump cli-progress from 3.9.1 to 3.11.2
Bumps cli-progress from 3.9.1 to 3.11.2.
Changelog
Sourced from cli-progress's changelog.
3.11.2
- Bugfix: disabled
gracefulExitby default, because the default SIGINT/SIGTERM handlers of nodejs are removed3.11.1
- Bugfix:
MaxListenersExceededWarningwas triggered bygracefulExithandlers added inv3.11.0- thanks to TychoTheTaco on GitHub3.11.0
- Added:
log()convenience method the multibar to enable custom logging output on top of the progress bars during operation- Added:
gracefulExitoption (enabled by default) to stop the bars in case ofSIGINTorSIGTERM- this restores most cursor settings before exiting- Added:
progressCalculationRelativeoption (disabled by default) to use thestartValueas offset for the progress calculation and calculate the absolute progress from the difference given bytotal-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 casenoTTYOutputis not enabled #1173.10.0
- Changed: foreground color of
preset.shades-greyis set directly by ANSI codes- Changed: example snippets are using
ansi-colorslibrary- Bugfix: removed
colorsdependency due to some issues with the maintainer... see Zalgo bomb
Commits
04751eaBugfix: disabledgracefulExitby default, because the default SIGINT/SIGTER...f5aeca3reset sigint on stop33ef015fixed #125 MaxListenersExceededWarning was triggered by gracefulExit handlers...31692f2added multibar.create option override92ea6d3added option for relative progress calculation #12100e6576fixed #117c1b9375added log() convenience method to multibar #11117b9c64added gracefulExit option1f0c40eremoved colors dependency #1167f1b7f0fixed typo #115- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)