theblazecoders / smart-car-parking

Smartest Car Parking on the Planet 🌏
https://theblazecoders.github.io/smart-car-parking
11 stars 5 forks source link

Bump firebase-admin and firebase-functions #66

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps firebase-admin and firebase-functions. These dependencies needed to be updated together.

Updates firebase-admin from 7.4.0 to 8.8.0

Release notes *Sourced from [firebase-admin's releases](https://github.com/firebase/firebase-admin-node/releases).* > ## Firebase Admin Node.js SDK v8.8.0 > ### Cloud Firestore > > - [Feature] Upgraded `@google-cloud/firestore` dependency version to 2.6.0. > Thanks [arjunyel](https://github.com/arjunyel) for the [contribution](https://github-redirect.dependabot.com/firebase/firebase-admin-node/pull/702). > > ### Cloud Storage > > - [Changed] Upgraded `@google-cloud/storage` dependency version to 4.1.2. This version contains some minor breaking changes. Check the [release notes](https://github.com/googleapis/nodejs-storage/releases/tag/v4.0.0) of the dependency for more information. Thanks [arjunyel](https://github.com/arjunyel) for the [contribution](https://github-redirect.dependabot.com/firebase/firebase-admin-node/pull/702). > > ### Authentication > > - [Fixed] The `verifyIdToken()` method now correctly uses the `http.Agent` configured during SDK initialization. > > ### Cloud Messaging > > - [Fixed] Batch messaging APIs `sendAll()` and `sendMulticast()` now support sending up to 500 messages in a single call. > > ## Firebase Admin Node.js SDK v8.7.0 > ### Cloud Messaging > > - Added a series of new parameters to the `AndroidNotification` class > that allow further customization of notifications that target Android devices. > > ## Firebase Admin Node.js SDK v8.6.1 > ### Authentication > > - [Fixed] [`UserRecord`](https://firebase.google.com/docs/reference/admin/node/admin.auth.UserRecord) no longer exposes password hashes that are redacted due to lack of permissions in the service account credentials. > - [Fixed] Updated the typings of the [`setCustomUserClaims()`](https://firebase.google.com/docs/reference/admin/node/admin.auth.Auth.html#setcustomuserclaims) API to accept `null`. > > ## Firebase Admin Node.js SDK v8.6.0 > - [Feature] Added a new `admin.securityRules()` API for managing Firebase security rules applied on services like Cloud Firestore and Cloud Storage. > - [Feature] Added `getFirestoreRuleset()` and `getStorageRuleset()` methods for retrieving rulesets that are currently in effect. > - [Feature] Added `releaseFirestoreRuleset()` and `releaseStorageRuleset()` methods for creating new rulesets and applying them to Firestore and Storage. > - [Feature] Added `getRuleset()`, `createRuleset()` and `deleteRuleset()` methods for managing the lifecycle of a ruleset. > > ### Cloud Messaging > > - [Feature] Added new APIs for specifying an image URL in notifications. > > ## Firebase Admin Node.js SDK v8.5.0 > ### Authentication > > - [Feature] Added multi-tenancy support to the authentication service (Google Cloud Identity Platform project required). Tenant related APIs are exposed via [`tenantManager()`](https://firebase.google.com/docs/reference/admin/node/admin.auth.Auth#tenantManager) on the [`admin.auth`](https://firebase.google.com/docs/reference/admin/node/admin.auth) interface. > - [Feature] Added tenant management APIs `authForTenant()`, `getTenant()`, `listTenants()`, `deleteTenant()`, `createTenant()` and `updateTenant()` to the newly defined `TenantManager`. > - [Feature] Defined `TenantAwareAuth` interface retrieved via `TenantManager#authForTenant()` for managing users, configuring SAML/OIDC providers, generating email links for password reset, email verification, etc for specific tenants. > > ### Realtime Database > > - [Fixed] Upgraded `@firebase/database` dependency version to 0.5.1. This helps avoid some peer dependency warnings that were observed during package installation. > ... (truncated)
Commits - [`01a01a9`](https://github.com/firebase/firebase-admin-node/commit/01a01a955d3b118722c04352eb4fe5ba3998c0cc) Bumped version to 8.8.0 ([#707](https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/707)) - [`8b92183`](https://github.com/firebase/firebase-admin-node/commit/8b921834eaabcda0ddf601b38874cf2c0dca576d) fix(auth): Using the App-level http.Agent when fetching public key certificat... - [`ef231fb`](https://github.com/firebase/firebase-admin-node/commit/ef231fb87a26b4077119a9f9c125d982f07a905e) chore(deps): bump firebase deps ([#702](https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/702)) - [`ebe8572`](https://github.com/firebase/firebase-admin-node/commit/ebe8572356e52a8d3cf10e34799b26ccd81a8088) fix(fcm): Increased FCM batch request limit to 500 ([#696](https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/696)) - [`867a05f`](https://github.com/firebase/firebase-admin-node/commit/867a05f2805cf683b4d47fb6059869994b3aacf7) Tweaking docgen script to temporarily exclude an external type alias with whi... - [`5595dc2`](https://github.com/firebase/firebase-admin-node/commit/5595dc26645dd5031c08cbec29f6ad3533acd7fe) Bumped version to 8.7.0 ([#692](https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/692)) - [`9d587eb`](https://github.com/firebase/firebase-admin-node/commit/9d587eb78a8d509c110df6c70182c4212c822737) Add LightSettings interface to docgen ([#689](https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/689)) - [`363d0a2`](https://github.com/firebase/firebase-admin-node/commit/363d0a264d72fdd04dd8aa094937f1225d34e40a) feat(fcm): Add 12 new Android Notification Parameters Support ([#684](https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/684)) - [`6efc63d`](https://github.com/firebase/firebase-admin-node/commit/6efc63daa59d4be470d877fcc11256ee3cea3919) Handling THIRD_PARTY_AUTH_ERROR error code from FCM ([#678](https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/678)) - [`943e40c`](https://github.com/firebase/firebase-admin-node/commit/943e40c686295568cd32b4ba26fad195cf489073) Reject rounds=0 for SHA1 hashes ([#677](https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/677)) - Additional commits viewable in [compare view](https://github.com/firebase/firebase-admin-node/compare/v7.4.0...v8.8.0)


Updates firebase-functions from 2.3.1 to 3.3.0

Release notes *Sourced from [firebase-functions's releases](https://github.com/firebase/firebase-functions/releases).* > ## v3.3.0 >
  • Add a helper function for the Firebase Emulator suite.
> > ## v3.2.0 >
  • Adds support for Test Lab triggered functions with functions.testLab.
  • Upgrade lodash dependency to resolve security vulnerability CVE-2019-10744.
> > ## v3.1.0 >
  • Adds region support for us-east4.
> > ## v3.0.2 >
  • bug where auth.UserRecord.metadata was undefined.
> > ## v3.0.1 >
  • Includes required types for functions SDK.
> > ## v3.0.0 > * **[breaking change] The Firebase Functions SDK no longer supports Node 6. Developers must use Node 8.13.0 or higher.** > * **[breaking change] The Firebase Functions SDK no longer supports Firebase Tools SDK below version 6.8.0.** > * **[breaking change] FIREBASE_PROJECT environment variable is no longer supported and has been supplanted by FIREBASE_CONFIG.** > * Fixed bug in Node 10 where events from Node 10 were not parsed properly resulting in undefined. > * Set GCLOUD_PROJECT from FIREBASE_CONFIG when missing.
Commits - [`bf5f3b5`](https://github.com/firebase/firebase-functions/commit/bf5f3b5073b2c70286265c19eeb320b3a5bd3f0c) [firebase-release] Updated SDK for Cloud Functions to 3.3.0 - [`a001a85`](https://github.com/firebase/firebase-functions/commit/a001a8537dd9704d1d1c089191ce2ab514d1e3fb) Add emulator app override function ([#565](https://github-redirect.dependabot.com/firebase/firebase-functions/issues/565)) - [`8057d11`](https://github.com/firebase/firebase-functions/commit/8057d116915ec293da0b67e07c09d8a1c3dacead) Remove chenky from codeowners - [`381c733`](https://github.com/firebase/firebase-functions/commit/381c733c0b0f1df7fe7bb4811c0eb1a191b00b27) Fix sed command that breaks on linux ([#545](https://github-redirect.dependabot.com/firebase/firebase-functions/issues/545)) - [`e32e8cc`](https://github.com/firebase/firebase-functions/commit/e32e8cc92993ed47fc665bbacf735e38d87cc7f4) Update CODEOWNERS - [`a4266b7`](https://github.com/firebase/firebase-functions/commit/a4266b7da1991eb14bd5afecbb31e709af36ed3c) [firebase-release] Removed change log and reset repo after 3.2.0 release - [`8b84bf6`](https://github.com/firebase/firebase-functions/commit/8b84bf6f3f4bc66c03aa415d0cfead6ecc962f45) [firebase-release] Updated SDK for Cloud Functions to 3.2.0 - [`e546695`](https://github.com/firebase/firebase-functions/commit/e5466959ea4f5a0729d6a0a241e65301f2ec29d7) add timestamp to the .tgz bundle name to avoid GCF caching old versions of it... - [`beb2c38`](https://github.com/firebase/firebase-functions/commit/beb2c386c14f32e7ab3cbba9a76905048b963648) Merge branch 'master' of github.com:firebase/firebase-functions - [`6e97877`](https://github.com/firebase/firebase-functions/commit/6e97877304441cc914302bfdff228a7f086a9262) Adding code comments to analytics.ts ([#535](https://github-redirect.dependabot.com/firebase/firebase-functions/issues/535)) - Additional commits viewable in [compare view](https://github.com/firebase/firebase-functions/compare/v2.3.1...v3.3.0)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #67.