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

fix(deps): update dependency cli-progress to v3 #69

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 5, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cli-progress 2.1.1 -> 3.12.0 age adoption passing confidence

Release Notes

npkgz/cli-progress (cli-progress)

v3.12.0

  • 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

v3.11.2

Compare Source

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

v3.11.1

Compare Source

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

v3.11.0

Compare Source

  • 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

v3.10.0

Compare Source

  • 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

v3.9.1

Compare Source

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

v3.9.0

Compare Source

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

v3.8.2

Compare Source

  • Bugfix: bar duration not stopped until all bars have finished - thanks to omjadas on GitHub

v3.8.1

Compare Source

  • Bugfix: percentage calculation used Math.round which caused incorrect values for edge cases - thanks to OxCom on GitHub

v3.8.0

Compare Source

  • Changed: allow to pass payload as first argument to increment() with implicit delta of 1 - thanks to ecdeveloper on GitHub
  • Changed: allow to pass payload as first argument to update() without updating bar value
  • Bugfix: formatTime option ignored due to type - thanks to omjadas on GitHub

v3.7.0

Compare Source

  • Added: asynchronous eta update for long running processes (optional) - feature requested on GitHub
  • Added: method to trigger eta calculation without progress update

v3.6.1

Compare Source

v3.6.0

Compare Source

  • Added: support for custom time-format function
  • Added: support for custom bar-format function
  • Added: support for custom value-format function
  • Added: auto-padding option to enforce fixed size of values - feature requested on GitHub
  • Added: barGlue option to insert ascii escape sequences (e.g. for colorization) between the bar complete/incomplete elements - feature requested on GitHub
  • Bugfix: eta value can be negative for multibars in case the bar is alredy completed

v3.5.0

Compare Source

v3.4.0

Compare Source

  • Added: testsuites based on mocha - thanks to on GitHub
  • Added: automatic tests via Travis CI
  • Bugfix: Fixing issues with falsy values in format which causes remdering artifacts - thanks to on GitHub
  • Bugfix: documentation of the stream options was wrong - thanks to ehmicky on GitHub
  • Changed: updated examples/syntax of README.md - thanks to justsml on GitHub

v3.3.1

Compare Source

  • Bugifx: synchronous update may cause unexpected behaviour on multibars - limited to single bars
  • Changed: renamed internal eta push() method to update()
  • Changed: moved internal eta calculation call into update()

v3.3.0

  • Added: option to pass custom formatters as callback via options.format
  • Changed: replaced static placeholder code with generic regex (performance enhancement)

v3.2.0

  • Added: emptyOnZero option to display total:0 bars as empty, not full - thanks to nickcmaynard on GitHub
  • Bugfix: removed cursor save/restore calls for multibars - clearOnComplete might not work on all environments - thanks to sayem314 onGitHub

v3.1.0

Compare Source

  • Added: notty support (interval/schedule based output) - feature requested on GitHub
  • Added: stopOnComplete support within MultiBar - thanks to Nox-404 on GitHub
  • Changed: initial throttel time of MultiBar is controlled by fps option instead of static 500ms value
  • Bugfix: provided option didn't take precedence over the preset as in v2 - thanks to AxelTerizaki on GitHub #​37

v3.0.0

Compare Source

  • Added: multi-progressbar support - feature requested on GitHub
  • Added: option synchronousUpdate to control the synchronized redraw during update() call (default=true)
  • Changed: project split into multiple classes
  • Changed: default cli progress output is written to stdout instead of stderr

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 is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/cli-progress-3.x branch from 342211b to a85ef47 Compare October 4, 2019 13:00
@renovate renovate bot force-pushed the renovate/cli-progress-3.x branch from a85ef47 to 3ff9b47 Compare November 21, 2019 11:48
@renovate renovate bot force-pushed the renovate/cli-progress-3.x branch from 3ff9b47 to 9211ab0 Compare January 18, 2020 19:23
@renovate renovate bot force-pushed the renovate/cli-progress-3.x branch from 9211ab0 to 7581f6f Compare February 8, 2020 21:55
@renovate renovate bot force-pushed the renovate/cli-progress-3.x branch from 7581f6f to b4eb220 Compare April 28, 2020 09:04
@renovate renovate bot force-pushed the renovate/cli-progress-3.x branch from b4eb220 to c24065e Compare May 8, 2020 05:02
@renovate renovate bot force-pushed the renovate/cli-progress-3.x branch from c24065e to 2c9cafa Compare February 1, 2021 12:59
@renovate renovate bot force-pushed the renovate/cli-progress-3.x branch from 2c9cafa to 5b01e69 Compare October 20, 2021 05:36
@renovate renovate bot force-pushed the renovate/cli-progress-3.x branch from 5b01e69 to a0627c8 Compare March 7, 2022 17:06
@renovate renovate bot force-pushed the renovate/cli-progress-3.x branch from a0627c8 to 8f54fd7 Compare May 16, 2022 00:44
@renovate renovate bot force-pushed the renovate/cli-progress-3.x branch from 8f54fd7 to d422eb4 Compare June 18, 2022 18:00
@renovate renovate bot force-pushed the renovate/cli-progress-3.x branch from 7837ef6 to ff48a54 Compare November 20, 2022 09:31
@renovate renovate bot force-pushed the renovate/cli-progress-3.x branch from ff48a54 to b0de585 Compare March 18, 2023 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants