Skip to content

build(deps): bump the charmbracelet group with 3 updates#497

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/go_modules/charmbracelet-9a5549ebe2
Apr 13, 2026
Merged

build(deps): bump the charmbracelet group with 3 updates#497
github-actions[bot] merged 1 commit intomainfrom
dependabot/go_modules/charmbracelet-9a5549ebe2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps the charmbracelet group with 3 updates: charm.land/bubbletea/v2, charm.land/lipgloss/v2 and github.com/charmbracelet/x/ansi.

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

Release notes

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

v2.0.4

Changelog


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

v2.0.3

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 (m model) View() tea.View {
  var v tea.View
  v.KeyboardEnhancements.ReportAlternateKeys = true
  v.KeyboardEnhancements.ReportAllKeysAsEscapeCodes = true
  return v
}

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!

  • 05df5aecf81f67ba8dd312367246bc1c9465adfa: feat: support extended keyboard enhancements (#1626) (@​aymanbagabas)

Fixed

  • a3d78073b74c2ddb2b8820e9751ad6dca485a6d5: fix(ci): only run build-examples on non-dependabot PRs (@​aymanbagabas)
  • 7df1e650b31224cc8cc6e80f9854551c9dccde10: fix(examples): migrate imports to charm.land for the glamour example (#1642) (@​mhdna)
  • ee06e98c4174012046bd35c0f869e875131859b2: fix(examples): resolve nil pointer dereference (#1663) (@​mattpcaswell)
  • ac355fe194c3e9f07c0d2b061bcf51ad802103fb: fix(renderer): restore tab stops if hard tabs are enabled (#1677) (@​aymanbagabas)
  • 729f05c315343faa36902cedff46d135b6a4b3c7: fix: add missing signal.Stop in suspendProcess to prevent signal channel leak (Closes #1673) (#1674) (@​kuishou68)

Docs

  • bbe4faf35db767a2657396f25da0f1c7c8fa0c03: docs(example): add textarea dynamic height example (#1639) (@​meowgorithm)
  • e19d2554f50eb61396baab18e4872562bc7b5cdc: docs: fix README wording (#1624) (@​Rohan5commit)

Other stuff


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

Commits
  • c788fe9 chore: bump x/ansi to v0.11.7 to fix a width calculation bug
  • 2e0dc62 chore(examples): views: change KeyMsg to KeyPressMsg in Update function (#1611)
  • d1ec982 chore(tests): update testdata
  • 48acc33 chore: bump ultraviolet to v0.0.0-20260413133134-73592393e1ad
  • ac355fe fix(renderer): restore tab stops if hard tabs are enabled (#1677)
  • d81b6b6 chore(examples): update dependencies and remove go-isatty
  • 7a2ea6e chore(deps): bump golang.org/x/sys in the all group (#1676)
  • a3d7807 fix(ci): only run build-examples on non-dependabot PRs
  • 729f05c fix: add missing signal.Stop in suspendProcess to prevent signal channel leak...
  • 05df5ae feat: support extended keyboard enhancements (#1626)
  • Additional commits viewable in compare view

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

Release notes

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

v2.0.3

Changelog

Fixed

  • 472d718e2314596549bee2c0c8ccf8beea5f25ae: fix: Avoid background color query hang (#636) (@​jedevc)

Docs


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

Commits
  • 472d718 fix: Avoid background color query hang (#636)
  • 89fafba chore: bump x/ansi to v0.11.7 to fix width calculation bug
  • d6d41e1 chore(deps): bump golang.org/x/sys in the all group (#663)
  • 23a1bb1 chore(deps): bump github.com/lucasb-eyer/go-colorful in the all group (#640)
  • cd93a9f docs: fix tree comment typo (#634)
  • 25c5fb2 chore(deps): bump github.com/charmbracelet/colorprofile in the all group (#630)
  • 9e39a0a docs: fix README typo (#629)
  • See full diff in compare view

Updates github.com/charmbracelet/x/ansi from 0.11.6 to 0.11.7

Commits
  • 6921c75 fix(ansi): width: always use grapheme finder for width calculation
  • 266cf5a chore(deps): bump the all group across 1 directory with 2 updates (#836)
  • ad0b1ae chore(scripts): update builds script to use codecov v6 and dependabot/fetch-m...
  • b18aac2 chore(deps): bump golang.org/x/image in /vttest in the all group (#840)
  • ffd2a07 chore(deps): bump golang.org/x/image in /mosaic in the all group (#839)
  • 7664402 chore(deps): bump golang.org/x/sys in /input in the all group (#833)
  • 44f725f chore(deps): bump github.com/mattn/go-runewidth (#838)
  • ac9fd4b chore(deps): bump github.com/mattn/go-runewidth (#837)
  • e969fb5 chore(deps): bump golang.org/x/sys in /termios in the all group (#828)
  • acb1aa7 chore(deps): bump golang.org/x/crypto in /sshkey in the all group (#835)
  • Additional commits viewable in compare view

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 charmbracelet group with 3 updates: [charm.land/bubbletea/v2](https://github.com/charmbracelet/bubbletea), [charm.land/lipgloss/v2](https://github.com/charmbracelet/lipgloss) and [github.com/charmbracelet/x/ansi](https://github.com/charmbracelet/x).


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

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

Updates `github.com/charmbracelet/x/ansi` from 0.11.6 to 0.11.7
- [Commits](charmbracelet/x@ansi/v0.11.6...ansi/v0.11.7)

---
updated-dependencies:
- dependency-name: charm.land/bubbletea/v2
  dependency-version: 2.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: charmbracelet
- dependency-name: charm.land/lipgloss/v2
  dependency-version: 2.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: charmbracelet
- dependency-name: github.com/charmbracelet/x/ansi
  dependency-version: 0.11.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: charmbracelet
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added build M-T: Changes to compilation and CI processes semver:patch Use on pull requests to describe the release version increment labels Apr 13, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 13, 2026 20:02
@github-actions github-actions bot added this to the Next Release milestone Apr 13, 2026
@github-actions github-actions bot enabled auto-merge (squash) April 13, 2026 20:03
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.20%. Comparing base (dd3d92e) to head (0d75bd7).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #497      +/-   ##
==========================================
- Coverage   71.23%   71.20%   -0.03%     
==========================================
  Files         222      222              
  Lines       18664    18664              
==========================================
- Hits        13295    13290       -5     
- Misses       4189     4192       +3     
- Partials     1180     1182       +2     

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

@github-actions github-actions bot merged commit 61fb82c into main Apr 13, 2026
8 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/charmbracelet-9a5549ebe2 branch April 13, 2026 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build M-T: Changes to compilation and CI processes semver:patch Use on pull requests to describe the release version increment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants