w3bdesign / dfweb-v3

🏡 DFWeb personal portfolio version 3 with Next.js, Sanity.io, Framer Motion, Storybook, Tailwind CSS, Cypress, Playwright and more. 98% test coverage.
https://v3.dfweb.no
MIT License
20 stars 6 forks source link

fix(deps): update dependency react-pdf to v9 - autoclosed #1779

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-pdf (source) 8.0.2 -> 9.0.0 age adoption passing confidence

Release Notes

wojtekmaj/react-pdf (react-pdf) ### [`v9.0.0`](https://togithub.com/wojtekmaj/react-pdf/releases/tag/v9.0.0) [Compare Source](https://togithub.com/wojtekmaj/react-pdf/compare/v8.0.2...v9.0.0) See [Upgrade guide from version 8.x to 9.x](https://togithub.com/wojtekmaj/react-pdf/wiki/Upgrade-guide-from-version-8.x-to-9.x). 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](https://vitest.dev/guide/migration.html#migrating-from-jest). - ❗️ Removed deprecated `svg` `renderMode`. - ❗️ Dropped support for older browsers and Node.js versions. In particular, you may need [`Promise.withResolvers` polyfill](https://togithub.com/wojtekmaj/react-pdf/commit/2ba89d8cb968af6e522e688329cbf2e412b80462) when running Node.js versions older than 22.0.0.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
dfweb-v3 ✅ Ready (Inspect) Visit Preview Jun 8, 2024 5:59am
github-actions[bot] commented 4 months ago
⚡️ Lighthouse report: Category Score
🟢 Performance 99
🟢 Accessibility 100
🟢 Best practices 96
🟢 SEO 100
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.26%. Comparing base (fde73d3) to head (961a42b). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1779 +/- ## ======================================= Coverage 98.26% 98.26% ======================================= Files 23 23 Lines 173 173 Branches 31 31 ======================================= Hits 170 170 Misses 3 3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud