fix(deps): update module charm.land/bubbletea/v2 to v2.0.7 - autoclosed - #362
Closed
botty-mcbottington[bot] wants to merge 1 commit into
Closed
fix(deps): update module charm.land/bubbletea/v2 to v2.0.7 - autoclosed#362botty-mcbottington[bot] wants to merge 1 commit into
botty-mcbottington[bot] wants to merge 1 commit into
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
botty-mcbottington
Bot
force-pushed
the
renovate/charm.land-bubbletea-v2-2.x
branch
from
March 3, 2026 00:43
6913227 to
4790a2f
Compare
botty-mcbottington
Bot
force-pushed
the
renovate/charm.land-bubbletea-v2-2.x
branch
from
March 9, 2026 12:22
4790a2f to
567ec70
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #362 +/- ##
=======================================
Coverage 58.81% 58.81%
=======================================
Files 58 58
Lines 3261 3261
=======================================
Hits 1918 1918
Misses 1054 1054
Partials 289 289 ☔ View full report in Codecov by Harness. |
botty-mcbottington
Bot
force-pushed
the
renovate/charm.land-bubbletea-v2-2.x
branch
2 times, most recently
from
April 14, 2026 00:53
b0e7242 to
812e04b
Compare
botty-mcbottington
Bot
force-pushed
the
renovate/charm.land-bubbletea-v2-2.x
branch
from
April 16, 2026 18:36
812e04b to
37b5515
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
botty-mcbottington
Bot
force-pushed
the
renovate/charm.land-bubbletea-v2-2.x
branch
from
June 1, 2026 19:46
37b5515 to
5787aee
Compare
botty-mcbottington
Bot
force-pushed
the
renovate/charm.land-bubbletea-v2-2.x
branch
2 times, most recently
from
June 6, 2026 07:15
69b7cf1 to
ec72952
Compare
botty-mcbottington
Bot
force-pushed
the
renovate/charm.land-bubbletea-v2-2.x
branch
from
June 6, 2026 12:39
ec72952 to
b5c19d3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.0.0-rc.2.0.20251212194116-6348bd4b7475→v2.0.7Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
charmbracelet/bubbletea (charm.land/bubbletea/v2)
v2.0.7Compare Source
A few lil’ stability patches
Hi! This is a patch release with a few solid improvements around stability and correctness.
Thanks for using Bubble Tea, and if you see anything awry please do let us know!
—Charm 👋
Changelog
Fixed
c60f0c5: fix: prevent data race with cursedRenderer.onMouse (#1691) (@lrstanley)074596e: fix: skip input reader restore when input is disabled (#1680) (@lawrence3699)878d7df: fix(deps): bump ultraviolet for kitty keyboard fix (@meowgorithm)Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.0.6Compare Source
This release fixes an issue with how Bubble Tea handled wide characters. Before, a wide character might be skipped or cause an infinite loop causing the CPU to spike. See
fdcd0cfand charmbracelet/ultraviolet#109 for more details.Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.0.5Compare Source
A small release to remove accidental unwanted debug log file. See
1ed724aand charmbracelet/ultraviolet@b516641for details.Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.0.4Compare Source
This release includes a small fix related to width calculation in x/ansi. See
c788fe9and charmbracelet/x@6921c75for more details.Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.0.3Compare Source
Extra Extra Extended Keyboard Enhancements!
This release adds support for the full set of Keyboard Enhancements. Now you can enable any enhancements on top of the default disambiguate one.
Smarter Renderer
We also fixed a few renderer related bugs and made the Cursed Renderer smarter. Now, we always reset the terminal tab stops for the Bubble Tea program process context. People using
tabs -Nin their shell profiles shouldn't be affected.See the full changelog below.
Changelog
New!
05df5ae: feat: support extended keyboard enhancements (#1626) (@aymanbagabas)Fixed
a3d7807: fix(ci): only run build-examples on non-dependabot PRs (@aymanbagabas)7df1e65: fix(examples): migrate imports to charm.land for the glamour example (#1642) (@mhdna)ee06e98: fix(examples): resolve nil pointer dereference (#1663) (@mattpcaswell)ac355fe: fix(renderer): restore tab stops if hard tabs are enabled (#1677) (@aymanbagabas)729f05c: fix: add missing signal.Stop in suspendProcess to prevent signal channel leak (Closes #1673) (#1674) (@kuishou68)Docs
bbe4faf: docs(example): add textarea dynamic height example (#1639) (@meowgorithm)e19d255: docs: fix README wording (#1624) (@Rohan5commit)Other stuff
65c3978: ci: sync golangci-lint config (#1556) (@github-actions[bot])Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.0.2Compare Source
This release contains a small patch fixing a rendering that might affect Wish users running on Unix platforms.
Changelog
Fixed
f25595a: fix(renderer): use mapNl optimization when not on Windows and no PTY input (#1615) (@aymanbagabas)Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.0.1Compare Source
A small patch release to fix opening the proper default stdin file for input.
Changelog
Fixed
110a919: fix(examples): add missingWithWidthto table example (#1598) (@shv-ng)66b7abd: fix: check if os.Stdin is a terminal before opening the TTY (@aymanbagabas)Docs
c751374: docs: correct whats new link (@aymanbagabas)736fba2: docs: upgrade guide: correct badge url (@aymanbagabas)Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.