[PR #311] [CLOSED] Bump github.com/gdamore/tcell/v2 from 2.2.0 to 2.3.8 #327

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/311
Author: @dependabot[bot]
Created: 6/2/2021
Status: Closed

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


📝 Commits (1)

  • 1c4a175 Bump github.com/gdamore/tcell/v2 from 2.2.0 to 2.3.8

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

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
  • 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.
  • 3687c97 Sun terminal color fixes.
  • c43eafe Fix for writing in last column of last line for automargin terminals.
  • a3de596 Fabricate entries for -256color if they don't exist (xterm colors)
  • 5c5a66e fix panic on resize (regression)
  • f0385f8 Use https for goreportcard.
  • 7a0b45c fixes #422 RFE: Handling events in batches
  • 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/311 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/2/2021 **Status:** ❌ Closed **Base:** `devel` ← **Head:** `dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.3.8` --- ### 📝 Commits (1) - [`1c4a175`](https://github.com/mum4k/termdash/commit/1c4a175d6c13676b8c8f5e8a83d2916d456a2842) Bump github.com/gdamore/tcell/v2 from 2.2.0 to 2.3.8 ### 📊 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.8. <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/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><a href="https://github.com/gdamore/tcell/commit/3687c97d3dde835dd6efbbd917f9a230f2a90674"><code>3687c97</code></a> Sun terminal color fixes.</li> <li><a href="https://github.com/gdamore/tcell/commit/c43eafe245f3ba49615c2912e9c5d1057ea44b73"><code>c43eafe</code></a> Fix for writing in last column of last line for automargin terminals.</li> <li><a href="https://github.com/gdamore/tcell/commit/a3de596932a496aa8b787ec83962cb4f7ce35aae"><code>a3de596</code></a> Fabricate entries for -256color if they don't exist (xterm colors)</li> <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>Additional commits viewable in <a href="https://github.com/gdamore/tcell/compare/v2.2.0...v2.3.8">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.8)](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#327
No description provided.