[PR #324] [MERGED] Bump github.com/gdamore/tcell/v2 from 2.4.0 to 2.5.1 #334

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

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/324
Author: @dependabot[bot]
Created: 4/18/2022
Status: Merged
Merged: 7/7/2022
Merged by: @mum4k

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


📝 Commits (1)

  • 047a3f8 Bump github.com/gdamore/tcell/v2 from 2.4.0 to 2.5.1

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/gdamore/tcell/v2 from 2.4.0 to 2.5.1.

Release notes

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

Version 2.5.0 Feature Release

Version 2.5.0 is a rollup of a number of bug fixes but also includes some new features:

Features:

  • A new SetCursorStyle() is introduced to allow applications to set the cursor shape (#356)
  • Views API adds mouse support (#494)
  • Some special enhancements for the foot terminal emulator were added (#506)

Bugs Fixed:

  • Bug fix where EventError was getting sent after resuming a Screen (#480)
  • Bug fix for Putty mouse events not working (#477)
  • Screen.Clear() is greatly optimized, reducing the time to redraw the screen (and hopefully removing flashing) (#491)
  • Fixes several bugs for termbox
  • Fix for bug causing cgo to crash on macOS (#492)
  • Fix for mouse tracking being set improperly on exiting (#512)
  • Fix for go 1.18 with macOS (#520)
  • Fix for missing tmux-256color terminal (#521)
  • Fix for incorrect style handling in some circumstances (after screen.Clear() typically) (#509)

Special Message:

This release contains a special message for the people of Russia. Please see the file UKRAINE.md for more information.

Commits
  • 1510fff Send AttrOff when clearing the screen (#523)
  • 78490bd fixes #509 style disappears
  • d699c7e fixes #521 tmux-256color missing from bundled terminfo
  • 1f27c5e Upate golang.org/x/sys version to fix bug on darwin with go 1.18 (#520)
  • 2a1a1b5 enhanced mouse tracking mode (1006) is set improperly when exiting tcell (#512)
  • fba1334 Bump actions/setup-go from 2.1.5 to 3 (#516)
  • f94c6b2 Bump actions/checkout from 2.4.0 to 3 (#517)
  • 8b074c4 Add note for Russian people with respect to invasion of Ukraine.
  • 0d961d2 Add examples in README.md (#504)
  • a4a91ff Add gosnakego to the list of examples in the README (#510)
  • 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/324 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/18/2022 **Status:** ✅ Merged **Merged:** 7/7/2022 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `dependabot/go_modules/devel/github.com/gdamore/tcell/v2-2.5.1` --- ### 📝 Commits (1) - [`047a3f8`](https://github.com/mum4k/termdash/commit/047a3f8edd2d96904bf7a574fb8bef9d082a2d2f) Bump github.com/gdamore/tcell/v2 from 2.4.0 to 2.5.1 ### 📊 Changes **2 files changed** (+9 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -2) 📝 `go.sum` (+8 -10) </details> ### 📄 Description Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.4.0 to 2.5.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.5.0 Feature Release</h2> <p>Version 2.5.0 is a rollup of a number of bug fixes but also includes some new features:</p> <p>Features:</p> <ul> <li>A new SetCursorStyle() is introduced to allow applications to set the cursor shape (<a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/356">#356</a>)</li> <li>Views API adds mouse support (<a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/494">#494</a>)</li> <li>Some special enhancements for the foot terminal emulator were added (<a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/506">#506</a>)</li> </ul> <p>Bugs Fixed:</p> <ul> <li>Bug fix where EventError was getting sent after resuming a Screen (<a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/480">#480</a>)</li> <li>Bug fix for Putty mouse events not working (<a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/477">#477</a>)</li> <li>Screen.Clear() is greatly optimized, reducing the time to redraw the screen (and hopefully removing flashing) (<a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/491">#491</a>)</li> <li>Fixes several bugs for termbox</li> <li>Fix for bug causing cgo to crash on macOS (<a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/492">#492</a>)</li> <li>Fix for mouse tracking being set improperly on exiting (<a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/512">#512</a>)</li> <li>Fix for go 1.18 with macOS (<a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/520">#520</a>)</li> <li>Fix for missing tmux-256color terminal (<a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/521">#521</a>)</li> <li>Fix for incorrect style handling in some circumstances (after screen.Clear() typically) (<a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/509">#509</a>)</li> </ul> <p>Special Message:</p> <p>This release contains a special message for the people of Russia. Please see the file UKRAINE.md for more information.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gdamore/tcell/commit/1510fff44d5963359238149fbc89dac98cc3c05b"><code>1510fff</code></a> Send AttrOff when clearing the screen (<a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/523">#523</a>)</li> <li><a href="https://github.com/gdamore/tcell/commit/78490bdc53b64650fa6aa65e26842ffa6ed99fda"><code>78490bd</code></a> fixes <a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/509">#509</a> style disappears</li> <li><a href="https://github.com/gdamore/tcell/commit/d699c7e5101acf73122e221616de4962d4be3b8e"><code>d699c7e</code></a> fixes <a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/521">#521</a> tmux-256color missing from bundled terminfo</li> <li><a href="https://github.com/gdamore/tcell/commit/1f27c5e1ea17df5090e06b8da343ff3fc5eb5e38"><code>1f27c5e</code></a> Upate golang.org/x/sys version to fix bug on darwin with go 1.18 (<a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/520">#520</a>)</li> <li><a href="https://github.com/gdamore/tcell/commit/2a1a1b586447432f5aca7707305f57872cfb45ee"><code>2a1a1b5</code></a> enhanced mouse tracking mode (1006) is set improperly when exiting tcell (<a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/512">#512</a>)</li> <li><a href="https://github.com/gdamore/tcell/commit/fba1334b3758a29dbca50e711a2525a04504e0e6"><code>fba1334</code></a> Bump actions/setup-go from 2.1.5 to 3 (<a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/516">#516</a>)</li> <li><a href="https://github.com/gdamore/tcell/commit/f94c6b2ed1b8557c063c64bc3a3aeadc55a0062b"><code>f94c6b2</code></a> Bump actions/checkout from 2.4.0 to 3 (<a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/517">#517</a>)</li> <li><a href="https://github.com/gdamore/tcell/commit/8b074c48d64907d381ae33b97e814d70aa194c9a"><code>8b074c4</code></a> Add note for Russian people with respect to invasion of Ukraine.</li> <li><a href="https://github.com/gdamore/tcell/commit/0d961d2608bb074c4995ed9e278e33f8263636d4"><code>0d961d2</code></a> Add examples in README.md (<a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/504">#504</a>)</li> <li><a href="https://github.com/gdamore/tcell/commit/a4a91ffc1cbe685aac124557ab159ddc96a7cb31"><code>a4a91ff</code></a> Add gosnakego to the list of examples in the README (<a href="https://github-redirect.dependabot.com/gdamore/tcell/issues/510">#510</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gdamore/tcell/compare/v2.4.0...v2.5.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.4.0&new-version=2.5.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:56 +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#334
No description provided.