Skip to content

fix(deps): update dependencies - #330

Merged
tannevaled merged 1 commit into
mainfrom
renovate/deps
Sep 14, 2026
Merged

tannevaled merged 1 commit into
mainfrom
renovate/deps

Conversation

@tannevaled

@tannevaled tannevaled commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/go-gfx/gfx v0.19.0v0.24.0 age confidence
github.com/go-pdfkit/pdfkit v0.11.0v0.12.0 age confidence
golang.org/x/text v0.41.0v0.42.0 age confidence

Release Notes

go-gfx/gfx (github.com/go-gfx/gfx)

v0.24.0

Compare Source

svg draws <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: arcToCubics has implemented them all along, and a wrong comment about a missing feature is worse than none.

v0.23.0

Compare Source

v0.22.0

Compare Source

v0.21.0

Compare 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: EncodeICO and EncodeICNS. Neither writes pixels; every representation is a standard-library PNG in a directory entry or a chunk header. ICO round-trips through sergeymakinen/go-ico, and macOS reads the Go-written .icns.

Also: golang.org/x/image v0.46.0.

v0.20.0

Compare Source

go-pdfkit/pdfkit (github.com/go-pdfkit/pdfkit)

v0.12.0

Compare Source

Page.Shade paints 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)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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


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

This PR has been generated by Mend Renovate CLI.

@tannevaled
tannevaled force-pushed the renovate/deps branch 2 times, most recently from 1072652 to fc63806 Compare September 10, 2026 19:16
@tannevaled

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/go-crdt/collab v0.37.0 -> v0.45.0
github.com/go-crdt/crdt v0.39.0 -> v0.46.0
golang.org/x/sys v0.47.0 -> v0.48.0
github.com/go-widgets/painter v0.12.0 -> v0.13.0
github.com/go-widgets/toolkit v0.301.0 -> v0.316.0
golang.org/x/image v0.45.0 -> v0.46.0

@tannevaled
tannevaled force-pushed the renovate/deps branch 2 times, most recently from 3f518a5 to 1e5733d Compare September 12, 2026 18:42
@tannevaled
tannevaled merged commit 37df5b5 into main Sep 14, 2026
18 checks passed
@tannevaled
tannevaled deleted the renovate/deps branch September 14, 2026 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant