[PR #55] deps(deps): bump github.com/gdamore/tcell/v2 from 2.11.0 to 2.13.1 #62

Closed
opened 2026-02-26 18:43:24 +03:00 by kerem · 0 comments
Owner

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

State: closed
Merged: Yes


Bumps github.com/gdamore/tcell/v2 from 2.11.0 to 2.13.1.

Release notes

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

Version 2.13.1 Bug Fix Release

This fixes a bug decoding certain control keys ([, ], )

Version 2.13 Bug Fix and Minor Feature Release

What's Changed

Full Changelog: https://github.com/gdamore/tcell/compare/v2.12.2...v2.13.0

Version 2.12.2 Bug Fix Release

This fixes a problem with certain emoji sequences.

Full Changelog: https://github.com/gdamore/tcell/compare/v2.12.1...v2.12.2

Version 2.12.1 Bug Fix Release

There was some fallout from all the recent design changes. This should fix the main known issues. It also fixes a long standing issue in the views package.

What's Changed

Full Changelog: https://github.com/gdamore/tcell/compare/v2.12.0...v2.12.1

Version 2.12 Feature Release

Building on the work of v2.11, this includes the win32 input mode design, and new string accessors for cells. This should be a big quality of life improvement for folks working with simple tcell apps.

What's Changed

Full Changelog: https://github.com/gdamore/tcell/compare/v2.11.0...v2.12.0

Commits
  • ce18ca2 fix(keys): Incorrect names for keys (fixes #874)
  • 0b5424d fix: 3rd party Windows terminals double encoding win32-input-mode breaks some...
  • cbb8618 feat: enable XTerm modifyOtherKeys protocol
  • c319271 fix: add the rune for KeyCtrlA through KeyCtrlZ.
  • 2419518 fix: Emoji with tag sequences (e.g. 🏴󠁧󠁢󠁥󠁮󠁧󠁿) not displayed in UTF-8 ter (fixe...
  • ef0dc29 docs: discard the message for the people of Russia, but keep the stand with U...
  • ceab161 fix: Wrong array index in ScanUTF8
  • bcd877c fix: Pasting 32 or more runes is broken (fixes #852)
  • 34853e2 chore(deps): bump actions/checkout from 5 to 6
  • 7de4f88 Fix KeyCtrlRightSq name from 'Ctrl-[' to 'Ctrl-]'
  • 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/55 **State:** closed **Merged:** Yes --- Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.11.0 to 2.13.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.13.1 Bug Fix Release</h2> <p>This fixes a bug decoding certain control keys ([, ], )</p> <h2>Version 2.13 Bug Fix and Minor Feature Release</h2> <h2>What's Changed</h2> <ul> <li>Various keyboard protocol handling fixes by <a href="https://github.com/gdamore"><code>@​gdamore</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/866">gdamore/tcell#866</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gdamore/tcell/compare/v2.12.2...v2.13.0">https://github.com/gdamore/tcell/compare/v2.12.2...v2.13.0</a></p> <h2>Version 2.12.2 Bug Fix Release</h2> <p>This fixes a problem with certain emoji sequences.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/gdamore/tcell/compare/v2.12.1...v2.12.2">https://github.com/gdamore/tcell/compare/v2.12.1...v2.12.2</a></p> <h2>Version 2.12.1 Bug Fix Release</h2> <p>There was some fallout from all the recent design changes. This should fix the main known issues. It also fixes a long standing issue in the views package.</p> <h2>What's Changed</h2> <ul> <li>fix(views): app PostFunc races with screen initialization (fixes <a href="https://redirect.github.com/gdamore/tcell/issues/276">#276</a>) by <a href="https://github.com/gdamore"><code>@​gdamore</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/851">gdamore/tcell#851</a></li> <li>Fix KeyCtrlRightSq name from 'Ctrl-[' to 'Ctrl-]' by <a href="https://github.com/noborus"><code>@​noborus</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/853">gdamore/tcell#853</a></li> <li>chore(deps): bump actions/checkout from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/gdamore/tcell/pull/850">gdamore/tcell#850</a></li> <li>fix: Pasting 32 or more runes is broken (fixes <a href="https://redirect.github.com/gdamore/tcell/issues/852">#852</a>) by <a href="https://github.com/gdamore"><code>@​gdamore</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/854">gdamore/tcell#854</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gdamore/tcell/compare/v2.12.0...v2.12.1">https://github.com/gdamore/tcell/compare/v2.12.0...v2.12.1</a></p> <h2>Version 2.12 Feature Release</h2> <p>Building on the work of v2.11, this includes the win32 input mode design, and new string accessors for cells. This should be a big quality of life improvement for folks working with simple tcell apps.</p> <h2>What's Changed</h2> <ul> <li>Win32 refactor/redesign by <a href="https://github.com/gdamore"><code>@​gdamore</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/843">gdamore/tcell#843</a></li> <li>feat: Add improved string accessors for cell content. by <a href="https://github.com/gdamore"><code>@​gdamore</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/846">gdamore/tcell#846</a></li> <li>Gdamore/views put by <a href="https://github.com/gdamore"><code>@​gdamore</code></a> in <a href="https://redirect.github.com/gdamore/tcell/pull/848">gdamore/tcell#848</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gdamore/tcell/compare/v2.11.0...v2.12.0">https://github.com/gdamore/tcell/compare/v2.11.0...v2.12.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gdamore/tcell/commit/ce18ca2d8bcdfc7c4e8664d8a5b1bc2198b4718c"><code>ce18ca2</code></a> fix(keys): Incorrect names for keys (fixes <a href="https://redirect.github.com/gdamore/tcell/issues/874">#874</a>)</li> <li><a href="https://github.com/gdamore/tcell/commit/0b5424d92c58380e58cab5132a53f235e0e26e31"><code>0b5424d</code></a> fix: 3rd party Windows terminals double encoding win32-input-mode breaks some...</li> <li><a href="https://github.com/gdamore/tcell/commit/cbb86182949365cede420fab3e5e160ab4bf968f"><code>cbb8618</code></a> feat: enable XTerm modifyOtherKeys protocol</li> <li><a href="https://github.com/gdamore/tcell/commit/c319271ab0c4667f3067130bd43f0d7c300b2366"><code>c319271</code></a> fix: add the rune for KeyCtrlA through KeyCtrlZ.</li> <li><a href="https://github.com/gdamore/tcell/commit/24195185f84899310dde2e5e4d4c43503a49d95f"><code>2419518</code></a> fix: Emoji with tag sequences (e.g. 🏴󠁧󠁢󠁥󠁮󠁧󠁿) not displayed in UTF-8 ter (fixe...</li> <li><a href="https://github.com/gdamore/tcell/commit/ef0dc29a588f7fa6d9eb36a8aa8be36401117db5"><code>ef0dc29</code></a> docs: discard the message for the people of Russia, but keep the stand with U...</li> <li><a href="https://github.com/gdamore/tcell/commit/ceab161860bfa32e1c611b55d1ad725816e6be96"><code>ceab161</code></a> fix: Wrong array index in ScanUTF8</li> <li><a href="https://github.com/gdamore/tcell/commit/bcd877c35ab5275dd42a648dc03f317ae4bcaabb"><code>bcd877c</code></a> fix: Pasting 32 or more runes is broken (fixes <a href="https://redirect.github.com/gdamore/tcell/issues/852">#852</a>)</li> <li><a href="https://github.com/gdamore/tcell/commit/34853e2d740b6d7cc5befcfa05f8d3e6589549e6"><code>34853e2</code></a> chore(deps): bump actions/checkout from 5 to 6</li> <li><a href="https://github.com/gdamore/tcell/commit/7de4f884f2af74ecf903e757091b8f4554609b26"><code>7de4f88</code></a> Fix KeyCtrlRightSq name from 'Ctrl-[' to 'Ctrl-]'</li> <li>Additional commits viewable in <a href="https://github.com/gdamore/tcell/compare/v2.11.0...v2.13.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.11.0&new-version=2.13.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 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-26 18:43:24 +03:00
kerem changed title from [PR #55] [MERGED] deps(deps): bump github.com/gdamore/tcell/v2 from 2.11.0 to 2.13.1 to [PR #55] deps(deps): bump github.com/gdamore/tcell/v2 from 2.11.0 to 2.13.1 2026-02-27 12:38:30 +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#62
No description provided.