GewoonJaap / svg-to-png-cf-worker

SVG to PNG as Cloudflare Worker
https://svg-to-png.mrproper.dev/https://docs.tandoor.dev/logo_color.svg
27 stars 2 forks source link

Bump tiny-skia from 0.6.3 to 0.11.4 #10

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 6 months ago

Bumps tiny-skia from 0.6.3 to 0.11.4.

Changelog

Sourced from tiny-skia's changelog.

[0.11.4] - 2024-02-04

Fixed

  • Path::compute_tight_bounds calculation. Thanks to @​qbcbyb

[0.11.3] - 2023-12-03

Added

  • Path::compute_tight_bounds

[0.11.2] - 2023-10-01

Changed

  • MSRV bumped to stable, because of the flate2 crate.

Fixed

  • Transform::is_valid was treating 1/4096 as zero. We need a higher precision.
  • Build failure on AVX2 with --no-default-features. Thanks to @​linkmauve

[0.11.1] - 2023-06-17

Changed

  • MSRV bumped to 1.60, because of the log crate.

Fixed

  • LineJoin::MiterClip handling with small miter_limit. Thanks to @​torokati44

[0.11.0] - 2023-06-08

Added

Changed

  • Rect::inset and Rect::outset are no longer require a mutable self. Thanks to @​wezm

[0.10.0] - 2023-05-27

Added

  • PathBuilder::push_path
  • NonZeroRect
  • Size
  • Rect::transform
  • Rect::bbox_transform
  • Transform::from_bbox
  • Transform::is_valid
  • Transform::get_scale
  • Transform::pre_rotate
  • Transform::post_rotate
  • Transform::pre_rotate_at
  • Transform::post_rotate_at
  • Transform::map_point

... (truncated)

Commits
  • ce3fe9b Version bump.
  • a97f7ff Fix Path::compute_tight_bounds calculation.
  • 4741251 Version bump.
  • fb7a6f4 Add Path::compute_tight_bounds
  • f050a90 Version bump.
  • f659d94 Remove support of non-stable Rust.
  • 529cb8f Do not run clippy on CI.
  • 628b066 Transform::is_valid was treating 1/4096 as zero.
  • d2b7abb Clippy fixes and CI workflow update.
  • eb03212 Remove unnecessary casts.
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] commented 4 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.