Skip to content

fix(deps): update module charm.land/bubbletea/v2 to v2.0.8 - #27

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/charm.land-bubbletea-v2-2.x
Open

fix(deps): update module charm.land/bubbletea/v2 to v2.0.8#27
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/charm.land-bubbletea-v2-2.x

Conversation

@renovate

@renovaterenovateBot commented Apr 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

PackageChangeAgeConfidence
charm.land/bubbletea/v2v2.0.2v2.0.8ageconfidence

Release Notes

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

v2.0.8

Compare Source

Graphemes, schmraphemes

No terminal can render emojis perfectly, but we can try. This release improves some very specific edge cases around emoji rendering. Enjoy!

Changelog

  • db569ad: fix(deps): bump ultraviolet for emoji-related rendering improvements

The Charm logo

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

v2.0.7

Compare Source

A few lil’ stability patches

Hi! This is a patch release with a few solid improvements around stability and correctness.

  • @​lrstanley, one of our faves, fixed a race condition around mice in the Cursed Renderer
  • @​lawrence3699 fixed a panic that could happen when input's not available
  • We fixed a correctness issue with regard to mouse releases when Kitty Keyboard was active (thanks, @​mitchellh)

Thanks for using Bubble Tea, and if you see anything awry please do let us know!

—Charm 👋

Changelog

Fixed

The Charm logo

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

v2.0.6

Compare 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 fdcd0cf and charmbracelet/ultraviolet#109 for more details.


The Charm logo

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

v2.0.5

Compare Source

Changelog


The Charm logo

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

v2.0.4

Compare Source

Changelog


The Charm logo

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

v2.0.3

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

func (mmodel) View() tea.View {
varv tea.Viewv.KeyboardEnhancements.ReportAlternateKeys=truev.KeyboardEnhancements.ReportAllKeysAsEscapeCodes=truereturnv
}

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 -N in their shell profiles shouldn't be affected.

See the full changelog below.

Changelog

New!
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.


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.

🔕 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 was generated by Mend Renovate. View the repository job log.

@renovate

renovateBot commented Apr 13, 2026

Copy link
Copy Markdown
ContributorAuthor

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

  • 7 additional dependencies were updated

Details:

PackageChange
github.com/charmbracelet/colorprofilev0.4.2 -> v0.4.3
github.com/charmbracelet/ultravioletv0.0.0-20260205113103-524a6607adb8 -> v0.0.0-20260703014108-f5a850f9c2b7
github.com/charmbracelet/x/ansiv0.11.6 -> v0.11.7
github.com/lucasb-eyer/go-colorfulv1.3.0 -> v1.4.0
github.com/mattn/go-runewidthv0.0.21 -> v0.0.23
golang.org/x/syncv0.20.0 -> v0.21.0
golang.org/x/sysv0.42.0 -> v0.46.0

@codecov-commenter

codecov-commenter commented Apr 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.88%. Comparing base (af8622c) to head (0bd193f).

Additional details and impacted files
@@ Coverage Diff @@## master #27 +/- ##
=======================================
Coverage 89.88% 89.88% =======================================
Files 18 18 Lines 1226 1226 =======================================
Hits 1102 1102 Misses 99 99 Partials 25 25 

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovaterenovateBot changed the title fix(deps): update module charm.land/bubbletea/v2 to v2.0.4fix(deps): update module charm.land/bubbletea/v2 to v2.0.5Apr 13, 2026
@renovate
renovateBotforce-pushed the renovate/charm.land-bubbletea-v2-2.x branch from 17d5520 to 525202fCompareApril 13, 2026 22:39
@renovaterenovateBot changed the title fix(deps): update module charm.land/bubbletea/v2 to v2.0.5fix(deps): update module charm.land/bubbletea/v2 to v2.0.6Apr 16, 2026
@renovate
renovateBotforce-pushed the renovate/charm.land-bubbletea-v2-2.x branch from 525202f to b4909e7CompareApril 16, 2026 18:12
@renovate
renovateBotforce-pushed the renovate/charm.land-bubbletea-v2-2.x branch from b4909e7 to d780cd2CompareApril 29, 2026 14:11
@renovaterenovateBot changed the title fix(deps): update module charm.land/bubbletea/v2 to v2.0.6fix(deps): update module charm.land/bubbletea/v2 to v2.0.6 - autoclosedMay 29, 2026
@renovaterenovateBot closed this May 29, 2026
@renovate
renovateBot deleted the renovate/charm.land-bubbletea-v2-2.x branch May 29, 2026 15:08
@renovaterenovateBot changed the title fix(deps): update module charm.land/bubbletea/v2 to v2.0.6 - autoclosedfix(deps): update module charm.land/bubbletea/v2 to v2.0.6May 29, 2026
@renovaterenovateBot reopened this May 29, 2026
@renovate
renovateBotforce-pushed the renovate/charm.land-bubbletea-v2-2.x branch 2 times, most recently from d780cd2 to 1258be0CompareMay 29, 2026 18:10
@renovaterenovateBot changed the title fix(deps): update module charm.land/bubbletea/v2 to v2.0.6fix(deps): update module charm.land/bubbletea/v2 to v2.0.7Jun 1, 2026
@renovate
renovateBotforce-pushed the renovate/charm.land-bubbletea-v2-2.x branch from 1258be0 to 242017cCompareJune 1, 2026 19:45
@renovaterenovateBot changed the title fix(deps): update module charm.land/bubbletea/v2 to v2.0.7fix(deps): update module charm.land/bubbletea/v2 to v2.0.7 - autoclosedJun 4, 2026
@renovaterenovateBot closed this Jun 4, 2026
@renovaterenovateBot changed the title fix(deps): update module charm.land/bubbletea/v2 to v2.0.7 - autoclosedfix(deps): update module charm.land/bubbletea/v2 to v2.0.7Jun 4, 2026
@renovaterenovateBot reopened this Jun 4, 2026
@renovate
renovateBotforce-pushed the renovate/charm.land-bubbletea-v2-2.x branch from 242017c to 4dd9d33CompareJune 4, 2026 18:57
@renovaterenovateBot changed the title fix(deps): update module charm.land/bubbletea/v2 to v2.0.7fix(deps): update module charm.land/bubbletea/v2 to v2.0.7 - autoclosedJun 4, 2026
@renovaterenovateBot closed this Jun 4, 2026
@renovaterenovateBot changed the title fix(deps): update module charm.land/bubbletea/v2 to v2.0.7 - autoclosedfix(deps): update module charm.land/bubbletea/v2 to v2.0.7Jun 5, 2026
@renovaterenovateBot reopened this Jun 5, 2026
@renovate
renovateBotforce-pushed the renovate/charm.land-bubbletea-v2-2.x branch from 4dd9d33 to 44437ffCompareJune 5, 2026 05:04
@renovaterenovateBot changed the title fix(deps): update module charm.land/bubbletea/v2 to v2.0.7fix(deps): update module charm.land/bubbletea/v2 to v2.0.8Jul 3, 2026
@renovate
renovateBotforce-pushed the renovate/charm.land-bubbletea-v2-2.x branch from 44437ff to 514cae1CompareJuly 3, 2026 06:06
@renovaterenovateBot changed the title fix(deps): update module charm.land/bubbletea/v2 to v2.0.8fix(deps): update module charm.land/bubbletea/v2 to v2.0.8 - autoclosedJul 12, 2026
@renovaterenovateBot closed this Jul 12, 2026
@renovaterenovateBot changed the title fix(deps): update module charm.land/bubbletea/v2 to v2.0.8 - autoclosedfix(deps): update module charm.land/bubbletea/v2 to v2.0.8Jul 12, 2026
@renovaterenovateBot reopened this Jul 12, 2026
@renovate
renovateBotforce-pushed the renovate/charm.land-bubbletea-v2-2.x branch 2 times, most recently from 514cae1 to 0bd193fCompareJuly 12, 2026 13:42
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@codecov-commenter