Commit db38995
authored
🌱(deps): Bump github.com/gdamore/tcell/v2 from 2.13.2 to 2.13.4 in the all-go-deps group (#353)
Bumps the all-go-deps group with 1 update:
[github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell).
Updates `github.com/gdamore/tcell/v2` from 2.13.2 to 2.13.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gdamore/tcell/releases">github.com/gdamore/tcell/v2's
releases</a>.</em></p>
<blockquote>
<h2>Version 2.13.4 Bug Fix</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix various keyboard handling issues found in version 2 by <a
href="https://github.com/gdamore"><code>@gdamore</code></a> in <a
href="https://redirect.github.com/gdamore/tcell/pull/904">gdamore/tcell#904</a></li>
</ul>
<p>(Note that v2.13.3 was accidentally tagged on the wrong branch -- it
had the same content, but the git history
was wrong -- we've deleted the tag.)</p>
<p>Note that folks relying on KeyBacktab will find that the regression
where on some terminals it became KeyTab+ModShift is now fixed.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gdamore/tcell/compare/v2.13.2...v2.13.4">https://github.com/gdamore/tcell/compare/v2.13.2...v2.13.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gdamore/tcell/commit/dcce777c7bba3c6409a2898dc96858a088e4a7b8"><code>dcce777</code></a>
fix: fix terminal key protocol selection logic</li>
<li><a
href="https://github.com/gdamore/tcell/commit/7631923d7ede870a5307384d96a88f1fd0983cf3"><code>7631923</code></a>
fix: fix win32-input-key protocol to be more resilient</li>
<li><a
href="https://github.com/gdamore/tcell/commit/590c82f863e07c8d127335da71ada8511c9b19bb"><code>590c82f</code></a>
fix: fix shfit-tab delivering shift+tab instead of backtab (fixes <a
href="https://redirect.github.com/gdamore/tcell/issues/901">#901</a>)</li>
<li>See full diff in <a
href="https://github.com/gdamore/tcell/compare/v2.13.2...v2.13.4">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5726419 commit db38995
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments