Skip to content

Commit 6e94cd8

Browse files
🌱(deps): Bump github.com/rivo/tview from 0.0.0-20240413115534-b0d41c484b95 to 0.42.0 in the all-go-deps group (#311)
Bumps the all-go-deps group with 1 update: [github.com/rivo/tview](https://github.com/rivo/tview). Updates `github.com/rivo/tview` from 0.0.0-20240413115534-b0d41c484b95 to 0.42.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rivo/tview/releases">github.com/rivo/tview's releases</a>.</em></p> <blockquote> <h2>Introducing Releases and SemVer</h2> <p>Upon popular demand (<a href="https://redirect.github.com/rivo/tview/issues/788">#788</a>), we are starting to use semantic versioning in <code>tview</code>. A lot has happened in this repo already so it didn't seem right to start with v0.1.0. A few notes about this decision:</p> <ul> <li>Not every commit will get a new version. Only when I feel that there have not been recent reports of major bugs, I will increase the version and create a new release.</li> <li>This is thus based on the assumption that recent, untagged versions will be used by the community and issues will be reported. Please do both.</li> <li>Consequently, as with any project, a release is not a guarantee that it is bug-free.</li> <li>As the &quot;v0&quot; prefix indicates, we are still in the &quot;alpha&quot; phase. This does not mean that I plan on breaking things. Please refer to the repo's main <a href="https://github.com/rivo/tview?tab=readme-ov-file#backwards-compatibility">README</a> for details. However, at this point, I am not completely sure that it will be necessary to introduce a breaking change so it'll remain at &quot;v0&quot; for the time being. (Maybe it will remain there forever. You never know.)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/rivo/tview/commits/v0.42.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/rivo/tview&package-manager=go_modules&previous-version=0.0.0-20240413115534-b0d41c484b95&new-version=0.42.0)](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 d2d5633 commit 6e94cd8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/gdamore/tcell/v2 v2.9.0
99
github.com/google/go-cmp v0.7.0
1010
github.com/hashicorp/golang-lru/v2 v2.0.7
11-
github.com/rivo/tview v0.0.0-20240413115534-b0d41c484b95
11+
github.com/rivo/tview v0.42.0
1212
github.com/transparency-dev/formats v0.0.0-20230914071414-5732692f1e50
1313
github.com/transparency-dev/merkle v0.0.2
1414
golang.org/x/mod v0.27.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69
1212
github.com/lucasb-eyer/go-colorful v1.2.0/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
1313
github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6TULQc=
1414
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
15-
github.com/rivo/tview v0.0.0-20240413115534-b0d41c484b95 h1:dPivHKc1ZAicSlawH/eAmGPSCfOuCYRQLl+Eq1eRKNU=
16-
github.com/rivo/tview v0.0.0-20240413115534-b0d41c484b95/go.mod h1:02iFIz7K/A9jGCvrizLPvoqr4cEIx7q54RH5Qudkrss=
15+
github.com/rivo/tview v0.42.0 h1:b/ftp+RxtDsHSaynXTbJb+/n/BxDEi+W3UfF5jILK6c=
16+
github.com/rivo/tview v0.42.0/go.mod h1:cSfIYfhpSGCjp3r/ECJb+GKS7cGJnqV8vfjQPwoXyfY=
1717
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
1818
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
1919
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=

0 commit comments

Comments
 (0)