Skip to content

fix(deps): update dependency cli-progress to v3.12.0 #19

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2023

This PR contains the following updates:

Package Change Age Confidence
cli-progress 3.9.1 -> 3.12.0 age confidence
@types/cli-progress (source) 3.9.2 -> 3.11.6 age 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

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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-lockfile branch from 88f2c79 to 8f490c7 Compare November 7, 2023 08:34
@renovate renovate bot force-pushed the renovate/cli-progress-3.x-lockfile branch from 8f490c7 to 8a3c4ed Compare July 6, 2024 17:50
@renovate renovate bot force-pushed the renovate/cli-progress-3.x-lockfile branch 2 times, most recently from ed5c247 to 762b77a Compare January 31, 2025 07:20
@renovate renovate bot force-pushed the renovate/cli-progress-3.x-lockfile branch from 762b77a to 55b0e85 Compare February 11, 2025 03:59
@renovate renovate bot force-pushed the renovate/cli-progress-3.x-lockfile branch from 55b0e85 to eaa0f9f Compare March 3, 2025 23:59
@renovate renovate bot force-pushed the renovate/cli-progress-3.x-lockfile branch from eaa0f9f to 3fb000c Compare March 13, 2025 04:10
@renovate renovate bot force-pushed the renovate/cli-progress-3.x-lockfile branch from 3fb000c to b14f48b Compare April 2, 2025 04:05
@renovate renovate bot force-pushed the renovate/cli-progress-3.x-lockfile branch from b14f48b to f5e1339 Compare April 12, 2025 03:42
@renovate renovate bot force-pushed the renovate/cli-progress-3.x-lockfile branch from f5e1339 to 0ca7540 Compare April 26, 2025 19:43
@renovate renovate bot force-pushed the renovate/cli-progress-3.x-lockfile branch 2 times, most recently from 057f687 to 160211e Compare May 31, 2025 12:03
@renovate renovate bot force-pushed the renovate/cli-progress-3.x-lockfile branch from 160211e to c587f3a Compare June 6, 2025 12:21
@renovate renovate bot force-pushed the renovate/cli-progress-3.x-lockfile branch from c587f3a to 4c156f5 Compare June 29, 2025 20:03
@renovate renovate bot force-pushed the renovate/cli-progress-3.x-lockfile branch from 4c156f5 to 8a37c0e Compare July 12, 2025 15:55
@renovate renovate bot force-pushed the renovate/cli-progress-3.x-lockfile branch from 8a37c0e to 9f337d7 Compare August 12, 2025 00:13
@renovate renovate bot force-pushed the renovate/cli-progress-3.x-lockfile branch from 9f337d7 to 6e25abf Compare August 15, 2025 11:32
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