Bump github.com/schollz/progressbar/v3 from 3.18.0 to 3.19.0 - #109
Merged
dependabot[bot] merged 1 commit intoDec 29, 2025
Merged
Conversation
Bumps [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) from 3.18.0 to 3.19.0. - [Release notes](https://github.com/schollz/progressbar/releases) - [Commits](schollz/progressbar@v3.18.0...v3.19.0) --- updated-dependencies: - dependency-name: github.com/schollz/progressbar/v3 dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Owner
|
@dependabot merge
2025年12月29日(月) 午後10:02 dependabot[bot] ***@***.***>:
… Bumps github.com/schollz/progressbar/v3
<https://github.com/schollz/progressbar> from 3.18.0 to 3.19.0.
Release notes
*Sourced from github.com/schollz/progressbar/v3's releases
<https://github.com/schollz/progressbar/releases>.*
v3.19.0 What's Changed
- add simple spinner/counter example by @OkieOth
<https://github.com/OkieOth> in schollz/progressbar#211
<https://redirect.github.com/schollz/progressbar/pull/211>
- feat: allow user to safely run and manage multiple progressbar http
servers by @cmsax <https://github.com/cmsax> in
schollz/progressbar#213
<https://redirect.github.com/schollz/progressbar/pull/213>
- fix: when setMaxDetailRow() but not use AddDetail(), cause index out
of range. by @chengxilo <https://github.com/chengxilo> in
schollz/progressbar#214
<https://redirect.github.com/schollz/progressbar/pull/214>
- Fix terminal width when stdout is redirected by @WGH
<https://github.com/WGH>- in schollz/progressbar#215
<https://redirect.github.com/schollz/progressbar/pull/215>
- fix: describe after by @schollz <https://github.com/schollz> in
schollz/progressbar#225
<https://redirect.github.com/schollz/progressbar/pull/225>
- fix: flickering on powershell by @mengshengwu
<https://github.com/mengshengwu> in schollz/progressbar#220
<https://redirect.github.com/schollz/progressbar/pull/220>
- fix: trailing residual characters in ANSI mode by @yevk
<https://github.com/yevk> in schollz/progressbar#221
<https://redirect.github.com/schollz/progressbar/pull/221>
- Always call bar.Finish() in Reader by @mrkbac
<https://github.com/mrkbac> in schollz/progressbar#218
<https://redirect.github.com/schollz/progressbar/pull/218>
- Remove unused argument by @bitlux <https://github.com/bitlux> in
schollz/progressbar#223
<https://redirect.github.com/schollz/progressbar/pull/223>
- Added OptionSetCustomColorCodes to pass in custom color codes. by
@polymorcodeus <https://github.com/polymorcodeus> in
schollz/progressbar#226
<https://redirect.github.com/schollz/progressbar/pull/226>
- Remove hardcoded choice by @goncalogdomingo
<https://github.com/goncalogdomingo> in schollz/progressbar#216
<https://redirect.github.com/schollz/progressbar/pull/216>
New Contributors
- @OkieOth <https://github.com/OkieOth> made their first contribution
in schollz/progressbar#211
<https://redirect.github.com/schollz/progressbar/pull/211>
- @WGH <https://github.com/WGH>- made their first contribution in
schollz/progressbar#215
<https://redirect.github.com/schollz/progressbar/pull/215>
- @mengshengwu <https://github.com/mengshengwu> made their first
contribution in schollz/progressbar#220
<https://redirect.github.com/schollz/progressbar/pull/220>
- @yevk <https://github.com/yevk> made their first contribution in
schollz/progressbar#221
<https://redirect.github.com/schollz/progressbar/pull/221>
- @mrkbac <https://github.com/mrkbac> made their first contribution
in schollz/progressbar#218
<https://redirect.github.com/schollz/progressbar/pull/218>
- @bitlux <https://github.com/bitlux> made their first contribution
in schollz/progressbar#223
<https://redirect.github.com/schollz/progressbar/pull/223>
- @polymorcodeus <https://github.com/polymorcodeus> made their first
contribution in schollz/progressbar#226
<https://redirect.github.com/schollz/progressbar/pull/226>
- @goncalogdomingo <https://github.com/goncalogdomingo> made their
first contribution in schollz/progressbar#216
<https://redirect.github.com/schollz/progressbar/pull/216>
*Full Changelog*: ***@***.***
<schollz/progressbar@v3.18.0...v3.19.0>
Commits
- 56ad4a7
<schollz/progressbar@56ad4a7>
Merge pull request #216
<https://redirect.github.com/schollz/progressbar/issues/216> from
goncalogdomingo/main
- dae95ef
<schollz/progressbar@dae95ef>
Merge pull request #226
<https://redirect.github.com/schollz/progressbar/issues/226> from
polymorcodeus/mart1082/optsetcustomcolor
- 0ec6061
<schollz/progressbar@0ec6061>
Merge pull request #223
<https://redirect.github.com/schollz/progressbar/issues/223> from
bitlux/bitlux/unused
- f13fb15
<schollz/progressbar@f13fb15>
Merge pull request #218
<https://redirect.github.com/schollz/progressbar/issues/218> from
mrkbac/fix-reader-close
- 472b188
<schollz/progressbar@472b188>
Merge pull request #221
<https://redirect.github.com/schollz/progressbar/issues/221> from
yevk/main
- 57f6968
<schollz/progressbar@57f6968>
Added OptionSetCustomColorCodes to pass in custom color codes.
- 655d41e
<schollz/progressbar@655d41e>
Merge pull request #220
<https://redirect.github.com/schollz/progressbar/issues/220> from
mengshengwu/fix-windows-progressbar-flickering
- 533e284
<schollz/progressbar@533e284>
Merge pull request #225
<https://redirect.github.com/schollz/progressbar/issues/225> from
schollz/fix/describe
- 914e511
<schollz/progressbar@914e511>
fix: add describe solution
- 5692e00
<schollz/progressbar@5692e00>
fix: allow progressbar to be updated afterwards
- Additional commits viewable in compare view
<schollz/progressbar@v3.18.0...v3.19.0>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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 show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @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)
------------------------------
You can view, comment on, or merge this pull request online at:
#109
Commit Summary
- 7634da2
<7634da2>
Bump github.com/schollz/progressbar/v3 from 3.18.0 to 3.19.0
File Changes
(2 files <https://github.com/sh4869221b/go-nico-list/pull/109/files>)
- *M* go.mod
<https://github.com/sh4869221b/go-nico-list/pull/109/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6>
(2)
- *M* go.sum
<https://github.com/sh4869221b/go-nico-list/pull/109/files#diff-3295df7234525439d778f1b282d146a4f1ff6b415248aaac074e8042d9f42d63>
(4)
Patch Links:
- https://github.com/sh4869221b/go-nico-list/pull/109.patch
- https://github.com/sh4869221b/go-nico-list/pull/109.diff
—
Reply to this email directly, view it on GitHub
<#109>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFU4U462V36Z3DWXXMA25XT4EEQ5HAVCNFSM6AAAAACQHO6OCOVHI2DSMVQWIX3LMV43ASLTON2WKOZTG43DOMZVHAZTAOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Contributor
Author
|
Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details. |
dependabot
Bot
deleted the
dependabot/go_modules/github.com/schollz/progressbar/v3-3.19.0
branch
December 29, 2025 13:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github.com/schollz/progressbar/v3 from 3.18.0 to 3.19.0.
Release notes
Sourced from github.com/schollz/progressbar/v3's releases.
Commits
56ad4a7Merge pull request #216 from goncalogdomingo/maindae95efMerge pull request #226 from polymorcodeus/mart1082/optsetcustomcolor0ec6061Merge pull request #223 from bitlux/bitlux/unusedf13fb15Merge pull request #218 from mrkbac/fix-reader-close472b188Merge pull request #221 from yevk/main57f6968Added OptionSetCustomColorCodes to pass in custom color codes.655d41eMerge pull request #220 from mengshengwu/fix-windows-progressbar-flickering533e284Merge pull request #225 from schollz/fix/describe914e511fix: add describe solution5692e00fix: allow progressbar to be updated afterwardsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)