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.23.0 → ^0.25.4) · Repo
Commits
See the full diff on Github. The new version differs by 21 commits:
Release v0.25.4
Docs: ensure presence of constructor description
Emit 'warning' event for non-critical problems #2032
Add experimental sharpness calc to stats #2251
Simplify type checking of plainObject, buffer (#2252)
Add named 'alpha' channel to extractChannel op #2138
Add level constructor opt for multi-level input #2222
Tests: latest libvips sets JPEG density
Simplify is helpers (#2244)
Expose levels metadata for multi-level images #2222
Bump dependencies
Tests: skip empty Buffer test when *magick supported
Docs: changelog and credit update for #2226
Docs: inline small external docute CSS/JS
Enable PNG palette when at least one of quality, colours, colors or dither is set (#2226)
Attempt to reduce file size of binaries at link time
Changelog and doc update for #2217
Allow libvips binary location override with version appended (#2217)
Docs: reorder/highlight optional output properties
Improve error messaging when platform mismatch detected
Docs: small perf boost by prefetching image DNS
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