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.32.0) · Repo
Commits
See the full diff on Github. The new version differs by 58 commits:
Release v0.32.0
Docs: clarify resize reduction/enlargement options refer to scaling
Docs: use only first year of copyright to match code
Trim space from end of libvips error messages
Docs: update performance results, include PNG-based task
Tests: bump benchmark deps
Docs: tile-based output requires libgsf
Docs: ensure parameters are indexed as they now appear in a table
Upgrade to libvips v8.14.2
Tests: tile-based output optional, will require custom libvips
Docs: add open graph title and image
Bump tsd dep to pick up TypeScript 5 improvements
Tests: reduce CPU cost of RGBA linear test, ~2s faster
Docs: changelog and refresh for #3583
Add support to normalise for lower and upper percentiles (#3583)
Docs: how to provide new integrity values for custom binaries
Docs: fix sharp_binary_host example by adding version (#3568)
Docs: clarify metadata ignores chained ops
Bump devDeps
Docs: add note about API Gateway integration
Wrap all async JS callbacks, help avoid possible race #3569
Ensure clahe op uses random read, simplify validation
Ensure all source code files contain SPDX licence
Docs: clarify formats that support multi-page/anim
Docs: clarify that paths are relative to process working dir
Docs: refresh search index
Docs: changelog and credit for #3556
Add support to extend for extendWith, allows copy/mirror/repeat (#3556)
Bump deps
Tests: use native fs.rm instead of rimraf
Add ignoreIcc input option to ignore embedded ICC profile
macOS: use 10.13 as minimum to match prebuilt libvips
Docs: changelog for #3548
Add support for ArrayBuffer input (#3548)
Docs: clarify supported bit depth for AVIF images (#3541)
Prefer integer (un)premultiply for faster RGBA resize
Prefer integer (un)premultiply for faster RGBA resize
Test: update benchmark dependencies
Types: changes/additions relating to new v0.32.0 features
Docs: add a couple of missing params/props
Expose own version as sharp.versions.sharp #3471
Respect fastShrinkOnLoad option for WebP input #3516
Docs: fastShrinkOnLoad can round-down when auto-scaling
Docs: remove Heroku install section
Docs: changelog and help for TypeScript defs #3369 #3370
Include and publish TypeScript definitions (#3370)
Docs: changelog and doc refresh for #3470
Add coords to output when using attention based crop (#3470)
Unpin node-addon-api, cast CallbackInfo access to size_t
Pin node-addon-api to workaround possible bug in 5.1.0
Switch to sequential read as default where possible
Reduce sharpen op max sigma from 10000 to 10 #3521
Docs: switch to well-maintained jsdoc2md for JSDoc parsing
Bump devDeps
Docs: add note about use of fastShrinkOnLoad with resize kernel
Install: log Rosetta detection, improve related docs
Tests: remove ICC profile from CIELAB fixture (#3510)
Upgrade to libvips v8.14.0-rc1
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