chore(deps): update module github.com/gdamore/tcell to v2 #7

Merged
nemunaire merged 1 commits from renovate/github.com-gdamore-tcell-2.x into master 2021-08-04 10:06:01 +00:00
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/gdamore/tcell require major v1.4.0 -> v2.4.0

Release Notes

gdamore/tcell

v2.4.0

Compare Source

v2.3.11

Compare Source

v2.3.10

Compare Source

v2.3.9

Compare Source

v2.3.8

Compare Source

v2.3.7

Compare Source

v2.3.6

Compare Source

v2.3.5

Compare Source

v2.3.4

Compare Source

v2.3.3

Compare Source

v2.3.2

Compare Source

v2.3.1

Compare Source

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

v2.3.0

Compare Source

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)

v2.2.1

Compare Source

v2.2.0

Compare Source

v2.1.0

Compare Source

v2.0.0

Compare Source


Configuration

📅 Schedule: 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/gdamore/tcell](https://github.com/gdamore/tcell) | require | major | `v1.4.0` -> `v2.4.0` | --- ### Release Notes <details> <summary>gdamore/tcell</summary> ### [`v2.4.0`](https://github.com/gdamore/tcell/compare/v2.3.11...v2.4.0) [Compare Source](https://github.com/gdamore/tcell/compare/v2.3.11...v2.4.0) ### [`v2.3.11`](https://github.com/gdamore/tcell/compare/v2.3.10...v2.3.11) [Compare Source](https://github.com/gdamore/tcell/compare/v2.3.10...v2.3.11) ### [`v2.3.10`](https://github.com/gdamore/tcell/compare/v2.3.9...v2.3.10) [Compare Source](https://github.com/gdamore/tcell/compare/v2.3.9...v2.3.10) ### [`v2.3.9`](https://github.com/gdamore/tcell/compare/v2.3.8...v2.3.9) [Compare Source](https://github.com/gdamore/tcell/compare/v2.3.8...v2.3.9) ### [`v2.3.8`](https://github.com/gdamore/tcell/compare/v2.3.7...v2.3.8) [Compare Source](https://github.com/gdamore/tcell/compare/v2.3.7...v2.3.8) ### [`v2.3.7`](https://github.com/gdamore/tcell/compare/v2.3.6...v2.3.7) [Compare Source](https://github.com/gdamore/tcell/compare/v2.3.6...v2.3.7) ### [`v2.3.6`](https://github.com/gdamore/tcell/compare/v2.3.5...v2.3.6) [Compare Source](https://github.com/gdamore/tcell/compare/v2.3.5...v2.3.6) ### [`v2.3.5`](https://github.com/gdamore/tcell/compare/v2.3.4...v2.3.5) [Compare Source](https://github.com/gdamore/tcell/compare/v2.3.4...v2.3.5) ### [`v2.3.4`](https://github.com/gdamore/tcell/compare/v2.3.3...v2.3.4) [Compare Source](https://github.com/gdamore/tcell/compare/v2.3.3...v2.3.4) ### [`v2.3.3`](https://github.com/gdamore/tcell/compare/v2.3.2...v2.3.3) [Compare Source](https://github.com/gdamore/tcell/compare/v2.3.2...v2.3.3) ### [`v2.3.2`](https://github.com/gdamore/tcell/compare/v2.3.1...v2.3.2) [Compare Source](https://github.com/gdamore/tcell/compare/v2.3.1...v2.3.2) ### [`v2.3.1`](https://github.com/gdamore/tcell/releases/v2.3.1) [Compare Source](https://github.com/gdamore/tcell/compare/v2.3.0...v2.3.1) This release fixes a resize regression introduced in v2.3.0. Resizing the window would cause a panic in v2.3.0. ### [`v2.3.0`](https://github.com/gdamore/tcell/releases/v2.3.0) [Compare Source](https://github.com/gdamore/tcell/compare/v2.2.1...v2.3.0) 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 [#&#8203;148](https://github.com/gdamore/tcell/issues/148)) - Screen.HasPendingEvent() is provided to permit collecting multiple events between screen refreshes (fixes [#&#8203;422](https://github.com/gdamore/tcell/issues/422)) - FromImageColor() is available to convert an image.Color into a tcell.Color (fixes [#&#8203;450](https://github.com/gdamore/tcell/issues/450)) Bug fixes: - Notably the tty handling for /dev/tty on UNIX had bugs on suspend or close, affecting Linux in particular (fixes [#&#8203;452](https://github.com/gdamore/tcell/issues/452), [#&#8203;449](https://github.com/gdamore/tcell/issues/449)) - Fini was not safe to call if the Screen was suspended (fixes [#&#8203;460](https://github.com/gdamore/tcell/issues/460), [#&#8203;440](https://github.com/gdamore/tcell/issues/440)) ### [`v2.2.1`](https://github.com/gdamore/tcell/compare/v2.2.0...v2.2.1) [Compare Source](https://github.com/gdamore/tcell/compare/v2.2.0...v2.2.1) ### [`v2.2.0`](https://github.com/gdamore/tcell/compare/v2.1.0...v2.2.0) [Compare Source](https://github.com/gdamore/tcell/compare/v2.1.0...v2.2.0) ### [`v2.1.0`](https://github.com/gdamore/tcell/compare/v2.0.0...v2.1.0) [Compare Source](https://github.com/gdamore/tcell/compare/v2.0.0...v2.1.0) ### [`v2.0.0`](https://github.com/gdamore/tcell/compare/v1.4.0...v2.0.0) [Compare Source](https://github.com/gdamore/tcell/compare/v1.4.0...v2.0.0) </details> --- ### Configuration 📅 **Schedule**: 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot added 1 commit 2021-08-03 10:13:13 +00:00
nemunaire merged commit 4ee4349867 into master 2021-08-04 10:06:01 +00:00
Author
Contributor

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 2.x releases. However, if you upgrade to 2.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

### Renovate Ignore Notification As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for *any* future 2.x releases. However, if you upgrade to 2.x manually then Renovate will then reenable updates for minor and patch updates automatically. If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: teach/adlin#7
No description provided.