Commit ad8f125
authored
fix(deps): Update module github.com/schollz/progressbar/v3 to v3.17.0 (#426)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/schollz/progressbar/v3](https://togithub.com/schollz/progressbar) | require | minor | `v3.14.6` -> `v3.17.0` |
---
### Release Notes
<details>
<summary>schollz/progressbar (github.com/schollz/progressbar/v3)</summary>
### [`v3.17.0`](https://togithub.com/schollz/progressbar/releases/tag/v3.17.0)
[Compare Source](https://togithub.com/schollz/progressbar/compare/v3.16.1...v3.17.0)
#### What's Changed
- Fixes [#​138](https://togithub.com/schollz/progressbar/issues/138): Add OptionShowTotal by [@​mcamou](https://togithub.com/mcamou) in [https://github.com/schollz/progressbar/pull/205](https://togithub.com/schollz/progressbar/pull/205)
#### New Contributors
- [@​mcamou](https://togithub.com/mcamou) made their first contribution in [https://github.com/schollz/progressbar/pull/205](https://togithub.com/schollz/progressbar/pull/205)
**Full Changelog**: schollz/progressbar@v3.16.1...v3.17.0
### [`v3.16.1`](https://togithub.com/schollz/progressbar/releases/tag/v3.16.1)
[Compare Source](https://togithub.com/schollz/progressbar/compare/v3.16.0...v3.16.1)
#### What's Changed
- fix: enable race detector for test and fix all detected races by [@​mxey](https://togithub.com/mxey) in [https://github.com/schollz/progressbar/pull/202](https://togithub.com/schollz/progressbar/pull/202)
- style: go mod tidy by [@​mxey](https://togithub.com/mxey) in [https://github.com/schollz/progressbar/pull/201](https://togithub.com/schollz/progressbar/pull/201)
- Added BarStartFilled and BarEndFille to Theme struct [#​203](https://togithub.com/schollz/progressbar/issues/203) by [@​janpfeifer](https://togithub.com/janpfeifer) in [https://github.com/schollz/progressbar/pull/204](https://togithub.com/schollz/progressbar/pull/204)
**Full Changelog**: schollz/progressbar@v3.16.0...v3.16.1
### [`v3.16.0`](https://togithub.com/schollz/progressbar/releases/tag/v3.16.0)
[Compare Source](https://togithub.com/schollz/progressbar/compare/v3.15.0...v3.16.0)
#### What's Changed
- feat: make progressbar could update according to an interval or updat… by [@​chengxilo](https://togithub.com/chengxilo) in [https://github.com/schollz/progressbar/pull/199](https://togithub.com/schollz/progressbar/pull/199)
**Full Changelog**: schollz/progressbar@v3.15.0...v3.16.0
### [`v3.15.0`](https://togithub.com/schollz/progressbar/releases/tag/v3.15.0)
[Compare Source](https://togithub.com/schollz/progressbar/compare/v3.14.6...v3.15.0)
#### What's Changed
- new: feature scrolling detail by [@​luo-cheng-xi](https://togithub.com/luo-cheng-xi) in [https://github.com/schollz/progressbar/pull/194](https://togithub.com/schollz/progressbar/pull/194)
- fix: Acquire lock when printing text to fix race condition by [@​gabe565](https://togithub.com/gabe565) in [https://github.com/schollz/progressbar/pull/198](https://togithub.com/schollz/progressbar/pull/198)
- fix: change some attribute about time to time.Time{} by [@​luo-cheng-xi](https://togithub.com/luo-cheng-xi) in [https://github.com/schollz/progressbar/pull/196](https://togithub.com/schollz/progressbar/pull/196)
- fix:fixed the bug that changMax isn't working. by [@​luo-cheng-xi](https://togithub.com/luo-cheng-xi) in [https://github.com/schollz/progressbar/pull/193](https://togithub.com/schollz/progressbar/pull/193)
#### New Contributors
- [@​luo-cheng-xi](https://togithub.com/luo-cheng-xi) made their first contribution in [https://github.com/schollz/progressbar/pull/194](https://togithub.com/schollz/progressbar/pull/194)
**Full Changelog**: schollz/progressbar@v3.14.6...v3.15.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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 this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->1 parent 2562563 commit ad8f125
2 files changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
62 | | - | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
101 | 104 | | |
102 | 105 | | |
103 | 106 | | |
104 | | - | |
105 | | - | |
| 107 | + | |
| 108 | + | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
| |||
163 | 166 | | |
164 | 167 | | |
165 | 168 | | |
166 | | - | |
167 | 169 | | |
168 | 170 | | |
169 | | - | |
170 | 171 | | |
171 | 172 | | |
172 | 173 | | |
| |||
0 commit comments