Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump github.com/gdamore/tcell/v2 from 2.2.1 to 2.3.1 #87

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

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 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 requested a review from ktr0731 May 17, 2021 06:48
@codecov
Copy link

codecov bot commented May 17, 2021

Codecov Report

Merging #87 (21ef986) into master (e3fc494) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #87   +/-   ##
=======================================
  Coverage   87.13%   87.13%           
=======================================
  Files           5        5           
  Lines         544      544           
=======================================
  Hits          474      474           
  Misses         57       57           
  Partials       13       13           

@ktr0731 ktr0731 enabled auto-merge (squash) May 17, 2021 06:50
Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.2.1 to 2.3.1.
- [Release notes](https://github.com/gdamore/tcell/releases)
- [Changelog](https://github.com/gdamore/tcell/blob/master/CHANGESv2.adoc)
- [Commits](gdamore/tcell@v2.2.1...v2.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gdamore/tcell/v2-2.3.1 branch from 1135d7d to 21ef986 Compare May 17, 2021 08:14
@ktr0731 ktr0731 merged commit 736ff34 into master May 17, 2021
@ktr0731 ktr0731 deleted the dependabot/go_modules/github.com/gdamore/tcell/v2-2.3.1 branch May 17, 2021 08:19
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant