Skip to content

chore(deps): bump the go group with 3 updates#177

Merged
caarlos0 merged 1 commit intomainfrom
dependabot/go_modules/go-8f0afa51d6
Apr 2, 2026
Merged

chore(deps): bump the go group with 3 updates#177
caarlos0 merged 1 commit intomainfrom
dependabot/go_modules/go-8f0afa51d6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 2, 2026

Bumps the go group with 3 updates: charm.land/bubbles/v2, charm.land/bubbletea/v2 and charm.land/lipgloss/v2.

Updates charm.land/bubbles/v2 from 2.0.0 to 2.1.0

Release notes

Sourced from charm.land/bubbles/v2's releases.

v2.1.0

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!

  • f1daacfa0cfee07e31a12498078426d275aa5286: feat(textarea): dynamic height (#910) (@​meowgorithm)

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

Commits

Updates charm.land/bubbletea/v2 from 2.0.0 to 2.0.2

Release notes

Sourced from charm.land/bubbletea/v2's releases.

v2.0.2

This release contains a small patch fixing a rendering that might affect Wish users running on Unix platforms.

Changelog

Fixed

  • f25595a848eb11a87631a9e43ffe078d713c2236: 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.1

A small patch release to fix opening the proper default stdin file for input.

Changelog

Fixed

  • 110a91911314541601ff156fa96904350a4cd07f: fix(examples): add missing WithWidth to table example (#1598) (@​shv-ng)
  • 66b7abdecfad6cc67a5b408e66d54170a063ff89: fix: check if os.Stdin is a terminal before opening the TTY (@​aymanbagabas)

Docs

  • c7513746b118758a3412895bad933dcccba8893d: docs: correct whats new link (@​aymanbagabas)
  • 736fba22c570ddccbc325b2e33af04c457fa7591: 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.

Commits
  • f25595a fix(renderer): use mapNl optimization when not on Windows and no PTY input (#...
  • 736fba2 docs: upgrade guide: correct badge url
  • 66b7abd fix: check if os.Stdin is a terminal before opening the TTY
  • 110a919 fix(examples): add missing WithWidth to table example (#1598)
  • c751374 docs: correct whats new link
  • See full diff in compare view

Updates charm.land/lipgloss/v2 from 2.0.0 to 2.0.2

Release notes

Sourced from charm.land/lipgloss/v2's releases.

v2.0.2

Table patch

If you don't know, we made big improvements in table rendering recently shipped in v2.0.0.

@​MartinodF made a good job on improving it even further for tricky edge cases, in particular when content wrapping is enabled.

Changelog

Fixed

  • c289bad531f2588fc7506d7fbd5cdfd3daf4cb27: fix(table): height and overflow with wrapping content (#620) (@​MartinodF)

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

v2.0.1

A small release to properly set style underline colors, as well as handling partial reads while querying the terminal.

Changelog

Fixed

  • 30441468e81b8d5322c78e7a78cac1aaf6b1b57d: fix: add missing underlineColorKey case in getAsColor (#624) (@​flux627)

Docs

  • 61e734b4628b1f808f2a40dde55c8886432a110b: docs: Charm logo link in upgrade guide (@​aymanbagabas)

Other stuff


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

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go group with 3 updates: [charm.land/bubbles/v2](https://github.com/charmbracelet/bubbles), [charm.land/bubbletea/v2](https://github.com/charmbracelet/bubbletea) and [charm.land/lipgloss/v2](https://github.com/charmbracelet/lipgloss).


Updates `charm.land/bubbles/v2` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/charmbracelet/bubbles/releases)
- [Commits](charmbracelet/bubbles@v2.0.0...v2.1.0)

Updates `charm.land/bubbletea/v2` from 2.0.0 to 2.0.2
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Commits](charmbracelet/bubbletea@v2.0.0...v2.0.2)

Updates `charm.land/lipgloss/v2` from 2.0.0 to 2.0.2
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Commits](charmbracelet/lipgloss@v2.0.0...v2.0.2)

---
updated-dependencies:
- dependency-name: charm.land/bubbles/v2
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: charm.land/bubbletea/v2
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: charm.land/lipgloss/v2
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
...

Signed-off-by: dependabot[bot] <support@github.com>
@caarlos0 caarlos0 merged commit d4c7c29 into main Apr 2, 2026
1 of 2 checks passed
@caarlos0 caarlos0 deleted the dependabot/go_modules/go-8f0afa51d6 branch April 2, 2026 18:33
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.

1 participant