fix(deps): update dependency pdfkit to ^0.20.0 - #239
Merged
Conversation
mxdcodes-bot
Bot
force-pushed
the
renovate/pdfkit-0.x
branch
from
August 26, 2026 18:18
689b055 to
343a23d
Compare
mxdcodes-bot
Bot
force-pushed
the
renovate/pdfkit-0.x
branch
from
August 28, 2026 11:07
343a23d to
857a557
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:
^0.19.1→^0.20.0Release Notes
foliojs/pdfkit (pdfkit)
v0.20.1Compare Source
import 'pdfkit'in Node resolves to the Node build (real file system, native zlib, Node streams, self-registering standard fonts) instead of the browser bundlev0.20.0Compare Source
pdfkit/virtual-fs). Browser builds no longer depend onfs: useregisterFileto registerUint8Arraydata under a path, pass aUint8ArrayorArrayBufferdirectly toregisterFont,imageandfile, or pass a data URL directly toimageandfileregisterFile(path, data, options)to globally register in-memory files in Node and browsers, with optionalbirthtimeandctimemetadata. Passingundefinedas data unregisters the pathPDFDocument,LineWrapperandregisterFileas named exports from the main Node and browser entry points while preserving the defaultPDFDocumentexporttoBlob(document)andtoBytes(document)output helpers underpdfkit/outputFontinstances indoc.font()andregisterFontpdfkit/standard-fonts/*and register it withregisterStdFonts()addNamedEmbeddedFilewhen no ref is given, instead of writing an unparseableundefinedtoken into the/EmbeddedFilesname treedoc.annotate()and its convenience methods (link, note, strike, lineAnnotation, rectAnnotation, ellipseAnnotation, textAnnotation, fileAnnotation)Uint8Arrayinstead of Node'sBufferinternallydatetext field formatting emitting invalid JavaScript, so the format was never applied. Fixes #1546indentAllLinesapplying the indent again on every paragraph and every page break, and keep it applied across continued text. Fixes #1606Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.