firebase/firebase-admin-node
### [`v11.4.1`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.4.1): Firebase Admin Node.js SDK v11.4.1
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.4.0...v11.4.1)
##### Bug Fixes
- fix: Update jsonwebtoken to v9.0.0 ([#2025](https://togithub.com/firebase/firebase-admin-node/issues/2025))
##### Miscellaneous
- \[chore] Release 11.4.1 ([#2026](https://togithub.com/firebase/firebase-admin-node/issues/2026))
- build(deps-dev): bump mocha from 10.1.0 to 10.2.0 ([#2019](https://togithub.com/firebase/firebase-admin-node/issues/2019))
- build(deps-dev): bump [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.42.1 to 5.47.0 ([#2020](https://togithub.com/firebase/firebase-admin-node/issues/2020))
- build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#2018](https://togithub.com/firebase/firebase-admin-node/issues/2018))
### [`v11.4.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.4.0): Firebase Admin Node.js SDK v11.4.0
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.3.0...v11.4.0)
##### Breaking Changes
- change: Deprecate AutoML model support ([#2013](https://togithub.com/firebase/firebase-admin-node/issues/2013))
##### New Features
- feat(fs): preferRest app option for Firestore ([#1901](https://togithub.com/firebase/firebase-admin-node/issues/1901))
##### Bug Fixes
- fix(fcm): Increase batch send timeout to 15 seconds ([#1999](https://togithub.com/firebase/firebase-admin-node/issues/1999))
- fix: Unregister socket timeout listener to prevent MaxListenersExceededWarning ([#1993](https://togithub.com/firebase/firebase-admin-node/issues/1993))
##### Miscellaneous
- \[chore] Release 11.4.0 ([#2015](https://togithub.com/firebase/firebase-admin-node/issues/2015))
- build(deps): bump [@google-cloud/storage](https://togithub.com/google-cloud/storage) from 6.6.0 to 6.8.0 ([#2008](https://togithub.com/firebase/firebase-admin-node/issues/2008))
- build(deps): bump [@types/node](https://togithub.com/types/node) from 18.11.9 to 18.11.14 ([#2012](https://togithub.com/firebase/firebase-admin-node/issues/2012))
- build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#2009](https://togithub.com/firebase/firebase-admin-node/issues/2009))
- build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 ([#1998](https://togithub.com/firebase/firebase-admin-node/issues/1998))
- build(deps): bump qs from 6.5.2 to 6.5.3 in /.github/actions/send-tweet ([#2006](https://togithub.com/firebase/firebase-admin-node/issues/2006))
- build(deps-dev): bump eslint from 8.28.0 to 8.29.0 ([#2003](https://togithub.com/firebase/firebase-admin-node/issues/2003))
- build(deps-dev): bump [@types/lodash](https://togithub.com/types/lodash) from 4.14.186 to 4.14.191 ([#1997](https://togithub.com/firebase/firebase-admin-node/issues/1997))
- build(deps-dev): bump eslint from 8.24.0 to 8.28.0 ([#1991](https://togithub.com/firebase/firebase-admin-node/issues/1991))
- build(deps-dev): bump chai from 4.3.6 to 4.3.7 ([#1990](https://togithub.com/firebase/firebase-admin-node/issues/1990))
- build(deps-dev): bump sinon from 14.0.1 to 14.0.2 ([#1984](https://togithub.com/firebase/firebase-admin-node/issues/1984))
- build(deps-dev): bump [@firebase/auth-types](https://togithub.com/firebase/auth-types) from 0.11.0 to 0.11.1 ([#1985](https://togithub.com/firebase/firebase-admin-node/issues/1985))
- build(deps): bump [@types/node](https://togithub.com/types/node) from 18.7.23 to 18.11.9 ([#1983](https://togithub.com/firebase/firebase-admin-node/issues/1983))
firebase/firebase-tools
### [`v11.19.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.19.0)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.18.0...v11.19.0)
- Support for string list typed parameters in functions deployment ([#5137](https://togithub.com/firebase/firebase-tools/issues/5137))
- Respect .npmrc in backends spun up for web frameworks ([#5235](https://togithub.com/firebase/firebase-tools/issues/5235))
- Remove esbuild dependency, instead bundle Next.js configuration on deploy with NPX ([#5336](https://togithub.com/firebase/firebase-tools/issues/5336))
- Add sharp NPM module to Cloud Functions when using Next.js Image Optimization ([#5238](https://togithub.com/firebase/firebase-tools/issues/5238))
- Adds user-defined env vars into the functions emulator ([#5330](https://togithub.com/firebase/firebase-tools/issues/5330)).
- Support Next.js Middleware ([#5320](https://togithub.com/firebase/firebase-tools/issues/5320))
- Log the reason for a Cloud Function if needed in Next.js ([#5320](https://togithub.com/firebase/firebase-tools/issues/5320))
- Fixed service enablement when installing extensions with v2 functions ([#5338](https://togithub.com/firebase/firebase-tools/issues/5338))
- Fix bug where functions:shell command didn't connect to emulators running on other processes. ([#5269](https://togithub.com/firebase/firebase-tools/issues/5269))
- Fixed bug with Cross-Service Rules integration for Firestore documents containing nulls ([#5342](https://togithub.com/firebase/firebase-tools/issues/5342))
### [`v11.18.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.18.0)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.17.0...v11.18.0)
- Add support for Firestore TTL ([#5267](https://togithub.com/firebase/firebase-tools/issues/5267))
- Fix bug where secrets were not loaded when emulating functions with `--inpsect-functions`. ([#4605](https://togithub.com/firebase/firebase-tools/issues/4605))
- Handle Next.js rewrites/redirects/headers incompatible with `firebase.json` in Cloud Functions ([#5212](https://togithub.com/firebase/firebase-tools/issues/5212))
- Filter out Next.js prerendered routes that matches rewrites/redirects/headers rules from SSG content directory ([#5212](https://togithub.com/firebase/firebase-tools/issues/5212))
- Warn if a web framework's package.json contains anything other than the framework default build command.
- Add support for nodejs18 for Cloud Functions for Firebase ([#5319](https://togithub.com/firebase/firebase-tools/issues/5319))
### [`v11.17.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.17.0)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.16.1...v11.17.0)
- Fix bug where disabling background triggers did nothing. ([#5221](https://togithub.com/firebase/firebase-tools/issues/5221))
- Fix bug in auth emulator where empty string should throw invalid email instead of missing email. ([#3898](https://togithub.com/firebase/firebase-tools/issues/3898))
- Fix bug in auth emulator in which createdAt was not set for signInWithIdp new users. ([#5203](https://togithub.com/firebase/firebase-tools/issues/5203))
- Add region warning for emulated database functions ([#5143](https://togithub.com/firebase/firebase-tools/issues/5143))
- Default to --no-localhost when calling login from Google Cloud Workstations
- Support the x-goog-api-key header in auth emulator. ([#5249](https://togithub.com/firebase/firebase-tools/issues/5249))
- Fix bug in deploying web frameworks when a predeploy hook was configured in firebase.json ([#5199](https://togithub.com/firebase/firebase-tools/issues/5199))
- Fix bug where function deployments using --only filter sometimes failed deployments. ([#5280](https://togithub.com/firebase/firebase-tools/issues/5280))
- Fix bug where `ext:install` would sometimes fail if no version was specified. ([#5305](https://togithub.com/firebase/firebase-tools/issues/5305))
Configuration
📅 Schedule: Branch creation - "after 7am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^11.3.0
->^11.4.1
^11.16.1
->^11.19.0
Release Notes
firebase/firebase-admin-node
### [`v11.4.1`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.4.1): Firebase Admin Node.js SDK v11.4.1 [Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.4.0...v11.4.1) ##### Bug Fixes - fix: Update jsonwebtoken to v9.0.0 ([#2025](https://togithub.com/firebase/firebase-admin-node/issues/2025)) ##### Miscellaneous - \[chore] Release 11.4.1 ([#2026](https://togithub.com/firebase/firebase-admin-node/issues/2026)) - build(deps-dev): bump mocha from 10.1.0 to 10.2.0 ([#2019](https://togithub.com/firebase/firebase-admin-node/issues/2019)) - build(deps-dev): bump [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) from 5.42.1 to 5.47.0 ([#2020](https://togithub.com/firebase/firebase-admin-node/issues/2020)) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#2018](https://togithub.com/firebase/firebase-admin-node/issues/2018)) ### [`v11.4.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v11.4.0): Firebase Admin Node.js SDK v11.4.0 [Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v11.3.0...v11.4.0) ##### Breaking Changes - change: Deprecate AutoML model support ([#2013](https://togithub.com/firebase/firebase-admin-node/issues/2013)) ##### New Features - feat(fs): preferRest app option for Firestore ([#1901](https://togithub.com/firebase/firebase-admin-node/issues/1901)) ##### Bug Fixes - fix(fcm): Increase batch send timeout to 15 seconds ([#1999](https://togithub.com/firebase/firebase-admin-node/issues/1999)) - fix: Unregister socket timeout listener to prevent MaxListenersExceededWarning ([#1993](https://togithub.com/firebase/firebase-admin-node/issues/1993)) ##### Miscellaneous - \[chore] Release 11.4.0 ([#2015](https://togithub.com/firebase/firebase-admin-node/issues/2015)) - build(deps): bump [@google-cloud/storage](https://togithub.com/google-cloud/storage) from 6.6.0 to 6.8.0 ([#2008](https://togithub.com/firebase/firebase-admin-node/issues/2008)) - build(deps): bump [@types/node](https://togithub.com/types/node) from 18.11.9 to 18.11.14 ([#2012](https://togithub.com/firebase/firebase-admin-node/issues/2012)) - build(deps-dev): bump [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ([#2009](https://togithub.com/firebase/firebase-admin-node/issues/2009)) - build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 ([#1998](https://togithub.com/firebase/firebase-admin-node/issues/1998)) - build(deps): bump qs from 6.5.2 to 6.5.3 in /.github/actions/send-tweet ([#2006](https://togithub.com/firebase/firebase-admin-node/issues/2006)) - build(deps-dev): bump eslint from 8.28.0 to 8.29.0 ([#2003](https://togithub.com/firebase/firebase-admin-node/issues/2003)) - build(deps-dev): bump [@types/lodash](https://togithub.com/types/lodash) from 4.14.186 to 4.14.191 ([#1997](https://togithub.com/firebase/firebase-admin-node/issues/1997)) - build(deps-dev): bump eslint from 8.24.0 to 8.28.0 ([#1991](https://togithub.com/firebase/firebase-admin-node/issues/1991)) - build(deps-dev): bump chai from 4.3.6 to 4.3.7 ([#1990](https://togithub.com/firebase/firebase-admin-node/issues/1990)) - build(deps-dev): bump sinon from 14.0.1 to 14.0.2 ([#1984](https://togithub.com/firebase/firebase-admin-node/issues/1984)) - build(deps-dev): bump [@firebase/auth-types](https://togithub.com/firebase/auth-types) from 0.11.0 to 0.11.1 ([#1985](https://togithub.com/firebase/firebase-admin-node/issues/1985)) - build(deps): bump [@types/node](https://togithub.com/types/node) from 18.7.23 to 18.11.9 ([#1983](https://togithub.com/firebase/firebase-admin-node/issues/1983))firebase/firebase-tools
### [`v11.19.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.19.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.18.0...v11.19.0) - Support for string list typed parameters in functions deployment ([#5137](https://togithub.com/firebase/firebase-tools/issues/5137)) - Respect .npmrc in backends spun up for web frameworks ([#5235](https://togithub.com/firebase/firebase-tools/issues/5235)) - Remove esbuild dependency, instead bundle Next.js configuration on deploy with NPX ([#5336](https://togithub.com/firebase/firebase-tools/issues/5336)) - Add sharp NPM module to Cloud Functions when using Next.js Image Optimization ([#5238](https://togithub.com/firebase/firebase-tools/issues/5238)) - Adds user-defined env vars into the functions emulator ([#5330](https://togithub.com/firebase/firebase-tools/issues/5330)). - Support Next.js Middleware ([#5320](https://togithub.com/firebase/firebase-tools/issues/5320)) - Log the reason for a Cloud Function if needed in Next.js ([#5320](https://togithub.com/firebase/firebase-tools/issues/5320)) - Fixed service enablement when installing extensions with v2 functions ([#5338](https://togithub.com/firebase/firebase-tools/issues/5338)) - Fix bug where functions:shell command didn't connect to emulators running on other processes. ([#5269](https://togithub.com/firebase/firebase-tools/issues/5269)) - Fixed bug with Cross-Service Rules integration for Firestore documents containing nulls ([#5342](https://togithub.com/firebase/firebase-tools/issues/5342)) ### [`v11.18.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.18.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.17.0...v11.18.0) - Add support for Firestore TTL ([#5267](https://togithub.com/firebase/firebase-tools/issues/5267)) - Fix bug where secrets were not loaded when emulating functions with `--inpsect-functions`. ([#4605](https://togithub.com/firebase/firebase-tools/issues/4605)) - Handle Next.js rewrites/redirects/headers incompatible with `firebase.json` in Cloud Functions ([#5212](https://togithub.com/firebase/firebase-tools/issues/5212)) - Filter out Next.js prerendered routes that matches rewrites/redirects/headers rules from SSG content directory ([#5212](https://togithub.com/firebase/firebase-tools/issues/5212)) - Warn if a web framework's package.json contains anything other than the framework default build command. - Add support for nodejs18 for Cloud Functions for Firebase ([#5319](https://togithub.com/firebase/firebase-tools/issues/5319)) ### [`v11.17.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.17.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.16.1...v11.17.0) - Fix bug where disabling background triggers did nothing. ([#5221](https://togithub.com/firebase/firebase-tools/issues/5221)) - Fix bug in auth emulator where empty string should throw invalid email instead of missing email. ([#3898](https://togithub.com/firebase/firebase-tools/issues/3898)) - Fix bug in auth emulator in which createdAt was not set for signInWithIdp new users. ([#5203](https://togithub.com/firebase/firebase-tools/issues/5203)) - Add region warning for emulated database functions ([#5143](https://togithub.com/firebase/firebase-tools/issues/5143)) - Default to --no-localhost when calling login from Google Cloud Workstations - Support the x-goog-api-key header in auth emulator. ([#5249](https://togithub.com/firebase/firebase-tools/issues/5249)) - Fix bug in deploying web frameworks when a predeploy hook was configured in firebase.json ([#5199](https://togithub.com/firebase/firebase-tools/issues/5199)) - Fix bug where function deployments using --only filter sometimes failed deployments. ([#5280](https://togithub.com/firebase/firebase-tools/issues/5280)) - Fix bug where `ext:install` would sometimes fail if no version was specified. ([#5305](https://togithub.com/firebase/firebase-tools/issues/5305))Configuration
📅 Schedule: Branch creation - "after 7am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.