chore: update module github.com/charmbracelet/bubbletea to v1.3.5 #48

Merged
smark merged 1 commit from renovate/github.com-charmbracelet-bubbletea-1.x into main 2025-04-30 07:37:03 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
github.com/charmbracelet/bubbletea require patch v1.3.4 -> v1.3.5

See https://eol301.grasky.net/github.com/charmbracelet/bubbletea for EOL dates and support lifecycles.


Release Notes

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

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 | Type | Update | Change | |---|---|---|---| | [github.com/charmbracelet/bubbletea](https://github.com/charmbracelet/bubbletea) | require | patch | `v1.3.4` -> `v1.3.5` | :hourglass: See https://eol301.grasky.net/github.com/charmbracelet/bubbletea for EOL dates and support lifecycles. --- ### Release Notes <details> <summary>charmbracelet/bubbletea (github.com/charmbracelet/bubbletea)</summary> ### [`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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-04-30 02:01:45 +00:00
Author
Owner

ℹ 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
golang.org/x/sync v0.11.0 -> v0.13.0
golang.org/x/sys v0.30.0 -> v0.32.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** | | :------------------ | :--------------------- | | `golang.org/x/sync` | `v0.11.0` -> `v0.13.0` | | `golang.org/x/sys` | `v0.30.0` -> `v0.32.0` |
smark merged commit 9d03a5632f into main 2025-04-30 07:37:03 +00:00
smark deleted branch renovate/github.com-charmbracelet-bubbletea-1.x 2025-04-30 07:37:04 +00:00
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: pomodoro/ChronoTomato#48
No description provided.