chore(deps): update dependency sharp to ^0.35.0 - #54
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
April 4, 2025 14:52
7e3904b to
83b45f7
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
August 10, 2025 14:25
83b45f7 to
44802d4
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
August 31, 2025 10:33
44802d4 to
692a3e3
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
September 17, 2025 14:21
692a3e3 to
604c538
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
September 25, 2025 14:40
604c538 to
67d42af
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
October 21, 2025 16:52
67d42af to
0bb5c48
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
2 times, most recently
from
November 10, 2025 21:08
4e677b0 to
1249dd1
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
November 18, 2025 11:38
1249dd1 to
12831be
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
January 8, 2026 18:17
12831be to
2e0484b
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
February 12, 2026 17:46
2e0484b to
3f3b992
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
March 5, 2026 18:41
3f3b992 to
951de15
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
March 13, 2026 17:58
951de15 to
007939a
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
March 27, 2026 13:25
007939a to
b77481f
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
April 8, 2026 21:39
b77481f to
cc5d4d9
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
April 29, 2026 13:39
cc5d4d9 to
6311865
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
May 12, 2026 16:04
6311865 to
130e014
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
May 28, 2026 20:45
130e014 to
d581607
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
July 25, 2026 23:51
d581607 to
76b26e1
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
August 26, 2026 15:45
76b26e1 to
abe1bef
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.32.4→^0.35.0Release Notes
lovell/sharp (sharp)
v0.35.4Compare Source
:::note[Dependency versions]
https://github.com/lovell/sharp-libvips/releases/tag/v1.3.3
:::
Bound resize dimensions to coordinate limit.
Bound composite left and top to coordinate limit.
#4564
@metsw24-max
Round palette bit depth up for png and gif colours.
#4569
@metsw24-max
Ensure tiff.subifd input option is used.
#4572
@metsw24-max
Ensure
info.pagesis correct when limiting input page range.#4578
@metsw24-max
Improve support for input Streams finishing before output is requested.
#4584
@Jaybhade
v0.35.3Compare Source
Tighten verification of
textdimensions, TIFF tile dimensions andextendvalues.Improve code bundler support by resolving path to libvips binary.
Increase default concurrency when use of
MALLOC_ARENA_MAXis detected.Emit warning about binaries provided by Electron for use on Linux.
Add
hasAlphaproperty to outputinfo.#4500
TypeScript: Return more precise
Buffer<ArrayBuffer>fromtoBuffer.#4520
@Andarist
Bound
clahewidth and height to avoid signed overflow.#4551
@metsw24-max
Bound
trimmargin to avoid signed overflow.#4552
@metsw24-max
Reject infinite values when validating numbers.
#4553
@metsw24-max
Bound extract region to libvips coordinate limit.
#4555
@metsw24-max
Verify background colour values are numbers.
#4556
@metsw24-max
Bound create and raw input dimensions to coordinate limit.
#4558
@metsw24-max
Tighten recomb and affine matrix verification.
#4560
@chatman-media
Verify cache memory limit to avoid overflow.
#4561
@metsw24-max
v0.35.2Compare Source
v0.35.1Compare Source
TypeScript: Ensure type definitions are published for both ESM and CJS.
#4537
WebAssembly: Ensure wrapper file is published.
#4538
v0.35.0Compare Source
Breaking: Drop support for Node.js 18, now requires Node.js >= 20.9.0.
Breaking: Remove
installscript frompackage.jsonfile.Compiling from source is now opt-in via the
buildscript.Breaking: Lossy AVIF output is now tuned using SSIMULACRA2-based
iqquality metrics.Breaking: Add
limitInputChannelswith a default value of 5.Breaking: Remove deprecated
failOnErrorconstructor property.Breaking: Remove deprecated
paletteBitDepthfrommetadataresponse.Breaking: Remove deprecated properties from
sharpenoperation.Breaking: Rename
format.jp2kasformat.jp2for API consistency.Upgrade to libvips v8.18.3 for upstream bug fixes.
Remove experimental status from WebAssembly binaries.
Add prebuilt binaries for FreeBSD (WebAssembly).
Deprecate Windows 32-bit (win32-ia32) prebuilt binaries.
Ensure TIFF output
bitdepthoption is limited to 1, 2 or 4.Add AVIF/HEIF
tuneoption for control over quality metrics.#4227
Add
keepGainMapandwithGainMapto process HDR JPEG images with embedded gain maps.#4314
Add
toUint8Arrayfor output image as aTypedArraybacked by a transferableArrayBuffer.#4355
Require prebuilt binaries using static paths to aid code bundling.
#4380
TypeScript: Ensure
FormatEnumkeys match reality.#4475
Add
marginoption totrimoperation.#4480
@eddienubes
Ensure HEIF primary item is used as default page/frame.
#4487
Add image Media Type (MIME Type) to metadata response.
#4492
Add
withDensityto set output density in EXIF metadata.#4496
Improve
pkg-configpath discovery.#4504
Add WebP
exactoption for control over transparent pixel colour values.Add support for ECMAScript Modules (ESM).
#4509
@florian-lefebvre
v0.34.5Compare Source
Upgrade to libvips v8.17.3 for upstream bug fixes.
Add experimental support for prebuilt Linux RISC-V 64-bit binaries.
Support building from source with npm v12+, deprecate
--build-from-sourceflag.#4458
Add support for BigTIFF output.
#4459
@throwbi
Improve error messaging when only warnings issued.
#4465
Simplify ICC processing when retaining input profiles.
#4468
v0.34.4Compare Source
Upgrade to libvips v8.17.2 for upstream bug fixes.
Ensure TIFF
subifdand OpenSlidelevelinput options are respected (regression in 0.34.3).Ensure
autoOrientoccurs before non-90 angle rotation.#4425
Ensure
autoOrientremoves existing metadata after shrink-on-load.#4431
TypeScript: Ensure
KernelEnumincludeslinear.#4441
@BayanBennett
Ensure
unlimitedflag is passed upstream when reading TIFF images.#4446
Support Electron memory cage when reading XMP metadata (regression in 0.34.3).
#4451
Add sharp-libvips rpath for yarn v5 support.
#4452
@arcanis
v0.34.3Compare Source
v0.34.2Compare Source
v0.34.1Compare Source
v0.34.0Compare Source
v0.33.5Compare Source
v0.33.4Compare Source
v0.33.3Compare Source
v0.33.2Compare Source
v0.33.1Compare Source
v0.33.0Compare Source
v0.32.6Compare Source
v0.32.5Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.