Skip to content

Bump @napi-rs/canvas from 0.1.28 to 0.1.29

Wolf Yuan requested to merge dependabot/npm_and_yarn/napi-rs/canvas-0.1.29 into main

Created by: dependabot[bot]

Bumps @napi-rs/canvas from 0.1.28 to 0.1.29.

Release notes

Sourced from @​napi-rs/canvas's releases.

v0.1.29

What's Changed

New Contributors

Full Changelog: https://github.com/Brooooooklyn/canvas/compare/v0.1.28...v0.1.29

Changelog

Sourced from @​napi-rs/canvas's changelog.

0.1.29 (2022-08-26)

Bug Fixes

  • data url should be standard base64 (a59cb40)
  • drawImage alpha should not effect by fillStyle (41a6f29)
  • isBufferLike in load-image.js (#536) (c6ad306)

Features

Commits
  • 38e9a90 0.1.29
  • c9669f5 Merge pull request #547 from Brooooooklyn/release
  • 45f425c feat: chrome m106
  • f9b9fc4 Merge pull request #546 from Brooooooklyn/upgrade-ava
  • c632142 chore: upgrade ava to compatible with Node.js 18.8.0
  • b82083d Merge pull request #545 from Brooooooklyn/fix-alpha
  • 41a6f29 fix: drawImage alpha should not effect by fillStyle
  • 14d6ae6 chore(deps): update yarn to v3.2.3
  • af7cc0c Merge pull request #543 from Brooooooklyn/data-url-base64
  • a59cb40 fix: data url should be standard base64
  • Additional commits viewable in compare view

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)

Merge request reports