Skip to content

Commit

Permalink
🌱(deps): Bump github.com/gdamore/tcell/v2 from 2.7.1 to 2.7.4 in the …
Browse files Browse the repository at this point in the history
…all-go-deps group (#144)

Bumps the all-go-deps group with 1 update:
[github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell).

Updates `github.com/gdamore/tcell/v2` from 2.7.1 to 2.7.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gdamore/tcell/releases">github.com/gdamore/tcell/v2's
releases</a>.</em></p>
<blockquote>
<h2>Version 2.7.4 Bug Fix Release</h2>
<p>This release fixes a problem with restoring cursor location properly
on Windows.</p>
<p>It also includes a new stress test for your terminal (FPS monitor)
contributed by <a
href="https://github.com/Bios-Marcel"><code>@​Bios-Marcel</code></a></p>
<h2>Version 2.7.3 Bug Fix Release</h2>
<p>This release just updates the terminfo data using current data from
Ubuntu 24.04 (Noble).
It fixes a regression where we dropped some capabilities including
StrikeThrough for some terminals.</p>
<h2>Version 2.7.2 Improvement Release</h2>
<p>This release does not add new APIs, but it does improve the
functionality of tcell on Windows, and provides an
&quot;undocumented&quot; feature for managing the alternate screen
buffer.</p>
<ul>
<li>Windows uses VT mode output everywhere except on ConEmu (because VT
output mode on ConEmu is borked for colors)
<ul>
<li>The <code>TCELL_VTMODE</code> environment variable can be set to
&quot;enable&quot; or &quot;disable&quot; to force attempting to use (or
not) this mode.</li>
</ul>
</li>
<li>Windows now uses the alternate screen buffer by default, and
preserves the original screen content</li>
<li>Use of the alternate screen can be disabled setting the
<code>TCELL_ALTSCREEN</code> environment variable to
&quot;disable&quot;.</li>
<li>If the alternate screen is disabled in that fashion, we will not
clear the screen either. This is an experimental way to preserve the
output from a tcell application on exit or suspend. Feedback on this
would be appreciated.</li>
</ul>
<p>The specific environment variables listed here are <em>not</em>
considered part of the Tcell API, and their presence and meaning may
change without notice at any time. Please consider them experimental and
let us know whether these are useful or not.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gdamore/tcell/commit/d1364d5937eed5d5ac03b4fec309beb6db26f3eb"><code>d1364d5</code></a>
windows: restore cursor location correctly</li>
<li><a
href="https://github.com/gdamore/tcell/commit/b02dac3826aa24b2ddc43065f1d2f2a0a1b8c86b"><code>b02dac3</code></a>
fix stress demo (race on close)</li>
<li><a
href="https://github.com/gdamore/tcell/commit/2c305c06d7e13b9998dabecee4592d050db86a74"><code>2c305c0</code></a>
Add little stresser that just draws as much 'random' stuff as
possible</li>
<li><a
href="https://github.com/gdamore/tcell/commit/de408507f9fd2c2b336410c4affa3ca53a532381"><code>de40850</code></a>
terminfo: regenerate all entries</li>
<li><a
href="https://github.com/gdamore/tcell/commit/6c95e8dbb3814b7d426cc9e282e3b370f80977cf"><code>6c95e8d</code></a>
Try not to clear screen on Windows if TCELL_ALTSCREEN=disable</li>
<li><a
href="https://github.com/gdamore/tcell/commit/6984e257e4c8ad13320e72873896a4c6f9b25799"><code>6984e25</code></a>
Allow use of TCELL_ALTSCREEN=disable to disable alternate screen.</li>
<li><a
href="https://github.com/gdamore/tcell/commit/552bf3cec141281dddaae171d35f3569f058a1cc"><code>552bf3c</code></a>
windows: Use alt screen by default (supress with
TCELL_ALTSCREEN=disable)</li>
<li><a
href="https://github.com/gdamore/tcell/commit/5a591d427559cbb726a23d5883ac3c52d9d41afa"><code>5a591d4</code></a>
Use automargin disable</li>
<li><a
href="https://github.com/gdamore/tcell/commit/f6c43a3372ec9d9a73f0823235693f62bf50d909"><code>f6c43a3</code></a>
ConEmu fixes - we cannot go to 24-bit mode on that yet.</li>
<li><a
href="https://github.com/gdamore/tcell/commit/cd0fe984d90cf553213160f4449881fdf78a1fe5"><code>cd0fe98</code></a>
Windows: enable VT mode output by default</li>
<li>See full diff in <a
href="https://github.com/gdamore/tcell/compare/v2.7.1...v2.7.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gdamore/tcell/v2&package-manager=go_modules&previous-version=2.7.1&new-version=2.7.4)](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent 9057857 commit 3e369bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/transparency-dev/serverless-log
go 1.21

require (
github.com/gdamore/tcell/v2 v2.7.1
github.com/gdamore/tcell/v2 v2.7.4
github.com/google/go-cmp v0.6.0
github.com/rivo/tview v0.0.0-20240413115534-b0d41c484b95
github.com/transparency-dev/formats v0.0.0-20230914071414-5732692f1e50
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/gdamore/encoding v1.0.0 h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko=
github.com/gdamore/encoding v1.0.0/go.mod h1:alR0ol34c49FCSBLjhosxzcPHQbf2trDkoo5dl+VrEg=
github.com/gdamore/tcell/v2 v2.7.1 h1:TiCcmpWHiAU7F0rA2I3S2Y4mmLmO9KHxJ7E1QhYzQbc=
github.com/gdamore/tcell/v2 v2.7.1/go.mod h1:dSXtXTSK0VsW1biw65DZLZ2NKr7j0qP/0J7ONmsraWg=
github.com/gdamore/tcell/v2 v2.7.4 h1:sg6/UnTM9jGpZU+oFYAsDahfchWAFW8Xx2yFinNSAYU=
github.com/gdamore/tcell/v2 v2.7.4/go.mod h1:dSXtXTSK0VsW1biw65DZLZ2NKr7j0qP/0J7ONmsraWg=
github.com/go-logr/logr v1.4.1 h1:pKouT5E8xu9zeFC39JXRDukb6JFQPXM5p5I91188VAQ=
github.com/go-logr/logr v1.4.1/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
Expand Down

0 comments on commit 3e369bc

Please sign in to comment.