firebase/firebase-tools
### [`v11.2.2`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.2.2)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.2.1...v11.2.2)
- Adds a check for out of band changes before deploying extensions.
- Fixes issue where `firestore:*` did not work with `--only` in `deploy`. ([#4698](https://togithub.com/firebase/firebase-tools/issues/4698))
- Removes DNS flag passed to Emulator UI. ([#4566](https://togithub.com/firebase/firebase-tools/issues/4566))
### [`v11.2.1`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.2.1)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.2.0...v11.2.1)
- Fix bug where Artifact Registry API was not enabled on function deploy ([#4715](https://togithub.com/firebase/firebase-tools/issues/4715)).
- Fix bug where function deployed failed with message "Invalid function service account requested: default." ([#4714](https://togithub.com/firebase/firebase-tools/issues/4714)).
- Firestore emulator: fixes condition Normalization to now correctly handles
cartesian products and flattening in certain edge cases.
### [`v11.2.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.2.0)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.1.0...v11.2.0)
- Fixes Auth Blocking Trigger registration in the Emulator ([#4592](https://togithub.com/firebase/firebase-tools/issues/4592)).
- Functions now store docker images on Artifact Registry rather than Container Repository ([#4654](https://togithub.com/firebase/firebase-tools/issues/4654))
- Adds better messaging when the Emulator UI isn't started ([#3781](https://togithub.com/firebase/firebase-tools/issues/3781)).
### [`v11.1.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.1.0)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.0.1...v11.1.0)
- Adds v2 RTDB triggers to function deploy ([#4582](https://togithub.com/firebase/firebase-tools/issues/4582)).
- Updates the minimum required version of Node.js to be `~14.18.0 || >=16.4.0` ([#4580](https://togithub.com/firebase/firebase-tools/issues/4580)).
- Fixes issue where `init` would fail to write existing RTDB rules containing comments ([#4596](https://togithub.com/firebase/firebase-tools/issues/4596)).
- Bump `@google-cloud/pubsub` from `2.19.4` to `3.0.1`
- Fixes issue where emualtor commands would error out when `frameworkawareness` preview flag was enabled and `firebase.json` did not have a hosting entry ([#4624](https://togithub.com/firebase/firebase-tools/issues/4624)).
- Updates the underlying HTTP request library for auth-related requests ([#4574](https://togithub.com/firebase/firebase-tools/issues/4574)).
- Replaces deprecated `tweetsodium` with `libsodium-wrappers`.
### [`v11.0.1`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.0.1)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.0.0...v11.0.1)
- Fixes issue where `ext:*` commands would error out if the `--local` flag was included. This flag is deprecated because it is now the default behavior ([#4577](https://togithub.com/firebase/firebase-tools/issues/4577)).
- Improves Node.js version warning for standalone Firebase CLI build ([#2791](https://togithub.com/firebase/firebase-tools/issues/2791)).
### [`v11.0.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.0.0)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.9.2...v11.0.0)
#### Breaking
- Drops support for Node 12.
- Tooling moves to Node 16, firepit (standalone) builds move to Node 16, testing moves to 14, 16, and 18.
- Removes support for running the emulators with Java versions prior to 11.
- Removes `params` flag from ext:install, ext:update, ext:configure commands as they are replaced by the Extensions Manifest. See https://firebase.google.com/docs/extensions/manifest for more details.
- Removes `ext:dev:emulators:start` and `ext:dev:emulators:exec` preview commands.
#### Not-so-breaking
- Fixes missing Connection header in RTDB emulator REST streaming API ([https://github.com/firebase/firebase-tools/issues/3329](https://togithub.com/firebase/firebase-tools/issues/3329)).
- Fixes error messaging when working with apps in interactive/non-interactive modes ([#4007](https://togithub.com/firebase/firebase-tools/issues/4007)).
- Fixes an issue where the Extensions emulator would not work on Windows ([#4554](https://togithub.com/firebase/firebase-tools/issues/4554)).
- Removes unused `dotenv` dependency.
- Updates `fs-extra` dependency.
- Updates `tmp` dependency.
Configuration
📅 Schedule: Branch creation - "after 7am on the first day of the month" (UTC), 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, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
^10.9.2
->^11.2.2
Release Notes
firebase/firebase-tools
### [`v11.2.2`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.2.2) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.2.1...v11.2.2) - Adds a check for out of band changes before deploying extensions. - Fixes issue where `firestore:*` did not work with `--only` in `deploy`. ([#4698](https://togithub.com/firebase/firebase-tools/issues/4698)) - Removes DNS flag passed to Emulator UI. ([#4566](https://togithub.com/firebase/firebase-tools/issues/4566)) ### [`v11.2.1`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.2.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.2.0...v11.2.1) - Fix bug where Artifact Registry API was not enabled on function deploy ([#4715](https://togithub.com/firebase/firebase-tools/issues/4715)). - Fix bug where function deployed failed with message "Invalid function service account requested: default." ([#4714](https://togithub.com/firebase/firebase-tools/issues/4714)). - Firestore emulator: fixes condition Normalization to now correctly handles cartesian products and flattening in certain edge cases. ### [`v11.2.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.2.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.1.0...v11.2.0) - Fixes Auth Blocking Trigger registration in the Emulator ([#4592](https://togithub.com/firebase/firebase-tools/issues/4592)). - Functions now store docker images on Artifact Registry rather than Container Repository ([#4654](https://togithub.com/firebase/firebase-tools/issues/4654)) - Adds better messaging when the Emulator UI isn't started ([#3781](https://togithub.com/firebase/firebase-tools/issues/3781)). ### [`v11.1.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.1.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.0.1...v11.1.0) - Adds v2 RTDB triggers to function deploy ([#4582](https://togithub.com/firebase/firebase-tools/issues/4582)). - Updates the minimum required version of Node.js to be `~14.18.0 || >=16.4.0` ([#4580](https://togithub.com/firebase/firebase-tools/issues/4580)). - Fixes issue where `init` would fail to write existing RTDB rules containing comments ([#4596](https://togithub.com/firebase/firebase-tools/issues/4596)). - Bump `@google-cloud/pubsub` from `2.19.4` to `3.0.1` - Fixes issue where emualtor commands would error out when `frameworkawareness` preview flag was enabled and `firebase.json` did not have a hosting entry ([#4624](https://togithub.com/firebase/firebase-tools/issues/4624)). - Updates the underlying HTTP request library for auth-related requests ([#4574](https://togithub.com/firebase/firebase-tools/issues/4574)). - Replaces deprecated `tweetsodium` with `libsodium-wrappers`. ### [`v11.0.1`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.0.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v11.0.0...v11.0.1) - Fixes issue where `ext:*` commands would error out if the `--local` flag was included. This flag is deprecated because it is now the default behavior ([#4577](https://togithub.com/firebase/firebase-tools/issues/4577)). - Improves Node.js version warning for standalone Firebase CLI build ([#2791](https://togithub.com/firebase/firebase-tools/issues/2791)). ### [`v11.0.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v11.0.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.9.2...v11.0.0) #### Breaking - Drops support for Node 12. - Tooling moves to Node 16, firepit (standalone) builds move to Node 16, testing moves to 14, 16, and 18. - Removes support for running the emulators with Java versions prior to 11. - Removes `params` flag from ext:install, ext:update, ext:configure commands as they are replaced by the Extensions Manifest. See https://firebase.google.com/docs/extensions/manifest for more details. - Removes `ext:dev:emulators:start` and `ext:dev:emulators:exec` preview commands. #### Not-so-breaking - Fixes missing Connection header in RTDB emulator REST streaming API ([https://github.com/firebase/firebase-tools/issues/3329](https://togithub.com/firebase/firebase-tools/issues/3329)). - Fixes error messaging when working with apps in interactive/non-interactive modes ([#4007](https://togithub.com/firebase/firebase-tools/issues/4007)). - Fixes an issue where the Extensions emulator would not work on Windows ([#4554](https://togithub.com/firebase/firebase-tools/issues/4554)). - Removes unused `dotenv` dependency. - Updates `fs-extra` dependency. - Updates `tmp` dependency.Configuration
📅 Schedule: Branch creation - "after 7am on the first day of the month" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.