From 35fe9938b924df2a8303458b4bb6b2467ffe9161 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:10:26 +0000 Subject: [PATCH] fix(deps): update module github.com/pterm/pterm to v0.12.79 (#454) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/pterm/pterm](https://togithub.com/pterm/pterm) | `v0.12.65` -> `v0.12.79` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpterm%2fpterm/v0.12.79?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fpterm%2fpterm/v0.12.79?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fpterm%2fpterm/v0.12.65/v0.12.79?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpterm%2fpterm/v0.12.65/v0.12.79?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pterm/pterm (github.com/pterm/pterm) ### [`v0.12.79`](https://togithub.com/pterm/pterm/releases/tag/v0.12.79) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.78...v0.12.79) #### What's Changed ##### Exciting New Features 🎉 - feat(text-input): Show `DefaultValue` as placeholder by [@​MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/639](https://togithub.com/pterm/pterm/pull/639) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.78...v0.12.79 ### [`v0.12.78`](https://togithub.com/pterm/pterm/releases/tag/v0.12.78) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.77...v0.12.78) #### What's Changed ##### Fixes 🔧 - fix(progressbar): `Progressbar` and `Logger` did not work together co… by [@​MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/627](https://togithub.com/pterm/pterm/pull/627) - fix(textinput): fixed text width calculation by [@​auntan](https://togithub.com/auntan) in [https://github.com/pterm/pterm/pull/624](https://togithub.com/pterm/pterm/pull/624) #### New Contributors - [@​auntan](https://togithub.com/auntan) made their first contribution in [https://github.com/pterm/pterm/pull/624](https://togithub.com/pterm/pterm/pull/624) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.77...v0.12.78 ### [`v0.12.77`](https://togithub.com/pterm/pterm/releases/tag/v0.12.77) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.76...v0.12.77) #### What's Changed ##### Fixes 🔧 - fix: graceful handling of odd args by [@​TylerGillson](https://togithub.com/TylerGillson) in [https://github.com/pterm/pterm/pull/629](https://togithub.com/pterm/pterm/pull/629) #### New Contributors - [@​TylerGillson](https://togithub.com/TylerGillson) made their first contribution in [https://github.com/pterm/pterm/pull/629](https://togithub.com/pterm/pterm/pull/629) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.76...v0.12.77 ### [`v0.12.76`](https://togithub.com/pterm/pterm/releases/tag/v0.12.76) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.75...v0.12.76) #### What's Changed ##### Fixes 🔧 - fix(rgb): `Sprintf` did not format properly by [@​MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/622](https://togithub.com/pterm/pterm/pull/622) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.75...v0.12.76 ### [`v0.12.75`](https://togithub.com/pterm/pterm/releases/tag/v0.12.75) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.74...v0.12.75) #### What's Changed ##### Fixes 🔧 - fix: `PanelPrinter` ignored the set Writer by [@​MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/614](https://togithub.com/pterm/pterm/pull/614) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.74...v0.12.75 ### [`v0.12.74`](https://togithub.com/pterm/pterm/releases/tag/v0.12.74) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.73...v0.12.74) #### What's Changed ##### Exciting New Features 🎉 - feat: automatically inject more `CallerOffset` in `pterm.NewSlogHandler` by [@​MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/609](https://togithub.com/pterm/pterm/pull/609) ##### Other Changes - examples: fixed `interactive_multiselect` examples by [@​MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/606](https://togithub.com/pterm/pterm/pull/606) - ci(examples): demo is now always at the top by [@​MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/607](https://togithub.com/pterm/pterm/pull/607) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.73...v0.12.74 ### [`v0.12.73`](https://togithub.com/pterm/pterm/releases/tag/v0.12.73) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.72...v0.12.73) #### What's Changed ##### Fixes 🔧 - fix(logger): `LogLevelDisabled` does no longer print anything by [@​MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/601](https://togithub.com/pterm/pterm/pull/601) ##### Other Changes - examples: fix typo in demo by [@​jrschumacher](https://togithub.com/jrschumacher) in [https://github.com/pterm/pterm/pull/598](https://togithub.com/pterm/pterm/pull/598) #### New Contributors - [@​jrschumacher](https://togithub.com/jrschumacher) made their first contribution in [https://github.com/pterm/pterm/pull/598](https://togithub.com/pterm/pterm/pull/598) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.72...v0.12.73 ### [`v0.12.72`](https://togithub.com/pterm/pterm/releases/tag/v0.12.72) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.71...v0.12.72) #### What's Changed ##### Fixes 🔧 - fix: exit on `ctrl+c` in interactive printers by default by [@​panbanda](https://togithub.com/panbanda) in [https://github.com/pterm/pterm/pull/593](https://togithub.com/pterm/pterm/pull/593) ##### Other Changes - ci: updated go test command in workflow by [@​MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/594](https://togithub.com/pterm/pterm/pull/594) - examples: refactored and documented all examples by [@​MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/596](https://togithub.com/pterm/pterm/pull/596) - docs: added website to repo by [@​MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/597](https://togithub.com/pterm/pterm/pull/597) #### New Contributors - [@​panbanda](https://togithub.com/panbanda) made their first contribution in [https://github.com/pterm/pterm/pull/593](https://togithub.com/pterm/pterm/pull/593) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.71...v0.12.72 ### [`v0.12.71`](https://togithub.com/pterm/pterm/releases/tag/v0.12.71) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.70...v0.12.71) #### What's Changed ##### Fixes 🔧 - fix(BulletList): indentation does not work when the item has a linebreak by [@​MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/589](https://togithub.com/pterm/pterm/pull/589) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.70...v0.12.71 ### [`v0.12.70`](https://togithub.com/pterm/pterm/releases/tag/v0.12.70): Heatmap Printer 🎉 [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.69...v0.12.70) #### What's Changed ##### Exciting New Features 🎉 - Feature: Default value for interactive text input by [@​KarolosLykos](https://togithub.com/KarolosLykos) in [https://github.com/pterm/pterm/pull/577](https://togithub.com/pterm/pterm/pull/577) - Added a heatmap printer by [@​floaust](https://togithub.com/floaust) in [https://github.com/pterm/pterm/pull/487](https://togithub.com/pterm/pterm/pull/487) ##### Fixes 🔧 * fix(heatmap): fix bug legend was not fully boxed by @​floau[https://github.com/pterm/pterm/pull/583](https://togithub.com/pterm/pterm/pull/583)ll/583 * fix(heatmap): fix bug legend was too long by @​floau[https://github.com/pterm/pterm/pull/585](https://togithub.com/pterm/pterm/pull/585)ll/585 **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.69...v0.12.70 ### [`v0.12.69`](https://togithub.com/pterm/pterm/releases/tag/v0.12.69) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.68...v0.12.69) #### What's Changed ##### Exciting New Features 🎉 - feat(select): added additional navigation keys by [@​hpcsc](https://togithub.com/hpcsc) in [https://github.com/pterm/pterm/pull/572](https://togithub.com/pterm/pterm/pull/572) #### New Contributors - [@​hpcsc](https://togithub.com/hpcsc) made their first contribution in [https://github.com/pterm/pterm/pull/572](https://togithub.com/pterm/pterm/pull/572) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.68...v0.12.69 ### [`v0.12.68`](https://togithub.com/pterm/pterm/releases/tag/v0.12.68) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.67...v0.12.68) #### What's Changed ##### Fixes 🔧 - fix: upgrade Go version to 1.21 by [@​juburr](https://togithub.com/juburr) in [https://github.com/pterm/pterm/pull/569](https://togithub.com/pterm/pterm/pull/569) - fix: don't intercept os signals by [@​MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/570](https://togithub.com/pterm/pterm/pull/570) #### New Contributors - [@​juburr](https://togithub.com/juburr) made their first contribution in [https://github.com/pterm/pterm/pull/569](https://togithub.com/pterm/pterm/pull/569) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.67...v0.12.68 ### [`v0.12.67`](https://togithub.com/pterm/pterm/releases/tag/v0.12.67): Pretty slog handler! [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.66...v0.12.67) #### What's Changed ##### Exciting New Features 🎉 - feat: add handler for log/slog in go1.21 by [@​MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/548](https://togithub.com/pterm/pterm/pull/548) - [DEMO & EXAMPLE](https://togithub.com/pterm/pterm/tree/master/\_examples/slog/demo) ![Demo](https://togithub.com/pterm/pterm/blob/master/\_examples/slog/demo/animation.svg) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.66...v0.12.67 ### [`v0.12.66`](https://togithub.com/pterm/pterm/releases/tag/v0.12.66) [Compare Source](https://togithub.com/pterm/pterm/compare/v0.12.65...v0.12.66) #### What's Changed ##### Exciting New Features 🎉 - feat: Multiple progressbars and spinners support by [@​MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/544](https://togithub.com/pterm/pterm/pull/544) ![Animation](https://raw.githubusercontent.com/pterm/pterm/master/\_examples/multiple-live-printers/demo/animation.svg) ##### Other Changes - ci: update to Go 1.21 by [@​MarvinJWendt](https://togithub.com/MarvinJWendt) in [https://github.com/pterm/pterm/pull/556](https://togithub.com/pterm/pterm/pull/556) **Full Changelog**: https://github.com/pterm/pterm/compare/v0.12.65...v0.12.66
--- ### Configuration 📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am every weekday,every weekend" in timezone Europe/Brussels, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/kairos-io/provider-kairos). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 6 +++--- go.sum | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index e106b687..29833633 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/mudler/go-processmanager v0.0.0-20230818213616-f204007f963c github.com/onsi/ginkgo/v2 v2.19.0 github.com/onsi/gomega v1.33.1 - github.com/pterm/pterm v0.12.65 + github.com/pterm/pterm v0.12.79 github.com/samber/lo v1.44.0 github.com/urfave/cli/v2 v2.27.2 go.uber.org/zap v1.27.0 @@ -29,7 +29,7 @@ require ( require ( atomicgo.dev/cursor v0.2.0 // indirect atomicgo.dev/keyboard v0.2.9 // indirect - atomicgo.dev/schedule v0.0.2 // indirect + atomicgo.dev/schedule v0.1.0 // indirect dario.cat/mergo v1.0.0 // indirect github.com/Masterminds/goutils v1.1.1 // indirect github.com/Masterminds/semver/v3 v3.2.1 // indirect @@ -105,7 +105,7 @@ require ( github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect github.com/google/uuid v1.6.0 // indirect - github.com/gookit/color v1.5.3 // indirect + github.com/gookit/color v1.5.4 // indirect github.com/gorilla/websocket v1.5.1 // indirect github.com/hashicorp/errwrap v1.1.0 // indirect github.com/hashicorp/go-multierror v1.1.1 // indirect diff --git a/go.sum b/go.sum index ee829cf5..4417ebc5 100644 --- a/go.sum +++ b/go.sum @@ -6,6 +6,8 @@ atomicgo.dev/keyboard v0.2.9 h1:tOsIid3nlPLZ3lwgG8KZMp/SFmr7P0ssEN5JUsm78K8= atomicgo.dev/keyboard v0.2.9/go.mod h1:BC4w9g00XkxH/f1HXhW2sXmJFOCWbKn9xrOunSFtExQ= atomicgo.dev/schedule v0.0.2 h1:2e/4KY6t3wokja01Cyty6qgkQM8MotJzjtqCH70oX2Q= atomicgo.dev/schedule v0.0.2/go.mod h1:xeUa3oAkiuHYh8bKiQBRojqAMq3PXXbJujjb0hw8pEU= +atomicgo.dev/schedule v0.1.0 h1:nTthAbhZS5YZmgYbb2+DH8uQIZcTlIrd4eYr3UQxEjs= +atomicgo.dev/schedule v0.1.0/go.mod h1:xeUa3oAkiuHYh8bKiQBRojqAMq3PXXbJujjb0hw8pEU= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.31.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= @@ -298,6 +300,8 @@ github.com/gookit/color v1.4.2/go.mod h1:fqRyamkC1W8uxl+lxCQxOT09l/vYfZ+QeiX3rKQ github.com/gookit/color v1.5.0/go.mod h1:43aQb+Zerm/BWh2GnrgOQm7ffz7tvQXEKV6BFMl7wAo= github.com/gookit/color v1.5.3 h1:twfIhZs4QLCtimkP7MOxlF3A0U/5cDPseRT9M/+2SCE= github.com/gookit/color v1.5.3/go.mod h1:NUzwzeehUfl7GIb36pqId+UGmRfQcU/WiiyTTeNjHtE= +github.com/gookit/color v1.5.4 h1:FZmqs7XOyGgCAxmWyPslpiok1k05wmY3SJTytgvYFs0= +github.com/gookit/color v1.5.4/go.mod h1:pZJOeOS8DM43rXbp4AZo1n9zCU2qjpcRko0b6/QJi9w= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c h1:7lF+Vz0LqiRidnzC1Oq86fpX1q/iEv2KJdrCtttYjT4= github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= @@ -716,6 +720,8 @@ github.com/pterm/pterm v0.12.36/go.mod h1:NjiL09hFhT/vWjQHSj1athJpx6H8cjpHXNAK5b github.com/pterm/pterm v0.12.40/go.mod h1:ffwPLwlbXxP+rxT0GsgDTzS3y3rmpAO1NMjUkGTYf8s= github.com/pterm/pterm v0.12.65 h1:HNMNCh2Zi6Lk+g5b8pORrFM9Ygz10GZUUcCFUkGpK2Q= github.com/pterm/pterm v0.12.65/go.mod h1:CpJq+fr0+xKGlPFDhKTkepte2fY3Ydr5bzSJ9di67uI= +github.com/pterm/pterm v0.12.79 h1:lH3yrYMhdpeqX9y5Ep1u7DejyHy7NSQg9qrBjF9dFT4= +github.com/pterm/pterm v0.12.79/go.mod h1:1v/gzOF1N0FsjbgTHZ1wVycRkKiatFvJSJC4IGaQAAo= github.com/qeesung/image2ascii v1.0.1 h1:Fe5zTnX/v/qNC3OC4P/cfASOXS501Xyw2UUcgrLgtp4= github.com/qeesung/image2ascii v1.0.1/go.mod h1:kZKhyX0h2g/YXa/zdJR3JnLnJ8avHjZ3LrvEKSYyAyU= github.com/quic-go/qpack v0.4.0 h1:Cr9BXA1sQS2SmDUWjSofMPNKmvF6IiIfDRmgU0w1ZCo=