build(deps): bump sharp from 0.33.5 to 0.35.0 - #5200
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 upgrade is a straightforward version bump with no breaking changes that affect this codebase. All Dockerfiles pin Node.js 24, satisfying the new ≥ 20.9.0 runtime requirement. The only live sharp call (JPEG resize in imagePreview.ts) uses no removed or renamed APIs. The commented-out sharp code in generateAvatars.ts is inert. The pnpm lockfile is consistently updated. No files require special attention.
|
| Filename | Overview |
|---|---|
| apps/auth/package.json | Bumps sharp to 0.35.0; no sharp-specific code in the auth app. |
| apps/chat/package.json | Bumps sharp to 0.35.0; the active sharp usage in imagePreview.ts remains compatible with the new version. |
| apps/frontend-control/package.json | Bumps sharp to 0.35.0; no direct sharp usage in this app. |
| apps/frontend-manage/package.json | Bumps sharp to 0.35.0; no direct sharp usage in this app. |
| apps/frontend-pwa/package.json | Bumps sharp to 0.35.0; sharp usage in generateAvatars.ts is fully commented out. |
| pnpm-lock.yaml | Lockfile updated to reflect sharp 0.35.0 and its updated transitive dependency tree (libvips v8.18.3). |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User uploads image\nbase64 data URL] --> B[ensureImagePreviewBase64]
B --> C{imagePreviewBase64\nalready set?}
C -- Yes --> D[Return as-is]
C -- No --> E[Decode base64 payload]
E --> F[sharp 0.35.0\nsharp inputBuffer]
F --> G[.rotate auto-orient]
G --> H[.resize max 256x256\nfit: inside, no enlarge]
H --> I[.jpeg quality 75]
I --> J[.toBuffer]
J --> K[Return with\nimagePreviewBase64 set]
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.