Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps github.com/gdamore/tcell/v3 from 3.0.3 to 3.0.4.

Release notes

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

Version 3.0.4 Bug Fix Release (Includes Breaking Change)

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

Commits
  • 97ac3c6 test: create initial mock tty for testing
  • da9945c fix: ctrl-J is reported as KeyCR/KeyEnter on legacy terminals (fixes #911)
  • e90d698 tests: add test for dec private mode parser
  • af992da ci: code coverage tweaks
  • 7151950 fix: only enable mouse support if SGR reporting is supported
  • 7238f43 fix: rxvt non-conformant CSI collides with DEC private mode queries
  • 60d9e19 chore: fix build tags
  • cade940 feat: support inline resize and refactor private mode support
  • b772deb feat: Add terminal information to handshake, make iTerm2 notifications work
  • 1905981 feature: add negotiation step for terminal attributes
  • 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)

Bumps [github.com/gdamore/tcell/v3](https://github.com/gdamore/tcell) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/gdamore/tcell/releases)
- [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv3.md)
- [Commits](gdamore/tcell@v3.0.3...v3.0.4)

---
updated-dependencies:
- dependency-name: github.com/gdamore/tcell/v3
  dependency-version: 3.0.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 22, 2025
@noborus noborus merged commit d238e9a into master Dec 22, 2025
7 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gdamore/tcell/v3-3.0.4 branch December 22, 2025 22:33
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