FrozenPandaz / jjeanio

0 stars 0 forks source link

Update firebase-functions to the latest version πŸš€ #26

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 0.9.0 of firebase-functions was just published.

Dependency firebase-functions
Current Version 0.8.2
Type dependency

The version 0.9.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-functions.

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 v0.9.0
  • Adds HTTPS Callable Functions, a kind of HTTPS trigger that can be called from a Firebase client SDK.
Commits

The new version differs by 3 commits.

  • ed3589c [firebase-release] Updated SDK for Cloud Functions to 0.9.0
  • 1d25555 Add callable HTTPS functions (#195)
  • 35f4820 [firebase-release] Removed change log and reset repo after 0.8.2 release

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 0.9.1 just got published.

Update to this version instead πŸš€

Release Notes v0.9.1
  • Fixed bug where HTTPS callable function will reject all requests with an auth token if the function has not called firebase.initializeApp.
  • Corrected type signature for firestore.DeltaDocumentSnapshot.
Commits

The new version differs by 5 commits.

  • db8a48c [firebase-release] Updated SDK for Cloud Functions to 0.9.1
  • 46c6ffe Changelog for v0.9.1 (#207)
  • 3c6a7e3 Change https callables to use apps.admin.auth instead of firebase.auth. (#206)
  • b6c395f Correct the type signature of DeltaDocumentSnapshot (#162)
  • 986bc14 [firebase-release] Removed change log and reset repo after 0.9.0 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.0 just got published.

Update to this version instead πŸš€

Release Notes v1.0.0
  • v1 release of firebase-functions contains several breaking changes. Please see migration guide at https://firebase.google.com/docs/functions/beta-v1-diff.
Commits

The new version differs by 5 commits.

  • 4263cd5 [firebase-release] Updated SDK for Cloud Functions to 1.0.0
  • 5d3ce09 Revise changelog
  • 76bee81 Changelog for v1.0.0 (#201)
  • 914843b Add changes for v1.0.0 (#192)
  • 8f2d0ab [firebase-release] Removed change log and reset repo after 0.9.1 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.1 just got published.

Update to this version instead πŸš€

Release Notes v1.0.1
  • Update firebase-admin peer dependency to v5.12.0
Commits

The new version differs by 4 commits.

  • bc7f7aa [firebase-release] Updated SDK for Cloud Functions to 1.0.1
  • 5dd8aac Changelog for v1.0.1 (#221)
  • 92889e5 Update firebase-admin to v5.12.0 (#219)
  • 0a0aea9 [firebase-release] Removed change log and reset repo after 1.0.0 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.2 just got published.

Update to this version instead πŸš€

Release Notes v1.0.2
  • Fixed bug where developers writing functions in TypeScript had to disable noImplicitAny in their tsconfig.json in order to avoid compiler errors.
Commits

The new version differs by 6 commits.

  • 21eed82 [firebase-release] Updated SDK for Cloud Functions to 1.0.2
  • 9cc9069 Changelog for v1.0.2 (#233)
  • 71a41d7 Update jsonwebtoken to v8.2.1 (#231)
  • d44f345 Update firebase-admin in integration tests to v5.12.0 (#229)
  • bcb006f Disallow implicit any typings (noImplicitAny: true) (#215)
  • d26ec60 [firebase-release] Removed change log and reset repo after 1.0.1 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.3 just got published.

Update to this version instead πŸš€

Release Notes v1.0.3
  • Fixed TypeScript type for context in event handlers to be always defined.
  • Updated firebase-admin peer-dependency to v5.12.1.
Commits

The new version differs by 5 commits.

  • 83a6302 [firebase-release] Updated SDK for Cloud Functions to 1.0.3
  • c2dc3e9 Changelog for v1.0.3 (#244)
  • 728cbf3 Update firebase-admin peer-dependency to v5.12.1 (#246)
  • 427ae7a Change context parameter in handlers to be not optional (#232)
  • 950a9df [firebase-release] Removed change log and reset repo after 1.0.2 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.0.4 just got published.

Update to this version instead πŸš€

Release Notes v1.0.4
  • Fixed integration test.
Commits

The new version differs by 5 commits.

  • 2a923ac [firebase-release] Updated SDK for Cloud Functions to 1.0.4
  • b727a06 Changelog for v1.0.4 (#259)
  • e00301d Lock in TypeScript version (#260)
  • 5ff3b6c Fix integration test. (#250)
  • 3f70cc2 [firebase-release] Removed change log and reset repo after 1.0.3 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.1.0 just got published.

Update to this version instead πŸš€

Release Notes v1.1.0
  • Make raw HTTP request available to callable HTTP functions via context.rawRequest.
Commits

The new version differs by 4 commits.

  • f41d00d [firebase-release] Updated SDK for Cloud Functions to 1.1.0
  • d713b66 Changelog for v1.0.5 (#272)
  • 33435b5 Pass the raw Express request to CallableContext (#269)
  • 6f1bc88 [firebase-release] Removed change log and reset repo after 1.0.4 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.0 just got published.

Update to this version instead πŸš€

Release Notes v2.0.0
  • [breaking change] For Firestore-triggered functions, snapshot.createTime, snapshot.updateTime, snapshot.readTime, and any timestamp values in snapshot.data() are now [Firestore Timestamp](https://cloud.google.com/nodejs/docs/reference/firestore/0.15.x/Timestamp#properties) objects.
  • Support Node.js 8 runtime. To deploy your functions to Node.js 8, add "engines": {"node": "8"} to functions/package.json. You will need firebase-tools >=v4.0.0.
  • Support selection of regions for your functions through the functions.region method. Learn more in the [Firebase Documentation](https://firebase.google.com/docs/functions/locations). You will need firebase-tools >=v4.0.0.
  • Support configuration of timeout and memory allocation through the functions.runWith method. Learn more in the [Firebase Documentation](https://firebase.google.com/docs/functions/manage-functions#set_timeout_and_memory_allocation). You will need firebase-tools >=v4.0.0.
Commits

The new version differs by 12 commits.

  • b2ec24d [firebase-release] Updated SDK for Cloud Functions to 2.0.0
  • 28dd25c Changelog for v2.0.0 (#212)
  • c7a09d5 Allow one region per function (#211)
  • 3fef83a Update integration test (#209)
  • 4b8724a Migrate to v5.13.0 firebase-admin & new Firestore timestamp format (#207)
  • 1f04643 Add .run method to HTTPS callable functions (#206)
  • 6d156d1 Allow selection of region, timeout and memory allocation (#202)
  • 65047d0 Support Node 8 Google Cloud Functions Runtime (#203)
  • 01665ef Use prettier instead of linter (#204)
  • 6c1cdca Fix error message in storage bucket function (#276)
  • df3db62 Add trigger labels support and label callables. (#273)
  • 54b2d88 [firebase-release] Removed change log and reset repo after 1.1.0 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.1 just got published.

Update to this version instead πŸš€

Release Notes v2.0.1
  • Fix error where Node 6 functions experienced timeout errors.
Commits

The new version differs by 4 commits.

  • 949eefd [firebase-release] Updated SDK for Cloud Functions to 2.0.1
  • 75b0f6c Changelog for v1.0.1 (#287)
  • 69f1a49 Fix error where Node 6 functions were timing out (#286)
  • f7b7b6f [firebase-release] Removed change log and reset repo after 2.0.0 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.2 just got published.

Update to this version instead πŸš€

Release Notes v2.0.2
  • Fixed issue in Firestore-triggered functions where timestamp values in Change objects for onUpdate and onWrite functions are Date objects instead of Timestamp objects.
Commits

The new version differs by 4 commits.

  • 527889a [firebase-release] Updated SDK for Cloud Functions to 2.0.2
  • e4ec410 Changelog for v2.0.2 (#291)
  • 944deec Fix bug where timestamp in change objects are still date objects (#290)
  • b598d9a [firebase-release] Removed change log and reset repo after 2.0.1 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.3 just got published.

Update to this version instead πŸš€

Release Notes v2.0.3
  • Updated firebase-admin peer dependency to v6.0.0.
Commits

The new version differs by 4 commits.

  • b7e496b [firebase-release] Updated SDK for Cloud Functions to 2.0.3
  • 612eb31 Changelog for v2.03 (#214)
  • 8b4df8d Update firebase-admin dependency to v6 (#213)
  • d5241ac [firebase-release] Removed change log and reset repo after 2.0.2 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.4 just got published.

Update to this version instead πŸš€

Release Notes v2.0.4
  • Fix bug in >v2.0.1 where context.authType is always UNAUTHENTICATED from a realtime database-triggered function.
Commits

The new version differs by 4 commits.

  • 518a8c7 [firebase-release] Updated SDK for Cloud Functions to 2.0.4
  • 431076a Changelog for v2.0.4 (#305)
  • 4e43028 Fix bug where auth info for database was getting lost (#304)
  • 960033f [firebase-release] Removed change log and reset repo after 2.0.3 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.5 just got published.

Update to this version instead πŸš€

Release Notes v2.0.5
  • Fixed syntax error in integration test.
Commits

The new version differs by 4 commits.

  • e12e39a [firebase-release] Updated SDK for Cloud Functions to 2.0.5
  • 9a1743f Changelog for v2.0.5 (#309)
  • 273f1fd Fix syntax error in integration test (#306)
  • 2f5df0d [firebase-release] Removed change log and reset repo after 2.0.4 release

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.1.0
  • Added support for Remote Config triggered functions with functions.remoteConfig.
Commits

The new version differs by 10 commits.

  • 25b8dde [firebase-release] Updated SDK for Cloud Functions to 2.1.0
  • 3c8ae67 Merge branch 'master' of github.com:firebase/firebase-functions
  • 977f120 Merge pull request #216 from FirebasePrivate/kjian-remoteconfig
  • 510e428 Changelog for v2.1.0
  • 968be74 Firebase Remote Config Functions SDK Integration (#215)
  • 17beb77 Update mocha dependency (#298)
  • 5e5e160 Update firebase-admin in integration tests to v6.0.0 (#325)
  • 42ec44d Fix small typo (#322)
  • c11941b Fix failing unit test due to new Firestore SDK (#320)
  • 587127a [firebase-release] Removed change log and reset repo after 2.0.5 release

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.2.1
  • Adds functions.app() api to access the app instance used by functions
  • improved types of the Change class to describe both before and after fields as non-optional
  • Improve type of express.Request to include rawBody
Commits

The new version differs by 39 commits.

  • 4adcbf8 [firebase-release] Updated SDK for Cloud Functions to 2.2.1
  • d7fd3d1 remove @internal flag from handlker-build type (#228)
  • 27c6c13 firebase-functions/handler SDK (#219)
  • 1ad8b38 Update changelog (#427)
  • 9e3bda1 Update firebase-admin dependency to allow minor revisions (#424)
  • ea61f78 extending express.request to include rawBody (#420)
  • 1183c67 Toggling off remote config tests, toggling on storage tests, fixing https tests (#410)
  • ac94e4e removing internal tags so integration tests run (#407)
  • 9a6b14b Jh expose app (#400)
  • df27316 Improve types of the Change class (#403)
  • 1dd2035 [firebase-release] Removed change log and reset repo after 2.2.0 release
  • 3de7213 [firebase-release] Updated SDK for Cloud Functions to 2.2.0
  • d12c7d5 2.2.0 rc (#398)
  • 9d93de3 update changelog (#396)
  • eb2952e Prettier changes (#397)

There are 39 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v2.3.0
  • Adds pubsub.schedule()
Commits

The new version differs by 4 commits.

  • 27e4586 [firebase-release] Updated SDK for Cloud Functions to 2.3.0
  • 68a6691 Merging public in
  • a683252 Scheduled functions via pubsub (#227)
  • cd81469 [firebase-release] Removed change log and reset repo after 2.2.1 release

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 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


Update to this version instead πŸš€