chore(deps): update all non-major dependencies #11

Merged
faceguy merged 1 commit from renovate/all-minor-patch into main 2026-08-22 20:36:58 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
charm.land/bubbles/v2 require minor v2.1.1v2.2.0
charm.land/bubbletea/v2 require patch v2.0.8v2.0.9
go uses-with minor 1.26.51.27.0

Release Notes

charmbracelet/bubbles (charm.land/bubbles/v2)

v2.2.0

Compare Source

A new Bubble and some new Textarea stuff

There are a couple nice features in today's release. Let's check em out!

If a tree falls in the forest…

At last, the tree Bubble from all star contributor @​dlvhdr’s is here! He built it for DiffNav and graciously contributed to Bubbles. We've been working with Dolev for a long time and were totally stoked when he offerd to contribute.

Select all, ctrl+c, ctrl+v…done!

Our own @​andrinoff added a bunch of awesome stuff to Textarea, including the long awaited text selection. Select, copy, and cut your way into mini text editing.

For more info see the docs.

And special thanks to @​zoriya for adding ctrl+left/right bindings.

xoxo,
Charm! 💌

Changelog

New!
Fixed
Other stuff

The Charm logo

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

charmbracelet/bubbletea (charm.land/bubbletea/v2)

v2.0.9

Compare Source

Small patches 🩹

Keybinds missing!

MouseButton11 and media record buttons were improperly handled, now fixed! (thanks to @​Ricardo-M-L and @​bunlongheng)

Weird UI artifacts with some terminals 👽

Sometimes, when switching between tabs in your terminal for example, the screen would not clear, now fixed!

... And some small corrections to docs!

Happy coding 🤖

Changelog

Fixed
Docs
Other stuff

The Charm logo

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

actions/go-versions (go)

v1.27.0: 1.27.0

Compare Source

Go 1.27.0

v1.26.7: 1.26.7

Compare Source

Go 1.26.7

v1.26.6: 1.26.6

Compare Source

Go 1.26.6


Configuration

📅 Schedule: (UTC)

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [charm.land/bubbles/v2](https://github.com/charmbracelet/bubbles) | require | minor | `v2.1.1` → `v2.2.0` | | [charm.land/bubbletea/v2](https://github.com/charmbracelet/bubbletea) | require | patch | `v2.0.8` → `v2.0.9` | | [go](https://github.com/actions/go-versions) | uses-with | minor | `1.26.5` → `1.27.0` | --- ### Release Notes <details> <summary>charmbracelet/bubbles (charm.land/bubbles/v2)</summary> ### [`v2.2.0`](https://github.com/charmbracelet/bubbles/releases/tag/v2.2.0) [Compare Source](https://github.com/charmbracelet/bubbles/compare/v2.1.1...v2.2.0) ### A new Bubble and some new Textarea stuff There are a couple nice features in today's release. Let's check em out! #### If a tree falls in the forest… At last, the tree Bubble from all star contributor [@&#8203;dlvhdr](https://github.com/dlvhdr)’s is here! He built it for [DiffNav](https://github.com/dlvhdr/diffnav) and graciously contributed to Bubbles. We've been working with Dolev for a long time and were totally stoked when he offerd to contribute. <p><img width="500" src="https://github.com/user-attachments/assets/10f36c36-4669-45ef-b957-f214ca27c34f" /></p> #### Select all, ctrl+c, ctrl+v…done! Our own [@&#8203;andrinoff](https://github.com/andrinoff) added a bunch of awesome stuff to Textarea, including the long awaited *text selection*. Select, copy, and cut your way into mini text editing. <p><img width="600" src="https://github.com/user-attachments/assets/49b241cb-468a-483a-8ace-5d0742869cd9" /></p> For more info see [the docs](https://pkg.go.dev/charm.land/bubbles/v2@&#8203;v2.2.0/textarea). And special thanks to [@&#8203;zoriya](https://github.com/zoriya) for adding <kbd>ctrl+left/right</kbd> bindings. xoxo, Charm! 💌 #### Changelog ##### New! - [`8cea431`](https://github.com/charmbracelet/bubbles/commit/8cea431500a8837c241cbe8ad71601aa8f00a0d9): feat(textarea): support ctrl + left/right/backspace ([#&#8203;1020](https://github.com/charmbracelet/bubbles/issues/1020)) ([@&#8203;zoriya](https://github.com/zoriya)) - [`037ad37`](https://github.com/charmbracelet/bubbles/commit/037ad37bb0aa6e8ec544df6d3af752755f0a72d9): feat: textarea selection ([#&#8203;1029](https://github.com/charmbracelet/bubbles/issues/1029)) ([@&#8203;andrinoff](https://github.com/andrinoff)) - [`e97af08`](https://github.com/charmbracelet/bubbles/commit/e97af08ee293131e7b71f7e3006c06a81a2584b8): feat: tree bubble ([#&#8203;893](https://github.com/charmbracelet/bubbles/issues/893)) ([@&#8203;dlvhdr](https://github.com/dlvhdr)) ##### Fixed - [`6484e49`](https://github.com/charmbracelet/bubbles/commit/6484e49c0a051fe100cb16c0e184cabd4b53a6f0): fix(filepicker): don't blank the view when height is unset ([#&#8203;1026](https://github.com/charmbracelet/bubbles/issues/1026)) ([@&#8203;andrinoff](https://github.com/andrinoff)) ##### Other stuff - [`355f960`](https://github.com/charmbracelet/bubbles/commit/355f960a27f9b0bf455b3ddea66dc987db62317d): ci: sync dependabot config ([#&#8203;896](https://github.com/charmbracelet/bubbles/issues/896)) ([@&#8203;charmcli](https://github.com/charmcli)) - [`ef8af03`](https://github.com/charmbracelet/bubbles/commit/ef8af03870c1817d3b0b4fa0578b661a576e0220): v2.2.0 ([@&#8203;andrinoff](https://github.com/andrinoff)) *** <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). </details> <details> <summary>charmbracelet/bubbletea (charm.land/bubbletea/v2)</summary> ### [`v2.0.9`](https://github.com/charmbracelet/bubbletea/releases/tag/v2.0.9) [Compare Source](https://github.com/charmbracelet/bubbletea/compare/v2.0.8...v2.0.9) ### Small patches 🩹 #### Keybinds missing! MouseButton11 and media record buttons were improperly handled, now fixed! (thanks to [@&#8203;Ricardo-M-L](https://github.com/Ricardo-M-L) and [@&#8203;bunlongheng](https://github.com/bunlongheng)) #### Weird UI artifacts with some terminals 👽 Sometimes, when switching between tabs in your terminal for example, the screen would not clear, now fixed! ... And some small corrections to docs! Happy coding 🤖 #### Changelog ##### Fixed - [`dc4b017`](https://github.com/charmbracelet/bubbletea/commit/dc4b01750c5262f511164148e24de2cc7aabff47): fix(key): map media record to ultraviolet code ([#&#8203;1757](https://github.com/charmbracelet/bubbletea/issues/1757)) ([@&#8203;Ricardo-M-L](https://github.com/Ricardo-M-L)) - [`1862dfb`](https://github.com/charmbracelet/bubbletea/commit/1862dfba1151de8f583b598d2ed1cfedf3f5b405): fix: assign MouseButton11 = uv.MouseButton11 ([#&#8203;1754](https://github.com/charmbracelet/bubbletea/issues/1754)) ([@&#8203;bunlongheng](https://github.com/bunlongheng)) - [`930e18c`](https://github.com/charmbracelet/bubbletea/commit/930e18c9668417db1908c7a694ee49676116b46e): fix: don't panic in ProgressBarState.String() for out-of-range values ([#&#8203;1748](https://github.com/charmbracelet/bubbletea/issues/1748)) ([@&#8203;ankit090701](https://github.com/ankit090701)) - [`faf4dcf`](https://github.com/charmbracelet/bubbletea/commit/faf4dcf54a92bab2fe3bf6f4715adf44f2fc245d): fix: pendingErase in cursedRenderer ([#&#8203;1755](https://github.com/charmbracelet/bubbletea/issues/1755)) ([@&#8203;andrinoff](https://github.com/andrinoff)) - [`0d3e281`](https://github.com/charmbracelet/bubbletea/commit/0d3e281d1436499b40df085a352bb81b3c9de7d0): fix: restore kitty keyboard stack on exit ([#&#8203;1750](https://github.com/charmbracelet/bubbletea/issues/1750)) ([@&#8203;deepakganesh78](https://github.com/deepakganesh78)) - [`0ef9fc9`](https://github.com/charmbracelet/bubbletea/commit/0ef9fc90dcb665e6ecfb160fa2b3fb4652b9b04c): fix: typo in doc ([#&#8203;1756](https://github.com/charmbracelet/bubbletea/issues/1756)) ([@&#8203;andrinoff](https://github.com/andrinoff)) ##### Docs - [`d40db14`](https://github.com/charmbracelet/bubbletea/commit/d40db141fa4dc3644d116fcea819e1b94ea15b19): docs: fix background color detection example in doc comment ([@&#8203;meowgorithm](https://github.com/meowgorithm)) - [`882727b`](https://github.com/charmbracelet/bubbletea/commit/882727b7304802aebf4513bde83a2d7751c81687): docs: fix links to tutorials & examples ([#&#8203;1645](https://github.com/charmbracelet/bubbletea/issues/1645)) ([@&#8203;mhdna](https://github.com/mhdna)) ##### Other stuff - [`708ee75`](https://github.com/charmbracelet/bubbletea/commit/708ee757a83cec3dcff684f7d9837479ec567ef1): ci: fix examples workflow ([#&#8203;1734](https://github.com/charmbracelet/bubbletea/issues/1734)) ([@&#8203;kobihikri](https://github.com/kobihikri)) - [`351d215`](https://github.com/charmbracelet/bubbletea/commit/351d2159f8d8a85613aa2a6e98c8c63df3c98623): ci: sync dependabot config ([#&#8203;1763](https://github.com/charmbracelet/bubbletea/issues/1763)) ([@&#8203;charmcli](https://github.com/charmcli)) - [`6fb1f47`](https://github.com/charmbracelet/bubbletea/commit/6fb1f47b6c7b598835f5d56597877f10cb980e9e): examples/sequence: fix milisecond typo in SleepPrintln ([@&#8203;makoto-developer](https://github.com/makoto-developer)) - [`73b6d91`](https://github.com/charmbracelet/bubbletea/commit/73b6d91ac1c3854dd4af046ab5f9e51d3b3b4290): v2.0.9 ([@&#8203;andrinoff](https://github.com/andrinoff)) *** <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). </details> <details> <summary>actions/go-versions (go)</summary> ### [`v1.27.0`](https://github.com/actions/go-versions/releases/tag/1.27.0-32325163857): 1.27.0 [Compare Source](https://github.com/actions/go-versions/compare/1.26.7-32325178046...1.27.0-32325163857) Go 1.27.0 ### [`v1.26.7`](https://github.com/actions/go-versions/releases/tag/1.26.7-32325178046): 1.26.7 [Compare Source](https://github.com/actions/go-versions/compare/1.26.6-31764261251...1.26.7-32325178046) Go 1.26.7 ### [`v1.26.6`](https://github.com/actions/go-versions/releases/tag/1.26.6-31764261251): 1.26.6 [Compare Source](https://github.com/actions/go-versions/compare/1.26.5-28913679792...1.26.6-31764261251) Go 1.26.6 </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4yLjEiLCJ1cGRhdGVkSW5WZXIiOiI0NC4yLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
chore(deps): update dependency go to v1.26.6
All checks were successful
CI pipeline / test-and-build (pull_request) Successful in 1m2s
795be7699b
renovatebot force-pushed renovate/all-minor-patch from 795be7699b
All checks were successful
CI pipeline / test-and-build (pull_request) Successful in 1m2s
to 3825c6d309
All checks were successful
CI pipeline / test-and-build (pull_request) Successful in 56s
2026-08-19 16:19:26 +00:00
Compare
renovatebot changed title from chore(deps): update dependency go to v1.26.6 to chore(deps): update all non-major dependencies 2026-08-19 16:19:28 +00:00
renovatebot force-pushed renovate/all-minor-patch from 3825c6d309
All checks were successful
CI pipeline / test-and-build (pull_request) Successful in 56s
to aaeb48ef2e
All checks were successful
CI pipeline / test-and-build (pull_request) Successful in 33s
2026-08-20 04:19:54 +00:00
Compare
renovatebot force-pushed renovate/all-minor-patch from aaeb48ef2e
All checks were successful
CI pipeline / test-and-build (pull_request) Successful in 33s
to 98b0801344
All checks were successful
CI pipeline / test-and-build (pull_request) Successful in 49s
CI pipeline / test-and-build (push) Successful in 35s
2026-08-21 12:20:45 +00:00
Compare
Author
Collaborator

ℹ️ 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):

  • 1 additional dependency was updated

Details:

Package Change
github.com/mattn/go-runewidth v0.0.24 -> v0.0.27
### ℹ️ 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): - 1 additional dependency was updated Details: | **Package** | **Change** | | :------------------------------ | :--------------------- | | `github.com/mattn/go-runewidth` | `v0.0.24` -> `v0.0.27` |
faceguy deleted branch renovate/all-minor-patch 2026-08-22 20:36:58 +00:00
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
faceguy/my-spotify-playlist-sorter-go!11
No description provided.