Bump sharp from 0.32.6 to 0.33.2 #33

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/sharp-0.33.2 into main 2024-02-12 12:15:17 +00:00
dependabot[bot] commented 2024-02-12 11:30:01 +00:00 (Migrated from github.com)

Bumps sharp from 0.32.6 to 0.33.2.

Changelog

Sourced from sharp's changelog.

v0.33.2 - 12th January 2024

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

  • TypeScript: add definition for keepMetadata. #3914 @​abhi0498

  • Ensure extend operation stays sequential when copying (regression in 0.32.0). #3928

  • Improve error handling for unsupported multi-page rotation. #3940

v0.33.1 - 17th December 2023

  • Add support for Yarn Plug'n'Play filesystem layout. #3888

  • Emit warning when attempting to use invalid ICC profiles. #3895

  • Ensure VIPS_NOVECTOR environment variable is respected. #3897 @​icetee

v0.33.0 - 29th November 2023

  • Drop support for Node.js 14 and 16, now requires Node.js ^18.17.0 or >= 20.3.0

  • Prebuilt binaries distributed via npm registry and installed via package manager.

  • Building from source requires dependency on node-addon-api.

  • Remove sharp.vendor.

  • Partially deprecate withMetadata(), use withExif() and withIccProfile().

  • Add experimental support for WebAssembly-based runtimes. @​RReverser

  • Options for trim operation must be an Object, add new lineArt option. #2363

  • Improve luminance of tint operation with weighting function. #3338 @​jcupitt

  • Ensure all Error objects contain a stack property. #3653

... (truncated)

Commits
  • bcb22af Release v0.33.2
  • d04dc62 Prerelease v0.33.2-rc.1
  • c30d355 CI: Fix npm smoke test expectation
  • 49cb148 Prerelease v0.33.2-rc.0
  • 3bc31a8 CI: Verify emscripten versions match
  • c28523e CI: Update Emscripten Docker image to 3.1.51 (#3907)
  • 278f393 Upgrade to libvips v8.15.1
  • cbf68c1 Improve error for unsupported multi-page rotation #3940
  • 45e8071 Add runtime check for outdated Node.js version
  • b96389d Docs: refresh index
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)
Bumps [sharp](https://github.com/lovell/sharp) from 0.32.6 to 0.33.2. <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.33.2 - 12th January 2024</h3> <ul> <li> <p>Upgrade to libvips v8.15.1 for upstream bug fixes.</p> </li> <li> <p>TypeScript: add definition for <code>keepMetadata</code>. <a href="https://redirect.github.com/lovell/sharp/pull/3914">#3914</a> <a href="https://github.com/abhi0498"><code>@​abhi0498</code></a></p> </li> <li> <p>Ensure <code>extend</code> operation stays sequential when copying (regression in 0.32.0). <a href="https://redirect.github.com/lovell/sharp/issues/3928">#3928</a></p> </li> <li> <p>Improve error handling for unsupported multi-page rotation. <a href="https://redirect.github.com/lovell/sharp/issues/3940">#3940</a></p> </li> </ul> <h3>v0.33.1 - 17th December 2023</h3> <ul> <li> <p>Add support for Yarn Plug'n'Play filesystem layout. <a href="https://redirect.github.com/lovell/sharp/issues/3888">#3888</a></p> </li> <li> <p>Emit warning when attempting to use invalid ICC profiles. <a href="https://redirect.github.com/lovell/sharp/issues/3895">#3895</a></p> </li> <li> <p>Ensure <code>VIPS_NOVECTOR</code> environment variable is respected. <a href="https://redirect.github.com/lovell/sharp/pull/3897">#3897</a> <a href="https://github.com/icetee"><code>@​icetee</code></a></p> </li> </ul> <h3>v0.33.0 - 29th November 2023</h3> <ul> <li> <p>Drop support for Node.js 14 and 16, now requires Node.js ^18.17.0 or &gt;= 20.3.0</p> </li> <li> <p>Prebuilt binaries distributed via npm registry and installed via package manager.</p> </li> <li> <p>Building from source requires dependency on <code>node-addon-api</code>.</p> </li> <li> <p>Remove <code>sharp.vendor</code>.</p> </li> <li> <p>Partially deprecate <code>withMetadata()</code>, use <code>withExif()</code> and <code>withIccProfile()</code>.</p> </li> <li> <p>Add experimental support for WebAssembly-based runtimes. <a href="https://github.com/RReverser"><code>@​RReverser</code></a></p> </li> <li> <p>Options for <code>trim</code> operation must be an Object, add new <code>lineArt</code> option. <a href="https://redirect.github.com/lovell/sharp/issues/2363">#2363</a></p> </li> <li> <p>Improve luminance of <code>tint</code> operation with weighting function. <a href="https://redirect.github.com/lovell/sharp/issues/3338">#3338</a> <a href="https://github.com/jcupitt"><code>@​jcupitt</code></a></p> </li> <li> <p>Ensure all <code>Error</code> objects contain a <code>stack</code> property. <a href="https://redirect.github.com/lovell/sharp/issues/3653">#3653</a></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lovell/sharp/commit/bcb22af03457a9a1d77e44e6b258979ccc532941"><code>bcb22af</code></a> Release v0.33.2</li> <li><a href="https://github.com/lovell/sharp/commit/d04dc62666772216a48db30b92dcf968dbca5976"><code>d04dc62</code></a> Prerelease v0.33.2-rc.1</li> <li><a href="https://github.com/lovell/sharp/commit/c30d355f97e5df690dbe4fe74deb20de316ce83c"><code>c30d355</code></a> CI: Fix npm smoke test expectation</li> <li><a href="https://github.com/lovell/sharp/commit/49cb148b389e96def2b6bd49c6e2e11fe0d98f92"><code>49cb148</code></a> Prerelease v0.33.2-rc.0</li> <li><a href="https://github.com/lovell/sharp/commit/3bc31a8b20b9d297df18231c057a9b97fa2c004b"><code>3bc31a8</code></a> CI: Verify emscripten versions match</li> <li><a href="https://github.com/lovell/sharp/commit/c28523e70e143fbe2110462438d2022a6cbdecd4"><code>c28523e</code></a> CI: Update Emscripten Docker image to 3.1.51 (<a href="https://redirect.github.com/lovell/sharp/issues/3907">#3907</a>)</li> <li><a href="https://github.com/lovell/sharp/commit/278f393f74866bcbaa8b00a393afb5daab378272"><code>278f393</code></a> Upgrade to libvips v8.15.1</li> <li><a href="https://github.com/lovell/sharp/commit/cbf68c13954c073522dbc6c995c8ff813c6d5a11"><code>cbf68c1</code></a> Improve error for unsupported multi-page rotation <a href="https://redirect.github.com/lovell/sharp/issues/3940">#3940</a></li> <li><a href="https://github.com/lovell/sharp/commit/45e8071599772f320d0d8314fedf0b13b0592d28"><code>45e8071</code></a> Add runtime check for outdated Node.js version</li> <li><a href="https://github.com/lovell/sharp/commit/b96389d975f1ff9fed52658c46dbe7bbe34da77b"><code>b96389d</code></a> Docs: refresh index</li> <li>Additional commits viewable in <a href="https://github.com/lovell/sharp/compare/v0.32.6...v0.33.2">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.32.6&new-version=0.33.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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) </details>
vercel[bot] commented 2024-02-12 11:30:04 +00:00 (Migrated from github.com)

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
astro-ghostcms-demo Ready (Inspect) Visit Preview 💬 Add feedback Feb 12, 2024 0:12am
astro-ghostcms-xyz Ready (Inspect) Visit Preview 💬 Add feedback Feb 12, 2024 0:12am
catppuccin-dark-demo Ready (Inspect) Visit Preview 💬 Add feedback Feb 12, 2024 0:12am
[vc]: #H45R6CTCy9BcsHpZhaIdOfzhWsTOd6tQjZjNEwjo4zE=:eyJpc01vbm9yZXBvIjp0cnVlLCJ0eXBlIjoiZ2l0aHViIiwicHJvamVjdHMiOlt7Im5hbWUiOiJhc3Ryby1naG9zdGNtcy14eXoiLCJyb290RGlyZWN0b3J5Ijoid3d3IiwiaW5zcGVjdG9yVXJsIjoiaHR0cHM6Ly92ZXJjZWwuY29tL2FkYW1tYXR0aGllc2Vucy1wcm9qZWN0cy9hc3Ryby1naG9zdGNtcy14eXovQmc1eHFRMUE0OVJOUDJxUkRDMzU3UnRpSEFNcCIsInByZXZpZXdVcmwiOiJhc3Ryby1naG9zdGNtcy14eXotZ2l0LWRlcGVuZGFiLTQwYWMyYy1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJhc3Ryby1naG9zdGNtcy14eXotZ2l0LWRlcGVuZGFiLTQwYWMyYy1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCJ9fSx7Im5hbWUiOiJjYXRwcHVjY2luLWRhcmstZGVtbyIsInJvb3REaXJlY3RvcnkiOiJjYXRwcHVjY2luLWRhcmstZGVtbyIsImluc3BlY3RvclVybCI6Imh0dHBzOi8vdmVyY2VsLmNvbS9hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMvY2F0cHB1Y2Npbi1kYXJrLWRlbW8vRTduNThBdlo2UzVXY3JBczRhMUQ3a2Q5V0s3QyIsInByZXZpZXdVcmwiOiJjYXRwcHVjY2luLWRhcmstZGVtby1naXQtZGVwZW5kLWRlYTEyNS1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJjYXRwcHVjY2luLWRhcmstZGVtby1naXQtZGVwZW5kLWRlYTEyNS1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCJ9fSx7Im5hbWUiOiJhc3Ryby1naG9zdGNtcy1kZW1vIiwicm9vdERpcmVjdG9yeSI6ImRlbW8iLCJpbnNwZWN0b3JVcmwiOiJodHRwczovL3ZlcmNlbC5jb20vYWRhbW1hdHRoaWVzZW5zLXByb2plY3RzL2FzdHJvLWdob3N0Y21zLWRlbW8vNjJLblp6QkZtMmZmaVduOFoyNHdkZ05UR0FYNiIsInByZXZpZXdVcmwiOiJhc3Ryby1naG9zdGNtcy1kZW1vLWdpdC1kZXBlbmRhLTI0OGNkOC1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCIsIm5leHRDb21taXRTdGF0dXMiOiJERVBMT1lFRCIsImxpdmVGZWVkYmFjayI6eyJyZXNvbHZlZCI6MCwidW5yZXNvbHZlZCI6MCwidG90YWwiOjAsImxpbmsiOiJhc3Ryby1naG9zdGNtcy1kZW1vLWdpdC1kZXBlbmRhLTI0OGNkOC1hZGFtbWF0dGhpZXNlbnMtcHJvamVjdHMudmVyY2VsLmFwcCJ9fV19 **The latest updates on your projects**. Learn more about [Vercel for Git ↗︎](https://vercel.link/github-learn-more) | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **astro-ghostcms-demo** | ✅ Ready ([Inspect](https://vercel.com/adammatthiesens-projects/astro-ghostcms-demo/62KnZzBFm2ffiWn8Z24wdgNTGAX6)) | [Visit Preview](https://vercel.live/open-feedback/astro-ghostcms-demo-git-dependa-248cd8-adammatthiesens-projects.vercel.app?via=pr-comment-visit-preview-link&passThrough=1) | 💬 [**Add feedback**](https://vercel.live/open-feedback/astro-ghostcms-demo-git-dependa-248cd8-adammatthiesens-projects.vercel.app?via=pr-comment-feedback-link) | Feb 12, 2024 0:12am | | **astro-ghostcms-xyz** | ✅ Ready ([Inspect](https://vercel.com/adammatthiesens-projects/astro-ghostcms-xyz/Bg5xqQ1A49RNP2qRDC357RtiHAMp)) | [Visit Preview](https://vercel.live/open-feedback/astro-ghostcms-xyz-git-dependab-40ac2c-adammatthiesens-projects.vercel.app?via=pr-comment-visit-preview-link&passThrough=1) | 💬 [**Add feedback**](https://vercel.live/open-feedback/astro-ghostcms-xyz-git-dependab-40ac2c-adammatthiesens-projects.vercel.app?via=pr-comment-feedback-link) | Feb 12, 2024 0:12am | | **catppuccin-dark-demo** | ✅ Ready ([Inspect](https://vercel.com/adammatthiesens-projects/catppuccin-dark-demo/E7n58AvZ6S5WcrAs4a1D7kd9WK7C)) | [Visit Preview](https://vercel.live/open-feedback/catppuccin-dark-demo-git-depend-dea125-adammatthiesens-projects.vercel.app?via=pr-comment-visit-preview-link&passThrough=1) | 💬 [**Add feedback**](https://vercel.live/open-feedback/catppuccin-dark-demo-git-depend-dea125-adammatthiesens-projects.vercel.app?via=pr-comment-feedback-link) | Feb 12, 2024 0:12am |
Adammatthiesen (Migrated from github.com) approved these changes 2024-02-12 12:15:10 +00:00
Sign in to join this conversation.
No description provided.