Bump github.com/charmbracelet/bubbletea from 1.3.5 to 1.3.6 #1969

Merged
dependabot[bot] merged 1 commit from refs/pull/1969/head into main 2025-07-14 16:07:24 +00:00
dependabot[bot] commented 2025-07-14 02:48:11 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #1265
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1265
Original created: 2025-07-14T02:48:11Z
Original updated: 2025-07-14T16:07:31Z
Original head: carverauto/serviceradar:dependabot/go_modules/github.com/charmbracelet/bubbletea-1.3.6
Original base: main
Original merged: 2025-07-14T16:07:24Z by @mfreeman451

Bumps github.com/charmbracelet/bubbletea from 1.3.5 to 1.3.6.

Release notes

Sourced from github.com/charmbracelet/bubbletea's releases.

v1.3.6

This version fixes some important issues regarding tea.Exec output after resuming from the executed program, and Windows losing input character on successive program execution.

Big thanks to @​raphaelvigee and @​joshallenit for working on these issues, you're the best!

Changelog

Bug fixes

  • 0a63003a85a3a4800bba0a2bf4c476aedec9b172: fix: Windows: first character input lost on successive programs (#1368) (@​joshallenit)
  • 78ed49b060c81477836604621a079edf7b683ff5: fix: maintain exec output (#1276) (@​raphaelvigee)

Documentation updates

  • 1b0f48941ac53ce3a11a91778fe555fde2b1e70c: docs(readme): cleanup badges (@​meowgorithm)

Other work


Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter, The Fediverse, or on Discord.

Commits
  • 0a63003 fix: Windows: first character input lost on successive programs (#1368)
  • ca9473b ci: sync golangci-lint config (#1431)
  • 02729d1 chore(deps): bump github.com/charmbracelet/x/ansi from 0.9.2 to 0.9.3 (#1443)
  • 1b0f489 docs(readme): cleanup badges
  • cb320f1 chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 (#1439)
  • d0e25a2 chore(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 (#1435)
  • 78ed49b fix: maintain exec output (#1276)
  • b489f8a chore(examples): go mod tidy
  • a9ccefc chore(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 (#1414)
  • 3fae192 chore(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0 (#1413)
  • Additional commits viewable 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 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Imported from GitHub pull request. Original GitHub pull request: #1265 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1265 Original created: 2025-07-14T02:48:11Z Original updated: 2025-07-14T16:07:31Z Original head: carverauto/serviceradar:dependabot/go_modules/github.com/charmbracelet/bubbletea-1.3.6 Original base: main Original merged: 2025-07-14T16:07:24Z by @mfreeman451 --- Bumps [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) from 1.3.5 to 1.3.6. <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.6</h2> <p>This version fixes some important issues regarding <code>tea.Exec</code> output after resuming from the executed program, and Windows losing input character on successive program execution.</p> <p>Big thanks to <a href="https://github.com/raphaelvigee"><code>@​raphaelvigee</code></a> and <a href="https://github.com/joshallenit"><code>@​joshallenit</code></a> for working on these issues, you're the best!</p> <h2>Changelog</h2> <h3>Bug fixes</h3> <ul> <li>0a63003a85a3a4800bba0a2bf4c476aedec9b172: fix: Windows: first character input lost on successive programs (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1368">#1368</a>) (<a href="https://github.com/joshallenit"><code>@​joshallenit</code></a>)</li> <li>78ed49b060c81477836604621a079edf7b683ff5: fix: maintain exec output (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1276">#1276</a>) (<a href="https://github.com/raphaelvigee"><code>@​raphaelvigee</code></a>)</li> </ul> <h3>Documentation updates</h3> <ul> <li>1b0f48941ac53ce3a11a91778fe555fde2b1e70c: docs(readme): cleanup badges (<a href="https://github.com/meowgorithm"><code>@​meowgorithm</code></a>)</li> </ul> <h3>Other work</h3> <ul> <li>ca9473b2d93dc3abce4f8b634e11a4b351517a84: ci: sync golangci-lint config (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1431">#1431</a>) (<a href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot])</li> </ul> <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/charmbracelet/bubbletea/commit/0a63003a85a3a4800bba0a2bf4c476aedec9b172"><code>0a63003</code></a> fix: Windows: first character input lost on successive programs (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1368">#1368</a>)</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/ca9473b2d93dc3abce4f8b634e11a4b351517a84"><code>ca9473b</code></a> ci: sync golangci-lint config (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1431">#1431</a>)</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/02729d1ba01f4531533cc695c0b947a3b1926880"><code>02729d1</code></a> chore(deps): bump github.com/charmbracelet/x/ansi from 0.9.2 to 0.9.3 (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1443">#1443</a>)</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/1b0f48941ac53ce3a11a91778fe555fde2b1e70c"><code>1b0f489</code></a> docs(readme): cleanup badges</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/cb320f1329cb2579b86f2998f91218910514d4bb"><code>cb320f1</code></a> chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1439">#1439</a>)</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/d0e25a259c2bce1f842fd5bd3ae06adc1bc457bf"><code>d0e25a2</code></a> chore(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1435">#1435</a>)</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/78ed49b060c81477836604621a079edf7b683ff5"><code>78ed49b</code></a> fix: maintain exec output (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1276">#1276</a>)</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/b489f8a23f9f4447b3c38b85cdecec03a7a76392"><code>b489f8a</code></a> chore(examples): go mod tidy</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/a9ccefc1c81d0769fd189a6eb21b78b9ad7c1210"><code>a9ccefc</code></a> chore(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1414">#1414</a>)</li> <li><a href="https://github.com/charmbracelet/bubbletea/commit/3fae19223c8585e9af3a094a294bad948adfacd0"><code>3fae192</code></a> chore(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0 (<a href="https://redirect.github.com/charmbracelet/bubbletea/issues/1413">#1413</a>)</li> <li>Additional commits viewable in <a href="https://github.com/charmbracelet/bubbletea/compare/v1.3.5...v1.3.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/charmbracelet/bubbletea&package-manager=go_modules&previous-version=1.3.5&new-version=1.3.6)](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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!1969
No description provided.