fix(deps): update go-libraries - #5779
Open
renovate-bot wants to merge 1 commit into
Open
Conversation
ℹ️ Artifact update noticeFile name: bindings/go/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go/cmd/tools/reimport-tui/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate-bot
force-pushed
the
renovate/go-libraries
branch
5 times, most recently
from
August 7, 2026 21:30
a754a60 to
bae8620
Compare
another-rex
enabled auto-merge (squash)
August 10, 2026 01:32
another-rex
previously approved these changes
Aug 10, 2026
auto-merge was automatically disabled
August 11, 2026 05:08
Head branch was pushed to by a user without write access
renovate-bot
force-pushed
the
renovate/go-libraries
branch
10 times, most recently
from
August 18, 2026 04:14
07b3916 to
ce5cb53
Compare
renovate-bot
force-pushed
the
renovate/go-libraries
branch
6 times, most recently
from
August 25, 2026 05:16
7a9fd3e to
188bf5f
Compare
renovate-bot
force-pushed
the
renovate/go-libraries
branch
3 times, most recently
from
August 26, 2026 05:29
5dc33a3 to
8ce3c9e
Compare
renovate-bot
force-pushed
the
renovate/go-libraries
branch
16 times, most recently
from
August 29, 2026 21:16
b37fe00 to
8b6620a
Compare
renovate-bot
force-pushed
the
renovate/go-libraries
branch
from
August 30, 2026 01:07
8b6620a to
63d7aa3
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.1.1→v2.2.0v2.2.1v2.0.8→v2.0.9v2.0.5→v2.0.6v1.25.0→v1.26.0v2.6.1→v2.6.2v2.7.0v1.64.0→v1.65.0v1.66.0(+1)v1.34.0→v1.36.0v0.4.5→v0.5.2v1.19.0→v1.19.2v0.6.2→v0.6.4v1.8.4→v1.8.51.26.5→1.27.0v0.69.0→v0.70.0v0.71.0v0.69.0→v0.70.0v0.71.0v1.44.0→v1.45.0v1.46.0v1.44.0→v1.45.0v1.46.0v1.44.0→v1.45.0v1.46.0v0.40.0→v0.41.0v0.287.1→v0.293.0v0.295.0(+1)v1.82.1→v1.83.1v1.83.2v1.36.12-0.20260120151049-f2248ac996af→v1.36.12v1.36.11→v1.36.12v0.36.3→v0.36.4v0.37.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
charmbracelet/bubbles (charm.land/bubbles/v2)
v2.2.0Compare Source
A new Bubble and some new Textarea stuff
There are a couple nice features in today's release. Let's check em out!
If a tree falls in the forest…
At last, the tree Bubble from all star contributor @dlvhdr’s is here! He built it for DiffNav and graciously contributed to Bubbles. We've been working with Dolev for a long time and were totally stoked when he offerd to contribute.
Select all, ctrl+c, ctrl+v…done!
Our own @andrinoff added a bunch of awesome stuff to Textarea, including the long awaited text selection. Select, copy, and cut your way into mini text editing.
For more info see the docs.
And special thanks to @zoriya for adding ctrl+left/right bindings.
xoxo,
Charm! 💌
Changelog
New!
8cea431: feat(textarea): support ctrl + left/right/backspace (#1020) (@zoriya)037ad37: feat: textarea selection (#1029) (@andrinoff)e97af08: feat: tree bubble (#893) (@dlvhdr)Fixed
6484e49: fix(filepicker): don't blank the view when height is unset (#1026) (@andrinoff)Other stuff
355f960: ci: sync dependabot config (#896) (@charmcli)ef8af03: v2.2.0 (@andrinoff)Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.
charmbracelet/bubbletea (charm.land/bubbletea/v2)
v2.0.9Compare Source
Small patches 🩹
Keybinds missing!
MouseButton11 and media record buttons were improperly handled, now fixed! (thanks to @Ricardo-M-L and @bunlongheng)
Weird UI artifacts with some terminals 👽
Sometimes, when switching between tabs in your terminal for example, the screen would not clear, now fixed!
... And some small corrections to docs!
Happy coding 🤖
Changelog
Fixed
dc4b017: fix(key): map media record to ultraviolet code (#1757) (@Ricardo-M-L)1862dfb: fix: assign MouseButton11 = uv.MouseButton11 (#1754) (@bunlongheng)930e18c: fix: don't panic in ProgressBarState.String() for out-of-range values (#1748) (@ankit090701)faf4dcf: fix: pendingErase in cursedRenderer (#1755) (@andrinoff)0d3e281: fix: restore kitty keyboard stack on exit (#1750) (@deepakganesh78)0ef9fc9: fix: typo in doc (#1756) (@andrinoff)Docs
d40db14: docs: fix background color detection example in doc comment (@meowgorithm)882727b: docs: fix links to tutorials & examples (#1645) (@mhdna)Other stuff
708ee75: ci: fix examples workflow (#1734) (@kobihikri)351d215: ci: sync dependabot config (#1763) (@charmcli)6fb1f47: examples/sequence: fix milisecond typo in SleepPrintln (@makoto-developer)73b6d91: v2.0.9 (@andrinoff)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.
google/osv-scalibr (github.com/google/osv-scalibr)
v0.5.2Compare Source
klauspost/compress (github.com/klauspost/compress)
v1.19.2Compare Source
What's Changed
New Contributors
Full Changelog: klauspost/compress@v1.19.1...v1.19.2
v1.19.1Compare Source
What's Changed
Peekinstead ofReadBytefor thebufio.Readerdecode path by @joechenrh in #1169New Contributors
Full Changelog: klauspost/compress@v1.19.0...v1.19.1
pandatix/go-cvss (github.com/pandatix/go-cvss)
v0.6.4Compare Source
Changelog
8df5dbdfix(ci): remove deprecated GH token usage in favor of currentv0.6.3Compare Source
yuin/goldmark (github.com/yuin/goldmark)
v1.8.5Compare Source
golang/go (go)
v1.27.0v1.26.7v1.26.6open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.45.0Compare Source
googleapis/google-api-go-client (google.golang.org/api)
v0.293.0Compare Source
Features
v0.292.0Compare Source
Features
v0.291.0Compare Source
Features
Bug Fixes
v0.290.0Compare Source
Features
v0.289.0Compare Source
Features
v0.288.0Compare Source
Features
grpc/grpc-go (google.golang.org/grpc)
v1.83.1: Release 1.83.1Compare Source
Security
PrincipalorPermissionrules with:schemeorgrpc-prefixed header matchers were not rejected, which could cause DENY rules to fail open. (#9258)hostheader matcher was not being replaced with:authorityin nestedPrincipalorPermissionrules. (#9258)X-Role, matched no header, which could cause DENY rules to fail open. (#9332):schemeorgrpc-prefixed header matcher was accepted when its name was not lowercase. (#9332)Hostheader matcher was not replaced with:authority. (#9332)Performance
v1.83.0: Release 1.83.0Compare Source
Security
GRPC_GO_EXPERIMENTAL_CONTROL_BUFFER_THROTTLE_LIMIT.MetadataandRequestedServerNamepermissions matcher fields. If present in a DENY rule, previously these would be ignored and fail-open.NotRule/NotIdpermissions.source_ipprincipal identifier by treating it as equivalent todirect_remote_ip.exact_match,prefix_match, orsuffix_matchstrings. (#9223)New Features
force-xdstarget URI query parameter. (#9133)OnPolicyUpdatecallback toFileWatcherOptionsto notify when an authz policy is loaded or updated. (#9142)GRPC_EXPERIMENTAL_XDS_GCP_AUTHENTICATION_FILTER=true. (#9119)GRPC_EXPERIMENTAL_XDS_HTTP_CONNECT=true. (#9151)contains_matchin route header matchers. (#9223)Bug Fixes
GOOS=plan9), broken since v1.81.0. (#9255)v1.82.2: Release 1.82.2Compare Source
Security
:authorityandHostheaders with HTTP 400 and statusInternal. (#9365)kubernetes/apimachinery (k8s.io/apimachinery)
v0.36.4Compare Source
Configuration
📅 Schedule: (in timezone Australia/Sydney)
🚦 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.