fix(deps): update module github.com/charmbracelet/bubbletea to v1.3.10 #10

Open
renovate-bot wants to merge 1 commit from renovate/github.com-charmbracelet-bubbletea-1.x into main
Member

This PR contains the following updates:

Package Change Age Confidence
github.com/charmbracelet/bubbletea v1.3.4 -> v1.3.10 age confidence

Release Notes

charmbracelet/bubbletea (github.com/charmbracelet/bubbletea)

v1.3.10

Compare Source

Changelog

Bug fixes

The Charm logo

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v1.3.9

Compare Source

Changelog

New Features
Bug fixes
Other work

The Charm logo

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

v1.3.8

Compare Source

Changelog

Bug fixes

The Charm logo

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

v1.3.7

Compare Source

Changelog

Bug fixes
Documentation updates
Other work

The Charm logo

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

v1.3.6

Compare Source

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
Documentation updates
Other work

The Charm logo

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

v1.3.5

Compare Source

This release fixes an important bug on Windows where function keys (F1..F20) don't get recognized and sent to the program. It also fixes multiple concurrency bugs related to using external context and p.Wait() and p.Kill().

Also, huge thank you to @​desertwitch who went in and just crushed a handful of deadlocks.

Happy hacking!

Changelog

Bug fixes
Documentation updates
Other work

The Charm logo

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | `v1.3.4` -> `v1.3.10` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fcharmbracelet%2fbubbletea/v1.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fcharmbracelet%2fbubbletea/v1.3.4/v1.3.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>charmbracelet/bubbletea (github.com/charmbracelet/bubbletea)</summary> ### [`v1.3.10`](https://github.com/charmbracelet/bubbletea/releases/tag/v1.3.10) [Compare Source](https://github.com/charmbracelet/bubbletea/compare/v1.3.9...v1.3.10) #### Changelog ##### Bug fixes - [`9edf69c`](https://github.com/charmbracelet/bubbletea/commit/9edf69c677c7353eca5fae6d3ea3986af39717b7): fix: handle setWindowTitleMsg and windowSizeMsg in eventLoop ([@&#8203;aymanbagabas](https://github.com/aymanbagabas)) *** <a href="https://charm.land/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [X](https://x.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.social/@&#8203;charmcli), [Bluesky](https://bsky.app/profile/charm.land). ### [`v1.3.9`](https://github.com/charmbracelet/bubbletea/releases/tag/v1.3.9) [Compare Source](https://github.com/charmbracelet/bubbletea/compare/v1.3.8...v1.3.9) #### Changelog ##### New Features - [`314b50c`](https://github.com/charmbracelet/bubbletea/commit/314b50c7b452fd737d28582ae9d27c04ea725001): feat: properly call nested sequenceMsg and batchMsg ([@&#8203;wolfmagnate](https://github.com/wolfmagnate)) ##### Bug fixes - [`9e0e8f0`](https://github.com/charmbracelet/bubbletea/commit/9e0e8f0df1c55044ed04bd17f4b460e01e94dc9c): fix: recover from nested panics in Sequence and Batch commands ([@&#8203;aymanbagabas](https://github.com/aymanbagabas)) ##### Other work - [`6e1282a`](https://github.com/charmbracelet/bubbletea/commit/6e1282a76358cb680de9d4de7520f9f99c9e2903): add example for the nested Sequence and Batch ([@&#8203;wolfmagnate](https://github.com/wolfmagnate)) - [`0290af4`](https://github.com/charmbracelet/bubbletea/commit/0290af4a499ee6a3e22822cebe1e74fdeac313be): simplify case for BatchMsg ([@&#8203;wolfmagnate](https://github.com/wolfmagnate)) *** <a href="https://charm.land/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.technology/@&#8203;charm). ### [`v1.3.8`](https://github.com/charmbracelet/bubbletea/releases/tag/v1.3.8) [Compare Source](https://github.com/charmbracelet/bubbletea/compare/v1.3.7...v1.3.8) #### Changelog ##### Bug fixes - [`21eecd5`](https://github.com/charmbracelet/bubbletea/commit/21eecd586367fd0cd78da6842c48f9c4b1185b6f): fix: send batch commands to cmds channel instead of executing them in event loop ([#&#8203;1473](https://github.com/charmbracelet/bubbletea/issues/1473)) ([@&#8203;aymanbagabas](https://github.com/aymanbagabas)) *** <a href="https://charm.land/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.technology/@&#8203;charm). ### [`v1.3.7`](https://github.com/charmbracelet/bubbletea/releases/tag/v1.3.7) [Compare Source](https://github.com/charmbracelet/bubbletea/compare/v1.3.6...v1.3.7) #### Changelog ##### Bug fixes - [`28ab4f4`](https://github.com/charmbracelet/bubbletea/commit/28ab4f41b29fef14d900c46a4873a45891a9ee9b): fix(renderer): properly reset cursor position to start of line ([#&#8203;1472](https://github.com/charmbracelet/bubbletea/issues/1472)) ([@&#8203;aymanbagabas](https://github.com/aymanbagabas)) - [`c76509a`](https://github.com/charmbracelet/bubbletea/commit/c76509a9d4974207cd66255707d14f4f938f7f52): fix: compact sequences like batches ([#&#8203;958](https://github.com/charmbracelet/bubbletea/issues/958)) ([@&#8203;jdhenke](https://github.com/jdhenke)) - [`f5da8d0`](https://github.com/charmbracelet/bubbletea/commit/f5da8d068af74764b271a197de54e2bc2bfedb38): fix: handle nested SequenceMsg in event loop and use sync.WaitGroup f… ([#&#8203;1463](https://github.com/charmbracelet/bubbletea/issues/1463)) ([@&#8203;aymanbagabas](https://github.com/aymanbagabas)) - [`80ea844`](https://github.com/charmbracelet/bubbletea/commit/80ea844a7650c84e13958de14cdd4f63ac1775aa): fix: lint issues in key\_windows.go and tty\_windows.go ([@&#8203;aymanbagabas](https://github.com/aymanbagabas)) ##### Documentation updates - [`c3136ed`](https://github.com/charmbracelet/bubbletea/commit/c3136ed49037a096fe05c6cb16f0a14a38e20c58): docs(license): update copyright date range ([@&#8203;meowgorithm](https://github.com/meowgorithm)) - [`919805f`](https://github.com/charmbracelet/bubbletea/commit/919805f8f0d134af7e3569b0054c13b561976dfa): docs(readme): update footer art ([@&#8203;meowgorithm](https://github.com/meowgorithm)) - [`f01583b`](https://github.com/charmbracelet/bubbletea/commit/f01583bb899e125c7a26d3b870eff585ec0f4816): docs: show the correct branch in the build badge ([@&#8203;aymanbagabas](https://github.com/aymanbagabas)) ##### Other work - [`a81d6f3`](https://github.com/charmbracelet/bubbletea/commit/a81d6f3875fe87e19e780954a0008b93ebc182c8): ci: sync dependabot config ([#&#8203;1480](https://github.com/charmbracelet/bubbletea/issues/1480)) ([@&#8203;charmcli](https://github.com/charmcli)) - [`53609c1`](https://github.com/charmbracelet/bubbletea/commit/53609c1f4a7423b7f4f95f23f2308bc45b623cc0): ci: sync golangci-lint config ([#&#8203;1466](https://github.com/charmbracelet/bubbletea/issues/1466)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot]) *** <a href="https://charm.land/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-banner-next.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [Discord](https://charm.land/discord), [Slack](https://charm.land/slack), [The Fediverse](https://mastodon.technology/@&#8203;charm). ### [`v1.3.6`](https://github.com/charmbracelet/bubbletea/releases/tag/v1.3.6) [Compare Source](https://github.com/charmbracelet/bubbletea/compare/v1.3.5...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 [@&#8203;raphaelvigee](https://github.com/raphaelvigee) and [@&#8203;joshallenit](https://github.com/joshallenit) for working on these issues, you're the best! #### Changelog ##### Bug fixes - [`0a63003`](https://github.com/charmbracelet/bubbletea/commit/0a63003a85a3a4800bba0a2bf4c476aedec9b172): fix: Windows: first character input lost on successive programs ([#&#8203;1368](https://github.com/charmbracelet/bubbletea/issues/1368)) ([@&#8203;joshallenit](https://github.com/joshallenit)) - [`78ed49b`](https://github.com/charmbracelet/bubbletea/commit/78ed49b060c81477836604621a079edf7b683ff5): fix: maintain exec output ([#&#8203;1276](https://github.com/charmbracelet/bubbletea/issues/1276)) ([@&#8203;raphaelvigee](https://github.com/raphaelvigee)) ##### Documentation updates - [`1b0f489`](https://github.com/charmbracelet/bubbletea/commit/1b0f48941ac53ce3a11a91778fe555fde2b1e70c): docs(readme): cleanup badges ([@&#8203;meowgorithm](https://github.com/meowgorithm)) ##### Other work - [`ca9473b`](https://github.com/charmbracelet/bubbletea/commit/ca9473b2d93dc3abce4f8b634e11a4b351517a84): ci: sync golangci-lint config ([#&#8203;1431](https://github.com/charmbracelet/bubbletea/issues/1431)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot]) *** <a href="https://charm.sh/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@&#8203;charm), or on [Discord](https://charm.sh/chat). ### [`v1.3.5`](https://github.com/charmbracelet/bubbletea/releases/tag/v1.3.5) [Compare Source](https://github.com/charmbracelet/bubbletea/compare/v1.3.4...v1.3.5) This release fixes an important bug on Windows where function keys (F1..F20) don't get recognized and sent to the program. It also fixes multiple concurrency bugs related to using external context and p.Wait() and p.Kill(). Also, *huge* thank you to [@&#8203;desertwitch](https://github.com/desertwitch) who went in and just crushed a handful of deadlocks. Happy hacking! #### Changelog ##### Bug fixes - [`62ca063`](https://github.com/charmbracelet/bubbletea/commit/62ca063a256528e23e05b49750019039a3cd71fc): fix(key): windows: recognize function keys on Windows ([#&#8203;1405](https://github.com/charmbracelet/bubbletea/issues/1405)) ([@&#8203;aymanbagabas](https://github.com/aymanbagabas)) - [`0f9cd5b`](https://github.com/charmbracelet/bubbletea/commit/0f9cd5b5376b8456a46f1d414590e81511ce3f06): fix(panics): fix race condition and false nil error return ([@&#8203;desertwitch](https://github.com/desertwitch)) - [`a79ab3f`](https://github.com/charmbracelet/bubbletea/commit/a79ab3fd2f547843583ddf30d41b9fe39aee37cc): fix(tests): account for multiple p.Wait() ([@&#8203;desertwitch](https://github.com/desertwitch)) - [`1b5fc27`](https://github.com/charmbracelet/bubbletea/commit/1b5fc275fc34411ea74b6b22c05642498f478929): fix: prevent deadlock on ctx cancel during msg processing ([@&#8203;desertwitch](https://github.com/desertwitch)) - [`aa7a240`](https://github.com/charmbracelet/bubbletea/commit/aa7a240b9ad054d5d0dd400961f0dd843e26cf31): fix: release p.Wait() on p.Kill() to prevent external deadlocks ([@&#8203;desertwitch](https://github.com/desertwitch)) - [`1923181`](https://github.com/charmbracelet/bubbletea/commit/1923181af63c7304e0b5f17a71d68dccc8a1bc45): fix: report only external ctx cancel as ctx error ([@&#8203;desertwitch](https://github.com/desertwitch)) - [`c56f776`](https://github.com/charmbracelet/bubbletea/commit/c56f7768c53848fb844618598060e730fd99d6b2): fix: resolve race conditions caused by p.Kill() ([@&#8203;desertwitch](https://github.com/desertwitch)) ##### Documentation updates - [`3797acb`](https://github.com/charmbracelet/bubbletea/commit/3797acbe453e9f4597c81b22f7238e90b8d5cdd0): docs(readme): fix header image mis-caching ([@&#8203;meowgorithm](https://github.com/meowgorithm)) - [`8508131`](https://github.com/charmbracelet/bubbletea/commit/8508131fee51e579291b9d2c378c5c6babb266ea): docs(readme): header art adjustments ([@&#8203;meowgorithm](https://github.com/meowgorithm)) - [`b3150e1`](https://github.com/charmbracelet/bubbletea/commit/b3150e1e52e4d3d187b4dddde74cd54a29942ca3): docs(readme): update header art ([@&#8203;meowgorithm](https://github.com/meowgorithm)) ##### Other work - [`b224818`](https://github.com/charmbracelet/bubbletea/commit/b224818d994537a25de86e2658fb9f437ea0baf4): ci(lint): fix all lint issues on `main` ([#&#8203;1342](https://github.com/charmbracelet/bubbletea/issues/1342)) ([@&#8203;andreynering](https://github.com/andreynering)) - [`1a0062b`](https://github.com/charmbracelet/bubbletea/commit/1a0062becb4a36a76d7b63e55c44888c53d65835): ci: fix lint issues ([@&#8203;andreynering](https://github.com/andreynering)) - [`d0c4b65`](https://github.com/charmbracelet/bubbletea/commit/d0c4b6559aba02e4c859a5f147fa6aceedfad328): ci: fix linting on windows-only files ([#&#8203;1361](https://github.com/charmbracelet/bubbletea/issues/1361)) ([@&#8203;andreynering](https://github.com/andreynering)) - [`0b18d1f`](https://github.com/charmbracelet/bubbletea/commit/0b18d1f86f0740d57d317f42bbef91bda940a428): ci: sync dependabot config ([#&#8203;1403](https://github.com/charmbracelet/bubbletea/issues/1403)) ([@&#8203;charmcli](https://github.com/charmcli)) - [`0e49efb`](https://github.com/charmbracelet/bubbletea/commit/0e49efb90f1bd8b24e8f30a42335a302bad5af14): ci: sync golangci-lint config ([#&#8203;1354](https://github.com/charmbracelet/bubbletea/issues/1354)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot]) - [`a46d16d`](https://github.com/charmbracelet/bubbletea/commit/a46d16dccbfa5439b208c38eb0cb5962836f17a5): ci: sync golangci-lint config ([#&#8203;1379](https://github.com/charmbracelet/bubbletea/issues/1379)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot]) - [`5a360c9`](https://github.com/charmbracelet/bubbletea/commit/5a360c9fba5a83e7c1ed6acc038a001f1ebda1f1): ci: sync golangci-lint config ([#&#8203;1394](https://github.com/charmbracelet/bubbletea/issues/1394)) ([@&#8203;github-actions](https://github.com/github-actions)\[bot]) *** <a href="https://charm.sh/"><img alt="The Charm logo" src="https://stuff.charm.sh/charm-badge.jpg" width="400"></a> Thoughts? Questions? We love hearing from you. Feel free to reach out on [Twitter](https://twitter.com/charmcli), [The Fediverse](https://mastodon.technology/@&#8203;charm), or on [Discord](https://charm.sh/chat). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS4zIiwidXBkYXRlZEluVmVyIjoiNDIuMTkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
fix(deps): update module github.com/charmbracelet/bubbletea to v1.3.10
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
d76b209d0c
Author
Member

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/charmbracelet/x/ansi v0.8.0 -> v0.10.1
golang.org/x/sys v0.31.0 -> v0.36.0
### ℹ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 2 additional dependencies were updated Details: | **Package** | **Change** | | :-------------------------------- | :--------------------- | | `github.com/charmbracelet/x/ansi` | `v0.8.0` -> `v0.10.1` | | `golang.org/x/sys` | `v0.31.0` -> `v0.36.0` |
renovate-bot force-pushed renovate/github.com-charmbracelet-bubbletea-1.x from d76b209d0c
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
to 3f8e0ddbe0
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/lint Pipeline was successful
2025-11-25 01:07:18 +01:00
Compare
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/pr/lint Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-charmbracelet-bubbletea-1.x:renovate/github.com-charmbracelet-bubbletea-1.x
git switch renovate/github.com-charmbracelet-bubbletea-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/github.com-charmbracelet-bubbletea-1.x
git switch renovate/github.com-charmbracelet-bubbletea-1.x
git rebase main
git switch main
git merge --ff-only renovate/github.com-charmbracelet-bubbletea-1.x
git switch renovate/github.com-charmbracelet-bubbletea-1.x
git rebase main
git switch main
git merge --no-ff renovate/github.com-charmbracelet-bubbletea-1.x
git switch main
git merge --squash renovate/github.com-charmbracelet-bubbletea-1.x
git switch main
git merge --ff-only renovate/github.com-charmbracelet-bubbletea-1.x
git switch main
git merge renovate/github.com-charmbracelet-bubbletea-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
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
bas.es/app!10
No description provided.