Update module github.com/gdamore/tcell/v2 to v2.8.0 #53

Open
renovate wants to merge 1 commits from renovate/github.com-gdamore-tcell-v2-2.x into master
Contributor

This PR contains the following updates:

Package Type Update Change
github.com/gdamore/tcell/v2 require minor v2.7.4 -> v2.8.0

Release Notes

gdamore/tcell (github.com/gdamore/tcell/v2)

v2.8.0: Version 2.8.0 Feature Release

Compare Source

Main Features

  • Underline Styles
  • Cursor Colors
  • Hyperlink Support for Windows
  • Clipboard Support
  • Window Title Support
  • Ghostty Terminal Support (by @​joshgoebel)
  • Performance Fix by (by @​kivattt)
  • Fix for slow Start Up Times (#​764)

Detailed List

New Contributors

Full Changelog: https://github.com/gdamore/tcell/compare/v2.7.4...v2.8.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.


  • 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 | minor | `v2.7.4` -> `v2.8.0` | --- ### Release Notes <details> <summary>gdamore/tcell (github.com/gdamore/tcell/v2)</summary> ### [`v2.8.0`](https://github.com/gdamore/tcell/releases/tag/v2.8.0): Version 2.8.0 Feature Release [Compare Source](https://github.com/gdamore/tcell/compare/v2.7.4...v2.8.0) #### Main Features - Underline Styles - Cursor Colors - Hyperlink Support for Windows - Clipboard Support - Window Title Support - Ghostty Terminal Support (by [@&#8203;joshgoebel](https://github.com/joshgoebel)) - Performance Fix by (by [@&#8203;kivattt](https://github.com/kivattt)) - Fix for slow Start Up Times ([#&#8203;764](https://github.com/gdamore/tcell/issues/764)) #### Detailed List - Add go-tetris by [@&#8203;aaronriekenberg](https://github.com/aaronriekenberg) in https://github.com/gdamore/tcell/pull/695 - feature: underline styles by [@&#8203;gdamore](https://github.com/gdamore) in https://github.com/gdamore/tcell/pull/697 - Windows: hyperlink support by [@&#8203;gdamore](https://github.com/gdamore) in https://github.com/gdamore/tcell/pull/705 - fixes [#&#8203;666](https://github.com/gdamore/tcell/issues/666) cursor color by [@&#8203;gdamore](https://github.com/gdamore) in https://github.com/gdamore/tcell/pull/709 - fixes [#&#8203;710](https://github.com/gdamore/tcell/issues/710) Add support for setting the window title by [@&#8203;gdamore](https://github.com/gdamore) in https://github.com/gdamore/tcell/pull/711 - fixes [#&#8203;561](https://github.com/gdamore/tcell/issues/561) Add clipboard support. by [@&#8203;gdamore](https://github.com/gdamore) in https://github.com/gdamore/tcell/pull/714 - Bump codecov/codecov-action from 4.1.0 to 4.3.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gdamore/tcell/pull/725 - Fix typos by [@&#8203;deining](https://github.com/deining) in https://github.com/gdamore/tcell/pull/747 - fix warning 'Restore cache failed' by [@&#8203;deining](https://github.com/deining) in https://github.com/gdamore/tcell/pull/748 - Adding oddshub to README by [@&#8203;dos-2](https://github.com/dos-2) in https://github.com/gdamore/tcell/pull/737 - fix: add tmux-256color terminfo by [@&#8203;luisdavim](https://github.com/luisdavim) in https://github.com/gdamore/tcell/pull/719 - fixes [#&#8203;716](https://github.com/gdamore/tcell/issues/716) Improve missing terminal error message. by [@&#8203;spearson78](https://github.com/spearson78) in https://github.com/gdamore/tcell/pull/717 - Speed up SetContent by checking length of combining characters before reflect.DeepEqual by [@&#8203;kivattt](https://github.com/kivattt) in https://github.com/gdamore/tcell/pull/744 - Bump github.com/mattn/go-runewidth from 0.0.15 to 0.0.16 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gdamore/tcell/pull/743 - Bump golang.org/x/sys from 0.18.0 to 0.22.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gdamore/tcell/pull/738 - Bump codecov/codecov-action from 4.3.0 to 4.5.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gdamore/tcell/pull/736 - Bump golang.org/x/term from 0.18.0 to 0.25.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gdamore/tcell/pull/751 - fixes [#&#8203;764](https://github.com/gdamore/tcell/issues/764) Adding tcell as a dependency delays startup time by [@&#8203;gdamore](https://github.com/gdamore) in https://github.com/gdamore/tcell/pull/767 - Add Ghostty support by [@&#8203;joshgoebel](https://github.com/joshgoebel) in https://github.com/gdamore/tcell/pull/763 - Bump golang.org/x/term from 0.25.0 to 0.28.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gdamore/tcell/pull/766 - Bump codecov/codecov-action from 4.5.0 to 5.1.2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gdamore/tcell/pull/762 #### New Contributors - [@&#8203;aaronriekenberg](https://github.com/aaronriekenberg) made their first contribution in https://github.com/gdamore/tcell/pull/695 - [@&#8203;deining](https://github.com/deining) made their first contribution in https://github.com/gdamore/tcell/pull/747 - [@&#8203;dos-2](https://github.com/dos-2) made their first contribution in https://github.com/gdamore/tcell/pull/737 - [@&#8203;luisdavim](https://github.com/luisdavim) made their first contribution in https://github.com/gdamore/tcell/pull/719 - [@&#8203;spearson78](https://github.com/spearson78) made their first contribution in https://github.com/gdamore/tcell/pull/717 - [@&#8203;kivattt](https://github.com/kivattt) made their first contribution in https://github.com/gdamore/tcell/pull/744 - [@&#8203;joshgoebel](https://github.com/joshgoebel) made their first contribution in https://github.com/gdamore/tcell/pull/763 **Full Changelog**: https://github.com/gdamore/tcell/compare/v2.7.4...v2.8.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS45Ni4yIiwidXBkYXRlZEluVmVyIjoiMzkuOTYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-01-09 07:02:40 +00:00
Update module github.com/gdamore/tcell/v2 to v2.8.0
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ea965ae6b6
Author
Contributor

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/gdamore/encoding v1.0.0 -> v1.0.1
github.com/mattn/go-runewidth v0.0.15 -> v0.0.16
golang.org/x/sys v0.27.0 -> v0.29.0
golang.org/x/term v0.22.0 -> v0.28.0
golang.org/x/text v0.16.0 -> v0.21.0
### ℹ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 5 additional dependencies were updated Details: | **Package** | **Change** | | :------------------------------ | :--------------------- | | `github.com/gdamore/encoding` | `v1.0.0` -> `v1.0.1` | | `github.com/mattn/go-runewidth` | `v0.0.15` -> `v0.0.16` | | `golang.org/x/sys` | `v0.27.0` -> `v0.29.0` | | `golang.org/x/term` | `v0.22.0` -> `v0.28.0` | | `golang.org/x/text` | `v0.16.0` -> `v0.21.0` |
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-gdamore-tcell-v2-2.x:renovate/github.com-gdamore-tcell-v2-2.x
git checkout renovate/github.com-gdamore-tcell-v2-2.x
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
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: alazyreader/library#53
No description provided.