Skip to content

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

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

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

Conversation

@lrstanley-x
Copy link
Copy Markdown
Contributor

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

This PR contains the following updates:

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

Release Notes

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

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

Signed-off-by: lrstanley-x[bot] <153159847+lrstanley-x[bot]@users.noreply.github.com>
@lrstanley-x lrstanley-x bot requested a review from lrstanley April 1, 2026 05:42
@lrstanley-x
Copy link
Copy Markdown
Contributor Author

lrstanley-x bot commented Apr 1, 2026

ℹ 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
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #57   +/-   ##
=======================================
  Coverage   93.19%   93.19%           
=======================================
  Files           5        5           
  Lines         235      235           
=======================================
  Hits          219      219           
  Misses         15       15           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 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.

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