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

Merged
alazyreader merged 2 commits from renovate/github.com-gdamore-tcell-v2-2.x into master 2025-02-04 03:46:06 +00:00
Contributor

This PR contains the following updates:

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

Release Notes

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

v2.8.1: Version 2.8.1 Bug Fixes

Compare 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 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.1` | --- ### Release Notes <details> <summary>gdamore/tcell (github.com/gdamore/tcell/v2)</summary> ### [`v2.8.1`](https://github.com/gdamore/tcell/releases/tag/v2.8.1): Version 2.8.1 Bug Fixes [Compare Source](https://github.com/gdamore/tcell/compare/v2.8.0...v2.8.1) 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`](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:eyJjcmVhdGVkSW5WZXIiOiIzOS45Ni4yIiwidXBkYXRlZEluVmVyIjoiMzkuMTA1LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
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):

  • 2 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
### ℹ 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): - 2 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` |
renovate changed title from Update module github.com/gdamore/tcell/v2 to v2.8.0 to Update module github.com/gdamore/tcell/v2 to v2.8.1 2025-01-12 04:02:42 +00:00
renovate force-pushed renovate/github.com-gdamore-tcell-v2-2.x from ea965ae6b6 to 4d304aaea6 2025-01-12 04:02:44 +00:00 Compare
renovate force-pushed renovate/github.com-gdamore-tcell-v2-2.x from 4d304aaea6 to ae0eb5f001 2025-02-04 03:03:08 +00:00 Compare
alazyreader added 1 commit 2025-02-04 03:42:06 +00:00
implement missing mock methods
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
3d4d10f11c
alazyreader merged commit 0e09e47694 into master 2025-02-04 03:46:06 +00:00
alazyreader deleted branch renovate/github.com-gdamore-tcell-v2-2.x 2025-02-04 03:46:06 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alazyreader/library#53
No description provided.