[PR #29] deps(deps): bump github.com/gdamore/tcell/v2 from 2.8.1 to 2.9.0 #115

Closed
opened 2026-02-27 12:38:25 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/devnullvoid/pvetui/pull/29

State: closed
Merged: Yes


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

Release notes

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

Version 2.9.0 Feature Release

Main Features

Notable Bug Fixes

New Contributors

Full Changelog: https://github.com/gdamore/tcell/compare/v2.8.1...v2.9.0

Commits
  • e5785a4 Add show color demo.
  • fbada5b fixes #808 Add tmux to the base set of terminals.
  • fff1476 Do not filter Ctrl+Alt in non-rune cases
  • c57e39a Bump golang.org/x/text from 0.27.0 to 0.28.0
  • d9496cc Add CODEOWNERS.
  • 2fe7441 Bump golang.org/x/term from 0.33.0 to 0.34.0
  • 70a3c21 Bump actions/checkout from 4 to 5
  • 7aa93b6 Bump codecov/codecov-action from 5.4.2 to 5.4.3
  • 25ed758 Adding minimal support for Plan9 (#810)
  • c2f1f74 Bump golang.org/x/term from 0.28.0 to 0.30.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)
**Original Pull Request:** https://github.com/devnullvoid/pvetui/pull/29 **State:** closed **Merged:** Yes --- Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.8.1 to 2.9.0. <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.9.0 Feature Release</h2> <h2>Main Features</h2> <ul> <li>Initial support for Plan9 by <a href="https://github.com/mushkevych"><code>@​mushkevych</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/810">gdamore/tcell#810</a></li> <li>Optimized Windows performance by <a href="https://github.com/Bios-Marcel"><code>@​Bios-Marcel</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/772">gdamore/tcell#772</a></li> <li>Added public methods for Underline Style and Underline color by <a href="https://github.com/noborus"><code>@​noborus</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/790">gdamore/tcell#790</a></li> <li>Tmux is now in the &quot;base&quot; (always included by default) terminals (<a href="https://redirect.github.com/gdamore/tcell/pull/812">gdamore/tcell#812</a>)</li> <li>New showcolor demo (<a href="https://redirect.github.com/gdamore/tcell/pull/813">gdamore/tcell#813</a>)</li> <li>The gallery has been moved to a wiki to keep the readme manageable</li> </ul> <h2>Notable Bug Fixes</h2> <ul> <li>Horizontal scroll events were not emitted by <a href="https://github.com/codelif"><code>@​codelif</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/789">gdamore/tcell#789</a></li> <li>Do not filter Ctrl+Alt in non-rune cases by <a href="https://github.com/masmu"><code>@​masmu</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/749">gdamore/tcell#749</a></li> <li>Close osc8 exitUrl correctly by <a href="https://github.com/phanen"><code>@​phanen</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/792">gdamore/tcell#792</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/itaranto"><code>@​itaranto</code></a> made their first contribution in <a href="https://redirect.github.com/gdamore/tcell/pull/791">gdamore/tcell#791</a></li> <li><a href="https://github.com/codelif"><code>@​codelif</code></a> made their first contribution in <a href="https://redirect.github.com/gdamore/tcell/pull/789">gdamore/tcell#789</a></li> <li><a href="https://github.com/phanen"><code>@​phanen</code></a> made their first contribution in <a href="https://redirect.github.com/gdamore/tcell/pull/792">gdamore/tcell#792</a></li> <li><a href="https://github.com/shikaan"><code>@​shikaan</code></a> made their first contribution in <a href="https://redirect.github.com/gdamore/tcell/pull/778">gdamore/tcell#778</a></li> <li><a href="https://github.com/mushkevych"><code>@​mushkevych</code></a> made their first contribution in <a href="https://redirect.github.com/gdamore/tcell/pull/810">gdamore/tcell#810</a></li> <li><a href="https://github.com/masmu"><code>@​masmu</code></a> made their first contribution in <a href="https://redirect.github.com/gdamore/tcell/pull/749">gdamore/tcell#749</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gdamore/tcell/compare/v2.8.1...v2.9.0">https://github.com/gdamore/tcell/compare/v2.8.1...v2.9.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gdamore/tcell/commit/e5785a44313902810c1d855154516ba332c7494f"><code>e5785a4</code></a> Add show color demo.</li> <li><a href="https://github.com/gdamore/tcell/commit/fbada5b7a4becad6d52c768a121be7bd90e2983d"><code>fbada5b</code></a> fixes <a href="https://redirect.github.com/gdamore/tcell/issues/808">#808</a> Add tmux to the base set of terminals.</li> <li><a href="https://github.com/gdamore/tcell/commit/fff1476ff43f77a151d54eef906dd0175f58707f"><code>fff1476</code></a> Do not filter Ctrl+Alt in non-rune cases</li> <li><a href="https://github.com/gdamore/tcell/commit/c57e39ac204a5ff8f5fa07730710c8bb56bb89fc"><code>c57e39a</code></a> Bump golang.org/x/text from 0.27.0 to 0.28.0</li> <li><a href="https://github.com/gdamore/tcell/commit/d9496cce342de057463411c54e762df8112282d9"><code>d9496cc</code></a> Add CODEOWNERS.</li> <li><a href="https://github.com/gdamore/tcell/commit/2fe7441c44e2c5a1148b35af56f65d763e3bd6d8"><code>2fe7441</code></a> Bump golang.org/x/term from 0.33.0 to 0.34.0</li> <li><a href="https://github.com/gdamore/tcell/commit/70a3c214484a2c071c5c4d9d221610fbb220f69e"><code>70a3c21</code></a> Bump actions/checkout from 4 to 5</li> <li><a href="https://github.com/gdamore/tcell/commit/7aa93b62af428f4b9b620a1df60df5659285b8db"><code>7aa93b6</code></a> Bump codecov/codecov-action from 5.4.2 to 5.4.3</li> <li><a href="https://github.com/gdamore/tcell/commit/25ed7584f87476c6ece72ca068597af5eb8a8d07"><code>25ed758</code></a> Adding minimal support for Plan9 (<a href="https://redirect.github.com/gdamore/tcell/issues/810">#810</a>)</li> <li><a href="https://github.com/gdamore/tcell/commit/c2f1f74e2d279e24b5761174ca72405914a53e6a"><code>c2f1f74</code></a> Bump golang.org/x/term from 0.28.0 to 0.30.0</li> <li>Additional commits viewable in <a href="https://github.com/gdamore/tcell/compare/v2.8.1...v2.9.0">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.8.1&new-version=2.9.0)](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>
kerem 2026-02-27 12:38:25 +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#115
No description provided.