build: update dependency firebase-admin to v14#3775
Conversation
There was a problem hiding this comment.
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.
| "firebase-admin": "14.0.0", | ||
| "firebase-functions": "7.2.5", |
There was a problem hiding this comment.
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.
| "firebase-admin": "14.0.0", | |
| "firebase-functions": "7.2.5", | |
| "firebase-admin": "13.10.0", | |
| "firebase-functions": "7.2.5", |
9b159d1 to
7bea6e4
Compare
2c76c7b to
6c5947c
Compare
b5c772a to
fd91188
Compare
fd91188 to
6f7af94
Compare
See associated pull request for more information.
6f7af94 to
ea6cc8d
Compare
This PR contains the following updates:
13.10.0→14.1.0Release Notes
firebase/firebase-admin-node (firebase-admin)
v14.1.0: Firebase Admin Node.js SDK v14.1.0Compare Source
New Features
fidand deprecatetokenfor Send API (#3145)Bug Fixes
Miscellaneous
v14.0.0: Firebase Admin Node.js SDK v14.0.0Compare Source
Breaking Changes
New Features
Bug Fixes
CLOUD_TASKS_EMULATOR_HOSTat construction time (#3167)CreateRequestinterface fromUpdateRequest(#3165)RESOURCE_EXHAUSTEDserver code to newTOPICS_SUBSCRIPTION_RATE_EXCEEDEDSDK error code (#3148)Miscellaneous
send-tweetand upgrade GitHub Actions (#3158)