Skip to content

deps(deps): bump github.com/gdamore/tcell/v2 from 2.13.9 to 2.13.10 in the security-patches group#222

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/go_modules/dev/security-patches-cbe6c0fd93
Open

deps(deps): bump github.com/gdamore/tcell/v2 from 2.13.9 to 2.13.10 in the security-patches group#222
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/go_modules/dev/security-patches-cbe6c0fd93

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Bumps the security-patches group with 1 update: github.com/gdamore/tcell/v2.

Updates github.com/gdamore/tcell/v2 from 2.13.9 to 2.13.10

Commits
  • 7c37ddd revert: "refactor(simscreen): reuse drawCell encode buffers"
  • 6d9f5cf refactor(cell): hoist string(r) out of Fill loop
  • c42ac3b refactor(simscreen): reuse drawCell encode buffers
  • 520446f test: add SimulationScreen benchmarks
  • 0424b95 fix: possible panic in getConsoleInput if no event returned
  • 11d6323 fix: backport OSC 8 sanitizer to v2
  • See full diff 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 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

Greptile Summary

Bumps github.com/gdamore/tcell/v2 from 2.13.9 to 2.13.10 as a security patch; the go.sum file is updated accordingly, and stale indirect dependency entries for golang.org/x/crypto v0.51.0 and golang.org/x/sys v0.44.0 are cleaned up.

  • The new tcell release includes a fix for a potential panic in getConsoleInput on Windows and a backport of the OSC 8 hyperlink sanitizer to the v2 branch, which prevents malformed/malicious terminal hyperlink sequences from reaching the terminal.
  • All go.sum hash entries are consistent with the new version; no unrelated dependencies were added or modified.

Confidence Score: 5/5

This PR is safe to merge; it is a minimal, automated patch-level dependency bump with no logic changes.

Only go.mod and go.sum are touched. The tcell patch release fixes a Windows panic and backports the OSC 8 hyperlink sanitizer — both are strictly additive improvements with no API surface changes. The go.sum cleanup correctly removes superseded indirect-dependency entries that were previously shadowed by the newer versions already present.

No files require special attention.

Important Files Changed

Filename Overview
go.mod Single version bump for github.com/gdamore/tcell/v2 from 2.13.9 to 2.13.10; no other changes.
go.sum Hash entries updated for tcell v2.13.10; older transitive dependency pins for golang.org/x/crypto v0.51.0 and golang.org/x/sys v0.44.0 dropped, replaced by the already-present v0.52.0 and v0.45.0 entries.

Sequence Diagram

sequenceDiagram
    participant Dependabot
    participant go.mod
    participant go.sum
    participant tcell as github.com/gdamore/tcell/v2

    Dependabot->>go.mod: Bump tcell v2.13.9 → v2.13.10
    Dependabot->>go.sum: Replace hash for v2.13.9 with v2.13.10
    Dependabot->>go.sum: Remove stale indirect pins (x/crypto v0.51.0, x/sys v0.44.0)
    go.mod-->>tcell: Resolve v2.13.10
    tcell-->>go.sum: Verified via h1 hash (OSC8 sanitizer + panic fix included)
Loading

Reviews (1): Last reviewed commit: "deps(deps): bump github.com/gdamore/tcel..." | Re-trigger Greptile

Bumps the security-patches group with 1 update: [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell).


Updates `github.com/gdamore/tcell/v2` from 2.13.9 to 2.13.10
- [Release notes](https://github.com/gdamore/tcell/releases)
- [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv3.md)
- [Commits](gdamore/tcell@v2.13.9...v2.13.10)

---
updated-dependencies:
- dependency-name: github.com/gdamore/tcell/v2
  dependency-version: 2.13.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: security-patches
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
gomod/github.com/gdamore/tcell/v2 2.13.10 🟢 5.8
Details
CheckScoreReason
Code-Review⚠️ 2Found 4/19 approved changesets -- score normalized to 2
Security-Policy🟢 10security policy file detected
Maintained🟢 1030 commit(s) and 23 issue activity found in the last 90 days -- score normalized to 10
Packaging⚠️ -1packaging workflow not detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Binary-Artifacts🟢 9binaries present in source code
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟢 4dependency not pinned by hash detected -- score normalized to 4
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection🟢 4branch protection is not maximal on development and all release branches
SAST🟢 7SAST tool is not run on all commits -- score normalized to 7

Scanned Files

  • go.mod

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants