fix(deps): update the fleet - #34
Merged
Merged
Conversation
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.15.0→v0.16.0v0.10.0→v0.12.0v0.3.0→v0.3.1Release Notes
go-gfx/gfx (github.com/go-gfx/gfx)
v0.16.0: — the registry writes tooCompare Source
codec.Encodewrites PNG, JPEG, GIF, TIFF and BMP, each through the same reference library that reads it. Nothing here encodes anything itself.The registry could read eleven formats and write none, so every consumer that had a picture and needed a file wrote its own encoder call — and a PDF toolkit that can draw a page could not offer "PDF to PNG".
Reading and writing are not symmetric, and the gap is not an oversight: a reference decoder exists in pure Go for every format
Sniffnames, a reference encoder for five of them. WEBP, ICO, ICNS, PNM, QOI, JP2 and JBIG2 returnErrCannotEncoderather than something in another format under the asked-for name.CanEncodesays which way a format goes without having to fail to find out.Alpha survives into PNG and TIFF. The other three do not, and what they are given is the image composited onto white — chosen here rather than left to the encoder, because an encoder that simply drops the channel puts the colour that was under the transparency into the file, and for a page drawn on transparent ground that is black.
100% statement coverage,
go vetand-raceclean, nine cross-compile targets, CGO-free.go-opentype/opentype (github.com/go-opentype/opentype)
v0.12.0Compare Source
v0.11.0Compare Source
go-pdfkit/pdffont (github.com/go-pdfkit/pdffont)
v0.3.1: — catch up with the siblings, and set Renovate to watch themCompare Source
A dependency release, and the thing that stops it being needed again.
What this was behind on
readerv0.6.0 carries fixes this module was doing without and handing to its own callers, among them two denial-of-service defects:/Crypt, which 209 files (12.8% of the 1 633 real government forms) carry and which used to make every one of them decode to nothing readableindexObjectStreams: five different answers in five runs of the same binary on the same filenilerror as though it were the whole of itpdffontv0.3.0 comes with it where it is reachable: the/ToUnicodemap whose size had nothing to do with its input — 10 655 bytes producing 13 107 200 entries, 1 054 MB and 10 seconds, per font per page.Why it happened
Nothing in this organisation was watching for a sibling's release. Nine of the ten Go modules had fallen behind at least once, and two of them were still requiring the reader from before the 21-second defect was fixed in it.
The organisation already had a Renovate preset at
go-pdfkit/.github, with rules for Go modules and for actions — and not one of the ten modules extended it, so the preset had never been read by anything. The one-linerenovate.jsonthat does is now here, matching what everygo-ruby-*repository already has.Renovate still has to be installed on the organisation for it to run.
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.