这是indexloc提供的服务,不要输入任何密码
Skip to content

Update sharp version #227

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

Merged
merged 5 commits into from
Aug 6, 2024
Merged

Update sharp version #227

merged 5 commits into from
Aug 6, 2024

Conversation

Snugug
Copy link
Contributor

@Snugug Snugug commented Jul 14, 2024

The current sharp peer dependency is out of date. If you're trying to deploy a function that would use sharp, the deploy errors because there's a version mismatch. This is because SEMVER < 1 counts minor releases (0.xx) as potentially breaking, so 0.32 won't resolve with 0.33.x installed

The current sharp peer dependency is out of date. If you're trying to deploy a function that would use sharp, the deploy errors because there's a version mismatch. This is because SEMVER < 1 counts minor releases (0.xx) as potentially breaking, so `0.32` won't resolve with `0.33.x` installed
@emwp
Copy link
Contributor

emwp commented Aug 1, 2024

Opened a PR on Firebase Tools to also update sharp version there:
firebase/firebase-tools#7517

Snugug and others added 2 commits August 5, 2024 11:49
@leoortizz leoortizz merged commit 8974b94 into FirebaseExtended:main Aug 6, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants