Skip to content

Conversation

@sestinj
Copy link
Contributor

@sestinj sestinj commented Oct 24, 2025

snyk-top-banner

Snyk has created this PR to upgrade sharp from 0.32.6 to 0.34.4.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 36 versions ahead of your current version.

  • The recommended version was released a month ago.

Release notes
Package name: sharp
  • 0.34.4 - 2025-09-17
    • Upgrade to libvips v8.17.2 for upstream bug fixes.

    • Ensure TIFF subifd and OpenSlide level input options are respected (regression in 0.34.3).

    • Ensure autoOrient occurs before non-90 angle rotation.
      #4425

    • Ensure autoOrient removes existing metadata after shrink-on-load.
      #4431

    • TypeScript: Ensure KernelEnum includes linear.
      #4441
      @ BayanBennett

    • Ensure unlimited flag is passed upstream when reading TIFF images.
      #4446

    • Support Electron memory cage when reading XMP metadata (regression in 0.34.3).
      #4451

    • Add sharp-libvips rpath for yarn v5 support.
      #4452
      @ arcanis

  • 0.34.4-rc.4 - 2025-09-17
    • Upgrade to libvips v8.17.2 for upstream bug fixes.

    • Ensure TIFF subifd and OpenSlide level input options are respected (regression in 0.34.3).

    • Ensure autoOrient occurs before non-90 angle rotation.
      #4425

    • Ensure autoOrient removes existing metadata after shrink-on-load.
      #4431

    • TypeScript: Ensure KernelEnum includes linear.
      #4441
      @ BayanBennett

    • Ensure unlimited flag is passed upstream when reading TIFF images.
      #4446

    • Support Electron memory cage when reading XMP metadata (regression in 0.34.3).
      #4451

    • Add sharp-libvips rpath for yarn v5 support.
      #4452
      @ arcanis

  • 0.34.4-rc.3 - 2025-09-15
    • Upgrade to libvips v8.17.2 for upstream bug fixes.

    • Ensure autoOrient occurs before non-90 angle rotation.
      #4425

    • Ensure autoOrient removes existing metadata after shrink-on-load.
      #4431

    • TypeScript: Ensure KernelEnum includes linear.
      #4441
      @ BayanBennett

    • Ensure unlimited flag is passed upstream when reading TIFF images.
      #4446

    • Support Electron memory cage when reading XMP metadata (regression in 0.34.3).
      #4451

    • Add sharp-libvips rpath for yarn v5 support.
      #4452
      @ arcanis

  • 0.34.3 - 2025-07-10
    No content.
  • 0.34.3-rc.1 - 2025-07-09
    No content.
  • 0.34.3-rc.0 - 2025-06-14
    No content.
  • 0.34.2 - 2025-05-20
    No content.
  • 0.34.2-rc.0 - 2025-05-14
  • 0.34.1 - 2025-04-07
  • 0.34.0 - 2025-04-04
  • 0.34.0-rc.1 - 2025-04-03
  • 0.34.0-rc.0 - 2025-03-16
  • 0.33.5 - 2024-08-16
  • 0.33.5-rc.1 - 2024-08-14
  • 0.33.5-rc.0 - 2024-08-13
  • 0.33.4 - 2024-05-16
  • 0.33.4-rc.0 - 2024-05-16
  • 0.33.3 - 2024-03-23
  • 0.33.3-rc.0 - 2024-03-22
  • 0.33.2 - 2024-01-12
  • 0.33.2-rc.1 - 2024-01-12
  • 0.33.2-rc.0 - 2024-01-11
  • 0.33.1 - 2023-12-17
  • 0.33.1-rc.3 - 2023-12-17
  • 0.33.1-rc.2 - 2023-12-17
  • 0.33.1-rc.0 - 2023-12-12
  • 0.33.0 - 2023-11-29
  • 0.33.0-rc.2 - 2023-11-22
  • 0.33.0-alpha.11 - 2023-11-10
  • 0.33.0-alpha.10 - 2023-11-04
  • 0.33.0-alpha.9 - 2023-10-13
  • 0.33.0-alpha.8 - 2023-10-10
  • 0.33.0-alpha.7 - 2023-10-10
  • 0.33.0-alpha.6 - 2023-10-09
  • 0.33.0-alpha.4 - 2023-10-06
  • 0.33.0-alpha.3 - 2023-10-06
  • 0.32.6 - 2023-09-18
from sharp GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:


Summary by cubic

Upgrade sharp to 0.34.4 in @xenova/transformers to pick up the latest libvips and image processing fixes. No app code changes; expect more reliable TIFF/EXIF handling and better install support.

  • Dependencies
    • sharp: ^0.34.4 (libvips 8.17.2, autoOrient fixes, TIFF/OpenSlide options respected, Yarn v5 rpath)

@sestinj sestinj requested a review from a team as a code owner October 24, 2025 09:02
@sestinj sestinj requested review from tingwai and removed request for a team October 24, 2025 09:02
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Oct 24, 2025
@github-actions
Copy link


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@github-actions
Copy link

⚠️ PR Title Format

Your PR title doesn't follow the conventional commit format, but this won't block your PR from being merged. We recommend using this format for better project organization.

Expected Format:

<type>[optional scope]: <description>

Examples:

  • feat: add changelog generation support
  • fix: resolve login redirect issue
  • docs: update README with new instructions
  • chore: update dependencies

Valid Types:

feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert

This helps with:

  • 📝 Automatic changelog generation
  • 🚀 Automated semantic versioning
  • 📊 Better project history tracking

This is a non-blocking warning - your PR can still be merged without fixing this.

@github-actions
Copy link

github-actions bot commented Oct 24, 2025

✅ Review Complete

Code Review Summary

⚠️ Continue API authentication failed. Please check your CONTINUE_API_KEY.


Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

3 participants