Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

fix(deps): update dependency firebase-admin to v8.13.0 #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 11, 2019

This PR contains the following updates:

Package Type Update Change
firebase-admin (source) dependencies minor 8.0.0 -> 8.13.0

Release Notes

firebase/firebase-admin-node

v8.13.0

Compare Source

New Features
  • feat(rc): Add Remote Config Version Management API (#​920)
Bug Fixes
  • fix(auth): Migrated IAM sign endpoint to iamcredentials.googleapis.com (#​916)
  • fix(auth): Fixing flaky deleteUsers() integration tests (#​917)
  • fix: Upgraded node-forge and jsonwebtoken dependencies (#​912)
  • fix(auth): Add interfaces for UserProviderRequest and Metadata used in UserImportRecord (#​909)
  • fix: Fixed faulty metadata for the send-tweet Action (#​908)
  • fix(auth): Properly parse the lastRefreshTime. (#​888)
Miscellaneous
  • [chore] Release 8.13.0 (#​925)
  • Add integration tests for RC manage version operations (#​914)
  • Add another missing RC type to toc.yaml (#​924)
  • Add new RC types in toc.yaml (#​923)
  • Fixed a flaky auth integration test by retrying the GetUser() API call (#​907)
  • Bump websocket-extensions from 0.1.3 to 0.1.4 (#​900)
  • Fixing Firebase ML integration tests (#​899)
  • fixing tests with unhandled promises (#​894)
  • Rectified issues in comments for NotificationMessagePayload (#​879)
  • chore: Running CI workflow on pull_request (#​886)

v8.12.1

Compare Source

Miscellaneous
  • [chore] Release 8.12.1 (#​883)
  • Mark UserMetadata::lastRefreshTime as optional. (#​881)
  • Remove type aliases from toc.yaml (#​877)

v8.12.0

Compare Source

New Features
  • feat(auth): Add bulk get/delete methods (#​726)
Miscellaneous
  • [chore] Release 8.12.0 (#​878)
  • Bump jquery from 3.4.1 to 3.5.0 (#​873)
  • Fixed lint (#​868)
  • Refines UserRecord.customClaims type. (#​866)
  • Generate camelcase doc paths for machineLearning module (#​863)
  • Fix typo in release.yml (#​862)

v8.11.0

Compare Source

New Features
  • feat: Remote Config Management API (#​845)
  • feat(machine-learning): Adding Firebase ML management APIs (#​850)
Bug Fixes
Miscellaneous
  • [chore] Release 8.11.0 (#​861)
  • Update toc.yaml (#​860)
  • Update Database types (#​830)
  • Bump minimist from 1.2.0 to 1.2.3 (#​839)
  • chore: Cleaning up package verification scripts (#​822)
  • chore: Splitting the index.d.ts file into smaller files (#​751)
  • Fixing Android notification options descriptions (#​820)
  • Bump acorn from 6.1.1 to 6.4.1 (#​815)

v8.10.0

Compare Source

New Features
  • feat(auth): Multi-factor Auth support with SMS for Google Cloud Identity Platform (#​804)
Miscellaneous
  • [chore] Release 8.10.0 (take 2) (#​812)
  • [chore] Release 8.10.0 (#​811)
  • chore: Adding a .npmrc file to the root of the repo (#​810)
  • Defines MultiFactor{Create|Update}Settings interfaces. (#​809)
  • Removes special char from index.d.ts. (#​808)
  • Defines new MFA types in toc.yaml. (#​807)
  • Fix revokeRefreshTokens to round consistently with the other platforms. (#​801)
  • Build integration tests during CI (and release) (#​800)
  • Fix compilation error in integration tests (#​798)
  • chore: Enabling more ESLint checks and fixing errors (#​797)
  • Enabling additional ESLint checks (#​794)
  • chore: Migrated to ESlint (#​790)
  • chore: Experimental release flow based on Actions (#​780)
  • Improve customClaims Typing (#​768)
  • Custom Action for sending Tweets (#​784)

v8.9.2

Compare Source

  • Fixed a credential loading issue that prevented some functions from being deployed via the Firebase CLI.

v8.9.1

Compare Source

Authentication
  • [Fixed] Fixed the inability to discover the project ID when running on GCP managed environments.

v8.9.0

Compare Source

  • Fixed a bug in the admin.instanceId().deleteInstanceId() API that caused errors even when the operation completed successfully in the backend.
  • Upgraded the @google-cloud/firestore dependency to v3.0.0. See Firestore release notes for more details.
Cloud Messaging
  • The sendMulticast() API now correctly copies the fcmOptions when sending a message to multiple recipients.
Realtime Database
  • Upgraded the @firebase/database dependency to v0.5.17.

v8.8.0

Compare Source

Cloud Firestore
  • [Feature] Upgraded @google-cloud/firestore dependency version to 2.6.0.
    Thanks arjunyel for the contribution.
Cloud Storage
  • [Changed] Upgraded @google-cloud/storage dependency version to 4.1.2. This version contains some minor breaking changes. Check the release notes of the dependency for more information. Thanks arjunyel for the contribution.
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.

v8.7.0

Compare Source

Cloud Messaging
  • Added a series of new parameters to the AndroidNotification class
    that allow further customization of notifications that target Android devices.

v8.6.1

Compare Source

Authentication
  • [Fixed]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() API to accept null.

v8.6.0

Compare Source

  • [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.

v8.5.0

Compare Source

Authentication
  • [Feature] Added multi-tenancy support to the authentication service (Google Cloud Identity Platform project required). Tenant related APIs are exposed via tenantManager() on the 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.

v8.4.0

Compare Source

Cloud Messaging
  • [Feature] Added support for specifying the analytics label for notifications. Thanks chemidy for the contribution.

v8.3.0

Compare Source

Realtime Database
Authentication
  • Implemented additional argument validation in the admin.auth().importUsers() API.
Cloud Storage
  • Upgraded the @google-cloud/storage dependency to v3.0.0. This new major version drops support for Node.js versions older than v8. Since firebase-admin already supports only Node.js v8 and above, this does not have a noticeable impact on users of the Admin SDK.

v8.2.0

Compare Source

  • Updated the metadata server URL (used by the application default credentials) to the v1 endpoint. This makes it possible to use the SDK in Google Kubernetes Engine again.
Realtime Database
  • Upgraded the @firebase/database dependency to v0.4.4.
Cloud Messaging
  • Gracefully handling array-like objects in messaging.sendAll() and messaging.sendMulticast() APIs.

v8.1.0

Compare Source

  • The SDK now automatically retries HTTP calls failing due to 503 errors.
Project Management

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Jun 11, 2019

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/particular/demo-shopify-oauth/7dmoieaw8
✅ Preview: https://demo-shopify-oauth-git-renovate-firebase-admin-8x.particular.vercel.app

@renovate renovate bot force-pushed the renovate/firebase-admin-8.x branch from 5e16dee to 7fe80a2 Compare June 19, 2019 17:27
@renovate renovate bot changed the title fix(deps): update dependency firebase-admin to v8.1.0 fix(deps): update dependency firebase-admin to v8.2.0 Jun 19, 2019
@renovate renovate bot force-pushed the renovate/firebase-admin-8.x branch from 7fe80a2 to 4fc77e9 Compare July 24, 2019 18:17
@renovate renovate bot changed the title fix(deps): update dependency firebase-admin to v8.2.0 fix(deps): update dependency firebase-admin to v8.3.0 Jul 24, 2019
@renovate renovate bot force-pushed the renovate/firebase-admin-8.x branch from 4fc77e9 to 0ef5479 Compare September 5, 2019 04:57
@renovate renovate bot changed the title fix(deps): update dependency firebase-admin to v8.3.0 fix(deps): update dependency firebase-admin to v8.4.0 Sep 5, 2019
@renovate renovate bot force-pushed the renovate/firebase-admin-8.x branch from 0ef5479 to 373dab3 Compare September 7, 2019 13:58
@renovate renovate bot changed the title fix(deps): update dependency firebase-admin to v8.4.0 fix(deps): update dependency firebase-admin to v8.5.0 Sep 7, 2019
@renovate renovate bot force-pushed the renovate/firebase-admin-8.x branch from 373dab3 to 80c42d7 Compare October 5, 2019 09:53
@renovate renovate bot changed the title fix(deps): update dependency firebase-admin to v8.5.0 fix(deps): update dependency firebase-admin to v8.6.0 Oct 5, 2019
@renovate renovate bot force-pushed the renovate/firebase-admin-8.x branch from 80c42d7 to e43ee56 Compare November 10, 2019 23:59
@renovate renovate bot changed the title fix(deps): update dependency firebase-admin to v8.6.0 fix(deps): update dependency firebase-admin to v8.7.0 Nov 10, 2019
@renovate renovate bot force-pushed the renovate/firebase-admin-8.x branch from e43ee56 to 72a38b9 Compare November 21, 2019 13:26
@renovate renovate bot changed the title fix(deps): update dependency firebase-admin to v8.7.0 fix(deps): update dependency firebase-admin to v8.8.0 Nov 21, 2019
@renovate renovate bot changed the title fix(deps): update dependency firebase-admin to v8.8.0 fix(deps): update dependency firebase-admin to v8.9.0 Dec 22, 2019
@renovate renovate bot force-pushed the renovate/firebase-admin-8.x branch from 72a38b9 to 9e6ff4a Compare December 22, 2019 06:48
@renovate renovate bot force-pushed the renovate/firebase-admin-8.x branch from 9e6ff4a to e91517c Compare January 18, 2020 19:56
@renovate renovate bot changed the title fix(deps): update dependency firebase-admin to v8.9.0 fix(deps): update dependency firebase-admin to v8.9.1 Jan 18, 2020
@renovate renovate bot force-pushed the renovate/firebase-admin-8.x branch from e91517c to eab9cbc Compare February 8, 2020 18:57
@renovate renovate bot changed the title fix(deps): update dependency firebase-admin to v8.9.1 fix(deps): update dependency firebase-admin to v8.9.2 Feb 8, 2020
@renovate renovate bot force-pushed the renovate/firebase-admin-8.x branch from eab9cbc to adc2440 Compare May 2, 2020 17:59
@renovate renovate bot changed the title fix(deps): update dependency firebase-admin to v8.9.2 fix(deps): update dependency firebase-admin to v8.11.0 May 2, 2020
@renovate renovate bot force-pushed the renovate/firebase-admin-8.x branch from adc2440 to 048a7dd Compare May 7, 2020 23:00
@renovate renovate bot changed the title fix(deps): update dependency firebase-admin to v8.11.0 fix(deps): update dependency firebase-admin to v8.12.0 May 7, 2020
@renovate renovate bot force-pushed the renovate/firebase-admin-8.x branch from 048a7dd to 1ab55db Compare May 15, 2020 09:58
@renovate renovate bot changed the title fix(deps): update dependency firebase-admin to v8.12.0 fix(deps): update dependency firebase-admin to v8.12.1 May 15, 2020
@renovate renovate bot force-pushed the renovate/firebase-admin-8.x branch from 1ab55db to 52a68d3 Compare July 1, 2020 12:49
@renovate renovate bot changed the title fix(deps): update dependency firebase-admin to v8.12.1 fix(deps): update dependency firebase-admin to v8.13.0 Jul 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant