build(deps): bump sharp from 0.33.5 to 0.35.0 in /apps/frontend-pwa - #5201
build(deps): bump sharp from 0.33.5 to 0.35.0 in /apps/frontend-pwa#5201dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [sharp](https://github.com/lovell/sharp) from 0.33.5 to 0.35.0. - [Release notes](https://github.com/lovell/sharp/releases) - [Commits](lovell/sharp@v0.33.5...v0.35.0) --- updated-dependencies: - dependency-name: sharp dependency-version: 0.35.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Confidence Score: 5/5Safe to merge — the version bump has no active call sites to break. The only file using sharp in this package has the entire sharp API usage commented out, so none of the breaking changes in 0.35.0 touch live code. The project's Node.js version (24) already satisfies the new minimum requirement. Files Needing Attention: No files require special attention.
|
| Filename | Overview |
|---|---|
| apps/frontend-pwa/package.json | Bumps sharp from 0.33.5 to 0.35.0; the only sharp usage in this package is fully commented out in generateAvatars.ts, so no breaking-change impact. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[sharp 0.33.5] -->|bump| B[sharp 0.35.0]
B --> C{Breaking changes?}
C -->|Node.js >= 20.9.0| D[Project uses Node 24 ✓]
C -->|Removed failOnError| E[Not used in codebase ✓]
C -->|Removed sharpen properties| F[Not used in codebase ✓]
C -->|Renamed format.jp2k → format.jp2| G[Not used in codebase ✓]
C -->|limitInputChannels default=5| H[Not used in codebase ✓]
D & E & F & G & H --> I[No active sharp call sites - All usage is commented out]
I --> J[Safe to merge]
Reviews (1): Last reviewed commit: "build(deps): bump sharp from 0.33.5 to 0..." | Re-trigger Greptile
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps sharp from 0.33.5 to 0.35.0.
Release notes
Sourced from sharp's releases.
... (truncated)
Commits
2ed5af4Release v0.35.04475cf1Tests: update locator hash for sharp-libvips v1.3.0deb22ddUpgrade to sharp-libvips v1.3.007f1be9Prerelease v0.35.0-rc.8df1109bPrerelease v0.35.0-rc.7aca49b3Upgrade to libvips v8.18.3e9e86f5Type-check density option before range validation (#4536)2f0bcf0Docs: update supported image formats98e03b8Revert "Guard heif bitdepth property for prebuilt binaries"e4ea2f3CI: Ignore package minimum age in smoke testsMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for sharp since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.