[PR #305] [CLOSED] Bump github.com/gdamore/tcell/v2 from 2.2.0 to 2.3.1 #320

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/305
Author: @dependabot[bot]
Created: 5/17/2021
Status: Closed

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


📝 Commits (1)

  • c082137 Bump github.com/gdamore/tcell/v2 from 2.2.0 to 2.3.1

📊 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.1.

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
  • 5c5a66e fix panic on resize (regression)
  • f0385f8 Use https for goreportcard.
  • 7a0b45c fixes #422 RFE: Handling events in batches
  • 0bfa151 fixes #460 Possible race condition between Fini and PollEvent
  • 876e1fd Add gruid-tcell to the list of examples in the README
  • 97c0480 fixes #452 Lost a key event once when exiting or suspending in v2.2.1.
  • 8f925d8 Implement FromImageColor
  • 299cb41 Add a sample style to hello world.
  • 0c349a8 Remove stale (unused) code in Windows finish.
  • fb06997 fixes #445 Prompt Cursor Lost after Suspend v2.2.0 Windows PowerShell
  • 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/305 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/17/2021 **Status:** ❌ Closed **Base:** `devel` ← **Head:** `dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.3.1` --- ### 📝 Commits (1) - [`c082137`](https://github.com/mum4k/termdash/commit/c082137ee73dc21edd4e57d06cbc4de07db1a948) Bump github.com/gdamore/tcell/v2 from 2.2.0 to 2.3.1 ### 📊 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.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.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/5c5a66e2b0555a6da31031b14d297f2c0d941a11"><code>5c5a66e</code></a> fix panic on resize (regression)</li> <li><a href="https://github.com/gdamore/tcell/commit/f0385f8cb3204d2ac059c9df7455418c38e5f23f"><code>f0385f8</code></a> Use https for goreportcard.</li> <li><a href="https://github.com/gdamore/tcell/commit/7a0b45cce021bc07acad47429b7f0edc64e7154a"><code>7a0b45c</code></a> fixes <a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/422">#422</a> RFE: Handling events in batches</li> <li><a href="https://github.com/gdamore/tcell/commit/0bfa151864d6e772558e4033084c937ca51c8f0e"><code>0bfa151</code></a> fixes <a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/460">#460</a> Possible race condition between Fini and PollEvent</li> <li><a href="https://github.com/gdamore/tcell/commit/876e1fdeb5b21d7c19e8bcf9a7d61273a97ba1b2"><code>876e1fd</code></a> Add gruid-tcell to the list of examples in the README</li> <li><a href="https://github.com/gdamore/tcell/commit/97c048083919cc6ff47fc3aeaa103806c5486416"><code>97c0480</code></a> fixes <a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/452">#452</a> Lost a key event once when exiting or suspending in v2.2.1.</li> <li><a href="https://github.com/gdamore/tcell/commit/8f925d8272acb08a38bacd2ce662213d5c7f650f"><code>8f925d8</code></a> Implement FromImageColor</li> <li><a href="https://github.com/gdamore/tcell/commit/299cb413dc87b63a30167f8a56f018e7fc67f391"><code>299cb41</code></a> Add a sample style to hello world.</li> <li><a href="https://github.com/gdamore/tcell/commit/0c349a85f4ece797922fe9dccc79aef8c81ad27c"><code>0c349a8</code></a> Remove stale (unused) code in Windows finish.</li> <li><a href="https://github.com/gdamore/tcell/commit/fb06997fe2d0ae4a92869eb1ca9a9ba75cbbc18d"><code>fb06997</code></a> fixes <a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/445">#445</a> Prompt Cursor Lost after Suspend v2.2.0 Windows PowerShell</li> <li>Additional commits viewable in <a href="https://github.com/gdamore/tcell/compare/v2.2.0...v2.3.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.2.0&new-version=2.3.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 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:53 +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#320
No description provided.