Skip to content

build: update dependency firebase-admin to v14#3775

Open
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/firebase-admin-14-x
Open

build: update dependency firebase-admin to v14#3775
angular-robot wants to merge 1 commit into
angular:mainfrom
angular-robot:ng-renovate/firebase-admin-14-x

Conversation

@angular-robot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
firebase-admin (source) 13.10.014.0.0 age adoption passing confidence

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

Release Notes

firebase/firebase-admin-node (firebase-admin)

v14.0.0: Firebase Admin Node.js SDK v14.0.0

Compare Source

Breaking Changes
  • change(instance-id): Remove deprecated Instance ID service (#​3166)
  • change: Remove Deprecated Legacy Namespace Support (#​3164)
  • change(fcm): Drop legacy messaging types (#​3157)
  • change: Drop support for Node.js 18 and 20 (v14) (#​3138)
New Features
  • feat(auth): Enhance emulator support across authentication classes (#​3080)
  • feat(core): Error Handling Revamp (v14) (#​3140)
Bug Fixes
  • fix(functions): store CLOUD_TASKS_EMULATOR_HOST at construction time (#​3167)
  • fix(auth): Decouple CreateRequest interface from UpdateRequest (#​3165)
  • fix(auth): skip project config name assertion when using the Auth emulator (#​3142)
  • fix(api-request): replace deprecated url.parse() with WHATWG URL (#​3124)
  • fix: resolve failing getApplicationDefault unit tests in gcloud SDK environment (#​3163)
  • fix(fcm): Map topic subscription RESOURCE_EXHAUSTED server code to new TOPICS_SUBSCRIPTION_RATE_EXCEEDED SDK error code (#​3148)
Miscellaneous
  • [chore] Release 14.0.0 (#​3171)
  • build: upgrade compilation target and lib to ES2021 (#​3172)
  • build(deps): bump @​tootallnate/once from 2.0.0 to 2.0.1 (#​3160)
  • build(deps): bump fast-uri from 3.1.0 to 3.1.2 (#​3168)
  • build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 (#​3169)
  • chore: fixed api docs typos and omissions (#​3170)
  • build(deps-dev): bump eslint from 10.3.0 to 10.4.1 (#​3155)
  • Merge pull request #​3162 from firebase/v14
  • chore(deps): bump jwks-rsa to 4.0.1 (#​3125)
  • fix package.json
  • chore: Drop send-tweet and upgrade GitHub Actions (#​3158)
  • chore: upgrade nock to v14 and fix api-request unit tests (#​3153)
  • chore: bump eslint to 10.3.0 and migrate to flat config (#​3150)
  • build(deps-dev): bump sinon from 18.0.1 to 22.0.0 (#​3149)
  • chore(deps): bump jwks-rsa to 4.0.1 (#​3125)
  • chore: Upgrade dependencies for v14 (#​3137)

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Jun 10, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request upgrades the pnpm version from 11.5.1 to 11.5.2 across multiple Bazel configuration files and updates firebase-admin to 14.0.0 in the functions application, along with corresponding lockfile changes. Feedback indicates that upgrading firebase-admin to 14.0.0 introduces a peer dependency conflict with firebase-functions@7.2.5, which only supports up to version 13. It is recommended to either upgrade firebase-functions as well or revert firebase-admin to 13.10.0.

Comment on lines +17 to 18
"firebase-admin": "14.0.0",
"firebase-functions": "7.2.5",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Upgrading firebase-admin to 14.0.0 introduces a peer dependency conflict with firebase-functions@7.2.5, which only supports firebase-admin versions ^11.10.0 || ^12.0.0 || ^13.0.0. To resolve this conflict, either upgrade firebase-functions to a version that supports firebase-admin v14, or revert firebase-admin to 13.10.0.

Suggested change
"firebase-admin": "14.0.0",
"firebase-functions": "7.2.5",
"firebase-admin": "13.10.0",
"firebase-functions": "7.2.5",

@angular-robot angular-robot force-pushed the ng-renovate/firebase-admin-14-x branch from 1f0a4a8 to 52ac92a Compare June 10, 2026 18:17
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/firebase-admin-14-x branch from 52ac92a to 3dbe2df Compare June 11, 2026 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant