Skip to content

fix(deps): update dependency firebase-admin to v14 - #385

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/firebase-admin-14.x
Closed

renovate[bot] wants to merge 1 commit into
masterfrom
renovate/firebase-admin-14.x

Conversation

@renovate

@renovate renovate Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
firebase-admin (source) ^11.11.1^14.3.0 age confidence

Release Notes

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

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

Compare Source

New Features
  • feat(dataconnect): update "X-Client-Version" header value to match the Node/Admin/{version} convention (#​3230)
  • feat(dataconnect): add "X-Firebase-Sqlconnect-Affinity" header for GSLB soft stickiness (#​3227)
  • feat(dataconnect): add "X-Client-Version" header for cloud monitoring (#​3222)
Miscellaneous

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

Compare Source

New Features
  • feat(functions): Implement TaskQueue Scopes (#​3210)
Bug Fixes
  • fix(dataconnect): Refactor CRUD helpers to use GraphQL variables and @allow directive (#​3182)
Miscellaneous
  • [chore] Release 14.2.0 (#​3213)
  • build(deps): bump websocket-driver from 0.7.4 to 0.7.5 (#​3212)
  • build(deps-dev): bump @​types/node from 26.0.0 to 26.1.1 (#​3207)
  • build(deps-dev): bump nock from 14.0.15 to 14.0.16 (#​3202)
  • fix zizmor findings (#​3200)
  • Security Audit & Remediation: GitHub Actions (#​3192)
  • Security audit: remove unused dependencies and remediate dev vulnerabilities (#​3191)
  • build(deps-dev): bump mocha from 11.7.5 to 11.7.6 (#​3196)
  • build(deps-dev): bump @​types/jsonwebtoken from 8.5.1 to 8.5.9 (#​3195)
  • build(deps-dev): bump eslint from 10.4.1 to 10.5.0 (#​3197)
  • build(deps): bump google-auth-library from 10.7.0 to 10.9.0 (#​3198)

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

Compare Source

New Features
  • feat(fcm): Enable fid and deprecate token for Send API (#​3145)
Bug Fixes
  • fix(dataconnect): fix deserialization of emulator gRPC error codes into detailed errors (#​3180)
Miscellaneous

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)

v13.10.0: Firebase Admin Node.js SDK v13.10.0

Compare Source

New Features
  • feat(appcheck): Add support for minting limited-use tokens and custom JTI (#​3027)
Bug Fixes
  • fix: Replace node-forge with native crypto for private key validation (#​3051)
Miscellaneous
  • [chore] Release 13.10.0 (#​3146)
  • add node prefix to crypto imports (#​3144)
  • chore: remove uuid dependency (#​3130)
  • build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 (#​3134)
  • build(deps): bump protobufjs from 7.5.5 to 7.5.8 (#​3141)
  • build(deps): bump fast-uri from 3.1.0 to 3.1.2 (#​3135)

v13.9.0: Firebase Admin Node.js SDK v13.9.0

Compare Source

New Features
  • feat(remote-config): add optional exposurePercent field to ExperimentValue (#​3096)
Miscellaneous

v13.8.0: Firebase Admin Node.js SDK v13.8.0

Compare Source

New Features
  • feat(pnv): Add support for Phone Number Verification (#​3101)
  • feat(fcm): Add bandwidthConstrainedOk and restrictedSatelliteOk (#​2994)
Miscellaneous

v13.7.0: Firebase Admin Node.js SDK v13.7.0

Compare Source

New Features
  • feat(rc): Support Rollout, Personalization, and Experiment values (#​3046)
Bug Fixes
Miscellaneous

v13.6.1: Firebase Admin Node.js SDK v13.6.1

Compare Source

Bug Fixes
  • fix: Refactor isURL() to use Built-in URL Constructor (#​3061)
  • fix(data-connect): correctly serialize strings with special characters (#​3056)
Miscellaneous
  • [chore] Release 13.6.1 (#​3063)
  • build(deps): bump jws (#​3029)
  • chore: Update release workflows for push triggers (#​3062)
  • build(deps-dev): bump lodash from 4.17.21 to 4.17.23 (#​3057)
  • build(deps-dev): bump mocha from 11.7.1 to 11.7.5 (#​3012)
  • chore: Update github actions workflows and integration test resources (#​3052)
  • chore: Rename default branch to (#​3033)
  • build(deps): bump node-forge from 1.3.1 to 1.3.2 (#​3024)
  • build(deps): bump glob from 10.4.5 to 10.5.0 (#​3019)
  • build(deps-dev): bump bcrypt and @​types/bcrypt (#​3015)
  • fix validate unit tests (#​3009)

v13.6.0: Firebase Admin Node.js SDK v13.6.0

Compare Source

New Features
  • feat(dc): Add executeQuery and executeMutation APIs to Data Connect (#​2979)
Miscellaneous

v13.5.0: Firebase Admin Node.js SDK v13.5.0

Compare Source

New Features
  • feat: initializeApp idempotency (#​2947)
  • feat(fcm): Support apns.live_activity_token field in FCM ApnsConfig (#​2891)
Miscellaneous

v13.4.0: Firebase Admin Node.js SDK v13.4.0

Compare Source

New Features
  • feat(fdc): Data Connect Bulk Import (#​2905)
Miscellaneous

v13.3.0: Firebase Admin Node.js SDK v13.3.0

Compare Source

New Features
  • feat(fcm): Support proxy field in FCM AndroidNotification (#​2874)
Bug Fixes
  • fix(fcm): Provide inner errors from a session AggregateError to remove ambiguity (#​2879)
  • fix(fcm): Wrap HTTP/2 session errors in promise (#​2868)
Miscellaneous

v13.2.0: Firebase Admin Node.js SDK v13.2.0

Compare Source

New Features
  • feat(fdc): Add support for Data Connect Impersonation (#​2844)
Bug Fixes
  • fix(functions): Use emulated credentials when connecting to the emulator (#​2857)
  • fix(dc): Use emulated credentials with Data Connect Emulator (#​2853)
  • fix: equality comparison for semantic version when number of segments = max allowed segments (#​2794)
Miscellaneous

v13.1.0: Firebase Admin Node.js SDK v13.1.0

Compare Source

New Features
  • feat(auth): Added FDL deprecation support for Firebase Auth (#​2752)
Miscellaneous

v13.0.2: Firebase Admin Node.js SDK v13.0.2

Compare Source

Bug Fixes
  • fix(auth): Fix credentials issue in createToken() when using ADC (#​2801)
Miscellaneous

v13.0.1: Firebase Admin Node.js SDK v13.0.1

Compare Source

Bug Fixes
  • fix: Fix the property names when initializing the SDK with ServiceAccount type (#​2779)
Miscellaneous

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

Compare Source

Breaking Changes
  • change(rc): Update Remote Config condition evaluation hashing (#​2760)
  • change(fcm): Remove deprecated FCM APIs (#​2759)
  • change: Update Node support to 18 (#​2756)
  • change: Migrate credentials to use google-auth-library (#​2466)
New Features
  • feat(fcm): Add directBootOk field to AndroidConfig (#​2745)
Bug Fixes
  • fix: Set the Quota Project ID only for ADC human accounts (#​2761)
Miscellaneous
  • [chore] Release 13.0.0 (#​2764)
  • build(deps): bump uuid from 11.0.2 to 11.0.3 (#​2767)
  • build(deps-dev): bump nock from 13.5.5 to 13.5.6 (#​2766)
  • chore: Add X-Goog-Api-Client metric header to outgoing authorized http requests (#​2763)
  • chore: Upgrade dependencies (#​2757)
  • Request timeout const name correction (#​2743)
  • build(deps-dev): bump @​firebase/app-compat from 0.2.43 to 0.2.45 (#​2746)

v12.7.0: Firebase Admin Node.js SDK v12.7.0

Compare Source

New Features
  • feat(auth): Add recaptcha and sms toll fraud support for phone auth (#​2625)
Bug Fixes
  • fix: Pin @firebase/database-compat to v1.0.8 (#​2739)
Miscellaneous

v12.6.0: Firebase Admin Node.js SDK v12.6.0

Compare Source

New Features
Bug Fixes
  • fix(auth): Add missing Math.floor() when setting validDuration in createSessionCookie() (#​2712)
Miscellaneous

v12.5.0: Firebase Admin Node.js SDK v12.5.0

Compare Source

New Features
Bug Fixes
  • fix: updating comments with VibrateTimingsMillis and defaultVibrateTimings instead of vibrate_timings and default_vibrate_timings (#​2598)
  • fix: support httpAgent in JwksFetcher (#​2689)
Miscellaneous
  • [chore] Release 12.5.0 Take 2 (#​2703)
  • [chore] Release 12.5.0 (#​2702)
  • chore: Upgrade actions/upload-artifact@​v4 (#​2700)
  • build(deps): bump actions/download-artifact in /.github/workflows (#​2694)
  • Create CHANGELOG.md (#​2626)

v12.4.0: Firebase Admin Node.js SDK v12.4.0

Compare Source

Miscellaneous

v12.3.1: Firebase Admin Node.js SDK v12.3.1

Compare Source

Bug Fixes
  • fix: getToken() returns existing promise to a token if one exists instead of a new token. (#​2648)
Miscellaneous

v12.3.0: Firebase Admin Node.js SDK v12.3.0

Compare Source

New Features
  • feat(fcm): Add HTTP2 support for sendEach() and sendEachForMulticast() (#​2550)
Miscellaneous

v12.2.0: Firebase Admin Node.js SDK v12.2.0

Compare Source

Breaking Changes
  • change: Deprecate Node.js 16 support (#​2574)
Bug Fixes
  • fix: Replace farmhash with farmhash-modern (#​2603)
  • fix: Make ADC + human account work with firebase-admin (#​2553)
  • fix: Use optional chaining in FirebaseError (#​2581)
Miscellaneous

v12.1.1: Firebase Admin Node.js SDK v12.1.1

Compare Source

Bug Fixes
Miscellaneous

v12.1.0: Firebase Admin Node.js SDK v12.1.0

Compare Source

New Features
  • feat(rc): Add server side Remote Config support (#​2529)
Miscellaneous
  • [chore] Release 12.1.0 ([#​2532](https

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 7am on the first day of the month"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Sep 1, 2026
@renovate

renovate Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: functions/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: firebase-functions@4.9.0
npm error Found: firebase-admin@14.3.0
npm error node_modules/firebase-admin
npm error   firebase-admin@"^14.3.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer firebase-admin@"^10.0.0 || ^11.0.0 || ^12.0.0" from firebase-functions@4.9.0
npm error node_modules/firebase-functions
npm error   firebase-functions@"^4.9.0" from the root project
npm error
npm error Conflicting peer dependency: firebase-admin@12.7.0
npm error node_modules/firebase-admin
npm error   peer firebase-admin@"^10.0.0 || ^11.0.0 || ^12.0.0" from firebase-functions@4.9.0
npm error   node_modules/firebase-functions
npm error     firebase-functions@"^4.9.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-09-01T14_41_39_677Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-09-01T14_41_39_677Z-debug-0.log

@leomp12 leomp12 closed this Sep 2, 2026
@leomp12
leomp12 deleted the renovate/firebase-admin-14.x branch September 2, 2026 12:48
@renovate

renovate Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 14.x releases. But if you manually upgrade to 14.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant