-
-
Notifications
You must be signed in to change notification settings - Fork 87
build(deps): bump github/codeql-action from 3.28.1 to 3.28.5 #1936
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
Closed
dependabot
wants to merge
1
commit into
main
from
dependabot/github_actions/github/codeql-action-3.28.5
Closed
build(deps): bump github/codeql-action from 3.28.1 to 3.28.5 #1936
dependabot
wants to merge
1
commit into
main
from
dependabot/github_actions/github/codeql-action-3.28.5
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.1 to 3.28.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@b6a472f...f6091c0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #1945. |
mergify bot
added a commit
that referenced
this pull request
Jan 12, 2026
…o [skip ci] Bumps [pdfmake](https://github.com/bpampuch/pdfmake) from 0.2.21 to 0.3.1. Release notes *Sourced from [pdfmake's releases](https://github.com/bpampuch/pdfmake/releases).* > 0.3.1 > ----- > > * Added auto page height for multiple pages (for `section` or after custom page break) > * Added type validation for parameters in method `createPdf` > * Added support `SVGElement` object for `svg` node (`SVGElement` object is available only in browser) > * Updated svg-to-pdfkit library to the latest GitHub master commit > * Fixed a bug in the write method where it did not wait for the file write operation to complete > * Fixed SVG loading > * Fixed rendering SVG without viewBox > > 0.3.0 > ----- > > ### Changelog (compared to version 0.2.21) > > * Reverted to the original `pdfkit` package, moving away from `@foliojs-fork` > * Drop support Internet Explorer 11 (Microsoft will not support from 2022) > * Minimal supported version Node.js 20 LTS > * Port code base to ES6+ > * Unify interface for node and browser **(breaking change)** > * All methods return promise instead of using callback **(breaking change)** > * Change including virtual font storage in client-side **(breaking change)** > * Change parameters of `pageBreakBefore` function **(breaking change)** > * Support for loading font files and images via URL adresses (<https://> or <http://> protocol) in Node.js (client and server side now) > * Used fetch API for downloading fonts and images > * Attachments embedding > * Added `section` node > > #### There is no difference between the stable version 0.3.0 and version 0.3.0-beta.19. > > ### Documentation > > Documentation for version 0.3: [here](https://pdfmake.github.io/docs/0.3/) > Migration guide: [here](https://pdfmake.github.io/docs/0.3/migration-from-0.1/) > > 0.3.0-beta.19 > ------------- > > **Prerelease version. Do not use in a production.** > > ### Installation > > ``` > npm install pdfmake@0.3.0-beta.19 > ``` > > ### Changelog > > * Minimal supported version Node.js 20 LTS > * Added `wordBreak` property for `text` node, supported values: `'normal'` (default), `'break-all'` > * Used fetch API for downloading fonts and images > * Update Roboto font (version 3.014) > * Fixed render empty list entries > > ### Documentation > > Documentation for version 0.3: [here](https://pdfmake.github.io/docs/0.3/) > Migration guide: [here](https://pdfmake.github.io/docs/0.3/migration-from-0.1/) ... (truncated) Changelog *Sourced from [pdfmake's changelog](https://github.com/bpampuch/pdfmake/blob/master/CHANGELOG.md).* > 0.3.1 - 2026-01-07 > ------------------ > > * Added auto page height for multiple pages (for `section` or after custom page break) > * Added type validation for parameters in method `createPdf` > * Added support `SVGElement` object for `svg` node (`SVGElement` object is available only in browser) > * Updated svg-to-pdfkit library to the latest GitHub master commit > * Fixed a bug in the write method where it did not wait for the file write operation to complete > * Fixed SVG loading > * Fixed rendering SVG without viewBox > > 0.3.0 - 2026-01-01 > ------------------ > > * Reverted to the original `pdfkit` package, moving away from `@foliojs-fork` > * Drop support Internet Explorer 11 (Microsoft will not support from 2022) > * Minimal supported version Node.js 20 LTS > * Port code base to ES6+ > * Unify interface for node and browser **(breaking change)** > * All methods return promise instead of using callback **(breaking change)** > * Change including virtual font storage in client-side **(breaking change)** > * Change parameters of `pageBreakBefore` function **(breaking change)** > * Support for loading font files and images via URL addresses (<https://> or <http://> protocol) in Node.js (client and server side now) > * Used fetch API for downloading fonts and images > * Attachments embedding > * Added `section` node Commits * [`58bb273`](bpampuch/pdfmake@58bb273) 0.3.1 * [`5e57571`](bpampuch/pdfmake@5e57571) fix svg options * [`79c77ed`](bpampuch/pdfmake@79c77ed) svg-to-pdfkit - update to latest GitHub master commit (b091ebd4e7b7d2310eb100... * [`da36925`](bpampuch/pdfmake@da36925) added support `SVGElement` object for `svg` node [#1936](https://github.com/bpampuch/pdfmake/issues/1936) * [`fb8a38f`](bpampuch/pdfmake@fb8a38f) fixed rendering SVG without viewBox [#1999](https://github.com/bpampuch/pdfmake/issues/1999) * [`42f9a9b`](bpampuch/pdfmake@42f9a9b) fixed SVG loading [#2904](https://github.com/bpampuch/pdfmake/issues/2904) * [`432f98a`](bpampuch/pdfmake@432f98a) fix typos * [`d2eabdc`](bpampuch/pdfmake@d2eabdc) Code spell check * [`a174c64`](bpampuch/pdfmake@a174c64) Fixed write method does not wait to complete writing [#2903](https://github.com/bpampuch/pdfmake/issues/2903) * [`6d65fac`](bpampuch/pdfmake@6d65fac) regression test - write method does not wait to complete writing [#2903](https://github.com/bpampuch/pdfmake/issues/2903) * Additional commits viewable in [compare view](bpampuch/pdfmake@0.2.21...0.3.1) [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps github/codeql-action from 3.28.1 to 3.28.5.
Release notes
Sourced from github/codeql-action's releases.
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
f6091c0Merge pull request #2721 from github/update-v3.28.5-01f001931064af10Update changelog for v3.28.501f0019Merge pull request #2717 from github/update-bundle/codeql-bundle-v2.20.3573ad88Merge pull request #2718 from github/kaeluka/4779-1d7f3976permissions block in query-filters.yml428975cAdd changelog note208091dUpdate default bundle to codeql-bundle-v2.20.37e3036bMerge pull request #2716 from github/mergeback/v3.28.4-to-main-ee117c90e32a0d6Update checked-in dependencies67c21e4Update changelog and version after v3.28.4Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)