Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps github.com/gdamore/tcell/v2 from 2.9.0 to 2.13.1.

Release notes

Sourced from github.com/gdamore/tcell/v2's releases.

Version 2.13.1 Bug Fix Release

This fixes a bug decoding certain control keys ([, ], )

Version 2.13 Bug Fix and Minor Feature Release

What's Changed

Full Changelog: gdamore/tcell@v2.12.2...v2.13.0

Version 2.12.2 Bug Fix Release

This fixes a problem with certain emoji sequences.

Full Changelog: gdamore/tcell@v2.12.1...v2.12.2

Version 2.12.1 Bug Fix Release

There was some fallout from all the recent design changes. This should fix the main known issues. It also fixes a long standing issue in the views package.

What's Changed

Full Changelog: gdamore/tcell@v2.12.0...v2.12.1

Version 2.12 Feature Release

Building on the work of v2.11, this includes the win32 input mode design, and new string accessors for cells. This should be a big quality of life improvement for folks working with simple tcell apps.

What's Changed

Full Changelog: gdamore/tcell@v2.11.0...v2.12.0

Version 2.11.0 Bug Fix Release

This is mostly bug fixes for the previous release. It does however involve a complete redesign of the input subsystem, which is why we bumped the minor number.

What's Changed

... (truncated)

Commits
  • ce18ca2 fix(keys): Incorrect names for keys (fixes #874)
  • 0b5424d fix: 3rd party Windows terminals double encoding win32-input-mode breaks some...
  • cbb8618 feat: enable XTerm modifyOtherKeys protocol
  • c319271 fix: add the rune for KeyCtrlA through KeyCtrlZ.
  • 2419518 fix: Emoji with tag sequences (e.g. 🏴󠁧󠁢󠁥󠁮󠁧󠁿) not displayed in UTF-8 ter (fixe...
  • ef0dc29 docs: discard the message for the people of Russia, but keep the stand with U...
  • ceab161 fix: Wrong array index in ScanUTF8
  • bcd877c fix: Pasting 32 or more runes is broken (fixes #852)
  • 34853e2 chore(deps): bump actions/checkout from 5 to 6
  • 7de4f88 Fix KeyCtrlRightSq name from 'Ctrl-[' to 'Ctrl-]'
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 2, 2025 14:03
@dependabot dependabot bot requested a review from babakks December 2, 2025 14:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 2, 2025
@dependabot dependabot bot temporarily deployed to cli-automation December 2, 2025 14:03 Inactive
dependabot bot and others added 2 commits December 2, 2025 15:15
Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.9.0 to 2.13.1.
- [Release notes](https://github.com/gdamore/tcell/releases)
- [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv3.md)
- [Commits](gdamore/tcell@v2.9.0...v2.13.1)

---
updated-dependencies:
- dependency-name: github.com/gdamore/tcell/v2
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@williammartin williammartin force-pushed the dependabot/go_modules/github.com/gdamore/tcell/v2-2.13.1 branch from f4d91ed to 15266af Compare December 2, 2025 14:19
Copy link
Member

@williammartin williammartin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@williammartin williammartin enabled auto-merge (rebase) December 2, 2025 14:21
@williammartin williammartin merged commit 64f03b3 into trunk Dec 2, 2025
11 checks passed
@williammartin williammartin deleted the dependabot/go_modules/github.com/gdamore/tcell/v2-2.13.1 branch December 2, 2025 14:29
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Dec 12, 2025
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cli/cli](https://github.com/cli/cli) | patch | `v2.83.1` -> `v2.83.2` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>cli/cli (cli/cli)</summary>

### [`v2.83.2`](https://github.com/cli/cli/releases/tag/v2.83.2): GitHub CLI 2.83.2

[Compare Source](cli/cli@v2.83.1...v2.83.2)

#### What's Changed

##### 🐛 Fixes

- Isolate user-provided search query from contextual qualifiers by [@&#8203;babakks](https://github.com/babakks) in [#&#8203;12170](cli/cli#12170)

##### 📚 Docs & Chores

- Refactor cfg out of CAPI Client by [@&#8203;williammartin](https://github.com/williammartin) in [#&#8203;12148](cli/cli#12148)
- Remove extra flag default from help usage by [@&#8203;andyfeller](https://github.com/andyfeller) in [#&#8203;12154](cli/cli#12154)
- Add PGP key rotation PoC by [@&#8203;babakks](https://github.com/babakks) in [#&#8203;12176](cli/cli#12176)
- Add Debian/Ubuntu to unofficial packages by [@&#8203;andyfeller](https://github.com/andyfeller) in [#&#8203;12191](cli/cli#12191)
- Error if go-licenses is not on the PATH by [@&#8203;williammartin](https://github.com/williammartin) in [#&#8203;12238](cli/cli#12238)
- refactor: drop multierror in favor of std by [@&#8203;ferhatelmas](https://github.com/ferhatelmas) in [#&#8203;12234](cli/cli#12234)

##### :dependabot: Dependencies

- chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;12165](cli/cli#12165)
- chore(deps): bump actions/checkout from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;12178](cli/cli#12178)
- chore(deps): bump google.golang.org/protobuf from 1.36.9 to 1.36.10 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;12037](cli/cli#12037)
- chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;12189](cli/cli#12189)
- chore(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.2.0 to 2.3.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;12100](cli/cli#12100)
- chore(deps): bump github.com/gabriel-vasile/mimetype from 1.4.10 to 1.4.11 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;12051](cli/cli#12051)
- chore(deps): bump google.golang.org/grpc from 1.75.0 to 1.76.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;11972](cli/cli#11972)
- chore(deps): bump github.com/charmbracelet/huh from 0.7.0 to 0.8.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;11971](cli/cli#11971)
- Bump Go to 1.25.4 by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12104](cli/cli#12104)
- chore(deps): bump github.com/gdamore/tcell/v2 from 2.9.0 to 2.13.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;12246](cli/cli#12246)
- chore(deps): bump github.com/hashicorp/go-version from 1.7.0 to 1.8.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;12247](cli/cli#12247)
- chore(deps): bump github.com/google/go-containerregistry from 0.20.6 to 0.20.7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;12245](cli/cli#12245)
- Bump Go to 1.25.5 by [@&#8203;github-actions](https://github.com/github-actions)\[bot] in [#&#8203;12250](cli/cli#12250)
- Bump dev-tunnels SDK 0.1.13 to 0.1.19 by [@&#8203;sam-byng](https://github.com/sam-byng) in [#&#8203;12285](cli/cli#12285)

#### New Contributors

- [@&#8203;ferhatelmas](https://github.com/ferhatelmas) made their first contribution in [#&#8203;12234](cli/cli#12234)
- [@&#8203;sam-byng](https://github.com/sam-byng) made their first contribution in [#&#8203;12285](cli/cli#12285)

**Full Changelog**: <cli/cli@v2.83.1...v2.83.2>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Ny4wIiwidXBkYXRlZEluVmVyIjoiNDIuNDcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants