hendrysadrak / firestore-store

express-session store for Firebase Cloud Firestore
https://npm.im/firestore-store
MIT License
48 stars 3 forks source link

Bump firebase-admin from 9.11.1 to 10.0.1 #81

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps firebase-admin from 9.11.1 to 10.0.1.

Release notes

Sourced from firebase-admin's releases.

Firebase Admin Node.js SDK v10.0.1

Bug Fixes

  • fix(firestore): Expose more types from gcp firestore
  • fix(auth): Add user disabled error code. (#1506)
  • fix(auth): Remove request body for deleteTenant (#1461)

Miscellaneous

  • [chore] Release 10.0.1 (#1520)
  • Add new Firestore types exposed from the admin firestore module (#1519)
  • Update base-auth.ts (#1501)
  • Update multi-tenancy integration tests to run against auth emulator (#1453)
  • build(deps-dev): bump mocha from 8.4.0 to 9.1.2 (#1440)
  • build(deps): bump @​types/node from 16.10.2 to 16.11.0 (#1464)
  • build(deps-dev): bump @​types/mocha from 8.2.2 to 9.0.0 (#1397)

Firebase Admin Node.js SDK v10.0.0

Breaking Changes

  • change: Dropped support for Node.js 10. Developers should use Node.js 12 or up when deploying the Admin SDK (#1445).

New Features

  • Admin SDK now offers a series of ES module entry points (e.g. firebase-admin/app, firebase-admin/auth etc)
  • New module entry points can be used in native ESM runtimes.
  • Developers are recommended to use the new entry points, and migrate out of the namespaced API.

Bug Fixes

  • fix: Using Node 12 for nightly builds (#1460)

Miscellaneous

  • [chore] Release 10.0.0 (#1462)
  • chore: Enabled tsdoc error checking (#1459)
  • Revert "Remove request body for deleteTenant (#1452)" (#1456)
  • Remove request body for deleteTenant (#1452)

Firebase Admin Node.js SDK v9.12.0

New Features

  • feat(rc): Add Remote Config Parameter Value Type Support (#1424)

Bug Fixes

  • fix(fac): Verify Token: Change the jwks cache duration from 1 day to 6 hours (#1439)
  • fix(rtdb): Changed admin.database to use database-compat package (#1437)

Miscellaneous

... (truncated)

Commits
  • 7b15b27 [chore] Release 10.0.1 (#1520)
  • e9b1d60 Add new Firestore types exposed from the admin firestore module (#1519)
  • 0e44972 fix(firestore): Expose more types from gcp firestore
  • 7ce2345 fix(auth): Add user disabled error code. (#1506)
  • aea280d Update base-auth.ts (#1501)
  • b26501b Update multi-tenancy integration tests to run against auth emulator (#1453)
  • 4bef8fa fix(auth): Remove request body for deleteTenant (#1461)
  • 79769d0 build(deps-dev): bump mocha from 8.4.0 to 9.1.2 (#1440)
  • cce6b65 build(deps): bump @​types/node from 16.10.2 to 16.11.0 (#1464)
  • 7fb6e2c build(deps-dev): bump @​types/mocha from 8.2.2 to 9.0.0 (#1397)
  • 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[bot] commented 2 years ago

Superseded by #84.