Skip to content

Commit 0aceaf0

Browse files
Bump sharp from 0.33.5 to 0.34.0 (#1118)
Bumps [sharp](https://github.com/lovell/sharp) from 0.33.5 to 0.34.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lovell/sharp/commit/ddc1eb8c4ce190dd62a2c7ad7ac4339da93f5b75"><code>ddc1eb8</code></a> Release v0.34.0 (part 2 - see c26e67c)</li> <li><a href="https://github.com/lovell/sharp/commit/c26e67cc5be33c833396c3b0e9aebe3fc2820a2c"><code>c26e67c</code></a> Release v0.34.0</li> <li><a href="https://github.com/lovell/sharp/commit/a00ee26d17aabb5fb2dc6a05f663a47bd857685e"><code>a00ee26</code></a> Prevent glib assertions and checks <a href="https://redirect.github.com/lovell/sharp/issues/4351">#4351</a></li> <li><a href="https://github.com/lovell/sharp/commit/6dfb60cda2231cd6802fd303c45bf480997384b1"><code>6dfb60c</code></a> Prevent prebuilt Linux sharp binaries from exporting symbols</li> <li><a href="https://github.com/lovell/sharp/commit/dbb7606129ddda3a50d99777074f9320aa576214"><code>dbb7606</code></a> Prerelease v0.34.0-rc.1</li> <li><a href="https://github.com/lovell/sharp/commit/031c808aa5f8763e1d95ea0b7c1e462714501834"><code>031c808</code></a> Expose erode and dilate operations <a href="https://redirect.github.com/lovell/sharp/issues/4243">#4243</a></li> <li><a href="https://github.com/lovell/sharp/commit/03e1b19764719d1b031045420223e78160db9bd0"><code>03e1b19</code></a> Allow wide-gamut HEIF output at higher bitdepths <a href="https://redirect.github.com/lovell/sharp/issues/4344">#4344</a></li> <li><a href="https://github.com/lovell/sharp/commit/3e41f8b65e99176fc64d4669f753f42fefc84add"><code>3e41f8b</code></a> Non-animated GIF output defaults to no-loop <a href="https://redirect.github.com/lovell/sharp/issues/3394">#3394</a></li> <li><a href="https://github.com/lovell/sharp/commit/3fd818c4b59b055ce60ebc8938297ad69cc2e1e8"><code>3fd818c</code></a> Prevent use of linux-x64 binaries with v1 microarchitecture</li> <li><a href="https://github.com/lovell/sharp/commit/d419aba76d55c22735d3ea5b8ced10bea58cb8a7"><code>d419aba</code></a> Docs: add note about electron-forge and Webpack combo</li> <li>Additional commits viewable in <a href="https://github.com/lovell/sharp/compare/v0.33.5...v0.34.0">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.33.5&new-version=0.34.0)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a95ac1a commit 0aceaf0

File tree

2 files changed

+227
-7
lines changed

2 files changed

+227
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"rehype-autolink-headings": "^7.1.0",
3636
"rehype-slug": "^6.0.0",
3737
"remark-toc": "^9.0.0",
38-
"sharp": "^0.33.5",
38+
"sharp": "^0.34.0",
3939
"tailwindcss": "^3.4.17",
4040
"typescript": "^5.8.3"
4141
},

0 commit comments

Comments
 (0)