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

Bump indicatif from 0.17.0 to 0.17.1 #160

Merged
merged 1 commit into from
Sep 17, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 17, 2022

Bumps indicatif from 0.17.0 to 0.17.1.

Release notes

Sourced from indicatif's releases.

0.17.1

2.5 months after the large 0.17 release, we (finally) have a release that addresses most of the regressions found in 0.17. There is ongoing work on changes in the estimation algorithm, tracked in #394, which has regressed for some users.

Note that we made some technically semver-breaking change of adding a missing Sync bound to the ProgressTracker bounds (#471). We're assuming that most users don't (yet) have custom ProgressTracker impls, and that users who do have probably built one that is Sync anyway.

Fixed regressions

  • Fixed unicode-width feature spelling (#456)
  • Only tick if the ticker is disabled (#458)
  • Rework MultiProgress zombie line handling (#460)
  • Fix incorrect link in documentation (#469, thanks to @​Jedsek)
  • Take a reference for ProgressBar::style() (#476, thanks to @​andrewchambers)

Other changes

Thanks from @​djc and @​chris-laplante to all contributors!

Commits
  • 791068c Bump version to 0.17.1
  • b65eb85 add new render tests that exercise zombie handling
  • d88fa2d modify render tests to account for fixed MultiProgress::println/clear behavior
  • d32eed5 rewrite zombie handling
  • bdf1890 clarify comment for MultiState::orphan_lines member
  • efc8558 No-op MultiState::draw if we are panicking
  • b9dcd47 Document last char/string in tick style being the "final" state
  • a466096 Remove write_all from wrap_write
  • 81cca1e ProgressBar style() now takes a reference
  • b5de18c Correct mis-naming of variables in wrap_async_read
  • 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 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)

Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.0 to 0.17.1.
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](console-rs/indicatif@0.17.0...0.17.1)

---
updated-dependencies:
- dependency-name: indicatif
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 17, 2022
@bmc-msft bmc-msft enabled auto-merge (squash) September 17, 2022 00:51
@bmc-msft bmc-msft merged commit 18825a2 into main Sep 17, 2022
@dependabot dependabot bot deleted the dependabot/cargo/indicatif-0.17.1 branch September 17, 2022 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant