Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: firebase/firebase-admin-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v10.3.0
Choose a base ref
...
head repository: firebase/firebase-admin-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.0.0
Choose a head ref
  • 9 commits
  • 17 files changed
  • 2 contributors

Commits on Jun 14, 2022

  1. change: Upgrade Firestore and Storage Dependencies (#1760)

    - Upgraded Firestore and Storage dependencies to their latest versions. As a result the following updates were also needed.
    - Upgrade TypeScript to 4.x [breaking change!]
    - Update the target settings in tsconfig. Since we drop support for Node.js 12, adopted the optimal settings for Node.js 14.
    - Dropped support for Node.js 12 and updated the CIs to run on Node.js 14. Will also add Node.js 16 in a future PR.
    lahirumaramba authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    5de2864 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump @firebase/database-types from 0.9.8 to 0.9.9 (#1763)

    Bumps [@firebase/database-types](https://github.com/firebase/firebase-js-sdk/tree/HEAD/packages/database-types) from 0.9.8 to 0.9.9.
    - [Release notes](https://github.com/firebase/firebase-js-sdk/releases)
    - [Changelog](https://github.com/firebase/firebase-js-sdk/blob/master/packages/database-types/CHANGELOG.md)
    - [Commits](https://github.com/firebase/firebase-js-sdk/commits/@firebase/database-types@0.9.9/packages/database-types)
    
    ---
    updated-dependencies:
    - dependency-name: "@firebase/database-types"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    cc6ddce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9640f96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be97c57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79bc1da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2adce95 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a322944 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6afd6dc View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. [chore] Release 11.0.0 (#1770)

    Breaking change: Dropped support for Node.js 12. Developers should use Node.js 14 or higher when deploying the Admin SDK.
    
    Breaking change: Upgraded TypeScript to v4.6.4.
    
    Breaking change: Upgraded the @google-cloud/firestore package to v5. This contains breaking changes. Refer to the Cloud Firestore release notes for more details.
    
    Breaking change: Upgraded the @google-cloud/storage package to v6. This contains breaking changes. Refer to the Cloud Storage release notes for more details.
    lahirumaramba authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    5e32afd View commit details
    Browse the repository at this point in the history
Loading