Skip to content

Commit

Permalink
chore(deps): bump the golang group with 3 updates (#523)
Browse files Browse the repository at this point in the history
Bumps the golang group with 3 updates: [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea), [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/oauth2](https://github.com/golang/oauth2).

Updates `github.com/charmbracelet/bubbletea` from 1.2.4 to 1.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/charmbracelet/bubbletea/releases">github.com/charmbracelet/bubbletea's releases</a>.</em></p>
<blockquote>
<h2>v1.3.0</h2>
<h2>Sorry to interrupt: it's time for Bubble Tea v1.3.0!</h2>
<p>Bubble Tea now ships with refined interrupt handling, courtesy <a href="https://github.com/caarlos0"><code>@​caarlos0</code></a>. Now, you can throw your terminal a <!-- raw HTML omitted -->ctrl+c<!-- raw HTML omitted --> or an interrupt signal, Bubble Tea will take it with grace and poise. Switch any ol’ run-of-the-mill <code>tea.Quit</code> command with <code>tea.Interrupt</code> for seamless interruptions.</p>
<h3>Bug Fixes</h3>
<ul>
<li>2556e01416b7f7cda13b27724c4e07ad5bb5d51c: The last rendered line count now includes those sneaky alt screen lines, thanks to <a href="https://github.com/semihbkgr"><code>@​semihbkgr</code></a>'s keen eye (<a href="https://github.com/charmbracelet/bubbletea/issues/1254">#1254</a>)</li>
<li>c8d6005325d3b370ea48d3e0c2129792d988e471: Windows users rejoice! <a href="https://github.com/awoodbeck"><code>@​awoodbeck</code></a> has managed to cancel those unruly threads like an expert party planner using <code>CancelIoEx</code> (<a href="https://github.com/charmbracelet/bubbletea/issues/1305">#1305</a>)</li>
</ul>
<h3>New Contributors</h3>
<p>Special thanks to the following new contributors:</p>
<ul>
<li><a href="https://github.com/awoodbeck"><code>@​awoodbeck</code></a>, for totally fixing input on Windows</li>
<li><a href="https://github.com/Bilogweb3"><code>@​Bilogweb3</code></a>, for help with the docs</li>
<li><a href="https://github.com/simonnordberg"><code>@​simonnordberg</code></a>, for catching some outdated typos</li>
</ul>
<!-- raw HTML omitted -->
<h3>Changelog</h3>
<!-- raw HTML omitted -->
<h3>New Features</h3>
<ul>
<li>cb9395982335da2fbc8cf90c5cf2c3b73eee4787: feat(SIGINT): better handle interrupts (<a href="https://github.com/charmbracelet/bubbletea/issues/1255">#1255</a>) (<a href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>2556e01416b7f7cda13b27724c4e07ad5bb5d51c: fix: getting last rendered line counts including alt screen lines (<a href="https://github.com/charmbracelet/bubbletea/issues/1254">#1254</a>) (<a href="https://github.com/semihbkgr"><code>@​semihbkgr</code></a>)</li>
<li>31b433ce48d9e396e496273a10be8c688f60c4bf: fix: replace deprecated ansi codes (<a href="https://github.com/aymanbagabas"><code>@​aymanbagabas</code></a>)</li>
<li>c8d6005325d3b370ea48d3e0c2129792d988e471: fix: use CancelIoEx to cancel Windows conInputReader across threads (<a href="https://github.com/charmbracelet/bubbletea/issues/1305">#1305</a>) (<a href="https://github.com/awoodbeck"><code>@​awoodbeck</code></a>)</li>
</ul>
<h3>Documentation updates</h3>
<ul>
<li>9306010a31eef1bcaaced41ec6c99e3bdee4b5e8: docs(example): resize chat example based on window (<a href="https://github.com/charmbracelet/bubbletea/issues/1262">#1262</a>) (<a href="https://github.com/bashbunni"><code>@​bashbunni</code></a>)</li>
<li>2060f938a069c5894a2213d684855296c12742af: docs(examples): fix glamour example (<a href="https://github.com/charmbracelet/bubbletea/issues/1204">#1204</a>) (<a href="https://github.com/meowgorithm"><code>@​meowgorithm</code></a>)</li>
<li>07288b1a746ed3168bbc7a71d3990fbcc4817a90: docs(readme): add more stuff to &quot;In the Wild&quot; (<a href="https://github.com/meowgorithm"><code>@​meowgorithm</code></a>)</li>
<li>1bf18861d91be438c860c58d2d2c1274f5eab444: docs(readme): additional readme tiyding up (<a href="https://github.com/meowgorithm"><code>@​meowgorithm</code></a>)</li>
<li>79cc2fb92466c957002319fdc321a8e31c103acb: docs(readme): fix tiny typo in readme (<a href="https://github.com/meowgorithm"><code>@​meowgorithm</code></a>)</li>
<li>e0515bc22ad1292ecbb1f3f8ae7a795bf0d11e31: docs(readme): fix typos (<a href="https://github.com/charmbracelet/bubbletea/issues/1265">#1265</a>) (<a href="https://github.com/Bilogweb3"><code>@​Bilogweb3</code></a>)</li>
<li>39f9fae50f6285fc77139b5af796bac0f0e48493: docs: clarify imports in the readme (<a href="https://github.com/charmbracelet/bubbletea/issues/1234">#1234</a>) (<a href="https://github.com/caarlos0"><code>@​caarlos0</code></a>)</li>
</ul>
<h3>Other work</h3>
<ul>
<li>eb7e3d0884f5976bbd94144bf3495ecb935dbce4: Update README.md references to main branch (<a href="https://github.com/simonnordberg"><code>@​simonnordberg</code></a>)</li>
</ul>
<!-- raw HTML omitted -->
<hr />
<p><!-- raw HTML omitted --><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<p>Thoughts? Questions? We love hearing from you. Feel free to reach out on <a href="https://twitter.com/charmcli">Twitter</a>, <a href="https://mastodon.technology/@charm">The Fediverse</a>, or on <a href="https://charm.sh/chat">Discord</a>.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/charmbracelet/bubbletea/commit/7f68efb63b192b039cf6f23acaab0b1950ee8d25"><code>7f68efb</code></a> chore: examples: go mod tidy</li>
<li><a href="https://github.com/charmbracelet/bubbletea/commit/c8d6005325d3b370ea48d3e0c2129792d988e471"><code>c8d6005</code></a> fix: use CancelIoEx to cancel Windows conInputReader across threads (<a href="https://github.com/charmbracelet/bubbletea/issues/1305">#1305</a>)</li>
<li><a href="https://github.com/charmbracelet/bubbletea/commit/22ba68a34206992873ce5531957941edcddc2d52"><code>22ba68a</code></a> chore(deps): bump github.com/charmbracelet/x/ansi from 0.7.0 to 0.8.0 (<a href="https://github.com/charmbracelet/bubbletea/issues/1299">#1299</a>)</li>
<li><a href="https://github.com/charmbracelet/bubbletea/commit/eb7e3d0884f5976bbd94144bf3495ecb935dbce4"><code>eb7e3d0</code></a> Update README.md references to main branch</li>
<li><a href="https://github.com/charmbracelet/bubbletea/commit/c1cd8bba561eacea8f0985cad4a718c1a9cde61d"><code>c1cd8bb</code></a> chore(deps): bump github.com/charmbracelet/x/ansi from 0.6.0 to 0.7.0 (<a href="https://github.com/charmbracelet/bubbletea/issues/1290">#1290</a>)</li>
<li><a href="https://github.com/charmbracelet/bubbletea/commit/73843abd916d0b21dc10f14cc8a44f11a8787303"><code>73843ab</code></a> chore(deps): bump golang.org/x/net from 0.27.0 to 0.33.0 in /examples (<a href="https://github.com/charmbracelet/bubbletea/issues/1289">#1289</a>)</li>
<li><a href="https://github.com/charmbracelet/bubbletea/commit/d67033479573c91fc4a0e450fe84bbd0d6db6c5d"><code>d670334</code></a> chore(deps): bump golang.org/x/sys from 0.28.0 to 0.29.0 (<a href="https://github.com/charmbracelet/bubbletea/issues/1281">#1281</a>)</li>
<li><a href="https://github.com/charmbracelet/bubbletea/commit/1bf18861d91be438c860c58d2d2c1274f5eab444"><code>1bf1886</code></a> docs(readme): additional readme tiyding up</li>
<li><a href="https://github.com/charmbracelet/bubbletea/commit/79cc2fb92466c957002319fdc321a8e31c103acb"><code>79cc2fb</code></a> docs(readme): fix tiny typo in readme</li>
<li><a href="https://github.com/charmbracelet/bubbletea/commit/07288b1a746ed3168bbc7a71d3990fbcc4817a90"><code>07288b1</code></a> docs(readme): add more stuff to &quot;In the Wild&quot;</li>
<li>Additional commits viewable in <a href="https://github.com/charmbracelet/bubbletea/compare/v1.2.4...v1.3.0">compare view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/mod` from 0.22.0 to 0.23.0
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/golang/mod/commit/52289f1fa75a8da0eb82d369cf5fda65fd6147b9"><code>52289f1</code></a> modfile: fix trailing empty lines in require blocks</li>
<li>See full diff in <a href="https://github.com/golang/mod/compare/v0.22.0...v0.23.0">compare view</a></li>
</ul>
</details>
<br />

Updates `golang.org/x/oauth2` from 0.25.0 to 0.26.0
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/golang/oauth2/commit/b9c813be7d0ec3262d46deb8677ba5cda93d95ec"><code>b9c813b</code></a> google: add warning about externally-provided credentials</li>
<li>See full diff in <a href="https://github.com/golang/oauth2/compare/v0.25.0...v0.26.0">compare view</a></li>
</ul>
</details>
<br />


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>
  • Loading branch information
dependabot[bot] authored Feb 12, 2025
1 parent 289e093 commit 4ee84e6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/adrg/xdg v0.5.3
github.com/chainguard-dev/git-urls v1.0.2
github.com/charmbracelet/bubbles v0.20.0
github.com/charmbracelet/bubbletea v1.2.4
github.com/charmbracelet/bubbletea v1.3.0
github.com/charmbracelet/lipgloss v1.0.0
github.com/dustin/go-humanize v1.0.1
github.com/erikgeiser/promptkit v0.9.0
Expand All @@ -28,8 +28,8 @@ require (
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.10.0
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
golang.org/x/mod v0.22.0
golang.org/x/oauth2 v0.25.0
golang.org/x/mod v0.23.0
golang.org/x/oauth2 v0.26.0
)

require (
Expand All @@ -41,7 +41,7 @@ require (
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/charmbracelet/x/ansi v0.6.0 // indirect
github.com/charmbracelet/x/ansi v0.8.0 // indirect
github.com/charmbracelet/x/term v0.2.1 // indirect
github.com/cloudflare/circl v1.5.0 // indirect
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ github.com/charithe/durationcheck v0.0.10 h1:wgw73BiocdBDQPik+zcEoBG/ob8uyBHf2iy
github.com/charithe/durationcheck v0.0.10/go.mod h1:bCWXb7gYRysD1CU3C+u4ceO49LoGOY1C1L6uouGNreQ=
github.com/charmbracelet/bubbles v0.20.0 h1:jSZu6qD8cRQ6k9OMfR1WlM+ruM8fkPWkHvQWD9LIutE=
github.com/charmbracelet/bubbles v0.20.0/go.mod h1:39slydyswPy+uVOHZ5x/GjwVAFkCsV8IIVy+4MhzwwU=
github.com/charmbracelet/bubbletea v1.2.4 h1:KN8aCViA0eps9SCOThb2/XPIlea3ANJLUkv3KnQRNCE=
github.com/charmbracelet/bubbletea v1.2.4/go.mod h1:Qr6fVQw+wX7JkWWkVyXYk/ZUQ92a6XNekLXa3rR18MM=
github.com/charmbracelet/bubbletea v1.3.0 h1:fPMyirm0u3Fou+flch7hlJN9krlnVURrkUVDwqXjoAc=
github.com/charmbracelet/bubbletea v1.3.0/go.mod h1:eTaHfqbIwvBhFQM/nlT1NsGc4kp8jhF8LfUK67XiTDM=
github.com/charmbracelet/glamour v0.8.0 h1:tPrjL3aRcQbn++7t18wOpgLyl8wrOHUEDS7IZ68QtZs=
github.com/charmbracelet/glamour v0.8.0/go.mod h1:ViRgmKkf3u5S7uakt2czJ272WSg2ZenlYEZXT2x7Bjw=
github.com/charmbracelet/lipgloss v1.0.0 h1:O7VkGDvqEdGi93X+DeqsQ7PKHDgtQfF8j8/O2qFMQNg=
github.com/charmbracelet/lipgloss v1.0.0/go.mod h1:U5fy9Z+C38obMs+T+tJqst9VGzlOYGj4ri9reL3qUlo=
github.com/charmbracelet/x/ansi v0.6.0 h1:qOznutrb93gx9oMiGf7caF7bqqubh6YIM0SWKyA08pA=
github.com/charmbracelet/x/ansi v0.6.0/go.mod h1:KBUFw1la39nl0dLl10l5ORDAqGXaeurTQmwyyVKse/Q=
github.com/charmbracelet/x/ansi v0.8.0 h1:9GTq3xq9caJW8ZrBTe0LIe2fvfLR/bYXKTx2llXn7xE=
github.com/charmbracelet/x/ansi v0.8.0/go.mod h1:wdYl/ONOLHLIVmQaxbIYEC/cRKOQyjTkowiI4blgS9Q=
github.com/charmbracelet/x/exp/golden v0.0.0-20240815200342-61de596daa2b h1:MnAMdlwSltxJyULnrYbkZpp4k58Co7Tah3ciKhSNo0Q=
github.com/charmbracelet/x/exp/golden v0.0.0-20240815200342-61de596daa2b/go.mod h1:wDlXFlCrmJ8J+swcL/MnGUuYnqgQdW9rhSD61oNMb6U=
github.com/charmbracelet/x/term v0.2.1 h1:AQeHeLZ1OqSXhrAWpYUtZyX1T3zVxfpZuEQMIQaGIAQ=
Expand Down Expand Up @@ -599,8 +599,8 @@ golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/mod v0.9.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/mod v0.13.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4=
golang.org/x/mod v0.22.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
golang.org/x/mod v0.23.0 h1:Zb7khfcRGKk+kqfxFaP5tZqCnDZMjC5VtUBs87Hr6QM=
golang.org/x/mod v0.23.0/go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY=
golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
Expand All @@ -621,8 +621,8 @@ golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
golang.org/x/net v0.16.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
golang.org/x/net v0.34.0 h1:Mb7Mrk043xzHgnRM88suvJFwzVrRfHEHJEl5/71CKw0=
golang.org/x/net v0.34.0/go.mod h1:di0qlW3YNM5oh6GqDGQr92MyTozJPmybPK4Ev/Gm31k=
golang.org/x/oauth2 v0.25.0 h1:CY4y7XT9v0cRI9oupztF8AgiIu99L/ksR/Xp/6jrZ70=
golang.org/x/oauth2 v0.25.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/oauth2 v0.26.0 h1:afQXWNNaeC4nvZ0Ed9XvCCzXM6UHJG7iCg0W4fPqSBE=
golang.org/x/oauth2 v0.26.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down

0 comments on commit 4ee84e6

Please sign in to comment.