Update All Go dependencies - #238
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/all-go-dependencies
branch
from
April 30, 2026 16:41
c78feb4 to
8c9634b
Compare
renovate
Bot
force-pushed
the
renovate/all-go-dependencies
branch
from
May 10, 2026 00:11
8c9634b to
d8db524
Compare
renovate
Bot
force-pushed
the
renovate/all-go-dependencies
branch
from
May 27, 2026 22:59
d8db524 to
6d69c2e
Compare
renovate
Bot
force-pushed
the
renovate/all-go-dependencies
branch
2 times, most recently
from
June 1, 2026 21:59
666c65f to
fe907a8
Compare
renovate
Bot
force-pushed
the
renovate/all-go-dependencies
branch
from
June 8, 2026 16:52
fe907a8 to
fc452e0
Compare
renovate
Bot
force-pushed
the
renovate/all-go-dependencies
branch
2 times, most recently
from
June 13, 2026 15:42
6a676bf to
42c6561
Compare
renovate
Bot
force-pushed
the
renovate/all-go-dependencies
branch
2 times, most recently
from
July 8, 2026 19:56
b71d50c to
b7b9544
Compare
renovate
Bot
force-pushed
the
renovate/all-go-dependencies
branch
4 times, most recently
from
July 13, 2026 21:39
2c7f8cf to
3dc57ac
Compare
renovate
Bot
force-pushed
the
renovate/all-go-dependencies
branch
2 times, most recently
from
August 6, 2026 16:51
b4f092b to
611b19f
Compare
renovate
Bot
force-pushed
the
renovate/all-go-dependencies
branch
from
August 12, 2026 00:41
611b19f to
7df37e4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.0.5→v2.0.8v2.0.3→v2.0.6v0.42.0→v0.45.0Release Notes
charmbracelet/bubbletea (charm.land/bubbletea/v2)
v2.0.8Compare 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 improvementsThoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.0.7Compare Source
A few lil’ stability patches
Hi! This is a patch release with a few solid improvements around stability and correctness.
Thanks for using Bubble Tea, and if you see anything awry please do let us know!
—Charm 👋
Changelog
Fixed
c60f0c5: fix: prevent data race with cursedRenderer.onMouse (#1691) (@lrstanley)074596e: fix: skip input reader restore when input is disabled (#1680) (@lawrence3699)878d7df: fix(deps): bump ultraviolet for kitty keyboard fix (@meowgorithm)Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.0.6Compare 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
fdcd0cfand charmbracelet/ultraviolet#109 for more details.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.6Compare Source
Measure Twice, Draw Once
Mostly a width-measurement release, courtesy of some Ultraviolet and
x/ansibumps, 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
d231906: fix(table): prevent columns from shrinking to zero width (#671) (@taciturnaxolotl)Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.0.5Compare Source
Changelog
Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
v2.0.4Compare Source
Mini Crash Patch
Hi! This is a small patch to fix a writer-related panic. Thanks for using Lip Gloss!
Changelog
Fixed
fefa41d: fix: prevent crash when writing to a closed wrap writer (#699) (@taciturnaxolotl)Docs
40ec0e6: docs: fix typo in table comment (#641) (@aymanbagabas)a4d0b40: docs: restore missing diaereses (#664) (@meowgorithm)Chore
aa91b99: chore: remove CODEOWNERS (@aymanbagabas)9cbfe8b: chore(lint): exclude revive naming linter (@aymanbagabas)Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.