Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(deps): bump pdfmake from 0.3.7 to 0.3.8 in /components#14862

Merged
mtesauro merged 1 commit into
devfrom
dependabot/npm_and_yarn/components/dev/pdfmake-0.3.8
May 13, 2026
Merged

chore(deps): bump pdfmake from 0.3.7 to 0.3.8 in /components#14862
mtesauro merged 1 commit into
devfrom
dependabot/npm_and_yarn/components/dev/pdfmake-0.3.8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 13, 2026

Bumps pdfmake from 0.3.7 to 0.3.8.

Release notes

Sourced from pdfmake's releases.

0.3.8

  • Added server-side method setLocalAccessPolicy() for defining a custom access policy for local file

    Example:

    pdfmake.setLocalAccessPolicy((path) => {
    	// check allowed local file path
    	return path.startsWith("fonts/");
    });
  • Improved URL Access Policy (setUrlAccessPolicy method); URLs are now validated even before each redirection in Node.js and after final redirection in browser (browsers do not support validation before redirection)

  • Fixed extra blank page when using headerRows, dontBreakRows and cell pageBreak together

  • Fixed rendering of an invalid color name - previously it used the last valid color; now it defaults to black

  • Fixed dontBreakRows rowSpan ending offset across pages

Changelog

Sourced from pdfmake's changelog.

0.3.8 - 2026-05-06

  • Added server-side method setLocalAccessPolicy() for defining a custom access policy for local file

    Example:

    pdfmake.setLocalAccessPolicy((path) => {
    	// check allowed local file path
    	return path.startsWith("fonts/");
    });
  • Improved URL Access Policy (setUrlAccessPolicy method); URLs are now validated even before each redirection in Node.js and after final redirection in browser (browsers do not support validation before redirection)

  • Fixed extra blank page when using headerRows, dontBreakRows and cell pageBreak together

  • Fixed rendering of an invalid color name - previously it used the last valid color; now it defaults to black

  • Fixed dontBreakRows rowSpan ending offset across pages

Commits
  • 700b4fa 0.3.8
  • 244ac8b 0.3.8
  • 2927f32 refresh pdf examples
  • 03c627d update dependencies
  • ed44141 improved URL access policy; URLs are now validated even before redirection in...
  • 8fc1fc4 improved URL Access Policy; URLs are now validated even after redirection
  • db68a45 Fix dontBreakRows rowSpan ending offset across pages (#2932)
  • 4301e73 validate only string colors #2872
  • b2cc389 fixed rendering invalid color name for text decorator #2872
  • 3805f72 fixed rendering invalid color name #2872
  • 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 show <dependency name> 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)

Bumps [pdfmake](https://github.com/bpampuch/pdfmake) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/bpampuch/pdfmake/releases)
- [Changelog](https://github.com/bpampuch/pdfmake/blob/master/CHANGELOG.md)
- [Commits](bpampuch/pdfmake@0.3.7...0.3.8)

---
updated-dependencies:
- dependency-name: pdfmake
  dependency-version: 0.3.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 13, 2026
@dependabot dependabot Bot requested review from Maffooch and mtesauro as code owners May 13, 2026 08:03
@dependabot dependabot Bot added the javascript Pull requests that update Javascript code label May 13, 2026
@Maffooch Maffooch added this to the 2.59.0 milestone May 13, 2026
Copy link
Copy Markdown
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@mtesauro mtesauro merged commit 5598238 into dev May 13, 2026
154 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/components/dev/pdfmake-0.3.8 branch May 13, 2026 20:25
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants