Update dependency jspdf to ^3.0.4 #637

Merged
renovate merged 1 commits from renovate/jspdf-3.x into master 2025-11-21 00:10:07 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
jspdf dependencies patch ^3.0.3 -> ^3.0.4

Release Notes

parallax/jsPDF (jspdf)

v3.0.4

Compare Source

This release includes a bunch of bugfixes. Thanks to all contributors!

What's Changed

New Contributors

Full Changelog: https://github.com/parallax/jsPDF/compare/v3.0.3...v3.1.0


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [jspdf](https://github.com/parallax/jsPDF) | dependencies | patch | [`^3.0.3` -> `^3.0.4`](https://renovatebot.com/diffs/npm/jspdf/3.0.3/3.0.4) | --- ### Release Notes <details> <summary>parallax/jsPDF (jspdf)</summary> ### [`v3.0.4`](https://github.com/parallax/jsPDF/releases/tag/v3.0.4) [Compare Source](https://github.com/parallax/jsPDF/compare/v3.0.3...v3.0.4) This release includes a bunch of bugfixes. Thanks to all contributors! #### What's Changed - \[Snyk] Upgrade [@&#8203;babel/runtime](https://github.com/babel/runtime) from 7.28.3 to 7.28.4 by [@&#8203;MrRio](https://github.com/MrRio) in [#&#8203;3895](https://github.com/parallax/jsPDF/pull/3895) - fix: cell function now properly accepts align parameter by [@&#8203;vishal-rathod-07](https://github.com/vishal-rathod-07) in [#&#8203;3896](https://github.com/parallax/jsPDF/pull/3896) - Remove duplicated function "ga" from WebPDecoder.js by [@&#8203;jvdp](https://github.com/jvdp) in [#&#8203;3902](https://github.com/parallax/jsPDF/pull/3902) - Fix font state management issue [#&#8203;3890](https://github.com/parallax/jsPDF/issues/3890) by [@&#8203;srikanth-s2003](https://github.com/srikanth-s2003) in [#&#8203;3891](https://github.com/parallax/jsPDF/pull/3891) - Fix pages property to always return current array reference ( [#&#8203;3898](https://github.com/parallax/jsPDF/issues/3898) ) by [@&#8203;Opineppes](https://github.com/Opineppes) in [#&#8203;3899](https://github.com/parallax/jsPDF/pull/3899) - Fix jsPDF + Vite compatibility issue [#&#8203;3851](https://github.com/parallax/jsPDF/issues/3851) by [@&#8203;tishajain25](https://github.com/tishajain25) in [#&#8203;3903](https://github.com/parallax/jsPDF/pull/3903) - Do not add pages dynamically unless autoPaging is enabled by [@&#8203;anmiles](https://github.com/anmiles) in [#&#8203;3915](https://github.com/parallax/jsPDF/pull/3915) - Fix: Context2d font regex too restrictive ( [#&#8203;3904](https://github.com/parallax/jsPDF/issues/3904) ) by [@&#8203;Opineppes](https://github.com/Opineppes) in [#&#8203;3906](https://github.com/parallax/jsPDF/pull/3906) - Fix Incorrect Typing for Margins in the TableConfig Interface Definition by [@&#8203;Maito1794](https://github.com/Maito1794) in [#&#8203;3816](https://github.com/parallax/jsPDF/pull/3816) #### New Contributors - [@&#8203;survivant](https://github.com/survivant) made their first contribution in [#&#8203;3897](https://github.com/parallax/jsPDF/pull/3897) - [@&#8203;vishal-rathod-07](https://github.com/vishal-rathod-07) made their first contribution in [#&#8203;3896](https://github.com/parallax/jsPDF/pull/3896) - [@&#8203;jvdp](https://github.com/jvdp) made their first contribution in [#&#8203;3902](https://github.com/parallax/jsPDF/pull/3902) - [@&#8203;srikanth-s2003](https://github.com/srikanth-s2003) made their first contribution in [#&#8203;3891](https://github.com/parallax/jsPDF/pull/3891) - [@&#8203;Opineppes](https://github.com/Opineppes) made their first contribution in [#&#8203;3899](https://github.com/parallax/jsPDF/pull/3899) - [@&#8203;tishajain25](https://github.com/tishajain25) made their first contribution in [#&#8203;3903](https://github.com/parallax/jsPDF/pull/3903) - [@&#8203;anmiles](https://github.com/anmiles) made their first contribution in [#&#8203;3915](https://github.com/parallax/jsPDF/pull/3915) - [@&#8203;josephyi](https://github.com/josephyi) made their first contribution in [#&#8203;3907](https://github.com/parallax/jsPDF/pull/3907) - [@&#8203;Maito1794](https://github.com/Maito1794) made their first contribution in [#&#8203;3816](https://github.com/parallax/jsPDF/pull/3816) **Full Changelog**: <https://github.com/parallax/jsPDF/compare/v3.0.3...v3.1.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOC4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTguMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate added 1 commit 2025-11-21 00:09:57 +00:00
Update dependency jspdf to ^3.0.4
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
cd996cde26
renovate scheduled this pull request to auto merge when all checks succeed 2025-11-21 00:10:02 +00:00
renovate merged commit c6fb88d874 into master 2025-11-21 00:10:07 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pierre/GeneIT#637