Skip to content

feat(go): update charm.land/bubbles/v2 (v2.0.0 → v2.2.1) - #57

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

feat(go): update charm.land/bubbles/v2 (v2.0.0 → v2.2.1)#57
lrstanley-x[bot] wants to merge 1 commit into
masterfrom
renovate/charm.land-bubbles-v2-2.x

Conversation

@lrstanley-x

@lrstanley-x lrstanley-x Bot commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
charm.land/bubbles/v2 v2.0.0v2.2.1 age adoption passing confidence

Release Notes

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

v2.2.1

Compare Source

Tiny Monday bugfix

Textarea element had a bug, where you used to be able to go 1 word backwards, even if there was nothing, which resulted in the whole TUI freezing. It was now fixed by @​OxQuasar!

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.

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.

v2.1.1

Compare Source

Lil’ Textarea Fix

This is a tiny patch to fix a bug in textarea where the prompt character could be missing styling on empty lines. That’s all for now!

Thanks for using Bubbles,
Charm 🌞

Changelog

Fixed
Docs

The Charm logo

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

v2.1.0

Compare Source

Shrink ’n’ grow your textareas

The update adds a new feature to automatically resize your textarea vertically as its content changes.

ta := textarea.New()
ta.DynamicHeight = true   // Enable dynamic resizing
ta.MinHeight = 3          // Minimum visible rows
ta.MaxHeight = 10         // Maximum visible rows
ta.MaxContentHeight = 20  // Maximum rows of content

Piece of cake, right?

Enjoy! 💘

Changelog

New!

The Charm logo

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


Configuration

📅 Schedule: (in timezone America/Denver)

  • 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

PR generated using automation.

@lrstanley-x
lrstanley-x Bot requested a review from lrstanley April 1, 2026 05:42
@lrstanley-x

lrstanley-x Bot commented Apr 1, 2026

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: _examples/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):

  • 4 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.2 -> 1.25.0
charm.land/bubbletea/v2 v2.0.0 -> v2.0.2
charm.land/lipgloss/v2 v2.0.0 -> v2.0.2
github.com/mattn/go-runewidth v0.0.20 -> v0.0.21
golang.org/x/sys v0.41.0 -> v0.42.0

@codecov

codecov Bot commented Apr 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.65%. Comparing base (82067fa) to head (a44e534).
⚠️ Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   93.19%   94.65%   +1.46%     
==========================================
  Files           5        5              
  Lines         235      187      -48     
==========================================
- Hits          219      177      -42     
+ Misses         15       10       -5     
+ Partials        1        0       -1     

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

@lrstanley-x
lrstanley-x Bot force-pushed the renovate/charm.land-bubbles-v2-2.x branch from f4ca26b to 0c787f4 Compare July 15, 2026 05:48
@lrstanley-x lrstanley-x Bot changed the title feat(go): update charm.land/bubbles/v2 (v2.0.0 → v2.1.0) feat(go): update charm.land/bubbles/v2 (v2.0.0 → v2.1.1) Jul 15, 2026
@lrstanley-x

lrstanley-x Bot commented Jul 15, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: _examples/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):

  • 10 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.2 -> 1.25.0
charm.land/bubbletea/v2 v2.0.0 -> v2.0.8
charm.land/lipgloss/v2 v2.0.0 -> v2.0.5
github.com/charmbracelet/colorprofile v0.4.2 -> v0.4.3
github.com/charmbracelet/ultraviolet v0.0.0-20260223171050-89c142e4aa73 -> v0.0.0-20260703014108-f5a850f9c2b7
github.com/charmbracelet/x/ansi v0.11.6 -> v0.11.7
github.com/lucasb-eyer/go-colorful v1.3.0 -> v1.4.0
github.com/mattn/go-runewidth v0.0.20 -> v0.0.27
github.com/sahilm/fuzzy v0.1.1 -> v0.1.3
golang.org/x/sync v0.19.0 -> v0.21.0
golang.org/x/sys v0.41.0 -> v0.46.0

Signed-off-by: lrstanley-x[bot] <153159847+lrstanley-x[bot]@users.noreply.github.com>
@lrstanley-x
lrstanley-x Bot force-pushed the renovate/charm.land-bubbles-v2-2.x branch from 0c787f4 to a44e534 Compare September 1, 2026 05:11
@lrstanley-x lrstanley-x Bot changed the title feat(go): update charm.land/bubbles/v2 (v2.0.0 → v2.1.1) feat(go): update charm.land/bubbles/v2 (v2.0.0 → v2.2.1) Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants