project-yuigahama / Yuigahama

Powerful multifunction discordbot Yuigahama
https://yuigahama.js.org
MIT License
6 stars 1 forks source link

Bump canvas from 2.5.0 to 2.6.0 #70

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps canvas from 2.5.0 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))
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/v2.5.0...v2.6.0)


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 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 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) - `@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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.