Skip to content

build(deps): bump react-pdf from 8.0.2 to 10.4.1#6136

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/react-pdf-10.4.1
Open

build(deps): bump react-pdf from 8.0.2 to 10.4.1#6136
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/react-pdf-10.4.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 26, 2026

Copy link
Copy Markdown
Contributor

Bumps react-pdf from 8.0.2 to 10.4.1.

Release notes

Sourced from react-pdf's releases.

v10.4.1

Bug fixes

  • Sanitize HTML returned by customTextRenderer (#2070).

v10.4.0

What's new?

  • Added support for pageColors prop in Page component (#2068). With this option, you can easily override colors used to render the PDF and implement accessibility enhancements. For example, this:
    <Page /* … */ pageColors={{ background: 'black', foreground: '#FF0000' }} />
    will result in the following:

v10.3.0

What's new?

  • Added support for filterAnnotations prop in Page component (#1991).
  • Made the code more resilient to promise cancellations (#974).

What's changed?

  • Tests are no longer shipped to npm. This helped reducing publish size from 416 kB to 303 kB.
  • Updated Next.js samples.

Bug fixes

  • Fixed incorrectly calculated dimensions of rotated pages in Page onLoadSuccess handler (#2027). Thanks, @​wkirby!

v10.2.0

This is our first release that uses OIDC trusted publishing and immutable releases! 🎉

What's new?

  • Updated PDF.js to 5.4.296 (#2022).
  • Updated documentation to include warning about workerSrc module execution order (#2024).

Bug fixes

v10.1.0

What's new?

  • Added support for functions as children. React-PDF has never been simpler to work with! Say goodbye toonLoadSuccess, say goodbye to setting number of pages in your own state, say goodbye to extra renders! Now, rendering a simple document is as trivial as:
    <Document file="sample.pdf">
      {({ pdf }) => Array(pdf.numPages)

... (truncated)

Commits
  • 5338e7a v10.4.1
  • 5d095ee Sanitize HTML returned by customTextRenderer
  • 2f9b172 Use CustomTextRenderer type
  • 2ad8088 v10.4.0
  • 1f4f044 Add support for pageColors prop in Page component
  • 88585fc Update React to 19.2.0
  • 0301052 Use better assertions in unit tests
  • dcc9091 v10.3.0
  • 486cc2e Remove unnecessary null check
  • 1402f43 Make the code more resilient to promise cancellations
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for react-pdf since your current version.


Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 26, 2026
@nikolas nikolas self-assigned this Mar 30, 2026
@nikolas

nikolas commented Mar 30, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-pdf-10.4.1 branch from 340ecad to 22914e9 Compare March 30, 2026 15:05
@nikolas

nikolas commented Mar 30, 2026

Copy link
Copy Markdown
Member

@dependabot recreate

@dependabot dependabot Bot changed the title build(deps): bump react-pdf from 6.2.2 to 10.4.1 Bump react-pdf from 7.7.3 to 10.4.1 Mar 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-pdf-10.4.1 branch from 22914e9 to 45c48ba Compare March 30, 2026 15:58
@nikolas

nikolas commented Mar 30, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-pdf-10.4.1 branch from 45c48ba to 09d4efc Compare March 30, 2026 16:40
@nikolas

nikolas commented Mar 30, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-pdf-10.4.1 branch from 09d4efc to 5b388ee Compare March 30, 2026 16:54
@nikolas

nikolas commented Mar 30, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot changed the title Bump react-pdf from 7.7.3 to 10.4.1 Bump react-pdf from 8.0.2 to 10.4.1 Mar 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-pdf-10.4.1 branch from 5b388ee to 2796060 Compare March 30, 2026 18:50
@nikolas

nikolas commented Mar 31, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-pdf-10.4.1 branch from 2796060 to 4f1252a Compare March 31, 2026 15:36
@nikolas

nikolas commented Mar 31, 2026

Copy link
Copy Markdown
Member

@dependabot rebase

@dependabot dependabot Bot changed the title Bump react-pdf from 8.0.2 to 10.4.1 build(deps): bump react-pdf from 8.0.2 to 10.4.1 Mar 31, 2026
Bumps [react-pdf](https://github.com/wojtekmaj/react-pdf/tree/HEAD/packages/react-pdf) from 6.2.2 to 10.4.1.
- [Release notes](https://github.com/wojtekmaj/react-pdf/releases)
- [Commits](https://github.com/wojtekmaj/react-pdf/commits/v10.4.1/packages/react-pdf)

---
updated-dependencies:
- dependency-name: react-pdf
  dependency-version: 10.4.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-pdf-10.4.1 branch from 4f1252a to a196c45 Compare March 31, 2026 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant