Bump sharp from 0.31.0 to 0.31.3 #48

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/sharp-0.31.3 into main
dependabot[bot] commented 2022-12-21 20:12:15 +00:00 (Migrated from github.com)

Bumps sharp from 0.31.0 to 0.31.3.

Changelog

Sourced from sharp's changelog.

v0.31.3 - 21st December 2022

  • Add experimental support for JPEG-XL images. Requires libvips compiled with libjxl. #2731

  • Add runtime detection of V8 memory cage, ensures compatibility with Electron 21 onwards. #3384

  • Expose interFrameMaxError and interPaletteMaxError GIF optimisation properties. #3401

  • Allow installation on Linux with glibc patch versions e.g. Fedora 38. #3423

  • Expand range of existing sharpen parameters to match libvips. #3427

  • Prevent possible race condition awaiting metadata of Stream-based input. #3451

  • Improve extractChannel support for 16-bit output colourspaces. #3453

  • Ignore sequentialRead option when calculating image statistics. #3462

  • Small performance improvement for operations that introduce a non-opaque background. #3465

  • Ensure integral output of linear operation. #3468

v0.31.2 - 4th November 2022

  • Upgrade to libvips v8.13.3 for upstream bug fixes.

  • Ensure manual flip, rotate, resize operation ordering (regression in 0.31.1) #3391

  • Ensure auto-rotation works without resize (regression in 0.31.1) #3422

v0.31.1 - 29th September 2022

  • Upgrade to libvips v8.13.2 for upstream bug fixes.

  • Ensure close event occurs after end event for Stream-based output. #3313

  • Ensure limitInputPixels constructor option uses uint64.

... (truncated)

Commits
  • 844deaf Release v0.31.3
  • efbb0c2 Docs: add image with examples of resize fit property
  • da0b594 Docs: update benchmarks for latest versions, add ARM64 results
  • 78dada9 Tests: skip mapnik and tensorflow for Docker-run benchmarks
  • 15f5cd4 Tests: move mapnik to optional deps
  • 9eb2e94 Tests: update benchmark dependencies
  • e40b068 Tests: update leak suppresions for latest dependencies
  • 2c46528 Docs refresh
  • 584807b Add runtime detection of V8 memory cage #3384
  • a7fa701 Add experimental support for JPEG-XL, requires libvips with libjxl
  • 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)
Bumps [sharp](https://github.com/lovell/sharp) from 0.31.0 to 0.31.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lovell/sharp/blob/main/docs/changelog.md">sharp's changelog</a>.</em></p> <blockquote> <h3>v0.31.3 - 21st December 2022</h3> <ul> <li> <p>Add experimental support for JPEG-XL images. Requires libvips compiled with libjxl. <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/2731">#2731</a></p> </li> <li> <p>Add runtime detection of V8 memory cage, ensures compatibility with Electron 21 onwards. <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3384">#3384</a></p> </li> <li> <p>Expose <code>interFrameMaxError</code> and <code>interPaletteMaxError</code> GIF optimisation properties. <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3401">#3401</a></p> </li> <li> <p>Allow installation on Linux with glibc patch versions e.g. Fedora 38. <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3423">#3423</a></p> </li> <li> <p>Expand range of existing <code>sharpen</code> parameters to match libvips. <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3427">#3427</a></p> </li> <li> <p>Prevent possible race condition awaiting metadata of Stream-based input. <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3451">#3451</a></p> </li> <li> <p>Improve <code>extractChannel</code> support for 16-bit output colourspaces. <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3453">#3453</a></p> </li> <li> <p>Ignore <code>sequentialRead</code> option when calculating image statistics. <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3462">#3462</a></p> </li> <li> <p>Small performance improvement for operations that introduce a non-opaque background. <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3465">#3465</a></p> </li> <li> <p>Ensure integral output of <code>linear</code> operation. <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3468">#3468</a></p> </li> </ul> <h3>v0.31.2 - 4th November 2022</h3> <ul> <li> <p>Upgrade to libvips v8.13.3 for upstream bug fixes.</p> </li> <li> <p>Ensure manual flip, rotate, resize operation ordering (regression in 0.31.1) <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3391">#3391</a></p> </li> <li> <p>Ensure auto-rotation works without resize (regression in 0.31.1) <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3422">#3422</a></p> </li> </ul> <h3>v0.31.1 - 29th September 2022</h3> <ul> <li> <p>Upgrade to libvips v8.13.2 for upstream bug fixes.</p> </li> <li> <p>Ensure <code>close</code> event occurs after <code>end</code> event for Stream-based output. <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3313">#3313</a></p> </li> <li> <p>Ensure <code>limitInputPixels</code> constructor option uses uint64.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lovell/sharp/commit/844deaf48060d60eb05f3f61c567282e3611f12a"><code>844deaf</code></a> Release v0.31.3</li> <li><a href="https://github.com/lovell/sharp/commit/efbb0c22fdb82d40f71253b097ce3a4459f76fa5"><code>efbb0c2</code></a> Docs: add image with examples of resize fit property</li> <li><a href="https://github.com/lovell/sharp/commit/da0b59490060be022d3fb6082768488dfe8e687e"><code>da0b594</code></a> Docs: update benchmarks for latest versions, add ARM64 results</li> <li><a href="https://github.com/lovell/sharp/commit/78dada9126c8156c2f8fd540be88bb40c342394f"><code>78dada9</code></a> Tests: skip mapnik and tensorflow for Docker-run benchmarks</li> <li><a href="https://github.com/lovell/sharp/commit/15f5cd46710d84df4eeae5df5c57eb1f10069634"><code>15f5cd4</code></a> Tests: move mapnik to optional deps</li> <li><a href="https://github.com/lovell/sharp/commit/9eb2e944047aa1e863911a069116a04814df415c"><code>9eb2e94</code></a> Tests: update benchmark dependencies</li> <li><a href="https://github.com/lovell/sharp/commit/e40b06862801838b6b46aee215b8828869ad011a"><code>e40b068</code></a> Tests: update leak suppresions for latest dependencies</li> <li><a href="https://github.com/lovell/sharp/commit/2c465282699432299c478ba00ab825e07d9bdab0"><code>2c46528</code></a> Docs refresh</li> <li><a href="https://github.com/lovell/sharp/commit/584807b4f5e1b831785c79eef5367f737589f29b"><code>584807b</code></a> Add runtime detection of V8 memory cage <a href="https://github-redirect.dependabot.com/lovell/sharp/issues/3384">#3384</a></li> <li><a href="https://github.com/lovell/sharp/commit/a7fa7014ef9b43ecadc262939c4895bb5e9270a1"><code>a7fa701</code></a> Add experimental support for JPEG-XL, requires libvips with libjxl</li> <li>Additional commits viewable in <a href="https://github.com/lovell/sharp/compare/v0.31.0...v0.31.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sharp&package-manager=npm_and_yarn&previous-version=0.31.0&new-version=0.31.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
This pull request has changes conflicting with the target branch.
  • package-lock.json
  • package.json
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/sharp-0.31.3:dependabot/npm_and_yarn/sharp-0.31.3
git checkout dependabot/npm_and_yarn/sharp-0.31.3

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff dependabot/npm_and_yarn/sharp-0.31.3
git checkout dependabot/npm_and_yarn/sharp-0.31.3
git rebase main
git checkout main
git merge --ff-only dependabot/npm_and_yarn/sharp-0.31.3
git checkout dependabot/npm_and_yarn/sharp-0.31.3
git rebase main
git checkout main
git merge --no-ff dependabot/npm_and_yarn/sharp-0.31.3
git checkout main
git merge --squash dependabot/npm_and_yarn/sharp-0.31.3
git checkout main
git merge --ff-only dependabot/npm_and_yarn/sharp-0.31.3
git checkout main
git merge dependabot/npm_and_yarn/sharp-0.31.3
git push origin main
Sign in to join this conversation.
No description provided.