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

Sharp out of date #7346

Open
pm0u opened this issue Jun 19, 2024 · 1 comment
Open

Sharp out of date #7346

pm0u opened this issue Jun 19, 2024 · 1 comment

Comments

@pm0u
Copy link

pm0u commented Jun 19, 2024

[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 pm0u added the type: bug label Jun 19, 2024
@google-oss-bot
Copy link
Contributor

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.

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

No branches or pull requests

3 participants