Skip to content

Commit d6242c0

Browse files
chore: Bump github.com/pterm/pterm from 0.12.82 to 0.12.83 (#681)
Bumps [github.com/pterm/pterm](https://github.com/pterm/pterm) from 0.12.82 to 0.12.83. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pterm/pterm/releases">github.com/pterm/pterm's releases</a>.</em></p> <blockquote> <h2>v0.12.83</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Fixes 🔧</h3> <ul> <li>fix(prefix): PrefixPrinter now uses updated defaultWriter by <a href="https://github.com/christeredvartsen"><code>@​christeredvartsen</code></a> in <a href="https://redirect.github.com/pterm/pterm/pull/752">pterm/pterm#752</a></li> <li>fix: reset IsActive before RawOutput early return in SpinnerPrinter.Stop() by <a href="https://github.com/bk-simon"><code>@​bk-simon</code></a> in <a href="https://redirect.github.com/pterm/pterm/pull/764">pterm/pterm#764</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/christeredvartsen"><code>@​christeredvartsen</code></a> made their first contribution in <a href="https://redirect.github.com/pterm/pterm/pull/752">pterm/pterm#752</a></li> <li><a href="https://github.com/bk-simon"><code>@​bk-simon</code></a> made their first contribution in <a href="https://redirect.github.com/pterm/pterm/pull/764">pterm/pterm#764</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pterm/pterm/compare/v0.12.82...v0.12.83">https://github.com/pterm/pterm/compare/v0.12.82...v0.12.83</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pterm/pterm/commit/ed296ee75a70b5bb062438995e147aa114c2d539"><code>ed296ee</code></a> chore: update golangci-lint action to v9 and specify version v2.10.1</li> <li><a href="https://github.com/pterm/pterm/commit/5fde88a33bb2f8f7ae94cb48d1d5ddb02ec3c3c9"><code>5fde88a</code></a> fix: fixed tests</li> <li><a href="https://github.com/pterm/pterm/commit/a057e0aa4c39b460ce07eec2923a22def703e931"><code>a057e0a</code></a> chore: fixed linting errors</li> <li><a href="https://github.com/pterm/pterm/commit/fe86f8ac69bd213ba860992e70198cbc59bbbad1"><code>fe86f8a</code></a> refactor: migrate golangci-lint config</li> <li><a href="https://github.com/pterm/pterm/commit/6176f91631042dd9cf8239fb6f9386740f5a9858"><code>6176f91</code></a> chore: update deps</li> <li><a href="https://github.com/pterm/pterm/commit/92adf380d54db71b548e93fb6b2bf3b49f33e759"><code>92adf38</code></a> fix: reset IsActive before RawOutput early return in SpinnerPrinter.Stop() (#...</li> <li><a href="https://github.com/pterm/pterm/commit/bcb9c07ad8b7d537f7c71f3c3c689409c00180c3"><code>bcb9c07</code></a> fix(prefix): PrefixPrinter now uses updated defaultWriter (<a href="https://redirect.github.com/pterm/pterm/issues/752">#752</a>)</li> <li>See full diff in <a href="https://github.com/pterm/pterm/compare/v0.12.82...v0.12.83">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/pterm/pterm&package-manager=go_modules&previous-version=0.12.82&new-version=0.12.83)](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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61a09f5 commit d6242c0

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ require (
3434
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8
3535
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3
3636
github.com/pierrec/lz4/v4 v4.1.25
37-
github.com/pterm/pterm v0.12.82
37+
github.com/pterm/pterm v0.12.83
3838
github.com/stoewer/go-strcase v1.3.1
3939
github.com/stretchr/testify v1.11.1
4040
github.com/substrait-io/substrait-go/v7 v7.4.0
@@ -58,25 +58,25 @@ require (
5858
atomicgo.dev/schedule v0.1.0 // indirect
5959
cloud.google.com/go v0.121.0 // indirect
6060
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
61+
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
6162
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
6263
github.com/containerd/console v1.0.5 // indirect
6364
github.com/creasty/defaults v1.8.0 // indirect
6465
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6566
github.com/dustin/go-humanize v1.0.1 // indirect
6667
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
6768
github.com/goccy/go-yaml v1.17.1 // indirect
68-
github.com/gookit/color v1.5.4 // indirect
69+
github.com/gookit/color v1.6.0 // indirect
6970
github.com/json-iterator/go v1.1.12 // indirect
7071
github.com/kr/text v0.2.0 // indirect
7172
github.com/lithammer/fuzzysearch v1.1.8 // indirect
7273
github.com/mattn/go-isatty v0.0.20 // indirect
73-
github.com/mattn/go-runewidth v0.0.16 // indirect
74+
github.com/mattn/go-runewidth v0.0.20 // indirect
7475
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7576
github.com/modern-go/reflect2 v1.0.2 // indirect
7677
github.com/ncruces/go-strftime v1.0.0 // indirect
7778
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7879
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
79-
github.com/rivo/uniseg v0.4.7 // indirect
8080
github.com/stretchr/objx v0.5.2 // indirect
8181
github.com/substrait-io/substrait v0.81.0 // indirect
8282
github.com/tidwall/gjson v1.14.2 // indirect

go.sum

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ github.com/apache/thrift v0.22.0/go.mod h1:1e7J/O1Ae6ZQMTYdy9xa3w9k+XHWPfRvdPyJe
2626
github.com/atomicgo/cursor v0.0.1/go.mod h1:cBON2QmmrysudxNBFthvMtN32r3jxVRIvzkUiF/RuIk=
2727
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs=
2828
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
29+
github.com/clipperhouse/uax29/v2 v2.7.0 h1:+gs4oBZ2gPfVrKPthwbMzWZDaAFPGYK72F0NJv2v7Vk=
30+
github.com/clipperhouse/uax29/v2 v2.7.0/go.mod h1:EFJ2TJMRUaplDxHKj1qAEhCtQPW2tJSwu5BF98AuoVM=
2931
github.com/cockroachdb/apd/v3 v3.2.1 h1:U+8j7t0axsIgvQUqthuNm82HIrYXodOV2iWLWtEaIwg=
3032
github.com/cockroachdb/apd/v3 v3.2.1/go.mod h1:klXJcjp+FffLTHlhIG69tezTDvdP065naDsHzKhYSqc=
3133
github.com/containerd/console v1.0.3/go.mod h1:7LqA/THxQ86k76b8c/EMSiaJ3h1eZkMkXar0TQ1gf3U=
@@ -65,10 +67,12 @@ github.com/google/pprof v0.0.0-20250317173921-a4b03ec1a45e h1:ijClszYn+mADRFY17k
6567
github.com/google/pprof v0.0.0-20250317173921-a4b03ec1a45e/go.mod h1:boTsfXsheKC2y+lKOCMpSfarhxDeIzfZG1jqGcPl3cA=
6668
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
6769
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
70+
github.com/gookit/assert v0.1.1 h1:lh3GcawXe/p+cU7ESTZ5Ui3Sm/x8JWpIis4/1aF0mY0=
71+
github.com/gookit/assert v0.1.1/go.mod h1:jS5bmIVQZTIwk42uXl4lyj4iaaxx32tqH16CFj0VX2E=
6872
github.com/gookit/color v1.4.2/go.mod h1:fqRyamkC1W8uxl+lxCQxOT09l/vYfZ+QeiX3rKQHCoQ=
6973
github.com/gookit/color v1.5.0/go.mod h1:43aQb+Zerm/BWh2GnrgOQm7ffz7tvQXEKV6BFMl7wAo=
70-
github.com/gookit/color v1.5.4 h1:FZmqs7XOyGgCAxmWyPslpiok1k05wmY3SJTytgvYFs0=
71-
github.com/gookit/color v1.5.4/go.mod h1:pZJOeOS8DM43rXbp4AZo1n9zCU2qjpcRko0b6/QJi9w=
74+
github.com/gookit/color v1.6.0 h1:JjJXBTk1ETNyqyilJhkTXJYYigHG24TM9Xa2M1xAhRA=
75+
github.com/gookit/color v1.6.0/go.mod h1:9ACFc7/1IpHGBW8RwuDm/0YEnhg3dwwXpoMsmtyHfjs=
7276
github.com/hamba/avro/v2 v2.31.0 h1:wv3nmua7lCEIwWsb6vqsTS3pXktTxcKg5eoyNu0VhrU=
7377
github.com/hamba/avro/v2 v2.31.0/go.mod h1:t6lJYAGE5Mswfn17zjtyQsssRQgnqO6TXLBCHHWRqrw=
7478
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
@@ -98,8 +102,8 @@ github.com/lithammer/fuzzysearch v1.1.8/go.mod h1:IdqeyBClc3FFqSzYq/MXESsS4S0FsZ
98102
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
99103
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
100104
github.com/mattn/go-runewidth v0.0.13/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
101-
github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=
102-
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
105+
github.com/mattn/go-runewidth v0.0.20 h1:WcT52H91ZUAwy8+HUkdM3THM6gXqXuLJi9O3rjcQQaQ=
106+
github.com/mattn/go-runewidth v0.0.20/go.mod h1:XBkDxAl56ILZc9knddidhrOlY5R/pDhgLpndooCuJAs=
103107
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 h1:AMFGa4R4MiIpspGNG7Z948v4n35fFGB3RR3G/ry4FWs=
104108
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8/go.mod h1:mC1jAcsrzbxHt8iiaC+zU4b1ylILSosueou12R++wfY=
105109
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 h1:+n/aFZefKZp7spd8DFdX7uMikMLXX4oubIzJF4kv/wI=
@@ -123,13 +127,11 @@ github.com/pterm/pterm v0.12.31/go.mod h1:32ZAWZVXD7ZfG0s8qqHXePte42kdz8ECtRyEej
123127
github.com/pterm/pterm v0.12.33/go.mod h1:x+h2uL+n7CP/rel9+bImHD5lF3nM9vJj80k9ybiiTTE=
124128
github.com/pterm/pterm v0.12.36/go.mod h1:NjiL09hFhT/vWjQHSj1athJpx6H8cjpHXNAK5bUw8T8=
125129
github.com/pterm/pterm v0.12.40/go.mod h1:ffwPLwlbXxP+rxT0GsgDTzS3y3rmpAO1NMjUkGTYf8s=
126-
github.com/pterm/pterm v0.12.82 h1:+D9wYhCaeaK0FIQoZtqbNQuNpe2lB2tajKKsTd5paVQ=
127-
github.com/pterm/pterm v0.12.82/go.mod h1:TyuyrPjnxfwP+ccJdBTeWHtd/e0ybQHkOS/TakajZCw=
130+
github.com/pterm/pterm v0.12.83 h1:ie+YmGmA727VuhxBlyGr74Ks+7McV6kT99IB8EU80aA=
131+
github.com/pterm/pterm v0.12.83/go.mod h1:xlgc6bFWyJIMtmLJvGim+L7jhSReilOlOnodeIYe4Tk=
128132
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=
129133
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
130134
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
131-
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
132-
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
133135
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
134136
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
135137
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=

0 commit comments

Comments
 (0)