This release contains improvements for annotations, annotation editing, font conversion, image decoding, performance, scripting, text selection, test/release infrastructure and the viewer.
This version updates PDF.js to 4.3.136, fixing GHSA-wgrm-67xf-hhpq for good. React-PDF v8.0.2 and v7.7.3 have already included a mitigation of the issue and thus were not affected by this vulnerability, but caused automatic security alerts due to the outdated PDF.js version.
❗️ = breaking change
What's new?
Updated PDF.js to 4.3.136.
Optimizations for CPU and memory usage
Performance improvements
Image rendering improvements
Text selection improvements
Accessibility improvements
Font conversion improvements
Handling of corrupted documents
Improved Turbopack compatibility.
What's changed?
❗️ PDF.js worker extension has been changed from .js to .mjs.
❗ PDF.js is now an ESM module.
In particular, you may encounter issues running unit tests using Jest. Consider migrating to Vitest.
Next.js also have issues with ESM Workers, but a working configuration is already known - see Upgrade guide and updated samples.
❗️ Removed deprecated svgrenderMode.
❗️ Dropped support for older browsers and Node.js versions. In particular, you may need Promise.withResolvers polyfill when running Node.js versions older than 22.0.0.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/hackjunction/JunctionApp/network/alerts).
Bumps pdfjs-dist to 4.4.168 and updates ancestor dependency react-pdf. These dependencies need to be updated together.
Updates
pdfjs-dist
from 2.1.266 to 4.4.168Release notes
Sourced from pdfjs-dist's releases.
... (truncated)
Commits
19fbc89
Merge pull request #18358 from timvandermeij/npm-urlbf5dd7e
Fix the repository URL in thepackage.json
file forpdfjs-dist
7114796
Merge pull request #18352 from wojtekmaj/provenance067ec20
Merge pull request #18356 from calixteman/no_newtabpageefb45a7
Disable new tab page stuff in Firefox when running testsaaa65bf
Generate provenance statements on npm publish8556a26
Merge pull request #18353 from wojtekmaj/npm-ci6b449d8
Usenpm ci
, notnpm install
, on CIb5d554e
Merge pull request #18350 from timvandermeij/github-actions-releasedddb74d
Fixnpm publish
warnings about thepackage.json
formatUpdates
react-pdf
from 4.1.0 to 9.1.0Release notes
Sourced from react-pdf's releases.
... (truncated)
Commits
ff82a89
v9.1.03e4d907
Update pdfjs-dist to 4.4.168a2d43cd
Bump@testing-library/react
from 15.0.0 to 16.0.032be36d
Add isolatedDeclarations to TypeScript configba77134
Add explicit function return typesad8cd67
Bump typescript from 5.4.2 to 5.5.23bf79b0
Replace nodemon with fs.watche382372
Add hiddenCanvasElement styles6231187
Add explicit return type to make declaration file smaller2076754
Define effects in useEffect callDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show