firebase-tools icon indicating copy to clipboard operation
firebase-tools copied to clipboard

Sharp out of date

Open pm0u opened this issue 1 year ago • 1 comments

[REQUIRED] Environment info

firebase-tools: 13.9.0

Platform: MacOS Sonoma 14.5

[REQUIRED] Test case

yarn create next-app test && cd test && yarn add sharp@latest && firebase deploy

[REQUIRED] Steps to reproduce

[REQUIRED] Expected behavior

I can use the latest version of sharp.

[REQUIRED] Actual behavior

When using the frameworks integration, sharp is out of date here: https://github.com/FirebaseExtended/firebase-framework-tools/blob/main/packages/firebase-frameworks/package.json#L58 which means that any projects that would like to deploy to firebase are unable to have an up to date version of sharp as it conflicts.

I tried setting "overrides": { "sharp": "0.33.4" } in package.json to match my installed version but the deploy errored out with no explanation so I guess there must be some breaking change somewhere.

pm0u avatar Jun 19 '24 22:06 pm0u

This issue does not have all the information required by the template. Looks like you forgot to fill out some sections. Please update the issue with more information.

google-oss-bot avatar Jun 19 '24 22:06 google-oss-bot

Hey @pm0u! The support to sharp 0.33.4 was released recently, can you please try it and report back here?

leoortizz avatar Aug 13 '24 16:08 leoortizz