pressbooks / pb-mathjax

A replacement for wp.com/latex.php but instead of LaTeX, it uses MathJax.
GNU General Public License v3.0
4 stars 1 forks source link

Bump sharp from 0.31.3 to 0.32.0 #88

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps sharp from 0.31.3 to 0.32.0.

Changelog

Sourced from sharp's changelog.

v0.32.0 - 24th March 2023

  • Default to using sequential rather than random access read where possible.

  • Replace GIF output optimise / optimize option with reuse.

  • Add progressive option to GIF output for interlacing.

  • Add wrap option to text image creation.

  • Add formatMagick property to metadata of images loaded via *magick.

  • Prefer integer (un)premultiply for faster resizing of RGBA images.

  • Add ignoreIcc input option to ignore embedded ICC profile.

  • Allow use of GPS (IFD3) EXIF metadata. #2767

  • TypeScript definitions are now maintained and published directly, deprecating the @types/sharp package. #3369

  • Prebuilt binaries: ensure macOS 10.13+ support, as documented. #3438

  • Prebuilt binaries: prevent use of glib slice allocator, improves QEMU support. #3448

  • Add focus point coordinates to output when using attention based crop. #3470 @​ejoebstl

  • Expose sharp version as sharp.versions.sharp. #3471

  • Respect fastShrinkOnLoad resize option for WebP input. #3516

  • Reduce sharpen sigma maximum from 10000 to 10. #3521

  • Add support for ArrayBuffer input. #3548 @​kapouer

  • Add support to extend operation for extendWith to allow copy/mirror/repeat. #3556 @​janaz

  • Ensure all async JS callbacks are wrapped to help avoid possible race condition.

... (truncated)

Commits
  • b9d4c30 Release v0.32.0
  • 148760f Docs: clarify resize reduction/enlargement options refer to scaling
  • 98ed237 Docs: use only first year of copyright to match code
  • b55e58f Trim space from end of libvips error messages
  • 0af070e Docs: update performance results, include PNG-based task
  • 9fbb4fc Tests: bump benchmark deps
  • 6008ff8 Docs: tile-based output requires libgsf
  • cd5e11b Docs: ensure parameters are indexed as they now appear in a table
  • 08d6822 Upgrade to libvips v8.14.2
  • 8b8a815 Tests: tile-based output optional, will require custom libvips
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #89.