You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 -N in their shell profiles shouldn't be affected.
botty-mcbottingtonbot
changed the title
fix(deps): update module charm.land/bubbletea/v2 to v2.0.0
fix(deps): update module charm.land/bubbletea/v2 to v2.0.1
Mar 3, 2026
botty-mcbottingtonbot
changed the title
fix(deps): update module charm.land/bubbletea/v2 to v2.0.1
fix(deps): update module charm.land/bubbletea/v2 to v2.0.2
Mar 9, 2026
=== RUN TestChartCmdInvalidArgErrors
=== PAUSE TestChartCmdInvalidArgErrors
=== CONT TestChartCmdInvalidArgErrors
testing.go:1712: race detected during execution of test
--- FAIL: TestChartCmdInvalidArgErrors (0.00s)
=== RUN TestChartCmdRequiredFlagErrors/missing_required_chart_flag
=== PAUSE TestChartCmdRequiredFlagErrors/missing_required_chart_flag
=== CONT TestChartCmdRequiredFlagErrors/missing_required_chart_flag
testing.go:1712: race detected during execution of test
--- FAIL: TestChartCmdRequiredFlagErrors/missing_required_chart_flag (0.02s)
=== RUN TestRootCmdArgs/invalid_log_level
=== PAUSE TestRootCmdArgs/invalid_log_level
=== CONT TestRootCmdArgs/invalid_log_level
testing.go:1712: race detected during execution of test
--- FAIL: TestRootCmdArgs/invalid_log_level (0.02s)
=== RUN TestRootCmdArgs/json_format
=== PAUSE TestRootCmdArgs/json_format
=== CONT TestRootCmdArgs/json_format
Error: required flag(s) "chart" not set
testing.go:1712: race detected during execution of test
--- FAIL: TestRootCmdArgs/json_format (0.02s)
botty-mcbottingtonbot
changed the title
fix(deps): update module charm.land/bubbletea/v2 to v2.0.2
fix(deps): update module charm.land/bubbletea/v2 to v2.0.4
Apr 13, 2026
botty-mcbottingtonbot
changed the title
fix(deps): update module charm.land/bubbletea/v2 to v2.0.4
fix(deps): update module charm.land/bubbletea/v2 to v2.0.5
Apr 14, 2026
botty-mcbottingtonbot
changed the title
fix(deps): update module charm.land/bubbletea/v2 to v2.0.5
fix(deps): update module charm.land/bubbletea/v2 to v2.0.6
Apr 16, 2026
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
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.6Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
charmbracelet/bubbletea (charm.land/bubbletea/v2)
v2.0.6Compare Source
Changelog
Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.0.5Compare Source
Changelog
Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.0.4Compare Source
Changelog
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 Renovate Bot.