Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pdfmake to v0.2.10 #426

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Feb 29, 2024

This PR contains the following updates:

Package Update Change
pdfmake (source) minor 0.1.53 -> 0.2.10

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bpampuch/pdfmake (pdfmake)

v0.2.10

Compare Source

  • Removed unused brfs dependency

v0.2.9

Compare Source

  • Added padding option for QR code
  • Allow the document language to be specified
  • Fixed cover image size inside table
  • Fixed "Cannot read properties of undefined (reading 'bottomMost')" if table contains too few rows
  • Fixed invalid source-maps in builded js file

v0.2.8

Compare Source

  • Update pdfkit to 0.14.0
  • Update Roboto font (version 3.008)

v0.2.7

Compare Source

  • Fixed theoretical vulnerability CVE-2022-46161 (It was never part of version released as npm package or cdnjs or bower or packagist!)

v0.2.6

Compare Source

  • Updated Roboto font (version 3.005)
  • Fixed calculating auto page height
  • Fixed TrueType Collection loading from URL
  • Fixed refetching fonts from URL

v0.2.5

Compare Source

  • Support passing headers to request for loading font files and images via URL adresses

v0.2.4

Compare Source

  • Fixed destination path argument in VFS build script.
  • Fixed error "Object.isExtensible is not a function" (bug is in core-js version 3.19.1).

v0.2.3

Compare Source

  • Updated @​foliojs-fork/pdfkit to version 0.13.0.
  • Tiling pattern support.
  • svg-to-pdfkit package moved as built-in. Solve not used installation of pdfkit.
  • Fixed passing document metadata.

v0.2.2

Compare Source

  • Fixed compatibility with Internet Explorer 11

v0.2.1

Compare Source

v0.2.0

Compare Source

v0.1.72

Compare Source

  • Introduced new build-vfs.js script to build virtual file system for fonts (see documentation).
  • Updated pdfkit (version 0.12.1).

v0.1.71

Compare Source

  • update pdfkit (version 0.12.0)
  • update Roboto font (version 3.004)
  • fix performance problem for pageBreakBefore in large documents

v0.1.70

Compare Source

  • fixed compatibility with Internet Explorer

v0.1.69

Compare Source

v0.1.68

Compare Source

  • fixed error window is not defined in Node.js

v0.1.67

Compare Source

  • fixed include Promise polyfill
  • experimental SVG: rewrited SVG parsing
  • client-side: images file loading via url address (https:// or http:// protocol) in "images" dictionary
    Example of usage:
var dd = {
	content: [
		{
			image: 'testImage'
		}
	],
	images: {
		testImage: 'https://picsum.photos/seed/picsum/200/300',
	}
};

This is not supported: { image: 'https://picsum.photos/seed/picsum/200/300' }

v0.1.66

Compare Source

v0.1.65

Compare Source

  • support of fillOpacity property in tables
  • support of linkToPage and linkToDestination with images
  • pageBreakBefore performance improvement
  • fix support opacity with number 0

v0.1.64

Compare Source

  • added new values for pageBreak:
    • beforeOdd, afterOdd - break to odd page
    • beforeEven, afterEven - break to even page
  • fixed pageMargins: 0
  • experimental SVG - fixed too bold and too italics text

v0.1.63

Compare Source

  • update pdfkit to 0.11.0
  • add support to interlaced PNG files

v0.1.62

Compare Source

  • experimental SVG - default font for unknown fonts is used from defaultStyle element. Or can be defined in svg node via font property
  • experimental SVG - fixed finding fonts

v0.1.61

Compare Source

  • experimental svg - fix text rendering
  • table - fix border rendering

v0.1.60

Compare Source

  • watermark - add fontSize to own setting and angle to own text rotate, see documentation
  • watermark - fix calculation for automatic font size
  • table - fix borderColor

v0.1.59

Compare Source

  • experimental SVG nodes is build-in by default now
  • fix svg with decimal numbers
  • fix svg rendering in header and footer
  • fix border borderColor in table

v0.1.58

Compare Source

  • support SVG nodes (experimental) see documentation and example
  • fix table border with colSpan
  • fix rendering empty ToC

v0.1.57

Compare Source

  • update pdfkit to 0.10.0
  • added feature link to destination via linkToDestination property (see links example)
  • ToC - links to destination support with title and page number

v0.1.56

Compare Source

  • fix crash with rendering table of content
  • add support for linear gradient to ellipse

v0.1.55

Compare Source

  • update pdfkit to 0.9.1
  • add borderColor for table cell (example borderColor: ['#ff00ff', '#​00ffff', '#ff00ff', '#​00ffff'] and see table example)
  • cache can be disabled via fontLayoutCache option. Example: printer.createPdfKitDocument(docDefinition, { fontLayoutCache: false }) on server-side and pdfMake.createPdf(docDefinition).download('document.pdf', null, { fontLayoutCache: false }); on client-side
  • normalized readFileSync method parameters in virtual file system same as in node.js
  • improved throwing of exception for opening image
  • fix download() options might be dropped
  • upgrade to webpack 4

v0.1.54

Compare Source

  • fix page numbers for ToC with unbreakable content
  • updated fontkit to 1.8.0 for fix font problems
  • fix check for supported browsers
  • fix support file-saver on mobile devices
  • fix building pdfmake with pdf standard fonts

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.


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

@mend-for-github-com mend-for-github-com bot force-pushed the whitesource-remediate/pdfmake-0.x branch from aee1b7f to f3a2a07 Compare March 8, 2024 02:46
@mend-for-github-com mend-for-github-com bot changed the title Update dependency pdfmake to v0.2.9 Update dependency pdfmake to v0.2.10 Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants