conventional-changelog/commitlint
### [`v16.2.3`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/cli/CHANGELOG.md#1623-httpsgithubcomconventional-changelogcommitlintcomparev1622v1623-2022-03-16)
[Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v16.2.1...v16.2.3)
**Note:** Version bump only for package [@commitlint/cli](https://togithub.com/commitlint/cli)
firebase/firebase-functions
### [`v3.19.0`](https://togithub.com/firebase/firebase-functions/releases/v3.19.0)
[Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.18.1...v3.19.0)
- Add support for more regions and memory for v2 functions ([#1037](https://togithub.com/firebase/firebase-functions/issues/1037)).
- Fixes bug where some RTDB instance names were incorrectly parsed ([#1056](https://togithub.com/firebase/firebase-functions/issues/1056)).
firebase/firebase-tools
### [`v10.5.0`](https://togithub.com/firebase/firebase-tools/releases/v10.5.0)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.4.2...v10.5.0)
- Release Cloud Firestore emulator v1.14.1:
- Adds support of x-goog-request-params http header for routing.
- Changes `read-past-max-staleness` error code to align with production
implementation.
- Updates readtime-in-the-future error message.
- Supports importing exports from Windows on UNIX systems. ([#2421](https://togithub.com/firebase/firebase-tools/issues/2421))
- Marks Java 10 and below as deprecated. Support will be dropped in Firebase CLI v11. Please upgrade to Java version 11 or above to continue using the emulators. ([#4347](https://togithub.com/firebase/firebase-tools/issues/4347))
### [`v10.4.2`](https://togithub.com/firebase/firebase-tools/releases/v10.4.2)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.4.1...v10.4.2)
- Fixes an issue where some valid Cloud Functions for Firebase names would not pass validation in the Functions emulator ([#4352](https://togithub.com/firebase/firebase-tools/issues/4352)).
### [`v10.4.1`](https://togithub.com/firebase/firebase-tools/releases/v10.4.1)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.4.0...v10.4.1)
- Upgrade Storage Rules Runtime to v1.0.2.
- Adds support for an environment variable `FIREBASE_HOSTING_UPLOAD_CONCURRENCY` to specify custom levels of Hosting upload concurrency (defaults to 200).
- Fixes error handling in `auth:export` when API calls would fail.
- Fixes bug where new callable functions were not publicly accessible. ([#4327](https://togithub.com/firebase/firebase-tools/issues/4327))
### [`v10.4.0`](https://togithub.com/firebase/firebase-tools/releases/v10.4.0)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.3.1...v10.4.0)
- Adds support for configuration with multiple storage targets ([#4281](https://togithub.com/firebase/firebase-tools/issues/4281)).
- Fixes bug where callable functions couldn't be emulated ([#4314](https://togithub.com/firebase/firebase-tools/issues/4314)).
### [`v10.3.1`](https://togithub.com/firebase/firebase-tools/releases/v10.3.1)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.3.0...v10.3.1)
- Fixes bug where deploying callable functions failed ([#4310](https://togithub.com/firebase/firebase-tools/issues/4310)).
### [`v10.3.0`](https://togithub.com/firebase/firebase-tools/releases/v10.3.0)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.2.2...v10.3.0)
- Fixes bug where functions' memory configurations weren't preserved in batched function deploys ([#4253](https://togithub.com/firebase/firebase-tools/issues/4253)).
- Adds --local flag to ext:install, ext:update, ext:configure, and ext:uninstall, to save changes to firebase.json instead of deploying immediately.
- `ext:export` now uses stable ordering for params in .env files ([#4256](https://togithub.com/firebase/firebase-tools/issues/4256)).
- Adds alerting event provider ([#4258](https://togithub.com/firebase/firebase-tools/issues/4258)).
- Fixes bug where project-specific environment variables weren't loaded by the Functions Emulator ([#4273](https://togithub.com/firebase/firebase-tools/issues/4273)).
- Fixes bug where CORS was enabled too broadly on the Functions emulator ([#4294](https://togithub.com/firebase/firebase-tools/issues/4294)).
- Adds `rewriteTo` / `copyTo` endpoints to Cloud Storage Emulator ([#3647](https://togithub.com/firebase/firebase-tools/issues/3647), [#3751](https://togithub.com/firebase/firebase-tools/issues/3751)).
- Addes `createReadStream` support to Cloud Storage Emulator ([#3469](https://togithub.com/firebase/firebase-tools/issues/3469)).
- Fixes `list` endpoint in Cloud Storage Emulator ([#3647](https://togithub.com/firebase/firebase-tools/issues/3647)).
- Fixes `getFiles` for Cloud Storage Emulator ([#3778](https://togithub.com/firebase/firebase-tools/issues/3778)).
- Fixes `exists` for Cloud Storage Emulator ([#3764](https://togithub.com/firebase/firebase-tools/issues/3764)).
Configuration
📅 Schedule: "after 7am on the first day of the month" (UTC).
🚦 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, click this checkbox.
This PR contains the following updates:
^16.2.1
->^16.2.3
^3.16.0
->^3.19.0
^10.2.2
->^10.5.0
^3.15.0
->^3.15.3
Release Notes
conventional-changelog/commitlint
### [`v16.2.3`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@commitlint/cli/CHANGELOG.md#1623-httpsgithubcomconventional-changelogcommitlintcomparev1622v1623-2022-03-16) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v16.2.1...v16.2.3) **Note:** Version bump only for package [@commitlint/cli](https://togithub.com/commitlint/cli)firebase/firebase-functions
### [`v3.19.0`](https://togithub.com/firebase/firebase-functions/releases/v3.19.0) [Compare Source](https://togithub.com/firebase/firebase-functions/compare/v3.18.1...v3.19.0) - Add support for more regions and memory for v2 functions ([#1037](https://togithub.com/firebase/firebase-functions/issues/1037)). - Fixes bug where some RTDB instance names were incorrectly parsed ([#1056](https://togithub.com/firebase/firebase-functions/issues/1056)).firebase/firebase-tools
### [`v10.5.0`](https://togithub.com/firebase/firebase-tools/releases/v10.5.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.4.2...v10.5.0) - Release Cloud Firestore emulator v1.14.1: - Adds support of x-goog-request-params http header for routing. - Changes `read-past-max-staleness` error code to align with production implementation. - Updates readtime-in-the-future error message. - Supports importing exports from Windows on UNIX systems. ([#2421](https://togithub.com/firebase/firebase-tools/issues/2421)) - Marks Java 10 and below as deprecated. Support will be dropped in Firebase CLI v11. Please upgrade to Java version 11 or above to continue using the emulators. ([#4347](https://togithub.com/firebase/firebase-tools/issues/4347)) ### [`v10.4.2`](https://togithub.com/firebase/firebase-tools/releases/v10.4.2) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.4.1...v10.4.2) - Fixes an issue where some valid Cloud Functions for Firebase names would not pass validation in the Functions emulator ([#4352](https://togithub.com/firebase/firebase-tools/issues/4352)). ### [`v10.4.1`](https://togithub.com/firebase/firebase-tools/releases/v10.4.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.4.0...v10.4.1) - Upgrade Storage Rules Runtime to v1.0.2. - Adds support for an environment variable `FIREBASE_HOSTING_UPLOAD_CONCURRENCY` to specify custom levels of Hosting upload concurrency (defaults to 200). - Fixes error handling in `auth:export` when API calls would fail. - Fixes bug where new callable functions were not publicly accessible. ([#4327](https://togithub.com/firebase/firebase-tools/issues/4327)) ### [`v10.4.0`](https://togithub.com/firebase/firebase-tools/releases/v10.4.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.3.1...v10.4.0) - Adds support for configuration with multiple storage targets ([#4281](https://togithub.com/firebase/firebase-tools/issues/4281)). - Fixes bug where callable functions couldn't be emulated ([#4314](https://togithub.com/firebase/firebase-tools/issues/4314)). ### [`v10.3.1`](https://togithub.com/firebase/firebase-tools/releases/v10.3.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.3.0...v10.3.1) - Fixes bug where deploying callable functions failed ([#4310](https://togithub.com/firebase/firebase-tools/issues/4310)). ### [`v10.3.0`](https://togithub.com/firebase/firebase-tools/releases/v10.3.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.2.2...v10.3.0) - Fixes bug where functions' memory configurations weren't preserved in batched function deploys ([#4253](https://togithub.com/firebase/firebase-tools/issues/4253)). - Adds --local flag to ext:install, ext:update, ext:configure, and ext:uninstall, to save changes to firebase.json instead of deploying immediately. - `ext:export` now uses stable ordering for params in .env files ([#4256](https://togithub.com/firebase/firebase-tools/issues/4256)). - Adds alerting event provider ([#4258](https://togithub.com/firebase/firebase-tools/issues/4258)). - Fixes bug where project-specific environment variables weren't loaded by the Functions Emulator ([#4273](https://togithub.com/firebase/firebase-tools/issues/4273)). - Fixes bug where CORS was enabled too broadly on the Functions emulator ([#4294](https://togithub.com/firebase/firebase-tools/issues/4294)). - Adds `rewriteTo` / `copyTo` endpoints to Cloud Storage Emulator ([#3647](https://togithub.com/firebase/firebase-tools/issues/3647), [#3751](https://togithub.com/firebase/firebase-tools/issues/3751)). - Addes `createReadStream` support to Cloud Storage Emulator ([#3469](https://togithub.com/firebase/firebase-tools/issues/3469)). - Fixes `list` endpoint in Cloud Storage Emulator ([#3647](https://togithub.com/firebase/firebase-tools/issues/3647)). - Fixes `getFiles` for Cloud Storage Emulator ([#3778](https://togithub.com/firebase/firebase-tools/issues/3778)). - Fixes `exists` for Cloud Storage Emulator ([#3764](https://togithub.com/firebase/firebase-tools/issues/3764)).Configuration
📅 Schedule: "after 7am on the first day of the month" (UTC).
🚦 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 WhiteSource Renovate. View repository job log here.