Bump pdfmake from 0.3.3 to 0.3.6 in the npm_and_yarn group across 1 directory
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(3 months ago)
(3 months ago)
dependencies javascript
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
snakingColumnsproperty for columns to enable newspaper-like column flow- Added outlines / bookmarks for
textnode
outline- set totruefor add to bookmarksoutlineText(optional) - set custom bookmark text, otherwise text from nodeoutlineExpanded(optional) - set totruefor expanded/opened bookmarkoutlineParentId(optional) - parent bookmarkid- Added property
outlinesfor 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
verticalAlignmentproperty, 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
snakingColumnsproperty for columns to enable newspaper-like column flow- Added outlines / bookmarks for
textnode
outline- set totruefor add to bookmarksoutlineText(optional) - set custom bookmark text, otherwise text from nodeoutlineExpanded(optional) - set totruefor expanded/opened bookmarkoutlineParentId(optional) - parent bookmarkid- Added property
outlinesfor 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
verticalAlignmentproperty, values:top(default),middle,bottom- Fixed margin inheritance when styles are extended multiple times
Commits
7737f230.3.6f8d69edUpdate CHANGELOG.mdc443710refresh pdf examplesd20ac0bnew methodsetUrlAccessPolicy()(#2920)f3c202afix lint issuesde26d0badded validation for image height and width values #28145f82ae5code cleanup8621289fix getBuffer test5670fa70.3.5bced92cfix lint issues- Additional commits viewable in compare view
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 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
pdfmake
npm
0.3.3 → 0.3.6
Patch
the npm_and_yarn group across 1 directory
Technical Details
| ID: | 14544684 |
| UUID: | 4060701108 |
| Node ID: | PR_kwDONZxZl87J1k8W |
| Host: | GitHub |
| Repository: | CodeEditorLand/StatusCodeEditorLandWebSite |