fix(deps): update dependencies - #330
Merged
Merged
Conversation
tannevaled
force-pushed
the
renovate/deps
branch
2 times, most recently
from
September 10, 2026 19:16
1072652 to
fc63806
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
tannevaled
force-pushed
the
renovate/deps
branch
2 times, most recently
from
September 12, 2026 18:42
3f518a5 to
1e5733d
Compare
tannevaled
force-pushed
the
renovate/deps
branch
from
September 13, 2026 18:56
1e5733d to
cc58e7c
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:
v0.19.0→v0.24.0v0.11.0→v0.12.0v0.41.0→v0.42.0Release Notes
go-gfx/gfx (github.com/go-gfx/gfx)
v0.24.0Compare Source
svgdraws<ellipse>, which was not in the element switch and so was left unpainted — silently, since an unimplemented shape is skipped rather than guessed at. It is<circle>with two radii, and both now share one oval builder.Two comments claiming arcs were unsupported are corrected:
arcToCubicshas implemented them all along, and a wrong comment about a missing feature is worse than none.v0.23.0Compare Source
v0.22.0Compare Source
v0.21.0Compare Source
svg honours
clip-path: a reference resolves to a coverage mask, cached per (id, transform), and clips nest by intersection.clipPathUnits="objectBoundingBox"is dropped and an unresolved reference leaves the shape whole — both documented and pinned by tests.codec writes two containers:
EncodeICOandEncodeICNS. Neither writes pixels; every representation is a standard-library PNG in a directory entry or a chunk header. ICO round-trips throughsergeymakinen/go-ico, and macOS reads the Go-written.icns.Also:
golang.org/x/imagev0.46.0.v0.20.0Compare Source
go-pdfkit/pdfkit (github.com/go-pdfkit/pdfkit)
v0.12.0Compare Source
Page.Shadepaints an axial gradient: colour interpolated along the line from (X0,Y0) to (X1,Y1), through whatever clip is in force. Two stops are one exponential function, more are a stitching function over one per pair — which is how PDF spells a multi-stop gradient. It refuses fewer than two stops, a stop with no colour, offsets that do not strictly increase, and stops that do not all share one colour space.Until now the only way to put a gradient in a PDF from here was to rasterise it, which turns a shape that scales without limit into pixels.
Also in this release: PDF 1.5 object streams and cross-reference streams (
Options.ObjectStreams), shaped text written as one TJ per run with font and colour state cached, and one XObject shared per pixel-identical bitmap.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.