Skip to content

Update dependency jspdf-autotable to v4 - autoclosed#1099

Closed
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/jspdf-autotable-4.x
Closed

Update dependency jspdf-autotable to v4 - autoclosed#1099
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/jspdf-autotable-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 18, 2025

This PR contains the following updates:

Package Update Change
jspdf-autotable major 3.8.4 -> 4.0.0

Release Notes

simonbengtsson/jsPDF-AutoTable (jspdf-autotable)

v4.0.0

Compare Source

Mostly minor changes but bumping major version due to old deprecation removals and upgrade to jsPDF 3.0 (that removes support for internet explorer).

  • Jspdf 3.0 (removes support for internet explorer)
  • You can now import autoTable with a named import import { autoTable } from ‘jspdf-autotable’) . The previously exported autoTable type is now exported as autoTableInstanceType instead.
  • Removed long time deprecations
    • Removed support for all old options and styles that was soft removed and deprecated in v3.0
    • Removed old ways to get information of the last autoTable drawn: doc.previousAutoTable , doc.autoTable.previous and doc.autoTableEndPosY. Now you should use doc.lastAutoTable.
    • Removed Table#pageCount field. You should now use Table#pageNumber.
    • Removed old column/body way of calling autoTable doc.autoTable(columns, body, options). You should now use autoTable(doc, options) or doc.autoTable(options).
    • Removed doc.autoTableAddPageContent. You should now use jsPDF.autoTableSetDefaults({didDrawPage: () => {}})
    • Removed doc.autoTableAddPage(). You should now use doc.addPage().

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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Mar 18, 2025
@renovate renovate Bot requested a review from a team as a code owner March 18, 2025 02:02
@renovate renovate Bot force-pushed the renovate/jspdf-autotable-4.x branch from 61b787e to 0e62194 Compare March 18, 2025 07:24
@renovate renovate Bot changed the title Update dependency jspdf-autotable to v4 Update dependency jspdf-autotable to v4 - autoclosed Mar 18, 2025
@renovate renovate Bot closed this Mar 18, 2025
@renovate renovate Bot deleted the renovate/jspdf-autotable-4.x branch March 18, 2025 10:43
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants