Skip to content

fix(deps): update dependencies - #26

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

tannevaled merged 1 commit into
mainfrom
renovate/deps

Conversation

@tannevaled

@tannevaled tannevaled commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/go-gfx/gfx v0.19.0v0.24.0 age confidence require minor
github.com/go-pdfkit/conformance 12c6c7cf16641c age confidence require digest
github.com/go-pdfkit/pdfkit v0.11.1-0.20260907190400-f7399fcad987v0.12.0 age confidence require minor
github.com/go-webengine/engine c71d07c7b7169e require digest

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 commented Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: corpus/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):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/go-gfx/gfx v0.19.0 -> v0.24.0
github.com/go-widgets/toolkit v0.313.0 -> v0.316.0
golang.org/x/image v0.45.0 -> v0.46.0
golang.org/x/sys v0.47.0 -> v0.48.0
golang.org/x/text v0.41.0 -> v0.42.0
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):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/go-widgets/toolkit v0.313.0 -> v0.316.0
golang.org/x/image v0.45.0 -> v0.46.0
golang.org/x/sys v0.47.0 -> v0.48.0
golang.org/x/text v0.41.0 -> v0.42.0

@tannevaled
tannevaled force-pushed the renovate/deps branch 2 times, most recently from 5479fff to 25b0812 Compare September 11, 2026 05:42
@tannevaled
tannevaled merged commit a5a25d2 into main Sep 13, 2026
1 check passed
@tannevaled
tannevaled deleted the renovate/deps branch September 13, 2026 05:44
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