Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

fix(deps): update dependency pdfmake to v0.2.8 #3678

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2020

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pdfmake (source) 0.1.65 -> 0.2.8 age adoption passing confidence

Release Notes

bpampuch/pdfmake (pdfmake)

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


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 13, 2020
@coveralls
Copy link

coveralls commented Oct 13, 2020

Coverage Status

Coverage remained the same at 21.942% when pulling 9dcd50f on renovate/pdfmake-0.x into 4d65335 on next.

@renovate renovate bot changed the title fix(deps): update dependency pdfmake to v0.1.68 fix(deps): update dependency pdfmake to v0.1.69 Dec 27, 2020
@renovate renovate bot force-pushed the renovate/pdfmake-0.x branch from 78a0051 to bd7f89c Compare December 27, 2020 15:23
@renovate renovate bot force-pushed the renovate/pdfmake-0.x branch from bd7f89c to 70ab59d Compare January 16, 2021 11:42
@renovate renovate bot changed the title fix(deps): update dependency pdfmake to v0.1.69 fix(deps): update dependency pdfmake to v0.1.70 Jan 16, 2021
@renovate renovate bot force-pushed the renovate/pdfmake-0.x branch from 70ab59d to b1e8cc6 Compare April 26, 2021 17:53
@renovate renovate bot changed the title fix(deps): update dependency pdfmake to v0.1.70 fix(deps): update dependency pdfmake to v0.1.71 Apr 26, 2021
@renovate renovate bot changed the title fix(deps): update dependency pdfmake to v0.1.71 fix(deps): update dependency pdfmake to v0.1.72 Jul 5, 2021
@renovate renovate bot force-pushed the renovate/pdfmake-0.x branch 2 times, most recently from 7cdbcc7 to 84a2163 Compare July 5, 2021 10:45
@renovate renovate bot changed the title fix(deps): update dependency pdfmake to v0.1.72 fix(deps): update dependency pdfmake to v0.2.0 Jul 5, 2021
@renovate renovate bot changed the title fix(deps): update dependency pdfmake to v0.2.0 fix(deps): update dependency pdfmake to v0.2.1 Aug 2, 2021
@renovate renovate bot force-pushed the renovate/pdfmake-0.x branch from 84a2163 to a962ecd Compare August 2, 2021 07:35
@renovate renovate bot changed the title fix(deps): update dependency pdfmake to v0.2.1 fix(deps): update dependency pdfmake to v0.2.2 Aug 2, 2021
@renovate renovate bot force-pushed the renovate/pdfmake-0.x branch from a962ecd to 63549e7 Compare August 2, 2021 12:50
@renovate renovate bot changed the title fix(deps): update dependency pdfmake to v0.2.2 fix(deps): update dependency pdfmake to v0.2.4 Dec 12, 2021
@renovate renovate bot force-pushed the renovate/pdfmake-0.x branch from 63549e7 to 9dcd50f Compare December 12, 2021 18:14
@renovate renovate bot changed the title fix(deps): update dependency pdfmake to v0.2.4 fix(deps): update dependency pdfmake to v0.2.5 Apr 25, 2022
@renovate renovate bot force-pushed the renovate/pdfmake-0.x branch from 9dcd50f to 63927e3 Compare April 25, 2022 00:26
@renovate renovate bot force-pushed the renovate/pdfmake-0.x branch from 63927e3 to f57ad5a Compare November 20, 2022 16:18
@renovate renovate bot changed the title fix(deps): update dependency pdfmake to v0.2.5 fix(deps): update dependency pdfmake to v0.2.6 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/pdfmake-0.x branch from f57ad5a to e65950c Compare February 17, 2023 08:56
@renovate renovate bot changed the title fix(deps): update dependency pdfmake to v0.2.6 fix(deps): update dependency pdfmake to v0.2.7 Feb 17, 2023
@renovate renovate bot changed the title fix(deps): update dependency pdfmake to v0.2.7 fix(deps): update dependency pdfmake to v0.2.8 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/pdfmake-0.x branch from e65950c to a02355c Compare November 9, 2023 10:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant