Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump github.com/gdamore/tcell/v2 from 2.2.1 to 2.3.1 #3627

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 17, 2021

Bumps github.com/gdamore/tcell/v2 from 2.2.1 to 2.3.1.

Release notes

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

Version 2.3.1 Bug fix release

This release fixes a resize regression introduced in v2.3.0. Resizing the window would cause a panic in v2.3.0.

Version 2.3.0 Features & Fixes

Version 2.3.0 brings in three new features, and also addresses a few bugs.

New features:

  • A new Tty interface is available to allow for custom Tty backends (for example to implement an SSH web-based alternative) (fixes #148)
  • Screen.HasPendingEvent() is provided to permit collecting multiple events between screen refreshes (fixes #422)
  • FromImageColor() is available to convert an image.Color into a tcell.Color (fixes #450)

Bug fixes:

  • Notably the tty handling for /dev/tty on UNIX had bugs on suspend or close, affecting Linux in particular (fixes #452, #449)
  • Fini was not safe to call if the Screen was suspended (fixes #460, #440)
Commits
  • 5c5a66e fix panic on resize (regression)
  • f0385f8 Use https for goreportcard.
  • 7a0b45c fixes #422 RFE: Handling events in batches
  • 0bfa151 fixes #460 Possible race condition between Fini and PollEvent
  • 876e1fd Add gruid-tcell to the list of examples in the README
  • 97c0480 fixes #452 Lost a key event once when exiting or suspending in v2.2.1.
  • 8f925d8 Implement FromImageColor
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 17, 2021
@smira smira closed this May 17, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 17, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@smira smira deleted the dependabot/go_modules/github.com/gdamore/tcell/v2-2.3.1 branch May 17, 2021 13:27
smira added a commit to smira/talos that referenced this pull request May 17, 2021
@smira smira mentioned this pull request May 17, 2021
talos-bot pushed a commit that referenced this pull request May 17, 2021
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.

1 participant