build(deps): update module github.com/schollz/progressbar/v3 to v3.19.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| github.com/schollz/progressbar/v3 | require | minor |
v3.18.0 -> v3.19.0
|
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
schollz/progressbar (github.com/schollz/progressbar/v3)
v3.19.0
What's Changed
- add simple spinner/counter example by @OkieOth in https://github.com/schollz/progressbar/pull/211
- feat: allow user to safely run and manage multiple progressbar http servers by @cmsax in https://github.com/schollz/progressbar/pull/213
- fix: when setMaxDetailRow() but not use AddDetail(), cause index out of range. by @chengxilo in https://github.com/schollz/progressbar/pull/214
- Fix terminal width when stdout is redirected by @WGH- in https://github.com/schollz/progressbar/pull/215
- fix: describe after by @schollz in https://github.com/schollz/progressbar/pull/225
- fix: flickering on powershell by @mengshengwu in https://github.com/schollz/progressbar/pull/220
- fix: trailing residual characters in ANSI mode by @yevk in https://github.com/schollz/progressbar/pull/221
- Always call
bar.Finish()inReaderby @mrkbac in https://github.com/schollz/progressbar/pull/218 - Remove unused argument by @bitlux in https://github.com/schollz/progressbar/pull/223
- Added OptionSetCustomColorCodes to pass in custom color codes. by @polymorcodeus in https://github.com/schollz/progressbar/pull/226
- Remove hardcoded choice by @goncalogdomingo in https://github.com/schollz/progressbar/pull/216
New Contributors
- @OkieOth made their first contribution in https://github.com/schollz/progressbar/pull/211
- @WGH- made their first contribution in https://github.com/schollz/progressbar/pull/215
- @mengshengwu made their first contribution in https://github.com/schollz/progressbar/pull/220
- @yevk made their first contribution in https://github.com/schollz/progressbar/pull/221
- @mrkbac made their first contribution in https://github.com/schollz/progressbar/pull/218
- @bitlux made their first contribution in https://github.com/schollz/progressbar/pull/223
- @polymorcodeus made their first contribution in https://github.com/schollz/progressbar/pull/226
- @goncalogdomingo made their first contribution in https://github.com/schollz/progressbar/pull/216
Full Changelog: https://github.com/schollz/progressbar/compare/v3.18.0...v3.19.0
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.