Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OnExit function for interactive text inputs #507

Merged

Conversation

lammel
Copy link
Contributor

@lammel lammel commented May 15, 2023

Description

For interactive programs a Ctrl-C might immediatly trigger an os.Exit() in the current implementation which will not allow for cleanup functions or defer code to run.

To avoid this a dedicated "OnExit" function can be configured using OnExitFunc or using .OnExit() when calling an interactive text input.

Naming can be adjusted of course.

Scope

What is affected by this pull request?

  • Bug Fix
  • New Feature
  • Documentation
  • Other

Related Issue

none yet

To-Do Checklist

  • I tested my changes
  • I have commented every method that I created/changed
  • I updated the examples to fit with my changes
  • I have added tests for my newly created methods

@lammel lammel requested a review from MarvinJWendt as a code owner May 15, 2023 13:11
@codecov
Copy link

codecov bot commented May 15, 2023

Codecov Report

Merging #507 (fbe253b) into master (9279c3e) will increase coverage by 0.06%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #507      +/-   ##
==========================================
+ Coverage   82.28%   82.34%   +0.06%     
==========================================
  Files          30       30              
  Lines        3482     3494      +12     
==========================================
+ Hits         2865     2877      +12     
  Misses        560      560              
  Partials       57       57              
Impacted Files Coverage Δ
interactive_confirm_printer.go 92.39% <100.00%> (+0.25%) ⬆️
interactive_multiselect_printer.go 56.22% <100.00%> (+0.50%) ⬆️
interactive_select_printer.go 53.92% <100.00%> (+0.68%) ⬆️
interactive_textinput_printer.go 48.53% <100.00%> (+0.91%) ⬆️

@MarvinJWendt
Copy link
Member

Thanks! I'll take a look soon.

@lammel lammel force-pushed the feature/interactive-text-input-onexit branch from 7a928e2 to 7e0cfec Compare May 22, 2023 13:16
@lammel
Copy link
Contributor Author

lammel commented May 22, 2023

It seems like bug #509 describes quite a similar scenario.

Maybe it would be preferable to not exit by default but rather abort the interactive input.
In that case we can adjust this PR or just drop it.

@MarvinJWendt
Copy link
Member

but rather abort the interactive input

We can do this, and in combination add a OnInterrupt function (renaming the OnExit). So the developer can decide what to do next. I like the idea. Do you want to make those changes to this PR?

@MarvinJWendt
Copy link
Member

Btw, you don't have to add tests, I am currently rewriting the whole testing system in #505.

@lammel
Copy link
Contributor Author

lammel commented May 24, 2023

We can do this, and in combination add a OnInterrupt function (renaming the OnExit). So the developer can decide what to do next. I like the idea. Do you want to make those changes to this PR?

Yes, I'll give it a try in the next few days.

@MarvinJWendt MarvinJWendt marked this pull request as draft May 25, 2023 09:09
@lammel lammel force-pushed the feature/interactive-text-input-onexit branch from 23ecaa3 to e3e345a Compare May 27, 2023 18:18
@lammel lammel marked this pull request as ready for review May 27, 2023 18:21
@lammel
Copy link
Contributor Author

lammel commented May 27, 2023

Renamed to OnInterrupt() to allow providing a function to execute in case input is canceled.
By default canceling the input with Ctrl-C will not exit anymore. This could also lead to unexpected behavior though

Copy link
Member

@MarvinJWendt MarvinJWendt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! I just noted a small change.

interactive_select_printer.go Outdated Show resolved Hide resolved
@lammel lammel force-pushed the feature/interactive-text-input-onexit branch from 9da2f5c to 90505e9 Compare June 12, 2023 15:49
@lammel
Copy link
Contributor Author

lammel commented Jun 12, 2023

Guess testing was a little confused by the merge request. Please rerun the tests to be sure.

@lammel
Copy link
Contributor Author

lammel commented Jun 26, 2023

@MarvinJWendt Is there something left to do, before we can merge this?

@MarvinJWendt
Copy link
Member

I am trying to fix the linter, as it falsely reports that there are errors here, which doesn't let me merge the PR.

@MarvinJWendt MarvinJWendt self-requested a review June 30, 2023 14:09
@MarvinJWendt
Copy link
Member

I have no clue why this is crashing, maybe it's an issue with reviewdog itself. Tracking in: reviewdog/action-golangci-lint#556

@lammel
Copy link
Contributor Author

lammel commented Jun 30, 2023

I am trying to fix the linter, as it falsely reports that there are errors here, which doesn't let me merge the PR.

I found a similar issue by another project that might fix the issue.

env:
  REVIEWDOG_GITHUB_API_TOKEN: ${{secrets.REVIEWDOG_GITHUB_API_TOKEN}}

See reviewdog/reviewdog#1403 (comment)

You could check the Secrets configuration for the project on github. Maybe ACCESS_TOKEN is not provisioned or the name changed. Maybe you could change the secret to a more descriptive name like REVIEWDOG_GITHUB_API_TOKEN

@MarvinJWendt
Copy link
Member

Maybe ACCESS_TOKEN is not provisioned or the name changed.

We use that token for our other CIs too, which all work fine.

@lammel
Copy link
Contributor Author

lammel commented Jun 30, 2023

Maybe ACCESS_TOKEN is not provisioned or the name changed.

We use that token for our other CIs too, which all work fine.

Ok, than it there is probably some misconfiguration how reviewdog looks for the env variable.

My last attempt also failed. I'll leave it that way for now.
Hope you'll get some feedback in the reviewdog ticket.

@MarvinJWendt
Copy link
Member

MarvinJWendt commented Jul 1, 2023

Okay seems like reviewdog isn't working as I thought it would. GitHub Actions triggered by an external PR don't receive secrets for security reasons. So there is no way for me to give secrets to reviewdog. I will migrate PTerm and all the AtomicGo libraries to the classic golangci-lint action again.

Copy link
Member

@MarvinJWendt MarvinJWendt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for the contribution 🚀

@MarvinJWendt MarvinJWendt merged commit 9867c5a into pterm:master Jul 1, 2023
4 checks passed
renovate bot added a commit to sheldonhull/az-pr that referenced this pull request Jul 24, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/pterm/pterm](https://togithub.com/pterm/pterm) | require |
patch | `v0.12.62` -> `v0.12.63` |

copilot:all

---

### Release Notes

<details>
<summary>pterm/pterm (github.com/pterm/pterm)</summary>

### [`v0.12.63`](https://togithub.com/pterm/pterm/releases/tag/v0.12.63)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.62...v0.12.63)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat: added filter option for `select` printer by
[@&#8203;alirezaarzehgar](https://togithub.com/alirezaarzehgar) in
[pterm/pterm#530

##### Fixes 🔧

- fix(box): fixed wrong title length calculation by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#527
- fix: fixed area on Windows by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#539

##### Other Changes

- ci: add cache dependencies by
[@&#8203;9bany](https://togithub.com/9bany) in
[pterm/pterm#514
- docs: added `keys.Space` as unsafe when `Filter` is enabled. by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#519
- ci: added `reviewdog` by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#521
- ci: revert to classic `golangci-lint` action by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#532
- Add OnExit function for interactive text inputs by
[@&#8203;lammel](https://togithub.com/lammel) in
[pterm/pterm#507
- refactor: use WithBoolean on multiselect printer by
[@&#8203;alirezaarzehgar](https://togithub.com/alirezaarzehgar) in
[pterm/pterm#533

#### New Contributors

- [@&#8203;9bany](https://togithub.com/9bany) made their first
contribution in
[pterm/pterm#514
- [@&#8203;lammel](https://togithub.com/lammel) made their first
contribution in
[pterm/pterm#507
- [@&#8203;alirezaarzehgar](https://togithub.com/alirezaarzehgar) made
their first contribution in
[pterm/pterm#533

**Full Changelog**:
pterm/pterm@v0.12.62...v0.12.63

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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/sheldonhull/az-pr).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
sheldonhull pushed a commit to sheldonhull/digital-garden that referenced this pull request Jul 29, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/pterm/pterm](https://togithub.com/pterm/pterm) | require |
patch | `v0.12.62` -> `v0.12.63` |

copilot:all

---

### Release Notes

<details>
<summary>pterm/pterm (github.com/pterm/pterm)</summary>

### [`v0.12.63`](https://togithub.com/pterm/pterm/releases/tag/v0.12.63)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.62...v0.12.63)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat: added filter option for `select` printer by
[@&#8203;alirezaarzehgar](https://togithub.com/alirezaarzehgar) in
[pterm/pterm#530

##### Fixes 🔧

- fix(box): fixed wrong title length calculation by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#527
- fix: fixed area on Windows by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#539

##### Other Changes

- ci: add cache dependencies by
[@&#8203;9bany](https://togithub.com/9bany) in
[pterm/pterm#514
- docs: added `keys.Space` as unsafe when `Filter` is enabled. by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#519
- ci: added `reviewdog` by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#521
- ci: revert to classic `golangci-lint` action by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#532
- Add OnExit function for interactive text inputs by
[@&#8203;lammel](https://togithub.com/lammel) in
[pterm/pterm#507
- refactor: use WithBoolean on multiselect printer by
[@&#8203;alirezaarzehgar](https://togithub.com/alirezaarzehgar) in
[pterm/pterm#533

#### New Contributors

- [@&#8203;9bany](https://togithub.com/9bany) made their first
contribution in
[pterm/pterm#514
- [@&#8203;lammel](https://togithub.com/lammel) made their first
contribution in
[pterm/pterm#507
- [@&#8203;alirezaarzehgar](https://togithub.com/alirezaarzehgar) made
their first contribution in
[pterm/pterm#533

**Full Changelog**:
pterm/pterm@v0.12.62...v0.12.63

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

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/sheldonhull/digital-garden).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMTEuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mend-for-github-com bot added a commit to DelineaXPM/dsv-k8s that referenced this pull request Jan 15, 2024
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update |
|---|---|---|---|---|---|---|---|
|
[github.com/DelineaXPM/dsv-sdk-go/v2](https://togithub.com/DelineaXPM/dsv-sdk-go)
| `v2.0.0` -> `v2.1.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDelineaXPM%2fdsv-sdk-go%2fv2/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDelineaXPM%2fdsv-sdk-go%2fv2/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDelineaXPM%2fdsv-sdk-go%2fv2/v2.0.0/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDelineaXPM%2fdsv-sdk-go%2fv2/v2.0.0/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |
| [github.com/bitfield/script](https://togithub.com/bitfield/script) |
`v0.21.4` -> `v0.22.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbitfield%2fscript/v0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fbitfield%2fscript/v0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fbitfield%2fscript/v0.21.4/v0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fbitfield%2fscript/v0.21.4/v0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |
| [github.com/magefile/mage](https://togithub.com/magefile/mage) |
`v1.14.0` -> `v1.15.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmagefile%2fmage/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmagefile%2fmage/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmagefile%2fmage/v1.14.0/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmagefile%2fmage/v1.14.0/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |
|
[github.com/mattbaird/jsonpatch](https://togithub.com/mattbaird/jsonpatch)
| `098863c` -> `7717686` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmattbaird%2fjsonpatch/?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmattbaird%2fjsonpatch/?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmattbaird%2fjsonpatch/v0.0.0-20200820163806-098863c1fc24/?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmattbaird%2fjsonpatch/v0.0.0-20200820163806-098863c1fc24/?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | digest |
| [github.com/pterm/pterm](https://togithub.com/pterm/pterm) |
`v0.12.59` -> `v0.12.74` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpterm%2fpterm/v0.12.74?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fpterm%2fpterm/v0.12.74?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fpterm%2fpterm/v0.12.59/v0.12.74?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpterm%2fpterm/v0.12.59/v0.12.74?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | patch |
| [github.com/rs/zerolog](https://togithub.com/rs/zerolog) | `v1.29.1`
-> `v1.31.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2frs%2fzerolog/v1.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2frs%2fzerolog/v1.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2frs%2fzerolog/v1.29.1/v1.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2frs%2fzerolog/v1.29.1/v1.31.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |
|
[github.com/sheldonhull/magetools](https://togithub.com/sheldonhull/magetools)
| `v1.0.0` -> `v1.0.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsheldonhull%2fmagetools/v1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsheldonhull%2fmagetools/v1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsheldonhull%2fmagetools/v1.0.0/v1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsheldonhull%2fmagetools/v1.0.0/v1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | patch |
| [k8s.io/apimachinery](https://togithub.com/kubernetes/apimachinery) |
`v0.26.1` -> `v0.29.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fapimachinery/v0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/k8s.io%2fapimachinery/v0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/k8s.io%2fapimachinery/v0.26.1/v0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fapimachinery/v0.26.1/v0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |
| [k8s.io/client-go](https://togithub.com/kubernetes/client-go) |
`v0.26.1` -> `v0.29.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/k8s.io%2fclient-go/v0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/k8s.io%2fclient-go/v0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/k8s.io%2fclient-go/v0.26.1/v0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/k8s.io%2fclient-go/v0.26.1/v0.29.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | minor |

---

### Release Notes

<details>
<summary>DelineaXPM/dsv-sdk-go
(github.com/DelineaXPM/dsv-sdk-go/v2)</summary>

###
[`v2.1.0`](https://togithub.com/DelineaXPM/dsv-sdk-go/releases/tag/v2.1.0)

[Compare
Source](https://togithub.com/DelineaXPM/dsv-sdk-go/compare/v2.0.0...v2.1.0)

##### 🎉 New Product Feature

- Add `CreateSecret` and `DeleteSecret` nethods. Thanks to contribution
by [@&#8203;michaelsauter](https://togithub.com/michaelsauter) 🎉.

##### 🧪 Tests

- Add build tag to test files `integration`. This will ensure local go
tests don't run integration tests as default or in trunk `pre-push`
triggered checks.

##### 🤖 CI & Build

-   Begin versioning and tracking of changes via `changie`.

</details>

<details>
<summary>bitfield/script (github.com/bitfield/script)</summary>

###
[`v0.22.0`](https://togithub.com/bitfield/script/compare/v0.21.4...v0.22.0)

[Compare
Source](https://togithub.com/bitfield/script/compare/v0.21.4...v0.22.0)

</details>

<details>
<summary>magefile/mage (github.com/magefile/mage)</summary>

### [`v1.15.0`](https://togithub.com/magefile/mage/releases/tag/v1.15.0)

[Compare
Source](https://togithub.com/magefile/mage/compare/v1.14.0...v1.15.0)

#### Changelog

- [`9e91a03`](https://togithub.com/magefile/mage/commit/9e91a03) Update
CI ([#&#8203;466](https://togithub.com/magefile/mage/issues/466))
- [`9199872`](https://togithub.com/magefile/mage/commit/9199872) fix
erroneous docstring of sh.Exec()
([#&#8203;452](https://togithub.com/magefile/mage/issues/452))
- [`02bde0b`](https://togithub.com/magefile/mage/commit/02bde0b) Update
jQuery to 3.5.0
([#&#8203;458](https://togithub.com/magefile/mage/issues/458))
- [`1b8774a`](https://togithub.com/magefile/mage/commit/1b8774a) -d dir
contains magefiles stop with "No .go files marked with the mage build
tag..." ([#&#8203;447](https://togithub.com/magefile/mage/issues/447))
([#&#8203;448](https://togithub.com/magefile/mage/issues/448))
- [`a920604`](https://togithub.com/magefile/mage/commit/a920604) mage:
cancel context on SIGINT
([#&#8203;313](https://togithub.com/magefile/mage/issues/313))

</details>

<details>
<summary>pterm/pterm (github.com/pterm/pterm)</summary>

### [`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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat: automatically inject more `CallerOffset` in
`pterm.NewSlogHandler` by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#609

##### Other Changes

- examples: fixed `interactive_multiselect` examples by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#606
- ci(examples): demo is now always at the top by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#607

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix(logger): `LogLevelDisabled` does no longer print anything by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#601

##### Other Changes

- examples: fix typo in demo by
[@&#8203;jrschumacher](https://togithub.com/jrschumacher) in
[pterm/pterm#598

#### New Contributors

- [@&#8203;jrschumacher](https://togithub.com/jrschumacher) made their
first contribution in
[pterm/pterm#598

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix: exit on `ctrl+c` in interactive printers by default by
[@&#8203;panbanda](https://togithub.com/panbanda) in
[pterm/pterm#593

##### Other Changes

- ci: updated go test command in workflow by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#594
- examples: refactored and documented all examples by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#596
- docs: added website to repo by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#597

#### New Contributors

- [@&#8203;panbanda](https://togithub.com/panbanda) made their first
contribution in
[pterm/pterm#593

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix(BulletList): indentation does not work when the item has a
linebreak by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt)
in
[pterm/pterm#589

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- Feature: Default value for interactive text input by
[@&#8203;KarolosLykos](https://togithub.com/KarolosLykos) in
[pterm/pterm#577
- Added a heatmap printer by
[@&#8203;floaust](https://togithub.com/floaust) in
[pterm/pterm#487

<img width="800"
src="https://github.com/pterm/pterm/assets/56639481/c994c395-3b94-4b27-af20-4ae5fd6fc0be"
/>

##### Fixes 🔧
* fix(heatmap): fix bug legend was not fully boxed by
@&#8203;floau[pterm/pterm#583
* fix(heatmap): fix bug legend was too long by
@&#8203;floau[pterm/pterm#585

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat(select): added additional navigation keys by
[@&#8203;hpcsc](https://togithub.com/hpcsc) in
[pterm/pterm#572

#### New Contributors

- [@&#8203;hpcsc](https://togithub.com/hpcsc) made their first
contribution in
[pterm/pterm#572

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix: upgrade Go version to 1.21 by
[@&#8203;juburr](https://togithub.com/juburr) in
[pterm/pterm#569
- fix: don't intercept os signals by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#570

#### New Contributors

- [@&#8203;juburr](https://togithub.com/juburr) made their first
contribution in
[pterm/pterm#569

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat: add handler for log/slog in go1.21 by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#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**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat: Multiple progressbars and spinners support by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#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
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#556

**Full Changelog**:
pterm/pterm@v0.12.65...v0.12.66

### [`v0.12.65`](https://togithub.com/pterm/pterm/releases/tag/v0.12.65)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.64...v0.12.65)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix(textinput): fixed buggy behavior by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#550

**Full Changelog**:
pterm/pterm@v0.12.64...v0.12.65

### [`v0.12.64`](https://togithub.com/pterm/pterm/releases/tag/v0.12.64)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.63...v0.12.64)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat: add custom delimiters to select printers by
[@&#8203;darkliquid](https://togithub.com/darkliquid) in
[pterm/pterm#545

#### New Contributors

- [@&#8203;darkliquid](https://togithub.com/darkliquid) made their first
contribution in
[pterm/pterm#545

**Full Changelog**:
pterm/pterm@v0.12.63...v0.12.64

### [`v0.12.63`](https://togithub.com/pterm/pterm/releases/tag/v0.12.63)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.62...v0.12.63)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat: added filter option for `select` printer by
[@&#8203;alirezaarzehgar](https://togithub.com/alirezaarzehgar) in
[pterm/pterm#530

##### Fixes 🔧

- fix(box): fixed wrong title length calculation by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#527
- fix: fixed area on Windows by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#539

##### Other Changes

- ci: add cache dependencies by
[@&#8203;9bany](https://togithub.com/9bany) in
[pterm/pterm#514
- docs: added `keys.Space` as unsafe when `Filter` is enabled. by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#519
- ci: added `reviewdog` by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#521
- ci: revert to classic `golangci-lint` action by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#532
- Add OnExit function for interactive text inputs by
[@&#8203;lammel](https://togithub.com/lammel) in
[pterm/pterm#507
- refactor: use WithBoolean on multiselect printer by
[@&#8203;alirezaarzehgar](https://togithub.com/alirezaarzehgar) in
[pterm/pterm#533

#### New Contributors

- [@&#8203;9bany](https://togithub.com/9bany) made their first
contribution in
[pterm/pterm#514
- [@&#8203;lammel](https://togithub.com/lammel) made their first
contribution in
[pterm/pterm#507
- [@&#8203;alirezaarzehgar](https://togithub.com/alirezaarzehgar) made
their first contribution in
[pterm/pterm#533

**Full Changelog**:
pterm/pterm@v0.12.62...v0.12.63

### [`v0.12.62`](https://togithub.com/pterm/pterm/releases/tag/v0.12.62)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.61...v0.12.62)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix: root node of `TreePrinter` is not styled by
[@&#8203;dedefer](https://togithub.com/dedefer) in
[pterm/pterm#511
- fix: fixed not being able to add a custom graceful shutdown by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#512

#### New Contributors

- [@&#8203;dedefer](https://togithub.com/dedefer) made their first
contribution in
[pterm/pterm#511

**Full Changelog**:
pterm/pterm@v0.12.61...v0.12.62

### [`v0.12.61`](https://togithub.com/pterm/pterm/releases/tag/v0.12.61)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.60...v0.12.61)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix(table): fixed table when a column contained a whitespace at the
start or end by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#502

**Full Changelog**:
pterm/pterm@v0.12.60...v0.12.61

### [`v0.12.60`](https://togithub.com/pterm/pterm/releases/tag/v0.12.60)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.59...v0.12.60)

<!-- Release notes generated using configuration in .github/release.yml
at v0.12.60 -->

#### What's Changed

##### Exciting New Features 🎉

- Added RGBStyle by [@&#8203;floaust](https://togithub.com/floaust) in
[pterm/pterm#492

##### Fixes 🔧

- add: progress bar filler from start by
[@&#8203;KarolosLykos](https://togithub.com/KarolosLykos) in
[pterm/pterm#499
- Various progressbar improvements by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#500
- with input by
[@&#8203;KarolosLykos](https://togithub.com/KarolosLykos) in
[pterm/pterm#486

##### Other Changes

- chore(deps): bump github.com/lithammer/fuzzysearch from 1.1.5 to 1.1.7
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[pterm/pterm#496

**Full Changelog**:
pterm/pterm@v0.12.59...v0.12.60

</details>

<details>
<summary>rs/zerolog (github.com/rs/zerolog)</summary>

###
[`v1.31.0`](https://togithub.com/rs/zerolog/compare/v1.30.0...v1.31.0)

[Compare
Source](https://togithub.com/rs/zerolog/compare/v1.30.0...v1.31.0)

###
[`v1.30.0`](https://togithub.com/rs/zerolog/compare/v1.29.1...v1.30.0)

[Compare
Source](https://togithub.com/rs/zerolog/compare/v1.29.1...v1.30.0)

</details>

<details>
<summary>sheldonhull/magetools
(github.com/sheldonhull/magetools)</summary>

###
[`v1.0.1`](https://togithub.com/sheldonhull/magetools/blob/HEAD/CHANGELOG.md#v101---2023-05-25)

[Compare
Source](https://togithub.com/sheldonhull/magetools/compare/v1.0.0...v1.0.1)

##### 🎉 Feature

- New package `trunk` for automation on trunk installation, upgrades,
and setup.

##### 🤖 CI & Build

- Adjust changie to latest version with block input support and new
cleaned up categories.

##### 🐛 Bug Fix

- Label on `go:lint` incorrectly stated `gotestsum` found. This is
fixed.

##### 🔨 Refactor

- Adjust `magetoolsutils` output to be less verbose and output to debug
when matching condition instead of Info level, as this has to be used in
many functions and is noisy.
- Improve `ci.IsCI()` to detect GitHub specifically, Gitlab, and then
resolve `CI=1` as generic CI instead.

</details>

<details>
<summary>kubernetes/apimachinery (k8s.io/apimachinery)</summary>

###
[`v0.29.0`](https://togithub.com/kubernetes/apimachinery/compare/v0.28.5...v0.29.0)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.28.5...v0.29.0)

###
[`v0.28.5`](https://togithub.com/kubernetes/apimachinery/compare/v0.28.4...v0.28.5)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.28.4...v0.28.5)

###
[`v0.28.4`](https://togithub.com/kubernetes/apimachinery/compare/v0.28.3...v0.28.4)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.28.3...v0.28.4)

###
[`v0.28.3`](https://togithub.com/kubernetes/apimachinery/compare/v0.28.2...v0.28.3)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.28.2...v0.28.3)

###
[`v0.28.2`](https://togithub.com/kubernetes/apimachinery/compare/v0.28.1...v0.28.2)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.28.1...v0.28.2)

###
[`v0.28.1`](https://togithub.com/kubernetes/apimachinery/compare/v0.28.0...v0.28.1)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.28.0...v0.28.1)

###
[`v0.28.0`](https://togithub.com/kubernetes/apimachinery/compare/v0.27.9...v0.28.0)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.27.9...v0.28.0)

###
[`v0.27.9`](https://togithub.com/kubernetes/apimachinery/compare/v0.27.8...v0.27.9)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.27.8...v0.27.9)

###
[`v0.27.8`](https://togithub.com/kubernetes/apimachinery/compare/v0.27.7...v0.27.8)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.27.7...v0.27.8)

###
[`v0.27.7`](https://togithub.com/kubernetes/apimachinery/compare/v0.27.6...v0.27.7)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.27.6...v0.27.7)

###
[`v0.27.6`](https://togithub.com/kubernetes/apimachinery/compare/v0.27.5...v0.27.6)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.27.5...v0.27.6)

###
[`v0.27.5`](https://togithub.com/kubernetes/apimachinery/compare/v0.27.4...v0.27.5)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.27.4...v0.27.5)

###
[`v0.27.4`](https://togithub.com/kubernetes/apimachinery/compare/v0.27.3...v0.27.4)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.27.3...v0.27.4)

###
[`v0.27.3`](https://togithub.com/kubernetes/apimachinery/compare/v0.27.2...v0.27.3)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.27.2...v0.27.3)

###
[`v0.27.2`](https://togithub.com/kubernetes/apimachinery/compare/v0.27.1...v0.27.2)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.27.1...v0.27.2)

###
[`v0.27.1`](https://togithub.com/kubernetes/apimachinery/compare/v0.27.0...v0.27.1)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.27.0...v0.27.1)

###
[`v0.27.0`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.12...v0.27.0)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.26.12...v0.27.0)

###
[`v0.26.12`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.11...v0.26.12)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.26.11...v0.26.12)

###
[`v0.26.11`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.10...v0.26.11)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.26.10...v0.26.11)

###
[`v0.26.10`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.9...v0.26.10)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.26.9...v0.26.10)

###
[`v0.26.9`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.8...v0.26.9)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.26.8...v0.26.9)

###
[`v0.26.8`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.7...v0.26.8)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.26.7...v0.26.8)

###
[`v0.26.7`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.6...v0.26.7)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.26.6...v0.26.7)

###
[`v0.26.6`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.5...v0.26.6)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.26.5...v0.26.6)

###
[`v0.26.5`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.4...v0.26.5)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.26.4...v0.26.5)

###
[`v0.26.4`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.3...v0.26.4)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.26.3...v0.26.4)

###
[`v0.26.3`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.2...v0.26.3)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.26.2...v0.26.3)

###
[`v0.26.2`](https://togithub.com/kubernetes/apimachinery/compare/v0.26.1...v0.26.2)

[Compare
Source](https://togithub.com/kubernetes/apimachinery/compare/v0.26.1...v0.26.2)

</details>

<details>
<summary>kubernetes/client-go (k8s.io/client-go)</summary>

###
[`v0.29.0`](https://togithub.com/kubernetes/client-go/compare/v0.28.5...v0.29.0)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.28.5...v0.29.0)

###
[`v0.28.5`](https://togithub.com/kubernetes/client-go/compare/v0.28.4...v0.28.5)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.28.4...v0.28.5)

###
[`v0.28.4`](https://togithub.com/kubernetes/client-go/compare/v0.28.3...v0.28.4)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.28.3...v0.28.4)

###
[`v0.28.3`](https://togithub.com/kubernetes/client-go/compare/v0.28.2...v0.28.3)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.28.2...v0.28.3)

###
[`v0.28.2`](https://togithub.com/kubernetes/client-go/compare/v0.28.1...v0.28.2)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.28.1...v0.28.2)

###
[`v0.28.1`](https://togithub.com/kubernetes/client-go/compare/v0.28.0...v0.28.1)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.28.0...v0.28.1)

###
[`v0.28.0`](https://togithub.com/kubernetes/client-go/compare/v0.27.9...v0.28.0)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.27.9...v0.28.0)

###
[`v0.27.9`](https://togithub.com/kubernetes/client-go/compare/v0.27.8...v0.27.9)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.27.8...v0.27.9)

###
[`v0.27.8`](https://togithub.com/kubernetes/client-go/compare/v0.27.7...v0.27.8)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.27.7...v0.27.8)

###
[`v0.27.7`](https://togithub.com/kubernetes/client-go/compare/v0.27.6...v0.27.7)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.27.6...v0.27.7)

###
[`v0.27.6`](https://togithub.com/kubernetes/client-go/compare/v0.27.5...v0.27.6)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.27.5...v0.27.6)

###
[`v0.27.5`](https://togithub.com/kubernetes/client-go/compare/v0.27.4...v0.27.5)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.27.4...v0.27.5)

###
[`v0.27.4`](https://togithub.com/kubernetes/client-go/compare/v0.27.3...v0.27.4)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.27.3...v0.27.4)

###
[`v0.27.3`](https://togithub.com/kubernetes/client-go/compare/v0.27.2...v0.27.3)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.27.2...v0.27.3)

###
[`v0.27.2`](https://togithub.com/kubernetes/client-go/compare/v0.27.1...v0.27.2)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.27.1...v0.27.2)

###
[`v0.27.1`](https://togithub.com/kubernetes/client-go/compare/v0.27.0...v0.27.1)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.27.0...v0.27.1)

###
[`v0.27.0`](https://togithub.com/kubernetes/client-go/compare/v0.26.12...v0.27.0)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.26.12...v0.27.0)

###
[`v0.26.12`](https://togithub.com/kubernetes/client-go/compare/v0.26.11...v0.26.12)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.26.11...v0.26.12)

###
[`v0.26.11`](https://togithub.com/kubernetes/client-go/compare/v0.26.10...v0.26.11)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.26.10...v0.26.11)

###
[`v0.26.10`](https://togithub.com/kubernetes/client-go/compare/v0.26.9...v0.26.10)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.26.9...v0.26.10)

###
[`v0.26.9`](https://togithub.com/kubernetes/client-go/compare/v0.26.8...v0.26.9)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.26.8...v0.26.9)

###
[`v0.26.8`](https://togithub.com/kubernetes/client-go/compare/v0.26.7...v0.26.8)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.26.7...v0.26.8)

###
[`v0.26.7`](https://togithub.com/kubernetes/client-go/compare/v0.26.6...v0.26.7)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.26.6...v0.26.7)

###
[`v0.26.6`](https://togithub.com/kubernetes/client-go/compare/v0.26.5...v0.26.6)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.26.5...v0.26.6)

###
[`v0.26.5`](https://togithub.com/kubernetes/client-go/compare/v0.26.4...v0.26.5)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.26.4...v0.26.5)

###
[`v0.26.4`](https://togithub.com/kubernetes/client-go/compare/v0.26.3...v0.26.4)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.26.3...v0.26.4)

###
[`v0.26.3`](https://togithub.com/kubernetes/client-go/compare/v0.26.2...v0.26.3)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.26.2...v0.26.3)

###
[`v0.26.2`](https://togithub.com/kubernetes/client-go/compare/v0.26.1...v0.26.2)

[Compare
Source](https://togithub.com/kubernetes/client-go/compare/v0.26.1...v0.26.2)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDguMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
mend-for-github-com bot added a commit to DelineaXPM/dsv-gitlab that referenced this pull request Jan 16, 2024
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/AlecAivazis/survey/v2](https://togithub.com/AlecAivazis/survey)
| `v2.3.6` -> `v2.3.7` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fAlecAivazis%2fsurvey%2fv2/v2.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fAlecAivazis%2fsurvey%2fv2/v2.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fAlecAivazis%2fsurvey%2fv2/v2.3.6/v2.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fAlecAivazis%2fsurvey%2fv2/v2.3.6/v2.3.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [github.com/bitfield/script](https://togithub.com/bitfield/script) |
`v0.20.2` -> `v0.22.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbitfield%2fscript/v0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fbitfield%2fscript/v0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fbitfield%2fscript/v0.20.2/v0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fbitfield%2fscript/v0.20.2/v0.22.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [github.com/magefile/mage](https://togithub.com/magefile/mage) |
`v1.14.0` -> `v1.15.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmagefile%2fmage/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmagefile%2fmage/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmagefile%2fmage/v1.14.0/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmagefile%2fmage/v1.14.0/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [github.com/pterm/pterm](https://togithub.com/pterm/pterm) |
`v0.12.54` -> `v0.12.74` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpterm%2fpterm/v0.12.74?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fpterm%2fpterm/v0.12.74?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fpterm%2fpterm/v0.12.54/v0.12.74?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpterm%2fpterm/v0.12.54/v0.12.74?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/sheldonhull/magetools](https://togithub.com/sheldonhull/magetools)
| `v1.0.0` -> `v1.0.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsheldonhull%2fmagetools/v1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsheldonhull%2fmagetools/v1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsheldonhull%2fmagetools/v1.0.0/v1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsheldonhull%2fmagetools/v1.0.0/v1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>AlecAivazis/survey (github.com/AlecAivazis/survey/v2)</summary>

###
[`v2.3.7`](https://togithub.com/AlecAivazis/survey/compare/v2.3.6...v2.3.7)

[Compare
Source](https://togithub.com/AlecAivazis/survey/compare/v2.3.6...v2.3.7)

</details>

<details>
<summary>bitfield/script (github.com/bitfield/script)</summary>

###
[`v0.22.0`](https://togithub.com/bitfield/script/compare/v0.21.4...v0.22.0)

[Compare
Source](https://togithub.com/bitfield/script/compare/v0.21.4...v0.22.0)

###
[`v0.21.4`](https://togithub.com/bitfield/script/compare/v0.21.3...v0.21.4)

[Compare
Source](https://togithub.com/bitfield/script/compare/v0.21.3...v0.21.4)

###
[`v0.21.3`](https://togithub.com/bitfield/script/compare/v0.21.2...v0.21.3)

[Compare
Source](https://togithub.com/bitfield/script/compare/v0.21.2...v0.21.3)

###
[`v0.21.2`](https://togithub.com/bitfield/script/compare/v0.21.1...v0.21.2)

[Compare
Source](https://togithub.com/bitfield/script/compare/v0.21.1...v0.21.2)

###
[`v0.21.1`](https://togithub.com/bitfield/script/compare/v0.21.0...v0.21.1)

[Compare
Source](https://togithub.com/bitfield/script/compare/v0.21.0...v0.21.1)

###
[`v0.21.0`](https://togithub.com/bitfield/script/compare/v0.20.2...v0.21.0)

[Compare
Source](https://togithub.com/bitfield/script/compare/v0.20.2...v0.21.0)

</details>

<details>
<summary>magefile/mage (github.com/magefile/mage)</summary>

### [`v1.15.0`](https://togithub.com/magefile/mage/releases/tag/v1.15.0)

[Compare
Source](https://togithub.com/magefile/mage/compare/v1.14.0...v1.15.0)

#### Changelog

- [`9e91a03`](https://togithub.com/magefile/mage/commit/9e91a03) Update
CI ([#&#8203;466](https://togithub.com/magefile/mage/issues/466))
- [`9199872`](https://togithub.com/magefile/mage/commit/9199872) fix
erroneous docstring of sh.Exec()
([#&#8203;452](https://togithub.com/magefile/mage/issues/452))
- [`02bde0b`](https://togithub.com/magefile/mage/commit/02bde0b) Update
jQuery to 3.5.0
([#&#8203;458](https://togithub.com/magefile/mage/issues/458))
- [`1b8774a`](https://togithub.com/magefile/mage/commit/1b8774a) -d dir
contains magefiles stop with "No .go files marked with the mage build
tag..." ([#&#8203;447](https://togithub.com/magefile/mage/issues/447))
([#&#8203;448](https://togithub.com/magefile/mage/issues/448))
- [`a920604`](https://togithub.com/magefile/mage/commit/a920604) mage:
cancel context on SIGINT
([#&#8203;313](https://togithub.com/magefile/mage/issues/313))

</details>

<details>
<summary>pterm/pterm (github.com/pterm/pterm)</summary>

### [`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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat: automatically inject more `CallerOffset` in
`pterm.NewSlogHandler` by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#609

##### Other Changes

- examples: fixed `interactive_multiselect` examples by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#606
- ci(examples): demo is now always at the top by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#607

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix(logger): `LogLevelDisabled` does no longer print anything by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#601

##### Other Changes

- examples: fix typo in demo by
[@&#8203;jrschumacher](https://togithub.com/jrschumacher) in
[pterm/pterm#598

#### New Contributors

- [@&#8203;jrschumacher](https://togithub.com/jrschumacher) made their
first contribution in
[pterm/pterm#598

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix: exit on `ctrl+c` in interactive printers by default by
[@&#8203;panbanda](https://togithub.com/panbanda) in
[pterm/pterm#593

##### Other Changes

- ci: updated go test command in workflow by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#594
- examples: refactored and documented all examples by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#596
- docs: added website to repo by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#597

#### New Contributors

- [@&#8203;panbanda](https://togithub.com/panbanda) made their first
contribution in
[pterm/pterm#593

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix(BulletList): indentation does not work when the item has a
linebreak by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt)
in
[pterm/pterm#589

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- Feature: Default value for interactive text input by
[@&#8203;KarolosLykos](https://togithub.com/KarolosLykos) in
[pterm/pterm#577
- Added a heatmap printer by
[@&#8203;floaust](https://togithub.com/floaust) in
[pterm/pterm#487

<img width="800"
src="https://github.com/pterm/pterm/assets/56639481/c994c395-3b94-4b27-af20-4ae5fd6fc0be"
/>

##### Fixes 🔧
* fix(heatmap): fix bug legend was not fully boxed by
@&#8203;floau[pterm/pterm#583
* fix(heatmap): fix bug legend was too long by
@&#8203;floau[pterm/pterm#585

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat(select): added additional navigation keys by
[@&#8203;hpcsc](https://togithub.com/hpcsc) in
[pterm/pterm#572

#### New Contributors

- [@&#8203;hpcsc](https://togithub.com/hpcsc) made their first
contribution in
[pterm/pterm#572

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix: upgrade Go version to 1.21 by
[@&#8203;juburr](https://togithub.com/juburr) in
[pterm/pterm#569
- fix: don't intercept os signals by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#570

#### New Contributors

- [@&#8203;juburr](https://togithub.com/juburr) made their first
contribution in
[pterm/pterm#569

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat: add handler for log/slog in go1.21 by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#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**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat: Multiple progressbars and spinners support by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#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
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#556

**Full Changelog**:
pterm/pterm@v0.12.65...v0.12.66

### [`v0.12.65`](https://togithub.com/pterm/pterm/releases/tag/v0.12.65)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.64...v0.12.65)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix(textinput): fixed buggy behavior by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#550

**Full Changelog**:
pterm/pterm@v0.12.64...v0.12.65

### [`v0.12.64`](https://togithub.com/pterm/pterm/releases/tag/v0.12.64)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.63...v0.12.64)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat: add custom delimiters to select printers by
[@&#8203;darkliquid](https://togithub.com/darkliquid) in
[pterm/pterm#545

#### New Contributors

- [@&#8203;darkliquid](https://togithub.com/darkliquid) made their first
contribution in
[pterm/pterm#545

**Full Changelog**:
pterm/pterm@v0.12.63...v0.12.64

### [`v0.12.63`](https://togithub.com/pterm/pterm/releases/tag/v0.12.63)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.62...v0.12.63)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat: added filter option for `select` printer by
[@&#8203;alirezaarzehgar](https://togithub.com/alirezaarzehgar) in
[pterm/pterm#530

##### Fixes 🔧

- fix(box): fixed wrong title length calculation by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#527
- fix: fixed area on Windows by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#539

##### Other Changes

- ci: add cache dependencies by
[@&#8203;9bany](https://togithub.com/9bany) in
[pterm/pterm#514
- docs: added `keys.Space` as unsafe when `Filter` is enabled. by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#519
- ci: added `reviewdog` by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#521
- ci: revert to classic `golangci-lint` action by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#532
- Add OnExit function for interactive text inputs by
[@&#8203;lammel](https://togithub.com/lammel) in
[pterm/pterm#507
- refactor: use WithBoolean on multiselect printer by
[@&#8203;alirezaarzehgar](https://togithub.com/alirezaarzehgar) in
[pterm/pterm#533

#### New Contributors

- [@&#8203;9bany](https://togithub.com/9bany) made their first
contribution in
[pterm/pterm#514
- [@&#8203;lammel](https://togithub.com/lammel) made their first
contribution in
[pterm/pterm#507
- [@&#8203;alirezaarzehgar](https://togithub.com/alirezaarzehgar) made
their first contribution in
[pterm/pterm#533

**Full Changelog**:
pterm/pterm@v0.12.62...v0.12.63

### [`v0.12.62`](https://togithub.com/pterm/pterm/releases/tag/v0.12.62)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.61...v0.12.62)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix: root node of `TreePrinter` is not styled by
[@&#8203;dedefer](https://togithub.com/dedefer) in
[pterm/pterm#511
- fix: fixed not being able to add a custom graceful shutdown by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#512

#### New Contributors

- [@&#8203;dedefer](https://togithub.com/dedefer) made their first
contribution in
[pterm/pterm#511

**Full Changelog**:
pterm/pterm@v0.12.61...v0.12.62

### [`v0.12.61`](https://togithub.com/pterm/pterm/releases/tag/v0.12.61)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.60...v0.12.61)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix(table): fixed table when a column contained a whitespace at the
start or end by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#502

**Full Changelog**:
pterm/pterm@v0.12.60...v0.12.61

### [`v0.12.60`](https://togithub.com/pterm/pterm/releases/tag/v0.12.60)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.59...v0.12.60)

<!-- Release notes generated using configuration in .github/release.yml
at v0.12.60 -->

#### What's Changed

##### Exciting New Features 🎉

- Added RGBStyle by [@&#8203;floaust](https://togithub.com/floaust) in
[pterm/pterm#492

##### Fixes 🔧

- add: progress bar filler from start by
[@&#8203;KarolosLykos](https://togithub.com/KarolosLykos) in
[pterm/pterm#499
- Various progressbar improvements by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#500
- with input by
[@&#8203;KarolosLykos](https://togithub.com/KarolosLykos) in
[pterm/pterm#486

##### Other Changes

- chore(deps): bump github.com/lithammer/fuzzysearch from 1.1.5 to 1.1.7
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[pterm/pterm#496

**Full Changelog**:
pterm/pterm@v0.12.59...v0.12.60

### [`v0.12.59`](https://togithub.com/pterm/pterm/releases/tag/v0.12.59)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.58...v0.12.59)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat(textinput): added optional mask for prompting for
secrets/passwords/tokens by
[@&#8203;MarkusZoppelt](https://togithub.com/MarkusZoppelt) in
[pterm/pterm#458

##### Other Changes

- example(table): fixed text that was too long to be displayed in the
animation by [@&#8203;floaust](https://togithub.com/floaust) in
[pterm/pterm#484
- ci(workflows): Bump actions version, fix Node 12 deprecation warnings
by [@&#8203;kbdharun](https://togithub.com/kbdharun) in
[pterm/pterm#488
- docs(security): added security policy by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#490

#### New Contributors

- [@&#8203;kbdharun](https://togithub.com/kbdharun) made their first
contribution in
[pterm/pterm#488
- [@&#8203;MarkusZoppelt](https://togithub.com/MarkusZoppelt) made their
first contribution in
[pterm/pterm#458

**Full Changelog**:
pterm/pterm@v0.12.58...v0.12.59

###
[`v0.12.58`](https://togithub.com/pterm/pterm/releases/tag/v0.12.58): |
Structured Logging

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.57...v0.12.58)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

##### New Printer: Structured Logging!

<img width="500"
src="https://raw.githubusercontent.com/pterm/pterm/master/_examples/logger/default/animation.svg"
/>

- feat(logger): added pretty structured logger by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#480
- feat(rgb): made it possible to use RGB colors as background by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#474

##### Fixes 🔧

- fix(rgb): fixed a bug in RGB fading, where the `maxValue` would print
with the `minValue` color. by
[@&#8203;floaust](https://togithub.com/floaust) in
[pterm/pterm#479

##### Other Changes

- examples: combine header examples by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#467
- ci: added svgo workflow to optimize SVGs by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#468
- docs(examples): added more examples by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#469
- docs(README): improved readme by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#476

**Full Changelog**:
pterm/pterm@v0.12.57...v0.12.58

### [`v0.12.57`](https://togithub.com/pterm/pterm/releases/tag/v0.12.57)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.56...v0.12.57)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix: spinner high CPU usage, when in `RawOutput` mode by
[@&#8203;ibuildthecloud](https://togithub.com/ibuildthecloud) in
[pterm/pterm#462

##### Other Changes

- ci: make example generation multi threaded by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#464
- refactor: use `pterm.Print` instead of `fmt.Print` functions by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#463
- ci: don't run Go build and unit tests on autoupdate by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#465

#### New Contributors

- [@&#8203;ibuildthecloud](https://togithub.com/ibuildthecloud) made
their first contribution in
[pterm/pterm#462

**Full Changelog**:
pterm/pterm@v0.12.56...v0.12.57

### [`v0.12.56`](https://togithub.com/pterm/pterm/releases/tag/v0.12.56)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.55...v0.12.56)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix(table): fixed panic when multiple lines contained color in a
single column by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#456

**Full Changelog**:
pterm/pterm@v0.12.55...v0.12.56

### [`v0.12.55`](https://togithub.com/pterm/pterm/releases/tag/v0.12.55)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.54...v0.12.55)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat(table): multiline support for table printer by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#452

**Full Changelog**:
pterm/pterm@v0.12.54...v0.12.55

</details>

<details>
<summary>sheldonhull/magetools
(github.com/sheldonhull/magetools)</summary>

###
[`v1.0.1`](https://togithub.com/sheldonhull/magetools/blob/HEAD/CHANGELOG.md#v101---2023-05-25)

[Compare
Source](https://togithub.com/sheldonhull/magetools/compare/v1.0.0...v1.0.1)

##### 🎉 Feature

- New package `trunk` for automation on trunk installation, upgrades,
and setup.

##### 🤖 CI & Build

- Adjust changie to latest version with block input support and new
cleaned up categories.

##### 🐛 Bug Fix

- Label on `go:lint` incorrectly stated `gotestsum` found. This is
fixed.

##### 🔨 Refactor

- Adjust `magetoolsutils` output to be less verbose and output to debug
when matching condition instead of Info level, as this has to be used in
many functions and is noisy.
- Improve `ci.IsCI()` to detect GitHub specifically, Gitlab, and then
resolve `CI=1` as generic CI instead.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDguMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
renovate bot added a commit to DelineaXPM/terraform-provider-dsv that referenced this pull request Jan 23, 2024
[![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/DelineaXPM/dsv-sdk-go/v2](https://togithub.com/DelineaXPM/dsv-sdk-go)
| `v2.0.1-0.20220719195420-2376a5c350ab` -> `v2.1.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDelineaXPM%2fdsv-sdk-go%2fv2/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDelineaXPM%2fdsv-sdk-go%2fv2/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDelineaXPM%2fdsv-sdk-go%2fv2/v2.0.1-0.20220719195420-2376a5c350ab/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDelineaXPM%2fdsv-sdk-go%2fv2/v2.0.1-0.20220719195420-2376a5c350ab/v2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [github.com/magefile/mage](https://togithub.com/magefile/mage) |
`v1.14.0` -> `v1.15.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmagefile%2fmage/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fmagefile%2fmage/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fmagefile%2fmage/v1.14.0/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmagefile%2fmage/v1.14.0/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [github.com/pterm/pterm](https://togithub.com/pterm/pterm) |
`v0.12.56` -> `v0.12.76` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fpterm%2fpterm/v0.12.76?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fpterm%2fpterm/v0.12.76?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fpterm%2fpterm/v0.12.56/v0.12.76?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fpterm%2fpterm/v0.12.56/v0.12.76?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/sheldonhull/magetools](https://togithub.com/sheldonhull/magetools)
| `v1.0.0` -> `v1.0.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fsheldonhull%2fmagetools/v1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fsheldonhull%2fmagetools/v1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fsheldonhull%2fmagetools/v1.0.0/v1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fsheldonhull%2fmagetools/v1.0.0/v1.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>DelineaXPM/dsv-sdk-go
(github.com/DelineaXPM/dsv-sdk-go/v2)</summary>

###
[`v2.1.0`](https://togithub.com/DelineaXPM/dsv-sdk-go/blob/HEAD/CHANGELOG.md#v210---2023-06-27)

[Compare
Source](https://togithub.com/DelineaXPM/dsv-sdk-go/compare/v2.0.0...v2.1.0)

##### 🎉 New Product Feature

- Add `CreateSecret` and `DeleteSecret` nethods. Thanks to contribution
by [@&#8203;michaelsauter](https://togithub.com/michaelsauter) 🎉.

##### 🧪 Tests

- Add build tag to test files `integration`. This will ensure local go
tests don't run integration tests as default or in trunk `pre-push`
triggered checks.

##### 🤖 CI & Build

-   Begin versioning and tracking of changes via `changie`.

</details>

<details>
<summary>magefile/mage (github.com/magefile/mage)</summary>

### [`v1.15.0`](https://togithub.com/magefile/mage/releases/tag/v1.15.0)

[Compare
Source](https://togithub.com/magefile/mage/compare/v1.14.0...v1.15.0)

#### Changelog

- [`9e91a03`](https://togithub.com/magefile/mage/commit/9e91a03) Update
CI ([#&#8203;466](https://togithub.com/magefile/mage/issues/466))
- [`9199872`](https://togithub.com/magefile/mage/commit/9199872) fix
erroneous docstring of sh.Exec()
([#&#8203;452](https://togithub.com/magefile/mage/issues/452))
- [`02bde0b`](https://togithub.com/magefile/mage/commit/02bde0b) Update
jQuery to 3.5.0
([#&#8203;458](https://togithub.com/magefile/mage/issues/458))
- [`1b8774a`](https://togithub.com/magefile/mage/commit/1b8774a) -d dir
contains magefiles stop with "No .go files marked with the mage build
tag..." ([#&#8203;447](https://togithub.com/magefile/mage/issues/447))
([#&#8203;448](https://togithub.com/magefile/mage/issues/448))
- [`a920604`](https://togithub.com/magefile/mage/commit/a920604) mage:
cancel context on SIGINT
([#&#8203;313](https://togithub.com/magefile/mage/issues/313))

</details>

<details>
<summary>pterm/pterm (github.com/pterm/pterm)</summary>

### [`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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix(rgb): `Sprintf` did not format properly by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#622

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix: `PanelPrinter` ignored the set Writer by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#614

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat: automatically inject more `CallerOffset` in
`pterm.NewSlogHandler` by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#609

##### Other Changes

- examples: fixed `interactive_multiselect` examples by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#606
- ci(examples): demo is now always at the top by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#607

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix(logger): `LogLevelDisabled` does no longer print anything by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#601

##### Other Changes

- examples: fix typo in demo by
[@&#8203;jrschumacher](https://togithub.com/jrschumacher) in
[pterm/pterm#598

#### New Contributors

- [@&#8203;jrschumacher](https://togithub.com/jrschumacher) made their
first contribution in
[pterm/pterm#598

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix: exit on `ctrl+c` in interactive printers by default by
[@&#8203;panbanda](https://togithub.com/panbanda) in
[pterm/pterm#593

##### Other Changes

- ci: updated go test command in workflow by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#594
- examples: refactored and documented all examples by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#596
- docs: added website to repo by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#597

#### New Contributors

- [@&#8203;panbanda](https://togithub.com/panbanda) made their first
contribution in
[pterm/pterm#593

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix(BulletList): indentation does not work when the item has a
linebreak by [@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt)
in
[pterm/pterm#589

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- Feature: Default value for interactive text input by
[@&#8203;KarolosLykos](https://togithub.com/KarolosLykos) in
[pterm/pterm#577
- Added a heatmap printer by
[@&#8203;floaust](https://togithub.com/floaust) in
[pterm/pterm#487

<img width="800"
src="https://github.com/pterm/pterm/assets/56639481/c994c395-3b94-4b27-af20-4ae5fd6fc0be"
/>

##### Fixes 🔧
* fix(heatmap): fix bug legend was not fully boxed by
@&#8203;floau[pterm/pterm#583
* fix(heatmap): fix bug legend was too long by
@&#8203;floau[pterm/pterm#585

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat(select): added additional navigation keys by
[@&#8203;hpcsc](https://togithub.com/hpcsc) in
[pterm/pterm#572

#### New Contributors

- [@&#8203;hpcsc](https://togithub.com/hpcsc) made their first
contribution in
[pterm/pterm#572

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix: upgrade Go version to 1.21 by
[@&#8203;juburr](https://togithub.com/juburr) in
[pterm/pterm#569
- fix: don't intercept os signals by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#570

#### New Contributors

- [@&#8203;juburr](https://togithub.com/juburr) made their first
contribution in
[pterm/pterm#569

**Full Changelog**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat: add handler for log/slog in go1.21 by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#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**:
pterm/pterm@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)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat: Multiple progressbars and spinners support by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#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
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#556

**Full Changelog**:
pterm/pterm@v0.12.65...v0.12.66

### [`v0.12.65`](https://togithub.com/pterm/pterm/releases/tag/v0.12.65)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.64...v0.12.65)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Fixes 🔧

- fix(textinput): fixed buggy behavior by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#550

**Full Changelog**:
pterm/pterm@v0.12.64...v0.12.65

### [`v0.12.64`](https://togithub.com/pterm/pterm/releases/tag/v0.12.64)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.63...v0.12.64)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat: add custom delimiters to select printers by
[@&#8203;darkliquid](https://togithub.com/darkliquid) in
[pterm/pterm#545

#### New Contributors

- [@&#8203;darkliquid](https://togithub.com/darkliquid) made their first
contribution in
[pterm/pterm#545

**Full Changelog**:
pterm/pterm@v0.12.63...v0.12.64

### [`v0.12.63`](https://togithub.com/pterm/pterm/releases/tag/v0.12.63)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.62...v0.12.63)

<!-- Release notes generated using configuration in .github/release.yml
at master -->

#### What's Changed

##### Exciting New Features 🎉

- feat: added filter option for `select` printer by
[@&#8203;alirezaarzehgar](https://togithub.com/alirezaarzehgar) in
[pterm/pterm#530

##### Fixes 🔧

- fix(box): fixed wrong title length calculation by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#527
- fix: fixed area on Windows by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#539

##### Other Changes

- ci: add cache dependencies by
[@&#8203;9bany](https://togithub.com/9bany) in
[pterm/pterm#514
- docs: added `keys.Space` as unsafe when `Filter` is enabled. by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#519
- ci: added `reviewdog` by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#521
- ci: revert to classic `golangci-lint` action by
[@&#8203;MarvinJWendt](https://togithub.com/MarvinJWendt) in
[pterm/pterm#532
- Add OnExit function for interactive text inputs by
[@&#8203;lammel](https://togithub.com/lammel) in
[pterm/pterm#507
- refactor: use WithBoolean on multiselect printer by
[@&#8203;alirezaarzehgar](https://togithub.com/alirezaarzehgar) in
[pterm/pterm#533

#### New Contributors

- [@&#8203;9bany](https://togithub.com/9bany) made their first
contribution in
[pterm/pterm#514
- [@&#8203;lammel](https://togithub.com/lammel) made their first
contribution in
[pterm/pterm#507
- [@&#8203;alirezaarzehgar](https://togithub.com/alirezaarzehgar) made
their first contribution in
[pterm/pterm#533

**Full Changelog**:
pterm/pterm@v0.12.62...v0.12.63

###
[`v0.12.62`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01262---2023-05-24)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.61...v0.12.62)

##### Bug Fixes

-   fixed not being able to add a custom graceful shutdown

###
[`v0.12.61`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01261---2023-05-14)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.60...v0.12.61)

##### Bug Fixes

- **table:** fixed table when a column contained a whitespace at the
start or end

###
[`v0.12.60`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01260---2023-05-11)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.59...v0.12.60)

##### Features

-   **progressbar:** various progressbar improvements
-   **progressbar:** various progressbar improvements
-   **progressbar:** various progressbar improvements
-   **rgb:** added RGBStyle

##### Test

-   **rgb:** added RGBStyle tests

##### Code Refactoring

-   **rgb:** removed 'GetValues' for 'RGBStyle'

###
[`v0.12.59`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01259---2023-04-15)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.58...v0.12.59)

##### Features

-   add optional mask to InteractiveTextInputPrinter

###
[`v0.12.58`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01258---2023-04-03)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.57...v0.12.58)

##### Features

-   **logger:** implemented structured logging
-   **logger:** implemented structured logging
-   **logger:** implemented structured logging
-   **logger:** added logger
-   **logger:** create logger
-   **rgb:** made it possible to use RGB colors as background
-   **rgb:** made it possible to use RGB colors as background
-   **rgb:** made it possible to use RGB colors as background

##### Bug Fixes

-   **rgb:** fix Fade maxValue == current not displaying the last color

###
[`v0.12.57`](https://togithub.com/pterm/pterm/blob/HEAD/CHANGELOG.md#v01257---2023-03-28)

[Compare
Source](https://togithub.com/pterm/pterm/compare/v0.12.56...v0.12.57)

##### Code Refactoring

-   use `pterm.Print` instead of `fmt.Print` functions

</details>

<details>
<summary>sheldonhull/magetools
(github.com/sheldonhull/magetools)</summary>

###
[`v1.0.1`](https://togithub.com/sheldonhull/magetools/blob/HEAD/CHANGELOG.md#v101---2023-05-25)

[Compare
Source](https://togithub.com/sheldonhull/magetools/compare/v1.0.0...v1.0.1)

##### 🎉 Feature

- New package `trunk` for automation on trunk installation, upgrades,
and setup.

##### 🤖 CI & Build

- Adjust changie to latest version with block input support and new
cleaned up categories.

##### 🐛 Bug Fix

- Label on `go:lint` incorrectly stated `gotestsum` found. This is
fixed.

##### 🔨 Refactor

- Adjust `magetoolsutils` output to be less verbose and output to debug
when matching condition instead of Info level, as this has to be used in
many functions and is noisy.
- Improve `ci.IsCI()` to detect GitHub specifically, Gitlab, and then
resolve `CI=1` as generic CI instead.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->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/DelineaXPM/terraform-provider-dsv).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants