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 #64

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.7.0

Release notes *Sourced from [firebase-admin's releases](https://github.com/firebase/firebase-admin-node/releases).* > ## 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. > > ## Firebase Admin Node.js SDK v8.4.0 > ### Cloud Messaging > > - [Feature] Added support for specifying the analytics label for notifications. Thanks [chemidy](https://github.com/chemidy) for the [contribution](https://github-redirect.dependabot.com/firebase/firebase-admin-node/pull/597). > > ## Firebase Admin Node.js SDK v8.3.0 > ### Realtime Database > > - Added an [`admin.database().getRules()`](https://firebase.google.com/docs/reference/admin/node/admin.database.Database.html#getrules) method to retrieve the currently applied Realtime Database rules text. > - Added an [`admin.database().getRulesJSON()`](https://firebase.google.com/docs/reference/admin/node/admin.database.Database.html#get-rulesjson) method to retrieve the currently applied Realtime Database rules as a > parsed JSON object. > - Added an [`admin.database().setRules()`](https://firebase.google.com/docs/reference/admin/node/admin.database.Database.html#set-rules) method to update Realtime Database rules. > - Downgraded the dependency on the `@firebase/app` package to a dev dependency. > > ### Authentication > > - Implemented additional argument validation in the `admin.auth().importUsers()` API. > ... (truncated)
Commits - [`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)) - [`43fe7f8`](https://github.com/firebase/firebase-admin-node/commit/43fe7f814ddc77ca5ee08a5a0da118571e0f0493) Removed CHANGELOG file ([#682](https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/682)) - [`d927b3e`](https://github.com/firebase/firebase-admin-node/commit/d927b3e66977b3433e612ae9e85248575f7fbc93) Enable 'strictFunctionTypes' ts compiler option. ([#675](https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/675)) - [`8678922`](https://github.com/firebase/firebase-admin-node/commit/8678922ec4afa12810062470468166e75c22e8ae) Enable stricter tsconfig compilerOptions ([#674](https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/674)) - [`9ff98ad`](https://github.com/firebase/firebase-admin-node/commit/9ff98aded0d435e5829a52d37b305a974b373a0f) Break test order dependencies in security-rules integration tests. ([#673](https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/673)) - [`6ea4a9f`](https://github.com/firebase/firebase-admin-node/commit/6ea4a9f1e7065fd302e81294c070c82e535ddb1e) Fix 'gulp watch' command and also allow compilation of test files. ([#672](https://github-redirect.dependabot.com/firebase/firebase-admin-node/issues/672)) - Additional commits viewable in [compare view](https://github.com/firebase/firebase-admin-node/compare/v7.4.0...v8.7.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 #66.