Skip to content

fix(deps): update module github.com/gdamore/tcell/v2 to v3#61

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-gdamore-tcell-v2-3.x
Open

fix(deps): update module github.com/gdamore/tcell/v2 to v3#61
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-gdamore-tcell-v2-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 2, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/gdamore/tcell/v2 v2.13.8v3.2.0 age confidence

Release Notes

gdamore/tcell (github.com/gdamore/tcell/v2)

v3.2.0

Compare Source

v3.1.2: Version 3.1.2 Bug Fix Release

Compare Source

The main reason for releasing this is to get out two fixes that were offered up by others.

  • Infinite loop bug in pasting
  • Wide characters disappearing at right margin

What's Changed

Full Changelog: gdamore/tcell@v3.1.1...v3.1.2

v3.1.1: Version 3.1.1 Bug Fix Release

Compare Source

This principally fixes two bugs:

  • Certain runes would cause problems if pasted on Windows (could hang, wouldn't pass) due to Windows surrogate pair handling (#​986)
  • Certain terminal emulators would give unfortunate results with certain wide characters (#​976)

A bunch more progress made on the emulator subsystem as well, but its still not quite ready for public consumption, although it is used in the mock for testing tcell.

What's Changed

Full Changelog: gdamore/tcell@v3.1.0...v3.1.1

v3.1.0: Version 3.1.0 Feature Release

Compare Source

What's New

The main new feature here is improved support for mouse chords and additional mouse button reporting. It is now possible
for multiple mouse buttons to be pressed together, and reported together.

A great deal of additional work was done on the emulator subsystem and in the mocks, yielding over 80% test coverage, with a number of associated bug fixes as a result.

What's Changed

Full Changelog: gdamore/tcell@v3.0.6...v3.1.0

v3.0.6: Version 3.0.6 Bug Fix Release

Compare Source

This address some minor bug fixes, and it reduces some of the writing we do to the terminal when changing attributes and using color.

Most of the rest of the commits in this release are related to improving test coverage, and enhancing the mock terminal backend.
Note that the very useless SimScreen has been removed, as the MockBackend is far more functional.

Also some demos have moved from _demos to demos -- and they are now verified in the CI/CD. We will be doing this with the rest of the demos over time.

What's Changed

Full Changelog: gdamore/tcell@v3.0.5...v3.0.6

v3.0.5: Version 3.0.5 Bug Fix and Refactor Release

Compare Source

This release is principally a bug fix release, but we also took this opportunity to remove the views sub-package.

This is technically a breaking change, but we don't think anyone has converted to v3 and is using the views package, and we meant to to do this as part of v3 originally.

The content that was in the views package might be introduced in another repository later, if desired. (If you were using the views package and miss it, please let us know! We'd be happy to resurrect it in another sub package.)

What's Changed

Full Changelog: gdamore/tcell@v3.0.4...v3.0.5

v3.0.4: Version 3.0.4 Bug Fix Release (Includes Breaking Change)

Compare Source

This release contains one important bug fix (for Control-J reporting on legacy terminals), and some refactoring intended to
make feature detection and reporting better. There is a breaking change here in the TTY API, but we don't think anyone has adopted the v3 version of this yet, which is why we felt we could make this change.

What's Changed

Full Changelog: gdamore/tcell@v3.0.3...v3.0.4

v3.0.3: Version 3.0.3 Bug Fix Release

Compare Source

What's Changed

Full Changelog: gdamore/tcell@v3.0.2...v3.0.3

v3.0.2: Version 3.0.2 Bug Fix Release

Compare Source

What's Changed

  • fix(windows): remove incorrect +1 from console dimension calculations by @​ayn2op in #​890

New Contributors

Full Changelog: gdamore/tcell@v3.0.1...v3.0.2

v3.0.1: Version 3.0.1 Bug Fix Release

Compare Source

One very unfortunate bug with key handling (capital letters not working) was found just after we released 3.0.0.

This release also adds some accessors which should have been in 3.0.0 but weren't. Technically this probably should have been a minor release, but we don't think anyone is likely to have started using 3.0.0 for real (particularly with the nasty bug we fixed), so we decided not to make it a minor release.

With this direct Attributes use is no longer recommended. Use the accessors on Style instead.

What's Changed

New Contributors

Full Changelog: gdamore/tcell@v3.0.0...v3.0.1

v3.0.0: Version 3.0.0 Major Release

Compare Source

Version 3 is a major new release. It introduces improvements in the event handling,
richer support for more keys and modifier reports, more functionality out of the box, desktop notification support,
simpler APIs for emitting strings directly to the screen, and numerous bug fixes.

Every Tcell version 2 application will need some modifications to work with Tcell version 3.
See the CHANGESv3.md document for more information.

Full Changelog: gdamore/tcell@v2.13.0...v3.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-3.x branch 2 times, most recently from 733e527 to f2ece93 Compare December 12, 2025 00:09
@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-3.x branch 2 times, most recently from 916fe77 to e0d1a89 Compare December 26, 2025 04:38
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Dec 26, 2025

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.25.0
github.com/lucasb-eyer/go-colorful v1.3.0 -> v1.4.0
golang.org/x/sys v0.38.0 -> v0.42.0
golang.org/x/term v0.37.0 -> v0.40.0
golang.org/x/text v0.31.0 -> v0.35.0

@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-3.x branch from e0d1a89 to 0a914aa Compare December 31, 2025 10:00
@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-3.x branch 4 times, most recently from 25fef95 to fdc45e4 Compare January 12, 2026 09:50
@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-3.x branch 2 times, most recently from f7094a0 to e77e362 Compare January 26, 2026 13:37
@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-3.x branch from e77e362 to 7131022 Compare February 2, 2026 19:04
@renovate renovate bot force-pushed the renovate/github.com-gdamore-tcell-v2-3.x branch from 7131022 to 5c40225 Compare April 3, 2026 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants