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

Merged
nemunaire merged 1 commits from renovate/github.com-gdamore-tcell-v2-2.x into master 2023-01-13 20:32:06 +00:00
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/gdamore/tcell/v2 require patch v2.5.3 -> v2.5.4

Release Notes

gdamore/tcell

v2.5.4: Version 2.5.4 Bug Fix Release

Compare Source

Version 2.5.4 fixed quite a few things in the 2.5 release chain. Arguably it could also have been a minor release due to some quasi-feature updates. It is anticipated that this will be the last release for 2.5.x.

The next minor release (2.6.0) will probably require updating to at least go 1.17 as we move towards updating imports and adopting additional language features.

Fixes:

  • On Windows (and some other platforms) custom TTYs did not work (#​580)
  • Default to using narrow for ambiguous characters in East Asian locales (#​578)
    This affected a lot of folks in East Asian locales, and now tcell applications should work by default for them.
    If overrides to the RUNEWIDTH_EASTASIAN environment are present they will still be honored.
  • Fix for intermittent screen flashes (#​576)
  • Encoding sub package now registers all encodings when imported. (Explicit call to Register is no longer required)
  • Tutorial program improved to demonstrate panic handling (thanks to Eric S. Raymond)
  • Fix for mouse-wheel/click-drag conflation (#​574)
  • Hyperlink ID support added (#​568) (thanks to Tim Culverhouse)
  • Paste support added to views.Application (#​552) (thanks to Chris Bradbury)
  • WidgetWatcher is concurrency-safe (thanks to Tim Culverhouse)
  • Fix for CellView.Size() (#​553) (thanks to Chris Bradbury)
  • Fix for tput escape sequence errors (#​546)
  • Horizontal, Vertical are now type Orientation (#​543) (thanks to Zaim Bakar)

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

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) | require | patch | `v2.5.3` -> `v2.5.4` | --- ### Release Notes <details> <summary>gdamore/tcell</summary> ### [`v2.5.4`](https://github.com/gdamore/tcell/releases/tag/v2.5.4): Version 2.5.4 Bug Fix Release [Compare Source](https://github.com/gdamore/tcell/compare/v2.5.3...v2.5.4) Version 2.5.4 fixed quite a few things in the 2.5 release chain. Arguably it could also have been a minor release due to some quasi-feature updates. It is anticipated that this will be the last release for 2.5.x. The next minor release (2.6.0) will probably require updating to at least go 1.17 as we move towards updating imports and adopting additional language features. Fixes: - On Windows (and some other platforms) custom TTYs did not work ([#&#8203;580](https://github.com/gdamore/tcell/issues/580)) - Default to using narrow for ambiguous characters in East Asian locales ([#&#8203;578](https://github.com/gdamore/tcell/issues/578)) This affected a lot of folks in East Asian locales, and now tcell applications should work by default for them. If overrides to the RUNEWIDTH_EASTASIAN environment are present they will still be honored. - Fix for intermittent screen flashes ([#&#8203;576](https://github.com/gdamore/tcell/issues/576)) - Encoding sub package now registers all encodings when imported. (Explicit call to Register is no longer required) - Tutorial program improved to demonstrate panic handling (thanks to Eric S. Raymond) - Fix for mouse-wheel/click-drag conflation ([#&#8203;574](https://github.com/gdamore/tcell/issues/574)) - Hyperlink ID support added ([#&#8203;568](https://github.com/gdamore/tcell/issues/568)) (thanks to Tim Culverhouse) - Paste support added to views.Application ([#&#8203;552](https://github.com/gdamore/tcell/issues/552)) (thanks to Chris Bradbury) - WidgetWatcher is concurrency-safe (thanks to Tim Culverhouse) - Fix for CellView.Size() ([#&#8203;553](https://github.com/gdamore/tcell/issues/553)) (thanks to Chris Bradbury) - Fix for tput escape sequence errors ([#&#8203;546](https://github.com/gdamore/tcell/issues/546)) - Horizontal, Vertical are now type Orientation ([#&#8203;543](https://github.com/gdamore/tcell/issues/543)) (thanks to Zaim Bakar) </details> --- ### 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. --- - [ ] <!-- 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-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNzQuMiJ9-->
renovate-bot force-pushed renovate/github.com-gdamore-tcell-v2-2.x from 440e282a3b to 8e476739e4 2023-01-01 15:04:22 +00:00 Compare
renovate-bot force-pushed renovate/github.com-gdamore-tcell-v2-2.x from 8e476739e4 to 6d6f69ccf8 2023-01-01 16:05:03 +00:00 Compare
renovate-bot force-pushed renovate/github.com-gdamore-tcell-v2-2.x from 6d6f69ccf8 to 4ef316c9bb 2023-01-04 13:05:04 +00:00 Compare
renovate-bot force-pushed renovate/github.com-gdamore-tcell-v2-2.x from 4ef316c9bb to 3a5c83c7db 2023-01-04 16:03:45 +00:00 Compare
renovate-bot force-pushed renovate/github.com-gdamore-tcell-v2-2.x from 3a5c83c7db to ecc5102e4d 2023-01-07 12:06:20 +00:00 Compare
nemunaire merged commit 14e8ee0212 into master 2023-01-13 20:32:06 +00:00
nemunaire deleted branch renovate/github.com-gdamore-tcell-v2-2.x 2023-01-13 20:32:06 +00:00
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#53
No description provided.