[PR #314] [CLOSED] Bump github.com/gdamore/tcell/v2 from 2.2.0 to 2.3.11 #329

Closed
opened 2026-03-03 16:23:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/314
Author: @dependabot[bot]
Created: 6/11/2021
Status: Closed

Base: develHead: dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.3.11


📝 Commits (1)

  • c6b0198 Bump github.com/gdamore/tcell/v2 from 2.2.0 to 2.3.11

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps github.com/gdamore/tcell/v2 from 2.2.0 to 2.3.11.

Release notes

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

Version 2.3.1 Bug fix release

This release fixes a resize regression introduced in v2.3.0. Resizing the window would cause a panic in v2.3.0.

Version 2.3.0 Features & Fixes

Version 2.3.0 brings in three new features, and also addresses a few bugs.

New features:

  • A new Tty interface is available to allow for custom Tty backends (for example to implement an SSH web-based alternative) (fixes #148)
  • Screen.HasPendingEvent() is provided to permit collecting multiple events between screen refreshes (fixes #422)
  • FromImageColor() is available to convert an image.Color into a tcell.Color (fixes #450)

Bug fixes:

  • Notably the tty handling for /dev/tty on UNIX had bugs on suspend or close, affecting Linux in particular (fixes #452, #449)
  • Fini was not safe to call if the Screen was suspended (fixes #460, #440)
Commits
  • 7946eb8 Wait for output to drain.
  • 6582146 Close the tty device when finishing.
  • 15d485c Add a stdin version of Tty, and handle unset terminal sizes sanely.
  • da8f206 Reset colors to default on suspend.
  • b7e369f Add aretext to the list of examples in the README
  • 0fb69ae Add support for the foot terminal
  • 4f213fd Make sun-color 256 color by default, and just drop the sun-256color.
  • dcf5866 Permit a different device node to be used as /dev/tty.
  • d8ae9d7 Add xterm-direct, which gives 24-bit color.
  • cad1b2a Add sun-256color as a builtin.
  • 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 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/mum4k/termdash/pull/314 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/11/2021 **Status:** ❌ Closed **Base:** `devel` ← **Head:** `dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.3.11` --- ### 📝 Commits (1) - [`c6b0198`](https://github.com/mum4k/termdash/commit/c6b01983ca0a2715e9fa40406e2573591d62d44d) Bump github.com/gdamore/tcell/v2 from 2.2.0 to 2.3.11 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.2.0 to 2.3.11. <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.3.1 Bug fix release</h2> <p>This release fixes a resize regression introduced in v2.3.0. Resizing the window would cause a panic in v2.3.0.</p> <h2>Version 2.3.0 Features &amp; Fixes</h2> <p>Version 2.3.0 brings in three new features, and also addresses a few bugs.</p> <p>New features:</p> <ul> <li>A new Tty interface is available to allow for custom Tty backends (for example to implement an SSH web-based alternative) (fixes <a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/148">#148</a>)</li> <li>Screen.HasPendingEvent() is provided to permit collecting multiple events between screen refreshes (fixes <a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/422">#422</a>)</li> <li>FromImageColor() is available to convert an image.Color into a tcell.Color (fixes <a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/450">#450</a>)</li> </ul> <p>Bug fixes:</p> <ul> <li>Notably the tty handling for /dev/tty on UNIX had bugs on suspend or close, affecting Linux in particular (fixes <a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/452">#452</a>, <a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/449">#449</a>)</li> <li>Fini was not safe to call if the Screen was suspended (fixes <a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/460">#460</a>, <a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/440">#440</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gdamore/tcell/commit/7946eb8e8d8303b1ee1da909dcdebf448f0b5cb7"><code>7946eb8</code></a> Wait for output to drain.</li> <li><a href="https://github.com/gdamore/tcell/commit/65821462b51d4619e662e4214809c9a6d511dc84"><code>6582146</code></a> Close the tty device when finishing.</li> <li><a href="https://github.com/gdamore/tcell/commit/15d485cfb558f8ef64a865ec5f252aedb7835480"><code>15d485c</code></a> Add a stdin version of Tty, and handle unset terminal sizes sanely.</li> <li><a href="https://github.com/gdamore/tcell/commit/da8f2067c0ec269d8495ba7cf61695439fb401ac"><code>da8f206</code></a> Reset colors to default on suspend.</li> <li><a href="https://github.com/gdamore/tcell/commit/b7e369fb8d1930a9fc84b7c1c9277d8df11d1f46"><code>b7e369f</code></a> Add aretext to the list of examples in the README</li> <li><a href="https://github.com/gdamore/tcell/commit/0fb69aed474c888075d194c4feaf87c596ce7eab"><code>0fb69ae</code></a> Add support for the foot terminal</li> <li><a href="https://github.com/gdamore/tcell/commit/4f213fd72d42fbd2bddeccf180ef962bccf5bfa7"><code>4f213fd</code></a> Make sun-color 256 color by default, and just drop the sun-256color.</li> <li><a href="https://github.com/gdamore/tcell/commit/dcf5866e1613169e8b955d641a27e79b1bbbeb83"><code>dcf5866</code></a> Permit a different device node to be used as /dev/tty.</li> <li><a href="https://github.com/gdamore/tcell/commit/d8ae9d764ad215a21ecb4708d72087df9e2008d6"><code>d8ae9d7</code></a> Add xterm-direct, which gives 24-bit color.</li> <li><a href="https://github.com/gdamore/tcell/commit/cad1b2a3f395dd8a9a34c47df227434221e8a686"><code>cad1b2a</code></a> Add sun-256color as a builtin.</li> <li>Additional commits viewable in <a href="https://github.com/gdamore/tcell/compare/v2.2.0...v2.3.11">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.2.0&new-version=2.3.11)](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 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-03-03 16:23:54 +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/termdash#329
No description provided.