Closed renovate[bot] closed 4 months ago
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/firebase-tools@13.12.0 | environment, filesystem, network Transitive: eval, shell, unsafe | +143 |
25.8 MB | google-wombot |
🚮 Removed packages: npm/firebase-tools@13.1.0
Because you closed this PR without merging, Renovate will ignore this update (^13.1.0
). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps
array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
13.1.0
->13.12.0
Release Notes
firebase/firebase-tools (firebase-tools)
### [`v13.12.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.12.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.11.4...v13.12.0) - Moved `dataconnect.location` key in `firebase.json` to `dataconnect.yaml`. - Fixes issue where files were not properly being discovered and deployed to Firebase Hosting ([#7363](https://togithub.com/firebase/firebase-tools/issues/7363), [#7378](https://togithub.com/firebase/firebase-tools/issues/7378)) - Added new command `init dataconnect:sdk`, which interactively configures a generated SDK for a Data Connect connector. ### [`v13.11.4`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.11.4) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.11.3...v13.11.4) - Data Connect emulator now reuses existing instances if they are emulating the same service. - Fixes issue where `deploy --only dataconnect` would error out with `cannot read property undefined`. - Fixes compatibility issue when uploading native symbols to Crashlytics on Intel-based Macs. ### [`v13.11.3`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.11.3) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.11.2...v13.11.3) - Fixes issue where storage emulator throws an error due to non-standard whitespaces in filenames ([#6834](https://togithub.com/firebase/firebase-tools/issues/6834)). - Fixes issue where some emulators would fail to start when their path contained a whitespace ([#7313](https://togithub.com/firebase/firebase-tools/issues/7313)) - Adds prompt for Postgres connection string to `setup:emulators:dataconnect`. - Updates Data Connect emulator to v1.2.2, which includes support for generating Swift SDKs and a number of bug fixes. ### [`v13.11.2`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.11.2) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.11.1...v13.11.2) - Adds a warning to `firebase dataconnect:sdk:generate` when no generated SDKs are configured. - Fixes some cases where `firebase init dataconnect` did not write project files correctly. ### [`v13.11.1`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.11.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.11.0...v13.11.1) - `firebase init dataconnect` no longer waits for Cloud SQL instance provisioning ([#7275](https://togithub.com/firebase/firebase-tools/issues/7275)). - Fixes an issue where the Data Connect emulator would not start up correctly. ### [`v13.11.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.11.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.10.2...v13.11.0) - Releases firestore emulator 1.19.7, which adds support for withAuthContext function triggers ([#7037](https://togithub.com/firebase/firebase-tools/issues/7037)). - Fixes some cases where Firebase Data Connect deployment fails to pretty-print errors ([#7230](https://togithub.com/firebase/firebase-tools/issues/7230)). - Updated Pub/Sub emulator to v0.8.14 ([#7197](https://togithub.com/firebase/firebase-tools/issues/7197)). - Updates default resource names and template during `firebase init dataconnect`. - Improved handling of 'fresh from Console' services during `init dataconnect`. - Add support for node22 in function deployments ([#7252](https://togithub.com/firebase/firebase-tools/issues/7252)). - Update to Firebase Data Connect Emulator v1.2.0, which adds support for Postgres 16 and creates the Postgres database specified in dataconnect.yaml or .firebaserc if it does not already exist. - Update to the latest version of the Crashlytics buildtools, v3. - Support deployment of an Angular app using legacy browser builder ([#7264](https://togithub.com/firebase/firebase-tools/issues/7264)) ### [`v13.10.2`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.10.2) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.10.1...v13.10.2) - Update to Firebase Data Connect Emulator version 1.1.19 which fixes serving IPv4 connections properly (127.0.0.1:9399 by default). - Add a Windows build for Firebase Data Connect Emulator (starting from v1.1.19). ### [`v13.10.1`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.10.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.10.0...v13.10.1) - Fixes an issue where dataconnect:sql:migrate still prompts for confirmation even with `--force`. ([#7208](https://togithub.com/firebase/firebase-tools/issues/7208)) - Update to Firebase Data Connect Emulator version 1.1.18 which contains code generation bug fixes, surfacing schema migration errors when a diff remains after migration, and a fix to allow the local connection string to be empty at startup. - Fixes an issue where the dataconnect emulator listens on all addresses by default instead of just localhost ([#7211](https://togithub.com/firebase/firebase-tools/issues/7211)). - Fixes Data Connect generated SDK sometimes using the wrong location (GCP region) ([#7217](https://togithub.com/firebase/firebase-tools/issues/7217)). ### [`v13.10.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.10.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.9.0...v13.10.0) - Upgrades the pubsub dependency to address a `npm audit` issue. ([#7122](https://togithub.com/firebase/firebase-tools/issues/7122)) - Fixes path issue in Windows deployments for Next.js SSR ([#7148](https://togithub.com/firebase/firebase-tools/issues/7148)) - Updates Emulator Suite UI logos - Firebase functions' discovery process' timeout can now be configured with the `FUNCTIONS_DISCOVERY_TIMEOUT` env var ([#7176](https://togithub.com/firebase/firebase-tools/issues/7176)) - Fixes an issue where `dataconnect:sql:migrate` would sometimes act as the wrong role. ([#7198](https://togithub.com/firebase/firebase-tools/issues/7198)) - Fixes an issue where `dataconnect:sql:migrate --force` would not ignore invalid connectors. ([#7199](https://togithub.com/firebase/firebase-tools/issues/7199)). - Improves logging and messaging throughout `dataconnect` commands. - Improves handling for cases where a Data Connect service could not access Cloud SQL. ([#7157](https://togithub.com/firebase/firebase-tools/issues/7157)) ### [`v13.9.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.9.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.8.3...v13.9.0) - Added `firebase init genkit`. See more at https://firebase.google.com/docs/genkit - Introduces the `apphosting:*` commands! See more at https://firebase.google.com/docs/app-hosting ### [`v13.8.3`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.8.3) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.8.2...v13.8.3) - Internal bug fixes. ### [`v13.8.2`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.8.2) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.8.1...v13.8.2) - Release Firestore Emulator version 1.19.6 which fixes a few Datastore Mode bugs regarding transactions ([#7132](https://togithub.com/firebase/firebase-tools/issues/7132)). ### [`v13.8.1`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.8.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.8.0...v13.8.1) - Temporarily disable performance improvements for second gen functions deploy to avoid a backend issue. - Increased the timeout for waiting for emulators to start to 60s. ([#7091](https://togithub.com/firebase/firebase-tools/issues/7091)) - Fixes infinite loop when trying to create a Hosting site. - Fix copied functions dist dir files for Next.js when source config ends with slash ([#7099](https://togithub.com/firebase/firebase-tools/issues/7099)) ### [`v13.8.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.8.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.7.5...v13.8.0) - Update dependencies in functions initialization template. ([#7084](https://togithub.com/firebase/firebase-tools/issues/7084)) - Adds `*.local` to .gitignore and functions ignore for `init functions`. ([#7018](https://togithub.com/firebase/firebase-tools/issues/7018)) ### [`v13.7.5`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.7.5) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.7.4...v13.7.5) - Improve IAM changes for turtles. ([#7045](https://togithub.com/firebase/firebase-tools/issues/7045)) ### [`v13.7.4`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.7.4) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.7.3...v13.7.4) - Release Firestore Emulator version 1.19.5 which adds support for import and export in Datastore Mode. ([#7020](https://togithub.com/firebase/firebase-tools/issues/7020)) - Fix non static check for not-found route in Next.js 14.2 ([#7012](https://togithub.com/firebase/firebase-tools/issues/7012)) - Fix Next.js path issue on Windows ([#7031](https://togithub.com/firebase/firebase-tools/issues/7031)) - Fixes an issue where the Pub/Sub emulator would not start on Windows due to CVE-2024-27980. ([#7026](https://togithub.com/firebase/firebase-tools/issues/7026)) ### [`v13.7.3`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.7.3) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.7.2...v13.7.3) Improve internal handling of config files ([#6987](https://togithub.com/firebase/firebase-tools/issues/6987)) ### [`v13.7.2`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.7.2) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.7.1...v13.7.2) - Fixes bug where `firebase deploy --only firestore:rules,firestore:indexes` does not update rules and indexes. ([#6966](https://togithub.com/firebase/firebase-tools/issues/6966)) - Add Firebase console link after creating or restoring a Firestore database ([#6949](https://togithub.com/firebase/firebase-tools/issues/6949)) - Increase supported Astro version to 4 ([#6960](https://togithub.com/firebase/firebase-tools/issues/6960)) - Fixes a deployment crash when resetting min instances to 0 in v1 functions ([#6990](https://togithub.com/firebase/firebase-tools/issues/6990)) - Fixes bug detecting functions runtime from firebase.json ([#6964](https://togithub.com/firebase/firebase-tools/issues/6964)) ### [`v13.7.1`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.7.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.7.0...v13.7.1) - Fixed an issue where the Functions emulator would choose the wrong runtime if none was listed in `firebase.json`. ([#6965](https://togithub.com/firebase/firebase-tools/issues/6965)) ### [`v13.7.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.7.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.6.1...v13.7.0) - Add new 2nd gen Firestore triggered functions with auth context. ([#1519](https://togithub.com/firebase/firebase-tools/issues/1519)) - Adds (opt-out) experiment to disable cleaning up containers after a functions deploy ([#6861](https://togithub.com/firebase/firebase-tools/issues/6861)) - Fix Next.js image optimization check in app directory for Windows ([#6930](https://togithub.com/firebase/firebase-tools/issues/6930)) - Add support to next.config.mjs ([#6933](https://togithub.com/firebase/firebase-tools/issues/6933)) - Remove development-only files from Next.js deployments ([#6731](https://togithub.com/firebase/firebase-tools/issues/6731)) ### [`v13.6.1`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.6.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.6.0...v13.6.1) - Stop trying to delete cache images after functions deletion that GCF already cleans up ([#6927](https://togithub.com/firebase/firebase-tools/issues/6927)) - Add support timelines for functions runtimes ([#6866](https://togithub.com/firebase/firebase-tools/issues/6866)) ### [`v13.6.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.6.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.5.2...v13.6.0) - Released Firestore Emulator 1.19.4. This version fixes a minor bug with reserve ids and adds a `reset` endpoint for Datastore Mode. - Released PubSub Emulator 0.8.2. This version includes support for `no_wrapper` options. - Fixes issue where GitHub actions service account cannot add preview URLs to Auth authorized domains. ([#6895](https://togithub.com/firebase/firebase-tools/issues/6895)) - Fixes issue where GOOGLE_CLOUD_QUOTA_PROJECT breaks functions source uploads ([#6917](https://togithub.com/firebase/firebase-tools/issues/6917)) ### [`v13.5.2`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.5.2) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.5.1...v13.5.2) - Fix hosting rewrite deployment bug for skipped functions ([#6658](https://togithub.com/firebase/firebase-tools/issues/6658)). ### [`v13.5.1`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.5.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.5.0...v13.5.1) - Release Emulator Suite UI v1.11.8 which adds support for Multiple DBs in the Emulator UI Firestore page via editing the URL. ([#6874](https://togithub.com/firebase/firebase-tools/issues/6874)) ### [`v13.5.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.5.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.4.1...v13.5.0) - Enable dynamic debugger port for functions + support for inspecting multiple codebases ([#6854](https://togithub.com/firebase/firebase-tools/issues/6854)) - Inject an environment variable in the node functions emulator to tell the google-gax SDK not to look for the metadata service. ([#6860](https://togithub.com/firebase/firebase-tools/issues/6860)) - Release Firestore Emulator 1.19.3 which fixes ancestor and namespace scope queries for Datastore Mode. This release also fixes internal errors seen across REST API and firebase-js-sdk. - v2 scheduled functions with explicit service accounts trigger eventarc to use that service account ([#6858](https://togithub.com/firebase/firebase-tools/issues/6858)) - v2 event functions with explicit service accounts trigger eventarc to use that service account ([#6859](https://togithub.com/firebase/firebase-tools/issues/6859)) ### [`v13.4.1`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.4.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.4.0...v13.4.1) - Released Firestore emulator v1.19.2, which fixes some bugs affecting client SDKs when in Datastore Mode. - Fix demo projects + web frameworks with emulators ([#6737](https://togithub.com/firebase/firebase-tools/issues/6737)) - Fix Next.js static routes with server actions ([#6664](https://togithub.com/firebase/firebase-tools/issues/6664)) - Fixed an issue where `GOOGLE_CLOUD_QUOTA_PROJECT` was not correctly respected. ([#6801](https://togithub.com/firebase/firebase-tools/issues/6801)) - Make VPC egress settings in functions parameterizeable ([#6843](https://togithub.com/firebase/firebase-tools/issues/6843)) ### [`v13.4.0`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.4.0) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.3.1...v13.4.0) - Added new commands for managing Firestore backups and restoring databases. ([#6778](https://togithub.com/firebase/firebase-tools/issues/6778)) - Fixed quota attribution for Firebase Auth API calls. ([#6819](https://togithub.com/firebase/firebase-tools/issues/6819)) ### [`v13.3.1`](https://togithub.com/firebase/firebase-tools/releases/tag/v13.3.1) [Compare Source](https://togithub.com/firebase/firebase-tools/compare/v13.3.0...v13.3.1) - Release Cloud Firestore emulator v1.19.1: - Adds support for Datastore Mode to the Firstore Emulator. Adds `--database-mode` flag to `gcloud emulator firestore start` command. Note that this is a preview feature and if you find any bugs, please file them here:Configuration
📅 Schedule: Branch creation - "after 10am on monday" (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.