Skip to content

Commit a85142d

Browse files
chore: Bump github.com/pterm/pterm from 0.12.80 to 0.12.81 (#402)
Bumps [github.com/pterm/pterm](https://github.com/pterm/pterm) from 0.12.80 to 0.12.81. <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.81</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Exciting New Features 🎉</h3> <ul> <li>feat: adding more padding setters for BoxPrinter by <a href="https://github.com/kelvne"><code>@​kelvne</code></a> in <a href="https://redirect.github.com/pterm/pterm/pull/709">pterm/pterm#709</a></li> <li>feat(multiselect): optionally show selected options by <a href="https://github.com/MarvinJWendt"><code>@​MarvinJWendt</code></a> in <a href="https://redirect.github.com/pterm/pterm/pull/719">pterm/pterm#719</a></li> </ul> <h3>Fixes 🔧</h3> <ul> <li>fix(logger): correctly print slog attribute values for json output by <a href="https://github.com/KimNorgaard"><code>@​KimNorgaard</code></a> in <a href="https://redirect.github.com/pterm/pterm/pull/716">pterm/pterm#716</a></li> <li>fix(spinner): suppress spinner line clearing in raw output mode by <a href="https://github.com/jagregory"><code>@​jagregory</code></a> in <a href="https://redirect.github.com/pterm/pterm/pull/692">pterm/pterm#692</a></li> <li>fix(spinner): clear the old text when using <code>UpdateText</code> with <code>Spinner</code> by <a href="https://github.com/Chance-fyi"><code>@​Chance-fyi</code></a> in <a href="https://redirect.github.com/pterm/pterm/pull/656">pterm/pterm#656</a></li> <li>fix(multiprinter): array out of bounds error in MultiPrinter.getString() by <a href="https://github.com/DavidS-ovm"><code>@​DavidS-ovm</code></a> in <a href="https://redirect.github.com/pterm/pterm/pull/678">pterm/pterm#678</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/KimNorgaard"><code>@​KimNorgaard</code></a> made their first contribution in <a href="https://redirect.github.com/pterm/pterm/pull/716">pterm/pterm#716</a></li> <li><a href="https://github.com/kelvne"><code>@​kelvne</code></a> made their first contribution in <a href="https://redirect.github.com/pterm/pterm/pull/709">pterm/pterm#709</a></li> <li><a href="https://github.com/Bbulatov"><code>@​Bbulatov</code></a> made their first contribution in <a href="https://redirect.github.com/pterm/pterm/pull/705">pterm/pterm#705</a></li> <li><a href="https://github.com/jagregory"><code>@​jagregory</code></a> made their first contribution in <a href="https://redirect.github.com/pterm/pterm/pull/692">pterm/pterm#692</a></li> <li><a href="https://github.com/DavidS-ovm"><code>@​DavidS-ovm</code></a> made their first contribution in <a href="https://redirect.github.com/pterm/pterm/pull/678">pterm/pterm#678</a></li> <li><a href="https://github.com/Chance-fyi"><code>@​Chance-fyi</code></a> made their first contribution in <a href="https://redirect.github.com/pterm/pterm/pull/656">pterm/pterm#656</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pterm/pterm/compare/v0.12.80...v0.12.81">https://github.com/pterm/pterm/compare/v0.12.80...v0.12.81</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pterm/pterm/commit/7278f5569071d4850fda9a9dd6d9cc6d9499c56a"><code>7278f55</code></a> fix(spinner): clear the old text when using <code>UpdateText</code> with <code>Spinner</code> (<a href="https://redirect.github.com/pterm/pterm/issues/656">#656</a>)</li> <li><a href="https://github.com/pterm/pterm/commit/faf819b9d376381dde8444e396264564d901a3a5"><code>faf819b</code></a> fix: fix array out of bounds error in MultiPrinter.getString() (<a href="https://redirect.github.com/pterm/pterm/issues/678">#678</a>)</li> <li><a href="https://github.com/pterm/pterm/commit/0d3895da769c914ab0271127a97de9b78348be3e"><code>0d3895d</code></a> fix(spinner): suppress spinner line clearing in raw output mode (<a href="https://redirect.github.com/pterm/pterm/issues/692">#692</a>)</li> <li><a href="https://github.com/pterm/pterm/commit/fb12e6923774f22563e5ab9bf3b91f0ab8fd6e7b"><code>fb12e69</code></a> feat(multiselect): optionally show selected options (<a href="https://redirect.github.com/pterm/pterm/issues/719">#719</a>)</li> <li><a href="https://github.com/pterm/pterm/commit/b2db2e2387d7d4b3e31d63bb5422c42f17df33c6"><code>b2db2e2</code></a> docs: autoupdate</li> <li><a href="https://github.com/pterm/pterm/commit/10d0c5d39aedd2c401156fca46dec3355f3b2fd7"><code>10d0c5d</code></a> Fix leak (<a href="https://redirect.github.com/pterm/pterm/issues/705">#705</a>)</li> <li><a href="https://github.com/pterm/pterm/commit/83217c9278e62d508aedc680f204adb6cf67af1f"><code>83217c9</code></a> docs: autoupdate</li> <li><a href="https://github.com/pterm/pterm/commit/d55e3c2b536c26204b2ec94bfde4a132fc232c7f"><code>d55e3c2</code></a> feat: adding more padding setters for BoxPrinter (<a href="https://redirect.github.com/pterm/pterm/issues/709">#709</a>)</li> <li><a href="https://github.com/pterm/pterm/commit/3be86ba6546a84c661d359ee9b4302d8518fe37c"><code>3be86ba</code></a> fix(logger): correctly print slog attribute values for json output (<a href="https://redirect.github.com/pterm/pterm/issues/716">#716</a>)</li> <li><a href="https://github.com/pterm/pterm/commit/a1f016c97d2d153f5e86ae2a9a2cb5e986d926d0"><code>a1f016c</code></a> docs: autoupdate</li> <li>Additional commits viewable in <a href="https://github.com/pterm/pterm/compare/v0.12.80...v0.12.81">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.80&new-version=0.12.81)](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 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f77bf71 commit a85142d

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8
3737
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3
3838
github.com/pierrec/lz4/v4 v4.1.22
39-
github.com/pterm/pterm v0.12.80
39+
github.com/pterm/pterm v0.12.81
4040
github.com/stoewer/go-strcase v1.3.0
4141
github.com/stretchr/testify v1.10.0
4242
github.com/substrait-io/substrait-go/v3 v3.9.1
@@ -60,7 +60,7 @@ require (
6060
cloud.google.com/go v0.118.0 // indirect
6161
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
6262
github.com/cockroachdb/apd/v3 v3.2.1 // indirect
63-
github.com/containerd/console v1.0.3 // indirect
63+
github.com/containerd/console v1.0.5 // indirect
6464
github.com/creasty/defaults v1.8.0 // indirect
6565
github.com/davecgh/go-spew v1.1.1 // indirect
6666
github.com/dustin/go-humanize v1.0.1 // indirect
@@ -81,7 +81,7 @@ require (
8181
github.com/ncruces/go-strftime v0.1.9 // indirect
8282
github.com/pmezard/go-difflib v1.0.0 // indirect
8383
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
84-
github.com/rivo/uniseg v0.4.4 // indirect
84+
github.com/rivo/uniseg v0.4.7 // indirect
8585
github.com/stretchr/objx v0.5.2 // indirect
8686
github.com/substrait-io/substrait v0.66.1-0.20250205013839-a30b3e2d7ec6 // indirect
8787
github.com/tidwall/gjson v1.14.2 // indirect

go.sum

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF
2828
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
2929
github.com/cockroachdb/apd/v3 v3.2.1 h1:U+8j7t0axsIgvQUqthuNm82HIrYXodOV2iWLWtEaIwg=
3030
github.com/cockroachdb/apd/v3 v3.2.1/go.mod h1:klXJcjp+FffLTHlhIG69tezTDvdP065naDsHzKhYSqc=
31-
github.com/containerd/console v1.0.3 h1:lIr7SlA5PxZyMV30bDW0MGbiOPXwc63yRuCP0ARubLw=
3231
github.com/containerd/console v1.0.3/go.mod h1:7LqA/THxQ86k76b8c/EMSiaJ3h1eZkMkXar0TQ1gf3U=
32+
github.com/containerd/console v1.0.5 h1:R0ymNeydRqH2DmakFNdmjR2k0t7UPuiOV/N/27/qqsc=
33+
github.com/containerd/console v1.0.5/go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk=
3334
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
3435
github.com/creasty/defaults v1.8.0 h1:z27FJxCAa0JKt3utc0sCImAEb+spPucmKoOdLHvHYKk=
3536
github.com/creasty/defaults v1.8.0/go.mod h1:iGzKe6pbEHnpMPtfDXZEr0NVxWnPTjb1bbDy08fPzYM=
@@ -135,13 +136,13 @@ github.com/pterm/pterm v0.12.31/go.mod h1:32ZAWZVXD7ZfG0s8qqHXePte42kdz8ECtRyEej
135136
github.com/pterm/pterm v0.12.33/go.mod h1:x+h2uL+n7CP/rel9+bImHD5lF3nM9vJj80k9ybiiTTE=
136137
github.com/pterm/pterm v0.12.36/go.mod h1:NjiL09hFhT/vWjQHSj1athJpx6H8cjpHXNAK5bUw8T8=
137138
github.com/pterm/pterm v0.12.40/go.mod h1:ffwPLwlbXxP+rxT0GsgDTzS3y3rmpAO1NMjUkGTYf8s=
138-
github.com/pterm/pterm v0.12.80 h1:mM55B+GnKUnLMUSqhdINe4s6tOuVQIetQ3my8JGyAIg=
139-
github.com/pterm/pterm v0.12.80/go.mod h1:c6DeF9bSnOSeFPZlfs4ZRAFcf5SCoTwvwQ5xaKGQlHo=
139+
github.com/pterm/pterm v0.12.81 h1:ju+j5I2++FO1jBKMmscgh5h5DPFDFMB7epEjSoKehKA=
140+
github.com/pterm/pterm v0.12.81/go.mod h1:TyuyrPjnxfwP+ccJdBTeWHtd/e0ybQHkOS/TakajZCw=
140141
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=
141142
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
142143
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
143-
github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
144-
github.com/rivo/uniseg v0.4.4/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
144+
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
145+
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
145146
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
146147
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
147148
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=
@@ -227,6 +228,7 @@ golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8/go.mod h1:oPkhp1MJrh7nUepCBc
227228
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
228229
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
229230
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
231+
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
230232
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
231233
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
232234
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=

0 commit comments

Comments
 (0)