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
Open
Conversation
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>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the security-patches group with 1 update: github.com/gdamore/tcell/v2.
Updates
github.com/gdamore/tcell/v2from 2.13.9 to 2.13.10Commits
7c37dddrevert: "refactor(simscreen): reuse drawCell encode buffers"6d9f5cfrefactor(cell): hoist string(r) out of Fill loopc42ac3brefactor(simscreen): reuse drawCell encode buffers520446ftest: add SimulationScreen benchmarks0424b95fix: possible panic in getConsoleInput if no event returned11d6323fix: backport OSC 8 sanitizer to v2Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsGreptile Summary
Bumps
github.com/gdamore/tcell/v2from 2.13.9 to 2.13.10 as a security patch; thego.sumfile is updated accordingly, and stale indirect dependency entries forgolang.org/x/cryptov0.51.0 andgolang.org/x/sysv0.44.0 are cleaned up.getConsoleInputon 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.go.sumhash 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
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)Reviews (1): Last reviewed commit: "deps(deps): bump github.com/gdamore/tcel..." | Re-trigger Greptile