Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2025

Bumps github.com/gdamore/tcell/v2 from 2.13.2 to 2.13.4.

Release notes

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

Version 2.13.4 Bug Fix

What's Changed

(Note that v2.13.3 was accidentally tagged on the wrong branch -- it had the same content, but the git history was wrong -- we've deleted the tag.)

Note that folks relying on KeyBacktab will find that the regression where on some terminals it became KeyTab+ModShift is now fixed.

Full Changelog: gdamore/tcell@v2.13.2...v2.13.4

Commits
  • dcce777 fix: fix terminal key protocol selection logic
  • 7631923 fix: fix win32-input-key protocol to be more resilient
  • 590c82f fix: fix shfit-tab delivering shift+tab instead of backtab (fixes #901)
  • See full diff 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)

Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.13.2 to 2.13.4.
- [Release notes](https://github.com/gdamore/tcell/releases)
- [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv3.md)
- [Commits](gdamore/tcell@v2.13.2...v2.13.4)

---
updated-dependencies:
- dependency-name: github.com/gdamore/tcell/v2
  dependency-version: 2.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 12, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 12, 2025 14:03
@dependabot dependabot bot requested a review from BagToad December 12, 2025 14:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 12, 2025
Signed-off-by: Babak K. Shandiz <babakks@github.com>
@babakks
Copy link
Member

babakks commented Dec 12, 2025

Tab and backtab works as expected in ext browse experience (pkg/cmd/extensions/browse/browse.go is the only package where we use tcell). The experience seems to be the same as before, although it's been buggy (e.g. shift+j or shift+k don't work).

@babakks
Copy link
Member

babakks commented Dec 12, 2025

Merging since the failed vulnerability check is not related to this PR:

Vulnerability #1: GO-2025-4192
    Sigstore Timestamp Authority allocates excessive memory during request
    parsing in github.com/sigstore/timestamp-authority
  More info: https://pkg.go.dev/vuln/GO-2025-4192
  Module: github.com/sigstore/timestamp-authority
    Found in: github.com/sigstore/timestamp-authority@v1.2.9
    Fixed in: N/A

@babakks babakks merged commit bb0c794 into trunk Dec 12, 2025
10 of 11 checks passed
@babakks babakks deleted the dependabot/go_modules/github.com/gdamore/tcell/v2-2.13.4 branch December 12, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants