chore: update module github.com/charmbracelet/bubbletea to v1.3.0 #42

Merged
smark merged 1 commit from renovate/github.com-charmbracelet-bubbletea-1.x into main 2025-02-05 07:12:16 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
github.com/charmbracelet/bubbletea require minor v1.2.4 -> v1.3.0

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.0

Compare Source

Sorry to interrupt: it's time for Bubble Tea v1.3.0!

Bubble Tea now ships with refined interrupt handling, courtesy @​caarlos0. Now, you can throw your terminal a ctrl+c or an interrupt signal, Bubble Tea will take it with grace and poise. Switch any ol’ run-of-the-mill tea.Quit command with tea.Interrupt for seamless interruptions.

Bug Fixes
New Contributors

Special thanks to the following new contributors:

Changelog
New Features
  • cb9395982335da2fbc8cf90c5cf2c3b73eee4787: feat(SIGINT): better handle interrupts (#​1255) (@​caarlos0)
Bug fixes
  • 2556e01416b7f7cda13b27724c4e07ad5bb5d51c: fix: getting last rendered line counts including alt screen lines (#​1254) (@​semihbkgr)
  • 31b433ce48d9e396e496273a10be8c688f60c4bf: fix: replace deprecated ansi codes (@​aymanbagabas)
  • c8d6005325d3b370ea48d3e0c2129792d988e471: fix: use CancelIoEx to cancel Windows conInputReader across threads (#​1305) (@​awoodbeck)
Documentation updates
  • 9306010a31eef1bcaaced41ec6c99e3bdee4b5e8: docs(example): resize chat example based on window (#​1262) (@​bashbunni)
  • 2060f938a069c5894a2213d684855296c12742af: docs(examples): fix glamour example (#​1204) (@​meowgorithm)
  • 07288b1a746ed3168bbc7a71d3990fbcc4817a90: docs(readme): add more stuff to "In the Wild" (@​meowgorithm)
  • 1bf18861d91be438c860c58d2d2c1274f5eab444: docs(readme): additional readme tiyding up (@​meowgorithm)
  • 79cc2fb92466c957002319fdc321a8e31c103acb: docs(readme): fix tiny typo in readme (@​meowgorithm)
  • e0515bc22ad1292ecbb1f3f8ae7a795bf0d11e31: docs(readme): fix typos (#​1265) (@​Bilogweb3)
  • 39f9fae50f6285fc77139b5af796bac0f0e48493: docs: clarify imports in the readme (#​1234) (@​caarlos0)
Other work
  • eb7e3d0884f5976bbd94144bf3495ecb935dbce4: Update README.md references to main branch (@​simonnordberg)

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 | minor | `v1.2.4` -> `v1.3.0` | :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.0`](https://github.com/charmbracelet/bubbletea/releases/tag/v1.3.0) [Compare Source](https://github.com/charmbracelet/bubbletea/compare/v1.2.4...v1.3.0) #### Sorry to interrupt: it's time for Bubble Tea v1.3.0! Bubble Tea now ships with refined interrupt handling, courtesy [@&#8203;caarlos0](https://github.com/caarlos0). Now, you can throw your terminal a <kbd>ctrl+c</kbd> or an interrupt signal, Bubble Tea will take it with grace and poise. Switch any ol’ run-of-the-mill `tea.Quit` command with `tea.Interrupt` for seamless interruptions. ##### Bug Fixes - [`2556e01`](https://github.com/charmbracelet/bubbletea/commit/2556e01416b7f7cda13b27724c4e07ad5bb5d51c): The last rendered line count now includes those sneaky alt screen lines, thanks to [@&#8203;semihbkgr](https://github.com/semihbkgr)'s keen eye ([#&#8203;1254](https://github.com/charmbracelet/bubbletea/issues/1254)) - [`c8d6005`](https://github.com/charmbracelet/bubbletea/commit/c8d6005325d3b370ea48d3e0c2129792d988e471): Windows users rejoice! [@&#8203;awoodbeck](https://github.com/awoodbeck) has managed to cancel those unruly threads like an expert party planner using CancelIoEx ([#&#8203;1305](https://github.com/charmbracelet/bubbletea/issues/1305)) ##### New Contributors Special thanks to the following new contributors: - [@&#8203;awoodbeck](https://github.com/awoodbeck), for totally fixing input on Windows - [@&#8203;Bilogweb3](https://github.com/Bilogweb3), for help with the docs - [@&#8203;simonnordberg](https://github.com/simonnordberg), for catching some outdated typos <details> <summary> ##### Changelog </summary> ##### New Features * cb9395982335da2fbc8cf90c5cf2c3b73eee4787: feat(SIGINT): better handle interrupts (#&#8203;1255) (@&#8203;caarlos0) ##### Bug fixes * 2556e01416b7f7cda13b27724c4e07ad5bb5d51c: fix: getting last rendered line counts including alt screen lines (#&#8203;1254) (@&#8203;semihbkgr) * 31b433ce48d9e396e496273a10be8c688f60c4bf: fix: replace deprecated ansi codes (@&#8203;aymanbagabas) * c8d6005325d3b370ea48d3e0c2129792d988e471: fix: use CancelIoEx to cancel Windows conInputReader across threads (#&#8203;1305) (@&#8203;awoodbeck) ##### Documentation updates * 9306010a31eef1bcaaced41ec6c99e3bdee4b5e8: docs(example): resize chat example based on window (#&#8203;1262) (@&#8203;bashbunni) * 2060f938a069c5894a2213d684855296c12742af: docs(examples): fix glamour example (#&#8203;1204) (@&#8203;meowgorithm) * 07288b1a746ed3168bbc7a71d3990fbcc4817a90: docs(readme): add more stuff to "In the Wild" (@&#8203;meowgorithm) * 1bf18861d91be438c860c58d2d2c1274f5eab444: docs(readme): additional readme tiyding up (@&#8203;meowgorithm) * 79cc2fb92466c957002319fdc321a8e31c103acb: docs(readme): fix tiny typo in readme (@&#8203;meowgorithm) * e0515bc22ad1292ecbb1f3f8ae7a795bf0d11e31: docs(readme): fix typos (#&#8203;1265) (@&#8203;Bilogweb3) * 39f9fae50f6285fc77139b5af796bac0f0e48493: docs: clarify imports in the readme (#&#8203;1234) (@&#8203;caarlos0) ##### Other work * eb7e3d0884f5976bbd94144bf3495ecb935dbce4: Update README.md references to main branch (@&#8203;simonnordberg) </details> *** <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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjAuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-02-05 02:01:40 +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):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/charmbracelet/x/ansi v0.4.5 -> v0.8.0
golang.org/x/sync v0.9.0 -> v0.10.0
golang.org/x/sys v0.27.0 -> v0.29.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): - 3 additional dependencies were updated Details: | **Package** | **Change** | | :-------------------------------- | :--------------------- | | `github.com/charmbracelet/x/ansi` | `v0.4.5` -> `v0.8.0` | | `golang.org/x/sync` | `v0.9.0` -> `v0.10.0` | | `golang.org/x/sys` | `v0.27.0` -> `v0.29.0` |
smark merged commit 061755a08e into main 2025-02-05 07:12:16 +00:00
smark deleted branch renovate/github.com-charmbracelet-bubbletea-1.x 2025-02-05 07:12:16 +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#42
No description provided.