Skip to content

Update All Go dependencies - #238

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-go-dependencies
Open

Update All Go dependencies#238
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-go-dependencies

Conversation

@renovate

@renovate renovate Bot commented Apr 16, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
charm.land/bubbletea/v2 v2.0.5v2.0.8 age confidence
charm.land/lipgloss/v2 v2.0.3v2.0.6 age confidence
golang.org/x/term v0.42.0v0.45.0 age confidence

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.

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

v2.0.6

Compare Source

Measure Twice, Draw Once

Mostly a width-measurement release, courtesy of some Ultraviolet and x/ansi bumps, plus a table fix.

Emoji

Ultraviolet now asks the terminal at startup whether it supports Unicode core mode (DEC mode 2027), and when it does, measures widths the same way the terminal does. No more drifting borders on rows with ⚠️ and friends.

It also had a four-column cap on cell width, which meant anything wider was dropped from the screen entirely — 👨‍👩‍👧‍👦 is eight columns. That cap is gone.

Hindi

Terminals without mode 2027 advance the cursor once per codepoint and don't know about cluster boundaries. Unicode 15.1 merged Indic conjuncts into single clusters, so स्ते is one cluster that those terminals still paint in two columns. Measuring it as a unit put everything after it in the wrong place.

The wcwidth path now measures per codepoint, matching what those terminals actually do. If you're rendering through Bubble Tea, Devanagari should line up.

Tables

Columns no longer shrink to zero. There's now a minimum width floor of padding plus one character, with a fallback to the old behavior when the width budget is impossible. Thanks to @​taciturnaxolotl!

Heads up

Canvas.Render() now trims trailing whitespace. Expect goldens to move.


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

Mini Crash Patch

Hi! This is a small patch to fix a writer-related panic. Thanks for using Lip Gloss!

Changelog

Fixed
Docs
Chore

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Apr 16, 2026

Copy link
Copy Markdown
Contributor Author

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

  • 6 additional dependencies were updated

Details:

Package Change
github.com/charmbracelet/ultraviolet v0.0.0-20260413211237-bd52878bcec2 -> v0.0.0-20260811164956-006e29f97886
github.com/charmbracelet/x/ansi v0.11.7 -> v0.11.8
github.com/lucasb-eyer/go-colorful v1.4.0 -> v1.4.1
github.com/mattn/go-runewidth v0.0.23 -> v0.0.24
golang.org/x/sync v0.20.0 -> v0.22.0
golang.org/x/sys v0.43.0 -> v0.47.0

@renovate
renovate Bot force-pushed the renovate/all-go-dependencies branch from c78feb4 to 8c9634b Compare April 30, 2026 16:41
@renovate
renovate Bot force-pushed the renovate/all-go-dependencies branch from 8c9634b to d8db524 Compare May 10, 2026 00:11
@renovate renovate Bot changed the title Update module charm.land/bubbletea/v2 to v2.0.6 Update All Go dependencies May 10, 2026
@renovate renovate Bot changed the title Update All Go dependencies Update module charm.land/bubbletea/v2 to v2.0.6 May 27, 2026
@renovate
renovate Bot force-pushed the renovate/all-go-dependencies branch from d8db524 to 6d69c2e Compare May 27, 2026 22:59
@renovate renovate Bot changed the title Update module charm.land/bubbletea/v2 to v2.0.6 Update All Go dependencies May 28, 2026
@renovate
renovate Bot force-pushed the renovate/all-go-dependencies branch 2 times, most recently from 666c65f to fe907a8 Compare June 1, 2026 21:59
@renovate renovate Bot changed the title Update All Go dependencies Update All Go dependencies to v0.44.0 Jun 8, 2026
@renovate
renovate Bot force-pushed the renovate/all-go-dependencies branch from fe907a8 to fc452e0 Compare June 8, 2026 16:52
@renovate renovate Bot changed the title Update All Go dependencies to v0.44.0 Update All Go dependencies Jun 8, 2026
@renovate
renovate Bot force-pushed the renovate/all-go-dependencies branch 2 times, most recently from 6a676bf to 42c6561 Compare June 13, 2026 15:42
@renovate
renovate Bot force-pushed the renovate/all-go-dependencies branch 2 times, most recently from b71d50c to b7b9544 Compare July 8, 2026 19:56
@renovate
renovate Bot force-pushed the renovate/all-go-dependencies branch 4 times, most recently from 2c7f8cf to 3dc57ac Compare July 13, 2026 21:39
@renovate
renovate Bot force-pushed the renovate/all-go-dependencies branch 2 times, most recently from b4f092b to 611b19f Compare August 6, 2026 16:51
@renovate
renovate Bot force-pushed the renovate/all-go-dependencies branch from 611b19f to 7df37e4 Compare August 12, 2026 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants