Skip to content

Bump firebase-admin from 9.12.0 to 10.0.0 #260

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

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2021

Bumps firebase-admin from 9.12.0 to 10.0.0.

Release notes

Sourced from firebase-admin's releases.

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)
Commits

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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 15, 2021
@JonathanLeeWH
Copy link
Contributor

To resolve Issue #224 Migrate to firebase-admin v10 from nested namespaces to modular entry points

@JonathanLeeWH JonathanLeeWH linked an issue Oct 15, 2021 that may be closed by this pull request
@JonathanLeeWH JonathanLeeWH modified the milestone: Version 1.0.0 Oct 15, 2021
@JonathanLeeWH JonathanLeeWH added firebase Related to firebase priority.high High priority code quality Related to code quality labels Oct 15, 2021
@JonathanLeeWH JonathanLeeWH added this to the Version 1.0.0 milestone Oct 15, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/firebase-admin-10.0.0 branch from de74312 to 5bdfb13 Compare October 15, 2021 10:31
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/firebase-admin-10.0.0 branch from 5bdfb13 to 097fd78 Compare October 25, 2021 03:40
@JonathanLeeWH
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/firebase-admin-10.0.0 branch from 097fd78 to e835634 Compare October 27, 2021 10:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/firebase-admin-10.0.0 branch from e835634 to 7f4e064 Compare November 16, 2021 12:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/firebase-admin-10.0.0 branch from 7f4e064 to f103fef Compare December 8, 2021 03:40
Bumps [firebase-admin](https://github.com/firebase/firebase-admin-node) from 9.12.0 to 10.0.0.
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Commits](firebase/firebase-admin-node@v9.12.0...v10.0.0)

---
updated-dependencies:
- dependency-name: firebase-admin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/firebase-admin-10.0.0 branch from f103fef to 9885d07 Compare December 11, 2021 09:10
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2021

Superseded by #297.

@dependabot dependabot bot closed this Dec 16, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/firebase-admin-10.0.0 branch December 16, 2021 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Related to code quality dependencies Pull requests that update a dependency file firebase Related to firebase javascript Pull requests that update Javascript code priority.high High priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

To migrate firebase-admin version 10 modular sdk
1 participant