fix(deps): update dependency pdfkit to ^0.20.0 - #155
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
renovate
Bot
force-pushed
the
renovate/pdfkit-0.x
branch
from
June 10, 2026 21:55
7db5439 to
de4b148
Compare
renovate
Bot
force-pushed
the
renovate/pdfkit-0.x
branch
from
August 23, 2026 14:37
de4b148 to
8a32c45
Compare
renovate
Bot
force-pushed
the
renovate/pdfkit-0.x
branch
from
August 23, 2026 17:08
8a32c45 to
30eac5f
Compare
renovate
Bot
force-pushed
the
renovate/pdfkit-0.x
branch
from
August 30, 2026 02:17
30eac5f to
6317792
Compare
renovate
Bot
force-pushed
the
renovate/pdfkit-0.x
branch
from
September 3, 2026 19:15
6317792 to
460e964
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.18.0→^0.20.0Release Notes
foliojs/pdfkit (pdfkit)
v0.20.2Compare Source
Cannot find moduleerrors for every standard font at runtime, by resolving the internal#standard-fonts/*mapping to a single file under all conditionsdoc.file()throwing when the same in-memory attachment is embedded twice under one name, because the creation and modified dates the deduplication check compares are absent for sources that are not read from diskdoc.text()throwingunsupported number: NaNwhenlineBreak: falseis combined withunderline,strike,linkorgoTo, because the rendered width was computed from the line wrapper's measurements, which are never produced when wrapping is disabledv0.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 #1606v0.19.1Compare Source
v0.19.0Compare Source
doc.image()to control image transparencyroundedRectwithborderRadiusas number for all corners or per-corner array (CSS order)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.