Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump firebase-admin from 9.6.0 to 9.9.0 #174

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps firebase-admin from 9.6.0 to 9.9.0.

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v9.9.0

Breaking Changes

  • change: The Admin SDK now requires Node.js 10.13.0 or higher. (#1300)

New Features

  • feat(auth): Added code flow support for OIDC flow. (#1220)

Bug Fixes

  • fix(auth): make MFA uid optional for updateUser operations (#1278)
  • fix: Revert regression introduced in #1257 (#1277)

Miscellaneous

  • [chore] Release 9.9.0 (#1302)
  • Fixed integration test failure of skipped tests (#1299)
  • chore: Teporarily disabling sendToDeviceGroup integration test (#1292)
  • build(deps-dev): bump @​microsoft/api-extractor from 7.11.2 to 7.15.2 (#1291)
  • build(deps-dev): bump chalk from 1.1.3 to 4.1.1 (#1288)
  • build(deps-dev): bump nyc from 14.1.1 to 15.1.0 (#1290)
  • build(deps-dev): bump sinon from 9.0.2 to 9.2.4 (#1289)
  • build(deps-dev): bump run-sequence from 1.2.2 to 2.2.1 (#1282)
  • build(deps-dev): bump gulp-header from 1.8.12 to 2.0.9 (#1283)
  • chore: Remove gulp-replace dependency (#1285)
  • chore: Enabled dependabot (#1279)
  • build(deps): bump jose from 2.0.4 to 2.0.5 (#1265)
  • build(deps): bump handlebars from 4.7.6 to 4.7.7 (#1253)

Firebase Admin Node.js SDK v9.8.0

Bug Fixes

  • fix: adds missing EMAIL_NOT_FOUND error code (#1246)

Miscellaneous

  • [chore] Release 9.8.0 (#1266)
  • Fix @​types/node conflict with grpc and port type (#1258)
  • build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#1260)
  • feat: Add abuse reduction support (#1264)
  • Fix storage emulator env formatting (#1257)
  • build(deps): bump y18n from 3.2.1 to 3.2.2 (#1208)
  • chore: Upgraded RTDB and other @​firebase dependencies (#1250)
  • build(deps-dev): bump lodash from 4.17.19 to 4.17.21 (#1255)

Firebase Admin Node.js SDK v9.7.0

Bug Fixes

  • fix(rtdb): Fixing a token refresh livelock in Cloud Functions (#1234)

... (truncated)

Commits
  • c529496 [chore] Release 9.9.0 (#1302)
  • f914f92 Fixed integration test failure of skipped tests (#1299)
  • 03c66d8 Update supported Node version to 10.13.0v (#1300)
  • 1d2ff69 feat(auth): Added code flow support for OIDC flow. (#1220)
  • 7afaf6c chore: Teporarily disabling sendToDeviceGroup integration test (#1292)
  • 9d87537 build(deps-dev): bump @​microsoft/api-extractor from 7.11.2 to 7.15.2 (#1291)
  • d6dcf9e build(deps-dev): bump chalk from 1.1.3 to 4.1.1 (#1288)
  • a549a6c build(deps-dev): bump nyc from 14.1.1 to 15.1.0 (#1290)
  • 89387c1 build(deps-dev): bump sinon from 9.0.2 to 9.2.4 (#1289)
  • df3b398 build(deps-dev): bump run-sequence from 1.2.2 to 2.2.1 (#1282)
  • Additional commits viewable in compare view

Dependabot compatibility score

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:

  • 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 dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 27, 2021
@vercel
Copy link

vercel bot commented May 27, 2021

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/msroed/sdv/Fvvzviqx5hV7cUcFZZEdFN9g2YAS
✅ Preview: https://sdv-git-dependabot-npmandyarnfirebase-admin-990-msroed.vercel.app

@dependabot-preview
Copy link
Contributor Author

Superseded by #187.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/firebase-admin-9.9.0 branch June 25, 2021 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants