fix(deps): update dependencies minor and patch updates - #215
Merged
Conversation
renovate
Bot
force-pushed
the
renovate/minor-patch
branch
from
August 24, 2026 02:03
0fad820 to
ed74255
Compare
renovate
Bot
force-pushed
the
renovate/minor-patch
branch
from
August 24, 2026 09:18
ed74255 to
e576095
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:
^4.6.1→^4.8.1^6.2.3→^6.3.1Release Notes
diegomura/react-pdf (@react-pdf/renderer)
v4.8.1Compare Source
Patch Changes
6dc0901c26354dc5a38ed302ef76d371d74d8d61]:v4.8.0Compare Source
Minor Changes
37a7a9fac92d670dd13fd9e88f9a4d9c21efdefdThanks @diegomura! - Replace the @react-pdf/pdfkit fork with upstream pdfkit (v0.20.1)Patch Changes
1606f73d1073b9885a922abdc245a233d49ab25d,cc9746c6e5f22d2c69ee6d309f4f9badd819a8fa,d3c4667617c1b97c638a6e89e638879e902c9c52,06dfada8630d00005752eec711219cf290ce76ea,ab80c0a2e1200ac6d4fd63e911e9c676d6e22f09,37a7a9fac92d670dd13fd9e88f9a4d9c21efdefd,a738f01e6fe976e30b1c835e23dad4d9afc4f7d3,a56871451b3161f96c53e5ced866ac1b0a288ff1]:v4.7.0Compare Source
Minor Changes
#3505
ae9a9983e8bd8b63c3873000531a8307e22c7baeThanks @diegomura! - Experimental pagination engine, opt-in per pageA new pagination engine ships alongside the current one: content is
measured once and packed into pages instead of relayouting on every split,
making long documents paginate orders of magnitude faster (a 300-page
document drops from ~40s to ~200ms).
Opt in with
<Page experimentalPagination>— any page opting in switchesthe whole document. The default behavior is unchanged.
Under the new engine:
<Page layout={Layout}>renders per-page chrome (headers, footers,sidebars) around the content. The layout component receives
{ pageNumber, totalPages, subPageNumber, subPageTotalPages }and thepage content as
children, and runs once per output page. Usinglayoutimplies
experimentalPagination.fixedsemantic: in-flow fixed elements repeat at the top of everypage they span; footers are the layout's job.
minPresenceAheadis supported, with one refinement: a trailing elementwith nothing after it stays in place instead of moving to its own page.
The current engine remains the default until the next major, when the new
engine takes over.
#3500
572cedc23493e4a3085e259bf129ceec458418bdThanks @diegomura! - Move render-prop element conversion from layout to the rendererRender props are now wrapped at the reconciler boundary: by the time layout
calls them they return internal instances, not React elements. Layout's
createInstancesis deleted andresolvePaginationconsumes instancesdirectly.
Breaking (layout): anyone calling
@react-pdf/layoutdirectly withtrees whose render props return React elements must convert the result
before handing it to layout — the contract is now instance arrays. Users of
@react-pdf/rendererare unaffected: the renderer performs the conversion.Patch Changes
ae9a9983e8bd8b63c3873000531a8307e22c7bae,572cedc23493e4a3085e259bf129ceec458418bd]:diegomura/react-pdf (@react-pdf/stylesheet)
v6.3.1Compare Source
Patch Changes
v6.3.0Compare Source
Minor Changes
#3440
06dfada8630d00005752eec711219cf290ce76eaThanks @manuelmeister! - Add support for fontFeatureSettings to customize ligatures, tabular number display, and other font features.#3514
ab80c0a2e1200ac6d4fd63e911e9c676d6e22f09Thanks @diegomura! - feat: shape-outside support for floats (circle, ellipse, polygon, inset)#3286
a56871451b3161f96c53e5ced866ac1b0a288ff1Thanks @exoego! - feat: wrapping text around image and view (float)Patch Changes
06dfada8630d00005752eec711219cf290ce76ea]:v6.2.4Compare Source
Patch Changes
#3496
d38d17759b3856ab64c69101bd359aace4b532fcThanks @diegomura! - Bump media-engine to v2.0.0Updated dependencies [
ae9a9983e8bd8b63c3873000531a8307e22c7bae]: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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.