Skip to content

chore(deps): update dependency sharp to v0.35.0#3904

Merged
renovate[bot] merged 1 commit into
masterfrom
renovate/sharp-0.x
Jun 10, 2026
Merged

chore(deps): update dependency sharp to v0.35.0#3904
renovate[bot] merged 1 commit into
masterfrom
renovate/sharp-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
sharp (source, changelog) 0.34.40.35.0 age confidence

Release Notes

lovell/sharp (sharp)

v0.35.0

Compare Source

  • Breaking: Drop support for Node.js 18, now requires Node.js >= 20.9.0.

  • Breaking: Remove install script from package.json file.
    Compiling from source is now opt-in via the build script.

  • Breaking: Lossy AVIF output is now tuned using SSIMULACRA2-based iq quality metrics.

  • Breaking: Add limitInputChannels with a default value of 5.

  • Breaking: Remove deprecated failOnError constructor property.

  • Breaking: Remove deprecated paletteBitDepth from metadata response.

  • Breaking: Remove deprecated properties from sharpen operation.

  • Breaking: Rename format.jp2k as format.jp2 for 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 bitdepth option is limited to 1, 2 or 4.

  • Add AVIF/HEIF tune option for control over quality metrics.
    #​4227

  • Add keepGainMap and withGainMap to process HDR JPEG images with embedded gain maps.
    #​4314

  • Add toUint8Array for output image as a TypedArray backed by a transferable ArrayBuffer.
    #​4355

  • Require prebuilt binaries using static paths to aid code bundling.
    #​4380

  • TypeScript: Ensure FormatEnum keys match reality.
    #​4475

  • Add margin option to trim operation.
    #​4480
    @​eddienubes

  • Ensure HEIF primary item is used as default page/frame.
    #​4487

  • Add image Media Type (MIME Type) to metadata response.
    #​4492

  • Add withDensity to set output density in EXIF metadata.
    #​4496

  • Improve pkg-config path discovery.
    #​4504

  • Add WebP exact option for control over transparent pixel colour values.

  • Add support for ECMAScript Modules (ESM).
    #​4509
    @​florian-lefebvre

v0.34.5

Compare 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-source flag.
    #​4458

  • Add support for BigTIFF output.
    #​4459
    @​throwbi

  • Improve error messaging when only warnings issued.
    #​4465

  • Simplify ICC processing when retaining input profiles.
    #​4468


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown
Contributor

💻 Website Preview

The latest changes are available as preview in: https://pr-3904.fets.pages.dev

@github-actions

Copy link
Copy Markdown
Contributor

✅ Benchmark Results

     ✓ no_errors{server:node-http,mode:no-schema}
     ✓ expected_result{server:node-http,mode:no-schema}
     ✓ no_errors{server:node-http,mode:json-schema}
     ✓ expected_result{server:node-http,mode:json-schema}
     ✓ no_errors{server:uWebSockets,mode:no-schema}
     ✓ expected_result{server:uWebSockets,mode:no-schema}
     ✓ no_errors{server:uWebSockets,mode:json-schema}
     ✓ expected_result{server:uWebSockets,mode:json-schema}

     checks......................................: 100.00% ✓ 1145242     ✗ 0     
     data_received...............................: 104 MB  866 kB/s
     data_sent...................................: 73 MB   606 kB/s
     http_req_blocked............................: avg=1.04µs   min=521ns    med=871ns    max=2.45ms   p(90)=1.38µs   p(95)=1.68µs  
     http_req_connecting.........................: avg=0ns      min=0s       med=0s       max=134.32µs p(90)=0s       p(95)=0s      
     http_req_duration...........................: avg=150.37µs min=93.06µs  med=142.42µs max=8.35ms   p(90)=166.47µs p(95)=173.22µs
       { expected_response:true }................: avg=150.37µs min=93.06µs  med=142.42µs max=8.35ms   p(90)=166.47µs p(95)=173.22µs
     ✓ { server:node-http,mode:json-schema }.....: avg=158.71µs min=109.65µs med=149.79µs max=8.26ms   p(90)=172.72µs p(95)=179.17µs
     ✓ { server:node-http,mode:no-schema }.......: avg=153.3µs  min=97.05µs  med=143.44µs max=8.12ms   p(90)=166.76µs p(95)=174.47µs
     ✓ { server:uWebSockets,mode:json-schema }...: avg=148.2µs  min=102.33µs med=141.65µs max=5.26ms   p(90)=164.5µs  p(95)=170.52µs
     ✓ { server:uWebSockets,mode:no-schema }.....: avg=142.09µs min=93.06µs  med=135.54µs max=8.35ms   p(90)=157.55µs p(95)=163.4µs 
     http_req_failed.............................: 0.00%   ✓ 0           ✗ 572621
     http_req_receiving..........................: avg=19.12µs  min=7.55µs   med=17.94µs  max=2.91ms   p(90)=24.87µs  p(95)=26.27µs 
     http_req_sending............................: avg=5.68µs   min=3.23µs   med=4.92µs   max=1.3ms    p(90)=8.25µs   p(95)=9.21µs  
     http_req_tls_handshaking....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting............................: avg=125.56µs min=71.43µs  med=117.89µs max=8.28ms   p(90)=137.89µs p(95)=143.99µs
     http_reqs...................................: 572621  4771.802986/s
     iteration_duration..........................: avg=205.98µs min=138.38µs med=198.23µs max=8.48ms   p(90)=226.79µs p(95)=235.33µs
     iterations..................................: 572621  4771.802986/s
     vus.........................................: 1       min=1         max=1   
     vus_max.....................................: 2       min=2         max=2   

@renovate renovate Bot merged commit f150624 into master Jun 10, 2026
21 checks passed
@renovate renovate Bot deleted the renovate/sharp-0.x branch June 10, 2026 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants