fix(deps): update dependency sharp to ^0.35.0 #57

Closed
Renovate wants to merge 386 commits from renovate/sharp-0.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
sharp (source, changelog) ^0.33.5^0.35.0 age confidence

Release Notes

lovell/sharp (sharp)

v0.35.1

Compare Source

  • TypeScript: Ensure type definitions are published for both ESM and CJS.
    #​4537

  • WebAssembly: Ensure wrapper file is published.
    #​4538

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

v0.34.4

Compare Source

  • Upgrade to libvips v8.17.2 for upstream bug fixes.

  • Ensure TIFF subifd and OpenSlide level input options are respected (regression in 0.34.3).

  • Ensure autoOrient occurs before non-90 angle rotation.
    #​4425

  • Ensure autoOrient removes existing metadata after shrink-on-load.
    #​4431

  • TypeScript: Ensure KernelEnum includes linear.
    #​4441
    @​BayanBennett

  • Ensure unlimited flag 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.3

Compare Source

v0.34.2

Compare Source

v0.34.1

Compare Source

v0.34.0

Compare Source


Configuration

📅 Schedule: (in timezone Europe/Berlin)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [sharp](https://sharp.pixelplumbing.com) ([source](https://github.com/lovell/sharp), [changelog](https://github.com/lovell/sharp/blob/main/docs/src/content/docs/changelog.md)) | [`^0.33.5` → `^0.35.0`](https://renovatebot.com/diffs/npm/sharp/0.33.5/0.35.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/sharp/0.35.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sharp/0.33.5/0.35.1?slim=true) | --- ### Release Notes <details> <summary>lovell/sharp (sharp)</summary> ### [`v0.35.1`](https://github.com/lovell/sharp/releases/tag/v0.35.1) [Compare Source](https://github.com/lovell/sharp/compare/v0.35.0...v0.35.1) - TypeScript: Ensure type definitions are published for both ESM and CJS. [#&#8203;4537](https://github.com/lovell/sharp/issues/4537) - WebAssembly: Ensure wrapper file is published. [#&#8203;4538](https://github.com/lovell/sharp/issues/4538) ### [`v0.35.0`](https://github.com/lovell/sharp/releases/tag/v0.35.0) [Compare Source](https://github.com/lovell/sharp/compare/v0.34.5...v0.35.0) - 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. [#&#8203;4227](https://github.com/lovell/sharp/issues/4227) - Add `keepGainMap` and `withGainMap` to process HDR JPEG images with embedded gain maps. [#&#8203;4314](https://github.com/lovell/sharp/issues/4314) - Add `toUint8Array` for output image as a `TypedArray` backed by a transferable `ArrayBuffer`. [#&#8203;4355](https://github.com/lovell/sharp/issues/4355) - Require prebuilt binaries using static paths to aid code bundling. [#&#8203;4380](https://github.com/lovell/sharp/issues/4380) - TypeScript: Ensure `FormatEnum` keys match reality. [#&#8203;4475](https://github.com/lovell/sharp/issues/4475) - Add `margin` option to `trim` operation. [#&#8203;4480](https://github.com/lovell/sharp/issues/4480) [@&#8203;eddienubes](https://github.com/eddienubes) - Ensure HEIF primary item is used as default page/frame. [#&#8203;4487](https://github.com/lovell/sharp/issues/4487) - Add image Media Type (MIME Type) to metadata response. [#&#8203;4492](https://github.com/lovell/sharp/issues/4492) - Add `withDensity` to set output density in EXIF metadata. [#&#8203;4496](https://github.com/lovell/sharp/issues/4496) - Improve `pkg-config` path discovery. [#&#8203;4504](https://github.com/lovell/sharp/issues/4504) - Add WebP `exact` option for control over transparent pixel colour values. - Add support for ECMAScript Modules (ESM). [#&#8203;4509](https://github.com/lovell/sharp/pull/4509) [@&#8203;florian-lefebvre](https://github.com/florian-lefebvre) ### [`v0.34.5`](https://github.com/lovell/sharp/releases/tag/v0.34.5) [Compare Source](https://github.com/lovell/sharp/compare/v0.34.4...v0.34.5) - 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. [#&#8203;4458](https://github.com/lovell/sharp/issues/4458) - Add support for BigTIFF output. [#&#8203;4459](https://github.com/lovell/sharp/pull/4459) [@&#8203;throwbi](https://github.com/throwbi) - Improve error messaging when only warnings issued. [#&#8203;4465](https://github.com/lovell/sharp/issues/4465) - Simplify ICC processing when retaining input profiles. [#&#8203;4468](https://github.com/lovell/sharp/issues/4468) ### [`v0.34.4`](https://github.com/lovell/sharp/releases/tag/v0.34.4) [Compare Source](https://github.com/lovell/sharp/compare/v0.34.3...v0.34.4) - Upgrade to libvips v8.17.2 for upstream bug fixes. - Ensure TIFF `subifd` and OpenSlide `level` input options are respected (regression in 0.34.3). - Ensure `autoOrient` occurs before non-90 angle rotation. [#&#8203;4425](https://github.com/lovell/sharp/issues/4425) - Ensure `autoOrient` removes existing metadata after shrink-on-load. [#&#8203;4431](https://github.com/lovell/sharp/issues/4431) - TypeScript: Ensure `KernelEnum` includes `linear`. [#&#8203;4441](https://github.com/lovell/sharp/pull/4441) [@&#8203;BayanBennett](https://github.com/BayanBennett) - Ensure `unlimited` flag is passed upstream when reading TIFF images. [#&#8203;4446](https://github.com/lovell/sharp/issues/4446) - Support Electron memory cage when reading XMP metadata (regression in 0.34.3). [#&#8203;4451](https://github.com/lovell/sharp/issues/4451) - Add sharp-libvips rpath for yarn v5 support. [#&#8203;4452](https://github.com/lovell/sharp/pull/4452) [@&#8203;arcanis](https://github.com/arcanis) ### [`v0.34.3`](https://github.com/lovell/sharp/compare/v0.34.2...v0.34.3) [Compare Source](https://github.com/lovell/sharp/compare/v0.34.2...v0.34.3) ### [`v0.34.2`](https://github.com/lovell/sharp/compare/v0.34.1...v0.34.2) [Compare Source](https://github.com/lovell/sharp/compare/v0.34.1...v0.34.2) ### [`v0.34.1`](https://github.com/lovell/sharp/compare/v0.34.0...v0.34.1) [Compare Source](https://github.com/lovell/sharp/compare/v0.34.0...v0.34.1) ### [`v0.34.0`](https://github.com/lovell/sharp/compare/v0.33.5...v0.34.0) [Compare Source](https://github.com/lovell/sharp/compare/v0.33.5...v0.34.0) </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Berlin) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTMuMyIsInVwZGF0ZWRJblZlciI6IjQzLjIxMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
fix(deps): update dependency sharp to ^0.35.0
Some checks failed
CI/CD Workflow / Test Backend (Go) (pull_request) Successful in 2m20s
CI/CD Workflow / Test Frontend (Node.js) (pull_request) Successful in 58s
Website CI / Build website (pull_request) Successful in 49s
CI/CD Workflow / E2E (Playwright + Go) (pull_request) Failing after 11m37s
CI/CD Workflow / Build and Publish Docker Image (pull_request) Has been skipped
CI/CD Workflow / Trigger Dockhand Deployment (pull_request) Has been skipped
bf367e77dd

Superseded by #73, which includes sharp ^0.35.0 as part of the combined website upgrade. Closing.

Superseded by #73, which includes `sharp` `^0.35.0` as part of the combined website upgrade. Closing.
kreativmonkey closed this pull request 2026-06-13 13:29:14 +02:00
Some checks failed
CI/CD Workflow / Test Backend (Go) (pull_request) Successful in 2m20s
CI/CD Workflow / Test Frontend (Node.js) (pull_request) Successful in 58s
Website CI / Build website (pull_request) Successful in 49s
CI/CD Workflow / E2E (Playwright + Go) (pull_request) Failing after 11m37s
CI/CD Workflow / Build and Publish Docker Image (pull_request) Has been skipped
CI/CD Workflow / Trigger Dockhand Deployment (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kreativmonkey/goloom!57
No description provided.