fix(deps): update dependencies - #446
Merged
Merged
Conversation
tannevaled
force-pushed
the
renovate/deps
branch
from
September 5, 2026 08:07
be61728 to
9ad7ef0
Compare
tannevaled
force-pushed
the
renovate/deps
branch
from
September 6, 2026 08:26
9ad7ef0 to
f9d7493
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: rougelex/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
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:
v0.40.0→v0.45.0v0.42.0→v0.46.0v0.12.0→v0.13.0v0.301.0→v0.307.0Release Notes
go-crdt/collab (github.com/go-crdt/collab)
v0.45.0Compare Source
v0.44.0Compare Source
v0.43.0Compare Source
v0.42.0Compare Source
v0.41.0: — what mixed-version peers foundCompare Source
Both fixes here came from running a server and clients built against different
versions against each other for the first time, over real gRPC. Neither path
had ever been exercised.
The fallback outgrew gRPC's default
A participant that cannot read this build's snapshot format is sent the whole
history instead — about 3.25× larger:
So the peer least able to be upgraded was the one that met gRPC's four-mebibyte
default and was told:
which names a resource rather than the version mismatch behind it. The threshold
is around 167 000 operations — one typed chapter.
The WebSocket carrier has raised that limit since it was written, with a comment
saying why. The gRPC carrier now does too — as a call option, because the
connection belongs to whoever built it and the call does not.
A participant locked out only when it rejoined
A server too old to have heard the advertisement sends a snapshot this build
cannot read. That failed — but only on a fresh join.
Resumesends a version,which takes the operations branch, so a new build could hold a session on such a
server indefinitely, survive cuts, push its offline work — and die the moment
it joined again.
A tab that works until it is reloaded is the worst kind of broken: nothing looks
wrong until everything is.
It now asks a second time, saying it holds nothing — two bytes, which has been
enough to get operations since long before any of this existed. On a fresh
connection, because a second join on one connection is refused.
The retry does not depend on what the document holds: only the text format moved,
so a composite can carry a readable list beside a dead text and still have a
current outer version byte. Readability is asked by trying.
And a way out of a store
collab/migratev0.1.1moves documents out of a snapshot format crdt v0.42.0 no longer reads. Every
document a server persisted before collab v0.37.0 is in one.
Its pin to an older crdt is enforced at run time, not commented — and Renovate has
now been taught to leave it alone, after trying to raise it and being caught by
that guard.
go-crdt/crdt (github.com/go-crdt/crdt)
v0.46.0Compare Source
v0.45.0Compare Source
v0.44.0Compare Source
v0.43.0Compare Source
go-widgets/painter (github.com/go-widgets/painter)
v0.13.0Compare Source
go-widgets/toolkit (github.com/go-widgets/toolkit)
v0.307.0Compare Source
v0.306.0Compare Source
v0.305.0Compare Source
v0.304.0Compare Source
v0.303.0Compare Source
v0.302.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 has been generated by Mend Renovate CLI.