-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update module github.com/gdamore/tcell/v2 to v2.8.1 #335
Open
renovate
wants to merge
1
commit into
develop
Choose a base branch
from
renovate/github.com-gdamore-tcell-v2-2.x
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
186c8be
to
65d825f
Compare
3b72238
to
64b404e
Compare
64b404e
to
af8c5c6
Compare
fc50540
to
6d21781
Compare
0ff1250
to
092e8da
Compare
cefdcf4
to
9af96ce
Compare
9af96ce
to
4fed9fb
Compare
4fed9fb
to
95b627c
Compare
95b627c
to
f5885bb
Compare
76762ae
to
146bedd
Compare
146bedd
to
1b30cad
Compare
1b30cad
to
40cdc71
Compare
40cdc71
to
c83a4f5
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
c83a4f5
to
e601899
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.7.0
->v2.8.1
Release Notes
gdamore/tcell (github.com/gdamore/tcell/v2)
v2.8.1
: Version 2.8.1 Bug FixesCompare Source
This release addresses two bugs.
First, a bug with signed int overflow prevented building depending on the go compiler in use.
Second, a bug prevented color underlines from being supported on most Xterm work-a-likes.
v2.8.0
: Version 2.8.0 Feature ReleaseCompare Source
Main Features
Detailed List
New Contributors
Full Changelog: gdamore/tcell@v2.7.4...v2.8.0
v2.7.4
: Version 2.7.4 Bug Fix ReleaseCompare Source
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
v2.7.3
: Version 2.7.3 Bug Fix ReleaseCompare Source
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
: Version 2.7.2 Improvement ReleaseCompare Source
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.
TCELL_VTMODE
environment variable can be set to "enable" or "disable" to force attempting to use (or not) this mode.TCELL_ALTSCREEN
environment variable to "disable".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
: Version 2.7.1 Bug Fix ReleaseCompare Source
This release fixes a few problems, and also adds a feature that was missing on Windows.
Additionally:
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 is behind base branch, 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.