fix(deps): update module github.com/gdamore/tcell/v2 to v3 #71
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.13.7→v3.1.1Release Notes
gdamore/tcell (github.com/gdamore/tcell/v2)
v3.1.1: Version 3.1.1 Bug Fix ReleaseCompare Source
This principally fixes two bugs:
A bunch more progress made on the emulator subsystem as well, but its still not quite ready for public consumption, although it is used in the mock for testing tcell.
What's Changed
Full Changelog: gdamore/tcell@v3.1.0...v3.1.1
v3.1.0: Version 3.1.0 Feature ReleaseCompare Source
What's New
The main new feature here is improved support for mouse chords and additional mouse button reporting. It is now possible
for multiple mouse buttons to be pressed together, and reported together.
A great deal of additional work was done on the emulator subsystem and in the mocks, yielding over 80% test coverage, with a number of associated bug fixes as a result.
What's Changed
Full Changelog: gdamore/tcell@v3.0.6...v3.1.0
v3.0.6: Version 3.0.6 Bug Fix ReleaseCompare Source
This address some minor bug fixes, and it reduces some of the writing we do to the terminal when changing attributes and using color.
Most of the rest of the commits in this release are related to improving test coverage, and enhancing the mock terminal backend.
Note that the very useless SimScreen has been removed, as the MockBackend is far more functional.
Also some demos have moved from _demos to demos -- and they are now verified in the CI/CD. We will be doing this with the rest of the demos over time.
What's Changed
Full Changelog: gdamore/tcell@v3.0.5...v3.0.6
v3.0.5: Version 3.0.5 Bug Fix and Refactor ReleaseCompare Source
This release is principally a bug fix release, but we also took this opportunity to remove the views sub-package.
This is technically a breaking change, but we don't think anyone has converted to v3 and is using the views package, and we meant to to do this as part of v3 originally.
The content that was in the views package might be introduced in another repository later, if desired. (If you were using the views package and miss it, please let us know! We'd be happy to resurrect it in another sub package.)
What's Changed
Full Changelog: gdamore/tcell@v3.0.4...v3.0.5
v3.0.4: Version 3.0.4 Bug Fix Release (Includes Breaking Change)Compare Source
This release contains one important bug fix (for Control-J reporting on legacy terminals), and some refactoring intended to
make feature detection and reporting better. There is a breaking change here in the TTY API, but we don't think anyone has adopted the v3 version of this yet, which is why we felt we could make this change.
What's Changed
Full Changelog: gdamore/tcell@v3.0.3...v3.0.4
v3.0.3: Version 3.0.3 Bug Fix ReleaseCompare Source
What's Changed
Full Changelog: gdamore/tcell@v3.0.2...v3.0.3
v3.0.2: Version 3.0.2 Bug Fix ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: gdamore/tcell@v3.0.1...v3.0.2
v3.0.1: Version 3.0.1 Bug Fix ReleaseCompare Source
One very unfortunate bug with key handling (capital letters not working) was found just after we released 3.0.0.
This release also adds some accessors which should have been in 3.0.0 but weren't. Technically this probably should have been a minor release, but we don't think anyone is likely to have started using 3.0.0 for real (particularly with the nasty bug we fixed), so we decided not to make it a minor release.
With this direct Attributes use is no longer recommended. Use the accessors on Style instead.
What's Changed
New Contributors
Full Changelog: gdamore/tcell@v3.0.0...v3.0.1
v3.0.0: Version 3.0.0 Major ReleaseCompare Source
Version 3 is a major new release. It introduces improvements in the event handling,
richer support for more keys and modifier reports, more functionality out of the box, desktop notification support,
simpler APIs for emitting strings directly to the screen, and numerous bug fixes.
Every Tcell version 2 application will need some modifications to work with Tcell version 3.
See the CHANGESv3.md document for more information.
Full Changelog: gdamore/tcell@v2.13.0...v3.0.0
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.