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 [@​joshgoebel](https://github.com/joshgoebel))
- Performance Fix by (by [@​kivattt](https://github.com/kivattt))
- Fix for slow Start Up Times ([#​764](https://github.com/gdamore/tcell/issues/764))
#### Detailed List
- Add go-tetris by [@​aaronriekenberg](https://github.com/aaronriekenberg) in https://github.com/gdamore/tcell/pull/695
- feature: underline styles by [@​gdamore](https://github.com/gdamore) in https://github.com/gdamore/tcell/pull/697
- Windows: hyperlink support by [@​gdamore](https://github.com/gdamore) in https://github.com/gdamore/tcell/pull/705
- fixes [#​666](https://github.com/gdamore/tcell/issues/666) cursor color by [@​gdamore](https://github.com/gdamore) in https://github.com/gdamore/tcell/pull/709
- fixes [#​710](https://github.com/gdamore/tcell/issues/710) Add support for setting the window title by [@​gdamore](https://github.com/gdamore) in https://github.com/gdamore/tcell/pull/711
- fixes [#​561](https://github.com/gdamore/tcell/issues/561) Add clipboard support. by [@​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 [@​dependabot](https://github.com/dependabot) in https://github.com/gdamore/tcell/pull/725
- Fix typos by [@​deining](https://github.com/deining) in https://github.com/gdamore/tcell/pull/747
- fix warning 'Restore cache failed' by [@​deining](https://github.com/deining) in https://github.com/gdamore/tcell/pull/748
- Adding oddshub to README by [@​dos-2](https://github.com/dos-2) in https://github.com/gdamore/tcell/pull/737
- fix: add tmux-256color terminfo by [@​luisdavim](https://github.com/luisdavim) in https://github.com/gdamore/tcell/pull/719
- fixes [#​716](https://github.com/gdamore/tcell/issues/716) Improve missing terminal error message. by [@​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 [@​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 [@​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 [@​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 [@​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 [@​dependabot](https://github.com/dependabot) in https://github.com/gdamore/tcell/pull/751
- fixes [#​764](https://github.com/gdamore/tcell/issues/764) Adding tcell as a dependency delays startup time by [@​gdamore](https://github.com/gdamore) in https://github.com/gdamore/tcell/pull/767
- Add Ghostty support by [@​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 [@​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 [@​dependabot](https://github.com/dependabot) in https://github.com/gdamore/tcell/pull/762
#### New Contributors
- [@​aaronriekenberg](https://github.com/aaronriekenberg) made their first contribution in https://github.com/gdamore/tcell/pull/695
- [@​deining](https://github.com/deining) made their first contribution in https://github.com/gdamore/tcell/pull/747
- [@​dos-2](https://github.com/dos-2) made their first contribution in https://github.com/gdamore/tcell/pull/737
- [@​luisdavim](https://github.com/luisdavim) made their first contribution in https://github.com/gdamore/tcell/pull/719
- [@​spearson78](https://github.com/spearson78) made their first contribution in https://github.com/gdamore/tcell/pull/717
- [@​kivattt](https://github.com/kivattt) made their first contribution in https://github.com/gdamore/tcell/pull/744
- [@​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==-->
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.12025-01-12 04:02:42 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v2.7.4->v2.8.1Release 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: 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.
This PR has been generated by Renovate Bot.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the
go getcommand, which resulted in the following additional change(s):Details:
github.com/gdamore/encodingv1.0.0->v1.0.1github.com/mattn/go-runewidthv0.0.15->v0.0.16Update module github.com/gdamore/tcell/v2 to v2.8.0to Update module github.com/gdamore/tcell/v2 to v2.8.1ea965ae6b6to4d304aaea64d304aaea6toae0eb5f001