[PR #5] [MERGED] deps(deps): bump github.com/gdamore/tcell/v2 from 2.7.1 to 2.8.1 #23

Closed
opened 2026-02-26 18:43:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/devnullvoid/pvetui/pull/5
Author: @dependabot[bot]
Created: 6/4/2025
Status: Merged
Merged: 6/5/2025
Merged by: @devnullvoid

Base: masterHead: dependabot/go_modules/github.com/gdamore/tcell/v2-2.8.1


📝 Commits (1)

  • cdf0be5 deps(deps): bump github.com/gdamore/tcell/v2 from 2.7.1 to 2.8.1

📊 Changes

2 files changed (+39 additions, -9 deletions)

View changed files

📝 go.mod (+3 -3)
📝 go.sum (+36 -6)

📄 Description

Bumps github.com/gdamore/tcell/v2 from 2.7.1 to 2.8.1.

Release notes

Sourced from github.com/gdamore/tcell/v2's releases.

Version 2.8.1 Bug Fixes

This release addresses two bugs.

First, a bug with signed int overflow prevented building depending on the go compiler in use.

Second, a bug prevented color underlines from being supported on most Xterm work-a-likes.

Version 2.8.0 Feature Release

Main Features

  • Underline Styles
  • Cursor Colors
  • Hyperlink Support for Windows
  • Clipboard Support
  • Window Title Support
  • Ghostty Terminal Support (by @​joshgoebel)
  • Performance Fix by (by @​kivattt)
  • Fix for slow Start Up Times (#764)

Detailed List

New Contributors

... (truncated)

Commits
  • eed6a79 fixes #769 UnderlineStyle is displayed, but UnderlineColor is not
  • 6833fce fixes #768 Compile error (signed vs unsigned int)
  • a9475fd Bump golang.org/x/text to 0.21.0
  • 1768306 Bump codecov/codecov-action from 4.5.0 to 5.1.2
  • 0fd7cf4 Bump golang.org/x/term from 0.25.0 to 0.28.0
  • 6858527 Add Ghostty support
  • 522d1e6 fixes #764 Adding tcell as a dependency delays startup time
  • 807ae5d Bump golang.org/x/term from 0.18.0 to 0.25.0
  • 82fb941 Bump codecov/codecov-action from 4.3.0 to 4.5.0
  • 2cee43f Bump golang.org/x/sys from 0.18.0 to 0.22.0
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/devnullvoid/pvetui/pull/5 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/4/2025 **Status:** ✅ Merged **Merged:** 6/5/2025 **Merged by:** [@devnullvoid](https://github.com/devnullvoid) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/gdamore/tcell/v2-2.8.1` --- ### 📝 Commits (1) - [`cdf0be5`](https://github.com/devnullvoid/pvetui/commit/cdf0be53bf949ca3f77c951aea3cf524888b355e) deps(deps): bump github.com/gdamore/tcell/v2 from 2.7.1 to 2.8.1 ### 📊 Changes **2 files changed** (+39 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+3 -3) 📝 `go.sum` (+36 -6) </details> ### 📄 Description Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.7.1 to 2.8.1. <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.8.1 Bug Fixes</h2> <p>This release addresses two bugs.</p> <p>First, a bug with signed int overflow prevented building depending on the go compiler in use.</p> <p>Second, a bug prevented color underlines from being supported on most Xterm work-a-likes.</p> <h2>Version 2.8.0 Feature Release</h2> <h2>Main Features</h2> <ul> <li>Underline Styles</li> <li>Cursor Colors</li> <li>Hyperlink Support for Windows</li> <li>Clipboard Support</li> <li>Window Title Support</li> <li>Ghostty Terminal Support (by <a href="https://github.com/joshgoebel"><code>@​joshgoebel</code></a>)</li> <li>Performance Fix by (by <a href="https://github.com/kivattt"><code>@​kivattt</code></a>)</li> <li>Fix for slow Start Up Times (<a href="https://redirect.github.com/gdamore/tcell/issues/764">#764</a>)</li> </ul> <h2>Detailed List</h2> <ul> <li>Add go-tetris by <a href="https://github.com/aaronriekenberg"><code>@​aaronriekenberg</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/695">gdamore/tcell#695</a></li> <li>feature: underline styles by <a href="https://github.com/gdamore"><code>@​gdamore</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/697">gdamore/tcell#697</a></li> <li>Windows: hyperlink support by <a href="https://github.com/gdamore"><code>@​gdamore</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/705">gdamore/tcell#705</a></li> <li>fixes <a href="https://redirect.github.com/gdamore/tcell/issues/666">#666</a> cursor color by <a href="https://github.com/gdamore"><code>@​gdamore</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/709">gdamore/tcell#709</a></li> <li>fixes <a href="https://redirect.github.com/gdamore/tcell/issues/710">#710</a> Add support for setting the window title by <a href="https://github.com/gdamore"><code>@​gdamore</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/711">gdamore/tcell#711</a></li> <li>fixes <a href="https://redirect.github.com/gdamore/tcell/issues/561">#561</a> Add clipboard support. by <a href="https://github.com/gdamore"><code>@​gdamore</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/714">gdamore/tcell#714</a></li> <li>Bump codecov/codecov-action from 4.1.0 to 4.3.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/725">gdamore/tcell#725</a></li> <li>Fix typos by <a href="https://github.com/deining"><code>@​deining</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/747">gdamore/tcell#747</a></li> <li>fix warning 'Restore cache failed' by <a href="https://github.com/deining"><code>@​deining</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/748">gdamore/tcell#748</a></li> <li>Adding oddshub to README by <a href="https://github.com/dos-2"><code>@​dos-2</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/737">gdamore/tcell#737</a></li> <li>fix: add tmux-256color terminfo by <a href="https://github.com/luisdavim"><code>@​luisdavim</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/719">gdamore/tcell#719</a></li> <li>fixes <a href="https://redirect.github.com/gdamore/tcell/issues/716">#716</a> Improve missing terminal error message. by <a href="https://github.com/spearson78"><code>@​spearson78</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/717">gdamore/tcell#717</a></li> <li>Speed up SetContent by checking length of combining characters before reflect.DeepEqual by <a href="https://github.com/kivattt"><code>@​kivattt</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/744">gdamore/tcell#744</a></li> <li>Bump github.com/mattn/go-runewidth from 0.0.15 to 0.0.16 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/743">gdamore/tcell#743</a></li> <li>Bump golang.org/x/sys from 0.18.0 to 0.22.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/738">gdamore/tcell#738</a></li> <li>Bump codecov/codecov-action from 4.3.0 to 4.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/736">gdamore/tcell#736</a></li> <li>Bump golang.org/x/term from 0.18.0 to 0.25.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/751">gdamore/tcell#751</a></li> <li>fixes <a href="https://redirect.github.com/gdamore/tcell/issues/764">#764</a> Adding tcell as a dependency delays startup time by <a href="https://github.com/gdamore"><code>@​gdamore</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/767">gdamore/tcell#767</a></li> <li>Add Ghostty support by <a href="https://github.com/joshgoebel"><code>@​joshgoebel</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/763">gdamore/tcell#763</a></li> <li>Bump golang.org/x/term from 0.25.0 to 0.28.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/766">gdamore/tcell#766</a></li> <li>Bump codecov/codecov-action from 4.5.0 to 5.1.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/762">gdamore/tcell#762</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/aaronriekenberg"><code>@​aaronriekenberg</code></a> made their first contribution in <a href="https://redirect.github.com/gdamore/tcell/pull/695">gdamore/tcell#695</a></li> <li><a href="https://github.com/deining"><code>@​deining</code></a> made their first contribution in <a href="https://redirect.github.com/gdamore/tcell/pull/747">gdamore/tcell#747</a></li> <li><a href="https://github.com/dos-2"><code>@​dos-2</code></a> made their first contribution in <a href="https://redirect.github.com/gdamore/tcell/pull/737">gdamore/tcell#737</a></li> <li><a href="https://github.com/luisdavim"><code>@​luisdavim</code></a> made their first contribution in <a href="https://redirect.github.com/gdamore/tcell/pull/719">gdamore/tcell#719</a></li> <li><a href="https://github.com/spearson78"><code>@​spearson78</code></a> made their first contribution in <a href="https://redirect.github.com/gdamore/tcell/pull/717">gdamore/tcell#717</a></li> <li><a href="https://github.com/kivattt"><code>@​kivattt</code></a> made their first contribution in <a href="https://redirect.github.com/gdamore/tcell/pull/744">gdamore/tcell#744</a></li> <li><a href="https://github.com/joshgoebel"><code>@​joshgoebel</code></a> made their first contribution in <a href="https://redirect.github.com/gdamore/tcell/pull/763">gdamore/tcell#763</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gdamore/tcell/commit/eed6a79409ffa38c919dc4daf0ca4958e56cb5d4"><code>eed6a79</code></a> fixes <a href="https://redirect.github.com/gdamore/tcell/issues/769">#769</a> UnderlineStyle is displayed, but UnderlineColor is not</li> <li><a href="https://github.com/gdamore/tcell/commit/6833fce7a89ab02f84554492091a5a25535adb2c"><code>6833fce</code></a> fixes <a href="https://redirect.github.com/gdamore/tcell/issues/768">#768</a> Compile error (signed vs unsigned int)</li> <li><a href="https://github.com/gdamore/tcell/commit/a9475fd57f0ea55f23d908bdf7fe79bffd3d3a1a"><code>a9475fd</code></a> Bump golang.org/x/text to 0.21.0</li> <li><a href="https://github.com/gdamore/tcell/commit/1768306a6571db2d956228299d49ff5d895d09bd"><code>1768306</code></a> Bump codecov/codecov-action from 4.5.0 to 5.1.2</li> <li><a href="https://github.com/gdamore/tcell/commit/0fd7cf4a649ffc755a6d78166ece4d52a1a564c8"><code>0fd7cf4</code></a> Bump golang.org/x/term from 0.25.0 to 0.28.0</li> <li><a href="https://github.com/gdamore/tcell/commit/6858527dc78dd199657ed94d603fc89fbf779390"><code>6858527</code></a> Add Ghostty support</li> <li><a href="https://github.com/gdamore/tcell/commit/522d1e6cb63d839a3ad89fcd8915556098f7d07b"><code>522d1e6</code></a> fixes <a href="https://redirect.github.com/gdamore/tcell/issues/764">#764</a> Adding tcell as a dependency delays startup time</li> <li><a href="https://github.com/gdamore/tcell/commit/807ae5d9624167abe6ec44596c15fbce2fdbeb99"><code>807ae5d</code></a> Bump golang.org/x/term from 0.18.0 to 0.25.0</li> <li><a href="https://github.com/gdamore/tcell/commit/82fb941e52a70ccaca42e425f28bbf04f3849c23"><code>82fb941</code></a> Bump codecov/codecov-action from 4.3.0 to 4.5.0</li> <li><a href="https://github.com/gdamore/tcell/commit/2cee43f3fe5192a0082f0b72db8a02bbdd399c89"><code>2cee43f</code></a> Bump golang.org/x/sys from 0.18.0 to 0.22.0</li> <li>Additional commits viewable in <a href="https://github.com/gdamore/tcell/compare/v2.7.1...v2.8.1">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.8.1)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 18:43:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pvetui#23
No description provided.