Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sharp from 0.32.3 to 0.32.6 #214

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2023

Bumps sharp from 0.32.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

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 16, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sharp-0.32.6 branch from d097392 to 4e969fd Compare December 3, 2023 15:07
Bumps [sharp](https://github.com/lovell/sharp) from 0.32.3 to 0.32.6.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](lovell/sharp@v0.32.3...v0.32.6)

---
updated-dependencies:
- dependency-name: sharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/sharp-0.32.6 branch from 4e969fd to 489808b Compare December 3, 2023 15:14
@sinamics
Copy link
Owner

sinamics commented Dec 3, 2023

cannot upgrade to latest as Freebsd only support 32.4

@sinamics sinamics closed this Dec 3, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 3, 2023

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 @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sharp-0.32.6 branch December 3, 2023 15:15
@sinamics
Copy link
Owner

sinamics commented May 9, 2024

@tinola does freebsd now support sharp v0.32.6 ?
I would llike to upgrade this package due to the Vulnerability.
lovell/sharp#3798

@tinola
Copy link
Contributor

tinola commented May 9, 2024

Hi,

Just compiled the latest ztnet with no problems on FreeBSD 14.

# pkg info | grep vips-
vips-8.15.2_2

# cd ~/ztnet
# npm -v sharp
10.5.2

But 10.5.2 != 0.32.6 🤔

@sinamics
Copy link
Owner

sinamics commented May 9, 2024

npm -v sharp will only check the version of npm.

Try this:
npm list sharp

@tinola
Copy link
Contributor

tinola commented May 9, 2024

Oops! Of course.

Before:

# npm list sharp
ztnet@0.1.0 /home/ztnet/ztnet
└── sharp@0.32.4

edited packages.json for sharp version, then ztnet was build just fine, after that:

# npm list sharp
ztnet@0.1.0 /home/ztnet/ztnet
└── sharp@0.32.6

so it's clear to upgrade in main branch :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants