LibreSign / vue-pdf-editor

A vue PDF editor component
https://libresign.github.io/vue-pdf-editor/
MIT License
12 stars 5 forks source link

Bump pdfkit from 0.14.0 to 0.15.0 #77

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps pdfkit from 0.14.0 to 0.15.0.

Release notes

Sourced from pdfkit's releases.

0.15.0

  • Add subset for PDF/UA
  • Fix for line breaks in list items (#1486)
  • Fix for soft hyphen not being replaced by visible hyphen if necessary (#457)
  • Optimize output files by ignoring identity transforms
  • Fix for Acroforms - setting an option to false will still apply the flag (#1495)
  • Fix for text extraction in PDFium-based viewers due to invalid ToUnicodeMap (#1498)
  • Remove deprecated write method
  • Drop support for Node.js < 18 and for browsers released before 2020
Changelog

Sourced from pdfkit's changelog.

[v0.15.0] - 2024-03-23

  • Add subset for PDF/UA
  • Fix for line breaks in list items (#1486)
  • Fix for soft hyphen not being replaced by visible hyphen if necessary (#457)
  • Optimize output files by ignoring identity transforms
  • Fix for Acroforms - setting an option to false will still apply the flag (#1495)
  • Fix for text extraction in PDFium-based viewers due to invalid ToUnicodeMap (#1498)
  • Remove deprecated write method
  • Drop support for Node.js < 18 and for browsers released before 2020
Commits
  • d19261d v0.15.0
  • 7ec82e1 Upgrade dependencies
  • a9d8ecd Remove browser field from package.json (compatibility with browserify)
  • 582fc22 Drop support for Node.js < 18 and for browsers released before 2020
  • 309cdd6 Move icc profile file to mixins data subfolder
  • d487253 Remove deprecated method write
  • 0f89980 Import PDFDocument from root in kitchen sink example
  • 946f9cf Generate ToUnicodeMap bfrange in multiple ranges (#1498) (#1499)
  • 485b7e6 Fix Acroforms - setting an option to false will still apply the flag (#1496)
  • a655194 Prevent adding identity transforms to the document (#1493)
  • Additional commits viewable in compare view


Dependabot compatibility score

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)