fix(deps): update dependency sharp to ^0.35.0 - #188
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
July 25, 2025 05:10
0b61fef to
120964e
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
August 10, 2025 14:30
120964e to
f244fb1
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
September 17, 2025 13:50
f244fb1 to
0006c66
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
September 25, 2025 15:18
0006c66 to
c870b39
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
October 21, 2025 09:10
c870b39 to
42749ca
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
November 6, 2025 19:47
42749ca to
cb65869
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
November 19, 2025 00:57
cb65869 to
dad65bf
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
January 8, 2026 18:43
dad65bf to
de1be39
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
January 19, 2026 19:51
de1be39 to
63eaaba
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
February 12, 2026 10:18
63eaaba to
e926037
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
March 14, 2026 13:54
e926037 to
0adfb79
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
April 1, 2026 18:56
0adfb79 to
a7c724d
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
April 8, 2026 20:59
a7c724d to
2c202d8
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
April 29, 2026 12:38
2c202d8 to
18f24ff
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
May 12, 2026 17:53
18f24ff to
dc1b34d
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
May 28, 2026 18:54
dc1b34d to
8475139
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
2 times, most recently
from
June 13, 2026 18:04
4303ec4 to
86674c9
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
June 22, 2026 18:41
86674c9 to
45fe0bf
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
July 4, 2026 12:46
45fe0bf to
b1af77d
Compare
renovate
Bot
force-pushed
the
renovate/sharp-0.x
branch
from
July 30, 2026 20:36
b1af77d to
435b108
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.33.5→^0.35.0Release Notes
lovell/sharp (sharp)
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
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.