Bump sharp from 0.31.3 to 0.32.6 #1

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/sharp-0.32.6 into main
dependabot[bot] commented 2023-11-16 11:19:47 -08:00 (Migrated from github.com)

Bumps sharp from 0.31.3 to 0.32.6.

Changelog

Sourced from sharp's changelog.

v0.32.6 - 18th September 2023

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

  • Ensure composite tile images are fully decoded (regression in 0.32.0). #3767

  • Ensure withMetadata can add ICC profiles to RGB16 output. #3773

  • Ensure withMetadata does not reduce 16-bit images to 8-bit (regression in 0.32.5). #3773

  • TypeScript: Add definitions for block and unblock. #3799 @​ldrick

v0.32.5 - 15th August 2023

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

  • TypeScript: Add missing WebpPresetEnum to definitions. #3748 @​pilotso11

  • Ensure compilation using musl v1.2.4. #3755 @​kleisauke

  • Ensure resize with a fit of inside respects 90/270 degree rotation. #3756

  • TypeScript: Ensure minSize property of WebpOptions is boolean. #3758 @​sho-xizz

  • Ensure withMetadata adds default sRGB profile. #3761

v0.32.4 - 21st July 2023

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

  • Expose ability to (un)block low-level libvips operations by name.

  • Prebuilt binaries: restore support for tile-based output. #3581

v0.32.3 - 14th July 2023

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [sharp](https://github.com/lovell/sharp) from 0.31.3 to 0.32.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lovell/sharp/blob/main/docs/changelog.md">sharp's changelog</a>.</em></p> <blockquote> <h3>v0.32.6 - 18th September 2023</h3> <ul> <li> <p>Upgrade to libvips v8.14.5 for upstream bug fixes.</p> </li> <li> <p>Ensure composite tile images are fully decoded (regression in 0.32.0). <a href="https://redirect.github.com/lovell/sharp/issues/3767">#3767</a></p> </li> <li> <p>Ensure <code>withMetadata</code> can add ICC profiles to RGB16 output. <a href="https://redirect.github.com/lovell/sharp/issues/3773">#3773</a></p> </li> <li> <p>Ensure <code>withMetadata</code> does not reduce 16-bit images to 8-bit (regression in 0.32.5). <a href="https://redirect.github.com/lovell/sharp/issues/3773">#3773</a></p> </li> <li> <p>TypeScript: Add definitions for block and unblock. <a href="https://redirect.github.com/lovell/sharp/pull/3799">#3799</a> <a href="https://github.com/ldrick"><code>@​ldrick</code></a></p> </li> </ul> <h3>v0.32.5 - 15th August 2023</h3> <ul> <li> <p>Upgrade to libvips v8.14.4 for upstream bug fixes.</p> </li> <li> <p>TypeScript: Add missing <code>WebpPresetEnum</code> to definitions. <a href="https://redirect.github.com/lovell/sharp/pull/3748">#3748</a> <a href="https://github.com/pilotso11"><code>@​pilotso11</code></a></p> </li> <li> <p>Ensure compilation using musl v1.2.4. <a href="https://redirect.github.com/lovell/sharp/pull/3755">#3755</a> <a href="https://github.com/kleisauke"><code>@​kleisauke</code></a></p> </li> <li> <p>Ensure resize with a <code>fit</code> of <code>inside</code> respects 90/270 degree rotation. <a href="https://redirect.github.com/lovell/sharp/issues/3756">#3756</a></p> </li> <li> <p>TypeScript: Ensure <code>minSize</code> property of <code>WebpOptions</code> is boolean. <a href="https://redirect.github.com/lovell/sharp/pull/3758">#3758</a> <a href="https://github.com/sho-xizz"><code>@​sho-xizz</code></a></p> </li> <li> <p>Ensure <code>withMetadata</code> adds default sRGB profile. <a href="https://redirect.github.com/lovell/sharp/issues/3761">#3761</a></p> </li> </ul> <h3>v0.32.4 - 21st July 2023</h3> <ul> <li> <p>Upgrade to libvips v8.14.3 for upstream bug fixes.</p> </li> <li> <p>Expose ability to (un)block low-level libvips operations by name.</p> </li> <li> <p>Prebuilt binaries: restore support for tile-based output. <a href="https://redirect.github.com/lovell/sharp/issues/3581">#3581</a></p> </li> </ul> <h3>v0.32.3 - 14th July 2023</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lovell/sharp/commit/eefaa998725cf345227d94b40615e090495c6d09"><code>eefaa99</code></a> Release v0.32.6</li> <li><a href="https://github.com/lovell/sharp/commit/dbce6fab795ca4250bda9b1ef502c1fdb7d4a30c"><code>dbce6fa</code></a> Upgrade to libvips v8.14.5</li> <li><a href="https://github.com/lovell/sharp/commit/af0fcb37c2f8b05ee13b3ae07872fbb5b3dc7fd8"><code>af0fcb3</code></a> Docs: changelog for <a href="https://redirect.github.com/lovell/sharp/issues/3799">#3799</a></li> <li><a href="https://github.com/lovell/sharp/commit/c6f54e59dadff5b2517287d2662883b0835ac11a"><code>c6f54e5</code></a> Bump devDeps</li> <li><a href="https://github.com/lovell/sharp/commit/846563e45f7df0228b650a32078e0abbb0219797"><code>846563e</code></a> TypeScript: add definitions for block and unblock (<a href="https://redirect.github.com/lovell/sharp/issues/3799">#3799</a>)</li> <li><a href="https://github.com/lovell/sharp/commit/9c217ab580123ee14ad65d5043d74d8ea7c245e5"><code>9c217ab</code></a> Ensure withMetadata can add RGB16 profiles <a href="https://redirect.github.com/lovell/sharp/issues/3773">#3773</a></li> <li><a href="https://github.com/lovell/sharp/commit/e7381e522ebe738263069eab02cc40f411cb9122"><code>e7381e5</code></a> Alternative fix for 4340d60, uses existing StaySequential</li> <li><a href="https://github.com/lovell/sharp/commit/4340d60ccfcc4dd7d26b9bdc01f8774cad21abe7"><code>4340d60</code></a> Ensure composite tile images fully decoded <a href="https://redirect.github.com/lovell/sharp/issues/3767">#3767</a></li> <li><a href="https://github.com/lovell/sharp/commit/7f64d464deb8ff74f83f125d5fa6b16fd1c0c6e7"><code>7f64d46</code></a> Docs: add missing returns property to raw</li> <li><a href="https://github.com/lovell/sharp/commit/67e927bdb621e5a7254e2c971670c43ee76fe102"><code>67e927b</code></a> Docs: ensure all functions include method signature <a href="https://redirect.github.com/lovell/sharp/issues/3777">#3777</a></li> <li>Additional commits viewable in <a href="https://github.com/lovell/sharp/compare/v0.31.3...v0.32.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sharp&package-manager=npm_and_yarn&previous-version=0.31.3&new-version=0.32.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/insberr/dp/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
cloudflare-workers-and-pages[bot] commented 2023-11-16 11:19:49 -08:00 (Migrated from github.com)

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: fe66d47
Status:🚫  Build failed.

View logs

## Deploying with &nbsp;<a href="https://pages.dev"><img alt="Cloudflare Pages" src="https://user-images.githubusercontent.com/23264/106598434-9e719e00-654f-11eb-9e59-6167043cfa01.png" width="16"></a> &nbsp;Cloudflare Pages <table><tr><td><strong>Latest commit:</strong> </td><td> <code>fe66d47</code> </td></tr> <tr><td><strong>Status:</strong></td><td>🚫&nbsp; Build failed.</td></tr> </table> [View logs](https://dash.cloudflare.com/?to=/:account/pages/view/dp/b16d9cd2-9387-40b2-932d-c7de079c2d2b)
This pull request has changes conflicting with the target branch.
  • package.json
  • yarn.lock
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

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

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 main
git merge --no-ff dependabot/npm_and_yarn/sharp-0.32.6
git switch dependabot/npm_and_yarn/sharp-0.32.6
git rebase main
git switch main
git merge --ff-only dependabot/npm_and_yarn/sharp-0.32.6
git switch dependabot/npm_and_yarn/sharp-0.32.6
git rebase main
git switch main
git merge --no-ff dependabot/npm_and_yarn/sharp-0.32.6
git switch main
git merge --squash dependabot/npm_and_yarn/sharp-0.32.6
git switch main
git merge --ff-only dependabot/npm_and_yarn/sharp-0.32.6
git switch main
git merge dependabot/npm_and_yarn/sharp-0.32.6
git push origin main
Sign in to join this conversation.
No description provided.