asndev / webpack2-react-auth-starter

Simple Starter kit with firebase-auth, code-splitting, react, redux, redux-saga
https://webpack2-react-firebase.firebaseapp.com/
MIT License
2 stars 0 forks source link

Update firebase-tools to the latest version 🚀 #70

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 3.6.0 of firebase-tools just got published.

Dependency firebase-tools
Current Version 3.5.0
Type devDependency

The version 3.6.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of firebase-tools. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v3.6.0
  • You may need to re-authorize with firebase login --reauth to take advantage of the new Hosting SDK auto-configuration. You will see a prompt when running firebase deploy if this is the case.
  • Adds setup:web command to print out JS SDK initialization information.
  • Adds Hosting support for SDK auto-configuration in serve command.
  • Adds Hosting support for SDK auto-configuration when deploying.
  • Corrected typo in docs URL for Cloud Functions default template.
  • Deploy now fails if no valid deploy targets are found (including --only with typos).
  • Can now run firebase serve from subdirectories of a project.
  • Can call commands with empty arguments when using programmatically (e.g. fbcli.list()).
  • Improved error messages when authentication issues occur.
Commits

The new version differs by 32 commits .

  • bfc9eda [firebase-release] Updated CLI to 3.6.0
  • 2c6c88d Changelog for v3.6.0
  • e19cc8a Merge SDK auto-configuration into master.
  • 378ac1f Fix botched merge conflict resolution.
  • 039d3f3 Merge branch 'mb-implicit-web' of github.com:FirebasePrivate/firebase-tools into mb-implicit-web
  • 05a7816 Merge branch 'master' into mb-implicit-web
  • 752dc18 Merge branch 'master' into mb-implicit-web
  • caa6e15 Merge branch 'mb-implicit-web' of github.com:FirebasePrivate/firebase-tools into mb-implicit-web
  • 9d2d6c9 Merge
  • 9adebd2 Merge branch 'master' of github.com:FirebasePrivate/firebase-tools into mb-implicit-web
  • d981689 Updates login success/failure to new style.
  • 68df41b Update 404.html template to match new index.html
  • b99a1e7 Warn to reauth if no cloud platform.
  • ae34634 Error if no valid deploy targets are matched. (#295)
  • a6cda28 Support running firebase serve from subdirectories. (#294)

There are 32 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 3.6.1 just got published.

Update to this version instead 🚀

Release Notes v3.6.1
  • Fixes broken 'firebase init' workflow where the firebase-admin module that was installed does not fulfill firebase-function's peer dependency.
  • Fixes bug where deploying functions overrides custom timeout and memory allocation with default values.
Commits

The new version differs by 12 commits .

  • 56b1bc4 [firebase-release] Updated CLI to 3.6.1
  • cb941ef Changelog for v.3.6.1 (#306)
  • a761639 Merge branch 'master' of github.com:firebase/firebase-tools
  • bdf6ca3 Fix language in readme. (#307)
  • 2e0f535 Merge pull request #205 from FirebasePrivate/fix-update-function-issues
  • 9a534fe Fix malformed payload on UpdateFunction when switching target type to Database write
  • aeab26f Prevent tip from displayed when exact command was entered. (#251)
  • c8eecf4 Revise readme to add instruction for add firebase login --no-localhost (#265)
  • 37b66d5 Update init template to use v4.1.2 firebase-admin. (#305)
  • 14e7382 Small language tweaks (#304)
  • 165a405 Update init template for functions/package.json (#303)
  • 36ca448 [firebase-release] Removed change log and reset repo after 3.6.0 release

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 3.7.0 just got published.

Update to this version instead 🚀

Release Notes v3.7.0
  • Fixed bug where running "firebase functions:config:set" with JSON created extra quotes.
  • Fixed bug that caused intermittent failures in many-function deploys.
Commits

The new version differs by 16 commits0.

  • 8ae713d [firebase-release] Updated CLI to 3.7.0
  • 38bd566 Changelog for v3.7.0 (#325)
  • 4c70d75 Merge branch 'master' of github.com:firebase/firebase-tools
  • 4d3878d Merge branch 'master' of github.com:FirebasePrivate/firebase-tools
  • 254ace1 Uncheck feature boxes during init, and clarify usage. (#324)
  • a7af3cf Fix bug which sets nested config variables to unparsed json (#279)
  • 71bb807 Update init template's firebase-admin dependency to v4.2.1 (#323)
  • 7876a05 Remove warning about Analytics functions having a delay between creation and first invocation. The process is now instant! (#206)
  • 7653348 process.send() is not synchronous (#313)
  • faa3e7c Merge pull request #301 from firebase/rockwood/refactor-profile-reporter
  • 4ed9585 Merge branch 'master' of github.com:firebase/firebase-tools
  • ea0381f Merge branch 'master' of github.com:FirebasePrivate/firebase-tools
  • 77140f8 Addressing comments
  • fea7722 [firebase-release] Removed change log and reset repo after 3.6.1 release
  • 845e30c Fixing errors

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.8.0 just got published.

Update to this version instead 🚀

Release Notes v3.8.0
  • [Experimental] Add ability to locally emulate HTTPS functions with "firebase serve --only functions". Run "firebase serve --only functions,hosting" to serve both functions and hosting.
  • Add ability to target specific functions and export groups when deploying functions with "firebase deploy --only functions:function1,functions:groupA.function2".
Commits

The new version differs by 10 commits0.

  • 8be1beb [firebase-release] Updated CLI to 3.8.0
  • b44dce0 Changelog for v3.8.0 (#332)
  • 15d4e95 Merge branch 'master' of github.com:FirebasePrivate/firebase-tools
  • 326be5e Locally emulate HTTPS functions with 'firebase serve --only functions' (#309)
  • 89c2d5d Fix integration test by updating warning string (#209)
  • 8498a31 Merge branch 'master' of github.com:FirebasePrivate/firebase-tools
  • e93ff91 Merge branch 'master' of github.com:firebase/firebase-tools
  • c3d2673 Add support for scoped function deploys with --only functions:group1.fn2,functions:fn4 (#204)
  • dce1922 [firebase-release] Removed change log and reset repo after 3.7.0 release
  • 7815de7 Merge branch 'master' of github.com:firebase/firebase-tools

false

See the full diff

greenkeeper[bot] commented 7 years ago

Version 3.9.0 just got published.

Update to this version instead 🚀

Release Notes v3.9.0
  • Adds support for Cloud Function rewrites in Firebase Hosting via deploy and firebase serve.
Commits

The new version differs by 4 commits.

  • fcadc7c [firebase-release] Updated CLI to 3.9.0
  • 73daa6b Changelog for v3.9.0 (#211)
  • 9f0f5a1 Support for Cloud Functions on Firebase Hosting.
  • 881f7c7 [firebase-release] Removed change log and reset repo after 3.8.0 release

See the full diff