vegaprotocol / vegatools

A go command line utility providing a bunch of tools to use with a Vega network
MIT License
3 stars 4 forks source link

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

Open renovate[bot] opened 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gdamore/tcell/v2 v2.7.0 -> v2.7.4 age adoption passing confidence

Release Notes

gdamore/tcell (github.com/gdamore/tcell/v2) ### [`v2.7.4`](https://togithub.com/gdamore/tcell/releases/tag/v2.7.4): Version 2.7.4 Bug Fix Release [Compare Source](https://togithub.com/gdamore/tcell/compare/v2.7.3...v2.7.4) This release fixes a problem with restoring cursor location properly on Windows. It also includes a new stress test for your terminal (FPS monitor) contributed by [@​Bios-Marcel](https://togithub.com/Bios-Marcel) ### [`v2.7.3`](https://togithub.com/gdamore/tcell/releases/tag/v2.7.3): Version 2.7.3 Bug Fix Release [Compare Source](https://togithub.com/gdamore/tcell/compare/v2.7.2...v2.7.3) This release just updates the terminfo data using current data from Ubuntu 24.04 (Noble). It fixes a regression where we dropped some capabilities including StrikeThrough for some terminals. ### [`v2.7.2`](https://togithub.com/gdamore/tcell/releases/tag/v2.7.2): Version 2.7.2 Improvement Release [Compare Source](https://togithub.com/gdamore/tcell/compare/v2.7.1...v2.7.2) This release does not add new APIs, but it does improve the functionality of tcell on Windows, and provides an "undocumented" feature for managing the alternate screen buffer. - Windows uses VT mode output everywhere except on ConEmu (because VT output mode on ConEmu is borked for colors) - The `TCELL_VTMODE` environment variable can be set to "enable" or "disable" to force attempting to use (or not) this mode. - Windows now uses the alternate screen buffer by default, and preserves the original screen content - Use of the alternate screen can be disabled setting the `TCELL_ALTSCREEN` environment variable to "disable". - If the alternate screen is disabled in that fashion, we will not clear the screen either. This is an experimental way to preserve the output from a tcell application on exit or suspend. Feedback on this would be appreciated. The specific environment variables listed here are *not* considered part of the Tcell API, and their presence and meaning may change without notice at any time. Please consider them experimental and let us know whether these are useful or not. ### [`v2.7.1`](https://togithub.com/gdamore/tcell/releases/tag/v2.7.1): Version 2.7.1 Bug Fix Release [Compare Source](https://togithub.com/gdamore/tcell/compare/v2.7.0...v2.7.1) This release fixes a few problems, and also adds a feature that was missing on Windows. - Fix for disappearing wide (including emoji) characters on Windows ([#​621](https://togithub.com/gdamore/tcell/issues/621)) - Fix for wide characters causing scrolling when on bottom line on UNIX/Linux ([#​679](https://togithub.com/gdamore/tcell/issues/679)) - Fix for PollEvent returning nil on screen Suspend (regression) ([#​687](https://togithub.com/gdamore/tcell/issues/687)) - Fix for AltGr modifiers on Windows, contributed by stk Additionally: - Support for the termite (defunct) was removed from the built-in terminals. The fallback support by parsing terminfo still works. The termite project is now abandoned and the project advises users to use Alacritty (which is natively supported in tcell.) - Support for focus event reporting was added for Windows - The Views API no longer uses deprecated tcell functions internally ([#​682](https://togithub.com/gdamore/tcell/issues/682))

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.



This PR was generated by Mend Renovate. View the repository job log.