chore(deps): update dependency sharp to ^0.35.0 #181

Open
ticktock_depbot wants to merge 1 commit from renovate/sharp-0.x into v4
Collaborator

This PR contains the following updates:

Package Type Update Change
sharp (source, changelog) devDependencies minor ^0.34.5 -> ^0.35.0

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


Configuration

📅 Schedule: 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sharp](https://sharp.pixelplumbing.com) ([source](https://github.com/lovell/sharp), [changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)) | devDependencies | minor | [`^0.34.5` -> `^0.35.0`](https://renovatebot.com/diffs/npm/sharp/0.34.5/0.35.1) | --- ### 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) </details> --- ### Configuration 📅 **Schedule**: 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4zIiwidGFyZ2V0QnJhbmNoIjoidjQiLCJsYWJlbHMiOltdfQ==-->
chore(deps): update dependency sharp to ^0.35.0
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 7s
/ build (pull_request) Failing after 33s
010d9c43a1
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
 ERROR  packages field missing or empty
For help, run: pnpm help install

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: pnpm-lock.yaml ```  ERROR  packages field missing or empty For help, run: pnpm help install ```
ticktock_depbot force-pushed renovate/sharp-0.x from 010d9c43a1
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 7s
/ build (pull_request) Failing after 33s
to bd8f10485c
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 20s
/ build (pull_request) Failing after 2m23s
2026-06-12 03:55:16 +00:00
Compare
ticktock_depbot force-pushed renovate/sharp-0.x from bd8f10485c
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 20s
/ build (pull_request) Failing after 2m23s
to 50648ff446
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 38s
/ build (pull_request) Failing after 2m25s
2026-06-12 04:26:21 +00:00
Compare
ticktock_depbot force-pushed renovate/sharp-0.x from 50648ff446
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 38s
/ build (pull_request) Failing after 2m25s
to 6ae590c33d
Some checks failed
/ check-changes (pull_request) Successful in 41s
/ build (pull_request) Failing after 2m24s
2026-06-12 04:50:29 +00:00
Compare
ticktock_depbot force-pushed renovate/sharp-0.x from 6ae590c33d
Some checks failed
/ check-changes (pull_request) Successful in 41s
/ build (pull_request) Failing after 2m24s
to 26bd18b0c2
Some checks failed
/ check-changes (pull_request) Successful in 23s
/ build (pull_request) Failing after 2m31s
2026-06-12 05:15:57 +00:00
Compare
ticktock_depbot force-pushed renovate/sharp-0.x from 26bd18b0c2
Some checks failed
/ check-changes (pull_request) Successful in 23s
/ build (pull_request) Failing after 2m31s
to 3bf27af572
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 9s
/ build (pull_request) Failing after 2m28s
2026-06-12 05:37:16 +00:00
Compare
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 9s
/ build (pull_request) Failing after 2m28s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/sharp-0.x:renovate/sharp-0.x
git switch renovate/sharp-0.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch v4
git merge --no-ff renovate/sharp-0.x
git switch renovate/sharp-0.x
git rebase v4
git switch v4
git merge --ff-only renovate/sharp-0.x
git switch renovate/sharp-0.x
git rebase v4
git switch v4
git merge --no-ff renovate/sharp-0.x
git switch v4
git merge --squash renovate/sharp-0.x
git switch v4
git merge --ff-only renovate/sharp-0.x
git switch v4
git merge renovate/sharp-0.x
git push origin v4
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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
btclock/webui!181
No description provided.