Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ sharp (^0.28.2 → ^0.31.3) · Repo
Commits
See the full diff on Github. The new version differs by 29 commits:
Release v0.31.3
Docs: add image with examples of resize fit property
Docs: update benchmarks for latest versions, add ARM64 results
Tests: skip mapnik and tensorflow for Docker-run benchmarks
Tests: move mapnik to optional deps
Tests: update benchmark dependencies
Tests: update leak suppresions for latest dependencies
Docs refresh
Add runtime detection of V8 memory cage #3384
Add experimental support for JPEG-XL, requires libvips with libjxl
Bump devDeps
Install: add support for Linux with glibc patch version #3423
Docs: clarify `failOn` property applies to decoding pixel values (#3481)
Expand range of sharpen params to match libvips #3427
Install: log proxy use, if any, to aid with debugging
Improve perf of ops that introduce non-opaque background #3465
Ensure integral output of linear op #3468
Ignore sequentialRead option for stats #3462
Improve extractChannel support for 16-bit output #3453
Tests: remove flaky font assertions
Tests: simplify beforeEach configuration
Tests: convert mocha hooks (#3450)
Expose GIF opts: interFrameMaxError, interPaletteMaxError #3401
Reduce chance of race condition in test for... race condition
Prevent possible race condition when reading metadata #3451
Tests: run in parallel, move settings to config file (#3449)
Docs: fix minor typo in resize properties (#3444)
Fix errors for missing OpenJPEG (#3442)
Docs: canvas on Windows uses MSVCRT, conflicts with UCRT
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands