Commit 0ccae66
authored
chore: Bump github.com/pterm/pterm from 0.12.81 to 0.12.82 (#539)
Bumps [github.com/pterm/pterm](https://github.com/pterm/pterm) from
0.12.81 to 0.12.82.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pterm/pterm/releases">github.com/pterm/pterm's
releases</a>.</em></p>
<blockquote>
<h2>v0.12.82</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Exciting New Features 🎉</h3>
<ul>
<li>feat(bigtext_printer): add ASCII art representation for
"@" character by <a
href="https://github.com/MarvinJWendt"><code>@MarvinJWendt</code></a>
in <a
href="https://redirect.github.com/pterm/pterm/pull/744">pterm/pterm#744</a></li>
<li>feat(interactive_select): add filter input placeholder to
multiselect and select printers by <a
href="https://github.com/MarvinJWendt"><code>@MarvinJWendt</code></a>
in <a
href="https://redirect.github.com/pterm/pterm/pull/745">pterm/pterm#745</a></li>
</ul>
<h3>Fixes 🔧</h3>
<ul>
<li>fix(spinner): remove extra newline on start by <a
href="https://github.com/lavocatt"><code>@lavocatt</code></a> in <a
href="https://redirect.github.com/pterm/pterm/pull/732">pterm/pterm#732</a></li>
<li>fix(print): enhance RemoveColorFromString to also strip OSC 8
hyperlinks by <a
href="https://github.com/MarvinJWendt"><code>@MarvinJWendt</code></a>
in <a
href="https://redirect.github.com/pterm/pterm/pull/746">pterm/pterm#746</a></li>
<li>fix(interactive_textinput): fixed gray text when using a default
value by <a
href="https://github.com/MarvinJWendt"><code>@MarvinJWendt</code></a>
in <a
href="https://redirect.github.com/pterm/pterm/pull/747">pterm/pterm#747</a></li>
</ul>
<h3>Other Changes</h3>
<ul>
<li>Fix rounding factor panic by <a
href="https://github.com/MarvinJWendt"><code>@MarvinJWendt</code></a>
in <a
href="https://redirect.github.com/pterm/pterm/pull/722">pterm/pterm#722</a></li>
<li>Fix typo in default continue prompt comment by <a
href="https://github.com/MarvinJWendt"><code>@MarvinJWendt</code></a>
in <a
href="https://redirect.github.com/pterm/pterm/pull/724">pterm/pterm#724</a></li>
<li>Fix comment typo in SlogHandler by <a
href="https://github.com/MarvinJWendt"><code>@MarvinJWendt</code></a>
in <a
href="https://redirect.github.com/pterm/pterm/pull/723">pterm/pterm#723</a></li>
<li>Fix selectOption for invalid defaults by <a
href="https://github.com/MarvinJWendt"><code>@MarvinJWendt</code></a>
in <a
href="https://redirect.github.com/pterm/pterm/pull/725">pterm/pterm#725</a></li>
<li>Fix typos in comments by <a
href="https://github.com/MarvinJWendt"><code>@MarvinJWendt</code></a>
in <a
href="https://redirect.github.com/pterm/pterm/pull/726">pterm/pterm#726</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/lavocatt"><code>@lavocatt</code></a>
made their first contribution in <a
href="https://redirect.github.com/pterm/pterm/pull/732">pterm/pterm#732</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pterm/pterm/compare/v0.12.81...v0.12.82">https://github.com/pterm/pterm/compare/v0.12.81...v0.12.82</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pterm/pterm/commit/d5706ff0d019c42d5a7fba103539cf0e35f1f6cc"><code>d5706ff</code></a>
fix(interactive_textinput): fixed gray text when using a default value
(<a
href="https://redirect.github.com/pterm/pterm/issues/747">#747</a>)</li>
<li><a
href="https://github.com/pterm/pterm/commit/d2df629c5651f9462af09ab4d08b362c0c0bdc0f"><code>d2df629</code></a>
refactor(print): enhance RemoveColorFromString to also strip OSC 8
hyperlinks...</li>
<li><a
href="https://github.com/pterm/pterm/commit/7717a1b935a794cc90969e50ed5173a328364348"><code>7717a1b</code></a>
feat(interactive_select): add filter input placeholder to multiselect
and sel...</li>
<li><a
href="https://github.com/pterm/pterm/commit/e8b049c7535338228b26100896b918902470c7d2"><code>e8b049c</code></a>
feat(bigtext_printer): add ASCII art representation for "@"
character (<a
href="https://redirect.github.com/pterm/pterm/issues/744">#744</a>)</li>
<li><a
href="https://github.com/pterm/pterm/commit/81b0fa9f6fb72a4474a05d48ceefb3953fe4843c"><code>81b0fa9</code></a>
chore(test.sh): improve user input handling and error reporting (<a
href="https://redirect.github.com/pterm/pterm/issues/743">#743</a>)</li>
<li><a
href="https://github.com/pterm/pterm/commit/96543163c2b9788509bad674985ba0fe03633079"><code>9654316</code></a>
chore(demo): replace 'time.Second' with 'second' for consistency (<a
href="https://redirect.github.com/pterm/pterm/issues/742">#742</a>)</li>
<li><a
href="https://github.com/pterm/pterm/commit/24cb664bc428044c69d6c56d6a36f3b72047d517"><code>24cb664</code></a>
fix(spinner): remove extra newline on start (<a
href="https://redirect.github.com/pterm/pterm/issues/732">#732</a>)</li>
<li><a
href="https://github.com/pterm/pterm/commit/36a8bd9413a26bb1eff23776b1a5b192f41e4f44"><code>36a8bd9</code></a>
docs: correct typos in comments (<a
href="https://redirect.github.com/pterm/pterm/issues/726">#726</a>)</li>
<li><a
href="https://github.com/pterm/pterm/commit/b3ec1f300307f9ccaa9ba9a31489538c30254cd9"><code>b3ec1f3</code></a>
fix: fix selectOption for invalid defaults</li>
<li><a
href="https://github.com/pterm/pterm/commit/74183ac1665ef7f107b08ab6ae9b5639f2706f09"><code>74183ac</code></a>
docs: fix typo in SlogHandler comment (<a
href="https://redirect.github.com/pterm/pterm/issues/723">#723</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pterm/pterm/compare/v0.12.81...v0.12.82">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 20a0b51 commit 0ccae66
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
| 128 | + | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments