firebase/firebase-tools
### [`v10.2.0`](https://togithub.com/firebase/firebase-tools/releases/v10.2.0)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.1.5...v10.2.0)
- Improves experience for `firebase login --no-localhost`.
- Add support for specifying environment variable of CF3 function using dotenv.
### [`v10.1.5`](https://togithub.com/firebase/firebase-tools/releases/v10.1.5)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.1.4...v10.1.5)
- Fixes bug where local extension installation and ext:publish failed to upload source to GCS bucket.
### [`v10.1.4`](https://togithub.com/firebase/firebase-tools/releases/v10.1.4)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.1.3...v10.1.4)
- Updates the Storage Emulator to use the actual default storage bucket.
- Fixes issue where `deploy` would fail with a `JSON: SyntaxError` error. ([#4117](https://togithub.com/firebase/firebase-tools/issues/4117))
### [`v10.1.3`](https://togithub.com/firebase/firebase-tools/releases/v10.1.3)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.1.2...v10.1.3)
- Updates Hosting initial `index.html` to be proper javascript.
- Fix issue where the Cloud Functions for Firebase Emulator would incorrectly log a node version mismatch ([#4024](https://togithub.com/firebase/firebase-tools/issues/4024)).
### [`v10.1.2`](https://togithub.com/firebase/firebase-tools/releases/v10.1.2)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.1.1...v10.1.2)
- Updates the streaming libraries used in `auth:import`.
### [`v10.1.1`](https://togithub.com/firebase/firebase-tools/releases/v10.1.1)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.1.0...v10.1.1)
- Fixes issue where Auth UI did not behave correctly.
### [`v10.1.0`](https://togithub.com/firebase/firebase-tools/releases/v10.1.0)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.0.1...v10.1.0)
- Now publishes npm-shrinkwrap.json which pins dependencies for the CLI.
- Preserve empty vpc connector setting on function deploy. ([#3973](https://togithub.com/firebase/firebase-tools/issues/3973))
- Upgrades google-auth-library to 7.x.x, enabling support for workload identity federation
### [`v10.0.1`](https://togithub.com/firebase/firebase-tools/releases/v10.0.1)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.0.0...v10.0.1)
- Upgrades Database Emulator to v4.7.3, removing log4j dependency.
### [`v10.0.0`](https://togithub.com/firebase/firebase-tools/releases/v10.0.0)
[Compare Source](https://togithub.com/firebase/firebase-tools/compare/v9.23.3...v10.0.0)
- **BREAKING** Drops support for running the CLI on Node 10.
- **BREAKING** Replaces all usages of `-y`, `--yes`, or `--confirm` with `-f` and `--force`.
- **BREAKING** Function deploys upload source to the deployed region instead of us-central1.
- Requires firebase-functions >= 3.13.1 in Functions emulator to include bug fixes ([#3851](https://togithub.com/firebase/firebase-tools/issues/3851)).
- Updates default functions runtime to Node.js 16.
Configuration
π Schedule: "after 7am on the first day of the month" (UTC).
π¦ 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 contains the following updates:
^9.23.3
->^10.2.0
Release Notes
firebase/firebase-tools
### [`v10.2.0`](https://togithub.com/firebase/firebase-tools/releases/v10.2.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.1.5...v10.2.0) - Improves experience for `firebase login --no-localhost`. - Add support for specifying environment variable of CF3 function using dotenv. ### [`v10.1.5`](https://togithub.com/firebase/firebase-tools/releases/v10.1.5) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.1.4...v10.1.5) - Fixes bug where local extension installation and ext:publish failed to upload source to GCS bucket. ### [`v10.1.4`](https://togithub.com/firebase/firebase-tools/releases/v10.1.4) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.1.3...v10.1.4) - Updates the Storage Emulator to use the actual default storage bucket. - Fixes issue where `deploy` would fail with a `JSON: SyntaxError` error. ([#4117](https://togithub.com/firebase/firebase-tools/issues/4117)) ### [`v10.1.3`](https://togithub.com/firebase/firebase-tools/releases/v10.1.3) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.1.2...v10.1.3) - Updates Hosting initial `index.html` to be proper javascript. - Fix issue where the Cloud Functions for Firebase Emulator would incorrectly log a node version mismatch ([#4024](https://togithub.com/firebase/firebase-tools/issues/4024)). ### [`v10.1.2`](https://togithub.com/firebase/firebase-tools/releases/v10.1.2) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.1.1...v10.1.2) - Updates the streaming libraries used in `auth:import`. ### [`v10.1.1`](https://togithub.com/firebase/firebase-tools/releases/v10.1.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.1.0...v10.1.1) - Fixes issue where Auth UI did not behave correctly. ### [`v10.1.0`](https://togithub.com/firebase/firebase-tools/releases/v10.1.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.0.1...v10.1.0) - Now publishes npm-shrinkwrap.json which pins dependencies for the CLI. - Preserve empty vpc connector setting on function deploy. ([#3973](https://togithub.com/firebase/firebase-tools/issues/3973)) - Upgrades google-auth-library to 7.x.x, enabling support for workload identity federation ### [`v10.0.1`](https://togithub.com/firebase/firebase-tools/releases/v10.0.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v10.0.0...v10.0.1) - Upgrades Database Emulator to v4.7.3, removing log4j dependency. ### [`v10.0.0`](https://togithub.com/firebase/firebase-tools/releases/v10.0.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v9.23.3...v10.0.0) - **BREAKING** Drops support for running the CLI on Node 10. - **BREAKING** Replaces all usages of `-y`, `--yes`, or `--confirm` with `-f` and `--force`. - **BREAKING** Function deploys upload source to the deployed region instead of us-central1. - Requires firebase-functions >= 3.13.1 in Functions emulator to include bug fixes ([#3851](https://togithub.com/firebase/firebase-tools/issues/3851)). - Updates default functions runtime to Node.js 16.Configuration
π Schedule: "after 7am on the first day of the month" (UTC).
π¦ 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 WhiteSource Renovate. View repository job log here.