-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update firebase-tools to the latest version 🚀 #9
base: devel
Are you sure you want to change the base?
Conversation
Version 4.0.1 just got published.Update to this version instead 🚀 Release Notesv4.0.1
CommitsThe new version differs by 5 commits.
See the full diff |
Version 4.0.2 just got published.Update to this version instead 🚀 Release Notesv4.0.2
|
Version 4.0.3 just got published.Update to this version instead 🚀 Release Notesv4.0.3
CommitsThe new version differs by 8 commits.
See the full diff |
Version 4.1.0 just got published.Update to this version instead 🚀 Release Notesv4.1.0
CommitsThe new version differs by 23 commits.
There are 23 commits in total. See the full diff |
Version 4.1.1 just got published.Update to this version instead 🚀 Release Notesv4.1.1
CommitsThe new version differs by 7 commits.
See the full diff |
Version 4.1.2 just got published.Update to this version instead 🚀 Release Notesv4.1.2
CommitsThe new version differs by 7 commits.
See the full diff |
Version 4.2.1 just got published.Update to this version instead 🚀 Release Notesv4.2.1
CommitsThe new version differs by 16 commits.
There are 16 commits in total. See the full diff |
Update to this version instead 🚀 Release Notes for v5.0.0
CommitsThe new version differs by 18 commits.
There are 18 commits in total. See the full diff |
Update to this version instead 🚀 Release Notes for v5.0.1
|
Update to this version instead 🚀 Release Notes for v5.1.0
CommitsThe new version differs by 11 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v5.1.1
|
Update to this version instead 🚀 Release Notes for v6.0.0
CommitsThe new version differs by 8 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v6.0.1
CommitsThe new version differs by 53 commits.
There are 53 commits in total. See the full diff |
Update to this version instead 🚀 Release Notes for v6.1.0
CommitsThe new version differs by 38 commits.
There are 38 commits in total. See the full diff |
|
|
|
|
|
|
|
|
|
|
|
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚 Find out how to migrate to Snyk at greenkeeper.io
|
Version 4.0.0 of firebase-tools was just published.
The version 4.0.0 is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of firebase-tools.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v4.0.0firebase deploy
will now ask for confirmation before Cloud Functions deletion. Running the command with--non-interactive
will fail if there are functions detected for deletion."engines": {"node": "8"}
tofunctions/package.json
. You will needfirebase-functions
SDK v2.0.0 or up.firebase functions:delete
command for explicit deletion of functions.firebase init
over-wrote existing Firestore rules and indexes that were either specified through a local file or specfied in the Firebase Console.Commits
The new version differs by 13 commits.
69776f2
[firebase-release] Updated CLI to 4.0.0
3582612
Changelog for v4.0.0 (#294)
c4c17d3
Update firebase init template for functions (#293)
85deaf9
Display Node version that functions are deployed to (#291)
1f41e01
Support Node.js 8 functions runtime. (#290)
5fd8ae0
Ask for confirmation before deleting functions during 'firebase deploy' (#287)
46511c5
Add "firebase functions:delete" command (#286)
f9d3460
Support configuration of function region, memory, and timeout (#285)
b35592d
Default JS linting to false during
firebase init
for functions (#836)6ce81c0
Fix bug where "firebase init" overwrites existing Firestore indexes (#832)
7ec8b0b
Fix bug where "firebase init" overwrote existing Firestore rules (#831)
1c1b372
Update profiler to new query format (#826)
0ff6a55
[firebase-release] Removed change log and reset repo after 3.19.3 release
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴