Skip to content

chore: update dependencies for firebase functions template#7809

Merged
emwp merged 8 commits intomasterfrom
chore/update-functions-template-dependencies
Oct 16, 2024
Merged

chore: update dependencies for firebase functions template#7809
emwp merged 8 commits intomasterfrom
chore/update-functions-template-dependencies

Conversation

@emwp
Copy link
Copy Markdown
Contributor

@emwp emwp commented Oct 8, 2024

Description

Updates the firebase-functions and firebase-admin dependencies for the firebase functions init template.
fixes #7385

Scenarios Tested

Initializing a new project with init functions and deploy commands:

  • It inits and builds without problems
  • Is able to be deployed
  • Outdated packages warning no longer present

Screenshot

image
Comment on lines +6 to +7
"firebase-admin": "^12.6.0",
"firebase-functions": "^6.0.1"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

does this impact web frameworks too? What happens if we keep it as before?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@leoortizz Upgraded the extensions as well since last time an upgrade like this was done, it was requested the extensions to be done as well, see:
#7084 (review)

Can be removed if you think it's better!

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is not related to web frameworks, this is for ext:dev:init. We should keep these changes to templates/extensions

@emwp emwp enabled auto-merge (squash) October 11, 2024 22:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment