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.26.0) · Repo
Commits
See the full diff on Github. The new version differs by 45 commits:
Release v0.26.0
Tests: Update leak suppressions for librsvg static data
Tests: Update leak suppressions for static libs
Tests: remove no-longer-used conditional assertions
Verify minimum libvips version at compile time
Docs: update performance test results
Prerelease v0.26.0-beta1
Upgrade libvips to v8.10.0
Benchmarks: ensure PNG tests use consistent settings
Add support to withMetadata for custom ICC profile #2271
CI: further attempts to get Windows to play nicely
Add 'animated' constructor property as shortcut for 'pages'
CI: improve cross-platform (i.e. Windows) process spawning
CI: workaround Appveyor ignoring v-prefixed tag names
Prerelease v0.26.0-alpha2
CI: ensure git tag is available inside prebuild containers
Prerelease v0.26.0-alpha1
Replace prebuild-ci with simple wrapper around prebuild
Doc refresh and changelog entry for #2012
Add support for animated WebP and GIF (via magick) (#2012)
Ensure prebuilt binaries for ARM default to v7 when using Electron
Docs: ensure unreleased changes included in next release
Ensure node-addon-api include path is array context
Upgrade to libvips v8.10.0-rc4
Bump deps
CI: ensure ARM64 Node.js 10 is installed
CI: ensure ARM64 Node.js 10 is installed from specific repo
Map libvips file loader nicknames to sharp image types
Upgrade to libvips 8.10.0-rc1
Add most dominant colour to image stats #640
Ensure electron-builder and electron-rebuild use N-API v3 prebuilds
Upgrade to libvips 8.10.0-beta2
Switch to Brotli-compressed binaries, requires Node.js 10.16.0+
Add support for statically-linked dependencies (lovell/sharp-libvips#39) (#2223)
macOS: remove linker flag ignored by clang
CI: pin Windows x86 Node.js 14 to 14.2.0
Docs: add section about worker threads
Docs: fix markdown in changelog
Avoid copy in metadata levels for loop
Docs: add content security policy
Add changelog entry and credit for #2258 #2259
Allow multi-page input via ImageMagic (#2259)
Add support for libvips ImageMagick v7 loaders (#2258)
Docs: fix external CSS
Docs: fix binary mirror example
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