An open index of dependabot pull requests across open source projects.

Bump pdfmake from 0.3.3 to 0.3.6 in the npm_and_yarn group across 1 directory

Open
Number: #6
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 2
Created: March 11, 2026 at 09:13 PM UTC
(3 months ago)
Updated: March 11, 2026 at 09:15 PM UTC
(3 months ago)
Labels:
dependencies javascript
Description:

Bumps the npm_and_yarn group with 1 update in the / directory: pdfmake.

Updates pdfmake from 0.3.3 to 0.3.6

Release notes

Sourced from pdfmake's releases.

0.3.6

  • Added setUrlAccessPolicy() for defining a custom access policy for external URLs before download (addresses a potential server vulnerability CVE-2026-26801)

    Example:

    pdfmake.setUrlAccessPolicy((url) => {
    	// check allowed domain
    	return url.startsWith("https://example.com/");
    });
    

    For details see documentation

  • Added validation for image height and width values

0.3.5

  • Added snakingColumns property for columns to enable newspaper-like column flow
  • Added outlines / bookmarks for text node
    • outline - set to true for add to bookmarks
    • outlineText (optional) - set custom bookmark text, otherwise text from node
    • outlineExpanded (optional) - set to true for expanded/opened bookmark
    • outlineParentId (optional) - parent bookmark id
  • Added property outlines for ToC, which adds all items to outlines / bookmarks (any existing outline settings on texts are respected)

0.3.4

  • Added vertical alignment for table cells via verticalAlignment property, values: top (default), middle, bottom
  • Fixed margin inheritance when styles are extended multiple times
Changelog

Sourced from pdfmake's changelog.

0.3.6 - 2026-03-10

  • Added setUrlAccessPolicy() for defining a custom access policy for external URLs before download (addresses a potential server vulnerability CVE-2026-26801)

    Example:

    pdfmake.setUrlAccessPolicy((url) => {
    	// check allowed domain
    	return url.startsWith("https://example.com/");
    });
    

    For details see documentation

  • Added validation for image height and width values

0.3.5 - 2026-02-22

  • Added snakingColumns property for columns to enable newspaper-like column flow
  • Added outlines / bookmarks for text node
    • outline - set to true for add to bookmarks
    • outlineText (optional) - set custom bookmark text, otherwise text from node
    • outlineExpanded (optional) - set to true for expanded/opened bookmark
    • outlineParentId (optional) - parent bookmark id
  • Added property outlines for ToC, which adds all items to outlines / bookmarks (any existing outline settings on texts are respected)

0.3.4 - 2026-02-13

  • Added vertical alignment for table cells via verticalAlignment property, values: top (default), middle, bottom
  • Fixed margin inheritance when styles are extended multiple times
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for pdfmake since your current version.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Package Dependencies
Package:
pdfmake
Ecosystem:
npm
Version Change:
0.3.3 → 0.3.6
Update Type:
Patch
Path:
the npm_and_yarn group across 1 directory
Technical Details
ID: 14544684
UUID: 4060701108
Node ID: PR_kwDONZxZl87J1k8W
Host: GitHub
Repository: CodeEditorLand/StatusCodeEditorLandWebSite