Changelog
*Sourced from [canvas's changelog](https://github.com/Automattic/node-canvas/blob/master/CHANGELOG.md).*
> 2.6.0
> ==================
> ### Changed
> * Allow larger buffers to be returned from `toBuffer('raw')`.
> ### Added
> * Support for various BMP headers and color depths ([#1435](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1435))
> ### Fixed
> * Fix crash when changing canvas width/height while `fillStyle` or `strokeStyle`
> was set to a `CanvasPattern` or `CanvasGradient` ([#1357](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1357)).
> * Fix crash when changing width/height of SVG canvases ([#1380](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1380)).
> * Fix crash when using `toBuffer('raw')` with large canvases ([#1158](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1158)).
> * Clarified meaning of byte ordering for `toBuffer('raw')` in readme. ([#1416](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1416))
> * Fix package.json Typings field to point to Declaration file ([#1432](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1432))
> * Properly check return value from `Set` and `Call`. ([#1415](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1415))
> * Use `Get` version from `Nan` instead of `v8`. ([#1415](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1415))
>
> 2.5.0
> ==================
> ### Added
> * Support redirects when fetching images (using [simple-get](https://github.com/feross/simple-get)) ([#1398](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1398))
> * Support Node.js v12
> ### Fixed
> * Fix object literal & arrow function syntax usage for IE.
>
> 2.4.1
> ==================
> ### Fixed
> * Guard JPEG width/height against maximum supported ([#1385](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1385))
> * Fix electron 5 and node 12 compatibility
> * Fix encoding options (quality) parameter in `canvas.toDataURL()`
>
> 2.4.0
> ==================
> ### Added
> * (Actually) added `resolution` option for `canvas.toBuffer("image/png")` and
> `canvas.createPNGStream()`. This was documented since 2.0.0 but not working.
> * Add typescript definitions.
> ### Fixed
> * PDF metadata (added in 2.3.0) wasn't being set with `canvas.createPDFStream()`
> * Fix custom "inspect" function deprecation warnings ([#1326](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1326))
>
> 2.3.1
> ==================
> ### Fixed
> * Fix `canvas.toBuffer()` for JPEGs ([#1350](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1350))
>
> 2.3.0
> ==================
> ### Added
> * Add support for multiple PDF page sizes
> ... (truncated)
Commits
- [`f5b9814`](https://github.com/Automattic/node-canvas/commit/f5b981483022a1311f4b3850530943b3e0e8aa7f) 2.6.0
- [`ccecad2`](https://github.com/Automattic/node-canvas/commit/ccecad28fa777bd65648965dc7b4c22b8e76e43f) history: 2.6.0
- [`8dcd0da`](https://github.com/Automattic/node-canvas/commit/8dcd0da254471480b7ab327d268e2d4e48b46cb1) Merge pull request [#1415](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1415) from Automattic/nan-fixes
- [`e03bb84`](https://github.com/Automattic/node-canvas/commit/e03bb84abcd53ba51d61ec21ce87a99fcceb0a84) Properly check return value from Set and Call
- [`876f93d`](https://github.com/Automattic/node-canvas/commit/876f93d35b7a2ea80702128cac75c3434f640626) Add support for various BMP headers and color depths ([#1435](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1435))
- [`dd0c7c2`](https://github.com/Automattic/node-canvas/commit/dd0c7c20ab92ae8bcf1f2de1fd3b89cec3bd1faa) Update package.json typings field ([#1432](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1432))
- [`126760a`](https://github.com/Automattic/node-canvas/commit/126760a62a18f52314ce1b138e8646edabb65fcd) Clarify toBuffer('raw') byte ordering
- [`c1cc378`](https://github.com/Automattic/node-canvas/commit/c1cc378c8656a3e290c82343f009f8e7fb95516f) Fix assertion error with large canvases and toBuffer('raw')
- [`9d71cfd`](https://github.com/Automattic/node-canvas/commit/9d71cfdd97bea0695565c634b117c9f4541a0bb4) Fix crash when resurfacing SVG canvases
- [`4d485aa`](https://github.com/Automattic/node-canvas/commit/4d485aabb8c3cef9e11d5ab0e1731970b43848fd) Fix crash when resurfacing while fill/strokeStyle set to pattern or gradient
- Additional commits viewable in [compare view](https://github.com/Automattic/node-canvas/compare/v1.6.13...v2.6.0)
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 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/soudis/habidat-direktkredit/network/alerts).
Bumps canvas from 1.6.13 to 2.6.0.
Changelog
*Sourced from [canvas's changelog](https://github.com/Automattic/node-canvas/blob/master/CHANGELOG.md).* > 2.6.0 > ================== > ### Changed > * Allow larger buffers to be returned from `toBuffer('raw')`. > ### Added > * Support for various BMP headers and color depths ([#1435](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1435)) > ### Fixed > * Fix crash when changing canvas width/height while `fillStyle` or `strokeStyle` > was set to a `CanvasPattern` or `CanvasGradient` ([#1357](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1357)). > * Fix crash when changing width/height of SVG canvases ([#1380](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1380)). > * Fix crash when using `toBuffer('raw')` with large canvases ([#1158](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1158)). > * Clarified meaning of byte ordering for `toBuffer('raw')` in readme. ([#1416](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1416)) > * Fix package.json Typings field to point to Declaration file ([#1432](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1432)) > * Properly check return value from `Set` and `Call`. ([#1415](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1415)) > * Use `Get` version from `Nan` instead of `v8`. ([#1415](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1415)) > > 2.5.0 > ================== > ### Added > * Support redirects when fetching images (using [simple-get](https://github.com/feross/simple-get)) ([#1398](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1398)) > * Support Node.js v12 > ### Fixed > * Fix object literal & arrow function syntax usage for IE. > > 2.4.1 > ================== > ### Fixed > * Guard JPEG width/height against maximum supported ([#1385](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1385)) > * Fix electron 5 and node 12 compatibility > * Fix encoding options (quality) parameter in `canvas.toDataURL()` > > 2.4.0 > ================== > ### Added > * (Actually) added `resolution` option for `canvas.toBuffer("image/png")` and > `canvas.createPNGStream()`. This was documented since 2.0.0 but not working. > * Add typescript definitions. > ### Fixed > * PDF metadata (added in 2.3.0) wasn't being set with `canvas.createPDFStream()` > * Fix custom "inspect" function deprecation warnings ([#1326](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1326)) > > 2.3.1 > ================== > ### Fixed > * Fix `canvas.toBuffer()` for JPEGs ([#1350](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1350)) > > 2.3.0 > ================== > ### Added > * Add support for multiple PDF page sizes > ... (truncated)Commits
- [`f5b9814`](https://github.com/Automattic/node-canvas/commit/f5b981483022a1311f4b3850530943b3e0e8aa7f) 2.6.0 - [`ccecad2`](https://github.com/Automattic/node-canvas/commit/ccecad28fa777bd65648965dc7b4c22b8e76e43f) history: 2.6.0 - [`8dcd0da`](https://github.com/Automattic/node-canvas/commit/8dcd0da254471480b7ab327d268e2d4e48b46cb1) Merge pull request [#1415](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1415) from Automattic/nan-fixes - [`e03bb84`](https://github.com/Automattic/node-canvas/commit/e03bb84abcd53ba51d61ec21ce87a99fcceb0a84) Properly check return value from Set and Call - [`876f93d`](https://github.com/Automattic/node-canvas/commit/876f93d35b7a2ea80702128cac75c3434f640626) Add support for various BMP headers and color depths ([#1435](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1435)) - [`dd0c7c2`](https://github.com/Automattic/node-canvas/commit/dd0c7c20ab92ae8bcf1f2de1fd3b89cec3bd1faa) Update package.json typings field ([#1432](https://github-redirect.dependabot.com/Automattic/node-canvas/issues/1432)) - [`126760a`](https://github.com/Automattic/node-canvas/commit/126760a62a18f52314ce1b138e8646edabb65fcd) Clarify toBuffer('raw') byte ordering - [`c1cc378`](https://github.com/Automattic/node-canvas/commit/c1cc378c8656a3e290c82343f009f8e7fb95516f) Fix assertion error with large canvases and toBuffer('raw') - [`9d71cfd`](https://github.com/Automattic/node-canvas/commit/9d71cfdd97bea0695565c634b117c9f4541a0bb4) Fix crash when resurfacing SVG canvases - [`4d485aa`](https://github.com/Automattic/node-canvas/commit/4d485aabb8c3cef9e11d5ab0e1731970b43848fd) Fix crash when resurfacing while fill/strokeStyle set to pattern or gradient - Additional commits viewable in [compare view](https://github.com/Automattic/node-canvas/compare/v1.6.13...v2.6.0)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 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/soudis/habidat-direktkredit/network/alerts).