Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency firebase-tools to v13 #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
firebase-tools ^10.9.2 -> ^13.34.0 age adoption passing confidence

Release Notes

firebase/firebase-tools (firebase-tools)

v13.34.0

Compare Source

  • Fix webframeworks deployments when using site in firebase.json. (#​8295)
  • Add support for brownfield project onboard dataconnect:sql:setup. (#​8150)
  • Update the Firebase Data Connect local toolkit to v1.8.5, which includes the following changes: (#​8310)
    • Fix the Int and Int64 scalars to correctly validate the int32 and int64 ranges, respectively.
    • Fix the generated web SDK so that pnpm properly uses the link functionality.

v13.33.0

Compare Source

  • Fixed issue where apps:init fails to detect the output directory when it was run in a directory where app was the only module.
  • Set LOG_EXECUTION_ID=true by default for Cloud Functions (2nd gen) to improve debugging by displaying execution IDs in logs. (#​8276)
  • Fix bug where function deployment no-oped for functions in bad state. (#​8289)
  • Updated the Firebase Data Connect local toolkit to v1.8.4 which includes the following changes: (#​8290)
    • React hooks for mutations without args no longer require undefined to be passed when calling mutate.
    • Fixed import resolution when moduleResolution is set to bundler.
    • React code generation will now generate a README explaining how to use generated query and mutation hook functions.
    • Fixed an issue where React developers have to pass in an empty object even when all fields are optional.
    • Fixed an issue where FirebaseError wasn't being passed into UseMutationOptions.

v13.32.0

Compare Source

  • Replaced VSCODE_CWD check to address issues running in VSCode environments. (#​7471)
  • Added initial delay when loading python functions (#​8239)
  • Enforced webframeworks enablement only on webframeworks sites (#​8168)
  • Fixed issue where apps:init throws an error upon app creation.
  • Reenabled prompts for unused service deletion in deploy --only.
  • Update Firebase Data Connect local toolkit to v1.8.3, which includes the following changes: (#​8263)
    • Adds a _metadata.distance field to vector similarity search results
    • Fixes auth and request.auth when the request is unauthenticated
    • Fixes an issue with hanging commas in import statements in the generated Web SDK
    • Fixes an issue where the additional union type { __angular?: true } breaks type inference in the generated Web SDK

v13.31.2

Compare Source

  • Fixed an issue where --import path was incorrectly resolved for the Data Connect emulator. (#​8219)
  • Updated the Firebase Data Connect local toolkit to v1.8.2 which fixes an issue with a missing FirebaseError import. (#​8232)

v13.31.1

Compare Source

  • Fixed issue where firebase init dataconnect would crash on React-based web apps.
  • Updated the Firebase Data Connect local toolkit to v.1.8.1, which:
    • Fixed issue where users who are using a version lower than 11.3.0 of firebase get a "missing import" error.

v13.31.0

Compare Source

  • Switched Data Connect from v1beta API to v1 API.
  • Added code generation of React hooks for Data Connect
  • Genkit init improvements around gcloud login and flow input values.
  • Added new command apps:init under experimental flag (appsinit) that automatically detects what SDK to download and places the file in the corresponding place.
  • Removed dependencies on some packages and methods that caused deprecation warnings on Node 22.
  • Fixes symbol generation when uploading Unity 6 symbols to Crashlytics. (#​7867)
  • Fixed SSR issues in Angular 19 by adding support for default and reqHandler exports. (#​8145)
  • Added Angular 19 as supported version. (#​8145)
  • Fixed appdistribution:testers:list raising an error when a tester is not part of any group. (#​8191)
  • Updated the Firebase Data Connect local toolkit to v1.8.0, which includes several changes: (#​8210)
    • Adds support for the v1 Data Connect API in the emulator
    • Adds support for generated React SDKs
    • Fixes @check to also be evaluated for admin auth
    • Fixes CEL expressions to be able to access @redact fields

v13.30.0

Compare Source

  • Fixed issue where Extensions deployment fails due to *.firebasestorage.app not being recognized as a valid Storage bucket name. (#​8152)
  • Fixes issue with custom 404 pages not being returned in Next.js in the emulator (#​8035).
  • Annotate onCallGenkit functions to allow for future Firebase Console annotations (#​8135)
  • Adds genkit 1.0.0 template (#​8144)

v13.29.3

Compare Source

  • Fixed a Data Connect emulator issue where prepared statements would be persisted after terminated connections.
  • Added a warning when deploying a Genkit function without a secret as this is likely a bug (#​8138)
  • Fixed .env.* files for web frameworks in Windows (#​8086)
  • Updated the Firebase Data Connect local toolkit to v1.7.7, which includes fixes in Dart code generation around required argument typing, and changes the emulator to always serve local connector sources and surface errors if they're invalid or schema migration fails. (#​8153)

v13.29.2

Compare Source

  • Updated cross-env and cross-spawn dependencies to avoid vulnerable versions. (#​7979)
  • Fixed an issue with the Data Connect emulator where dataDir and --export were relative to the current directory insead of firebase.json.
  • init dataconnect now suggests DNS compatible service IDs.
  • Updated the Firebase Data Connect local toolkit to v1.7.6, which includes several bug fixes:
    • Fixed an issue in generated Dart code when an operation name ends in a number
    • Fixed an issue with @check and @redact directives on list fields
    • Fixed an issue with null literals in any type fields

v13.29.1

Compare Source

  • Fixed an issue where clearData with no tables would cause the Data Connect emulator to crash.
  • Fixed an issue where the Data Connect emulator would crash with Error: Unreachable.

v13.29.0

Compare Source

  • Changes default CF3 runtime to nodejs22 (#​8037)
  • Fixed an issue where --import would error for the Data Connect emulator if dataDir was also set.
  • Fixed an issue where firebase init dataconnect errored when importing a schema with no GQL files.
  • Fixed an issue where the Data Connect emulator would not cleanly shut down Postgres and corrupt data. (#​8044)
  • CF3 callables can now be annotate with a genkit action they are serving. (#​8039)
  • HTTPS functions can now be upgraded to HTTPS Callable functions. (#​8039)
  • Update default tsconfig to support more modern defaults. (#​8039)
  • Added validation for project ID and project name during firebase init (#​2514)
  • Update the Firebase Data Connect local toolkit to v1.7.5, which includes a fix for Kotlin codegen that ensures that generated XxxKeys.kt files include the required @file:UseSerializers(UUIDSerializer::class) annotation. (#​8058)

v13.28.0

Compare Source

  • Enable apphosting:rollouts:create command. (#​8031)
  • Added default value for emulators.dataconnect.dataDir to init dataconnect.
  • Fixed issue where expired auth tokens would not refresh when running on IDX.
  • Fixed an issue where firebase would error out instead of displaying help text.
  • Fixed an issue where firebase init genkit would error on Windows machines.
  • Fixed an issue where emulator returned error when emulating alerts functions written in python (#​8019)
  • Better error message for emulator binary architecture incompatibility on MacOS (#​7995).
  • Deprecated emulators.apphosting.startCommandOverride. Please use emulators.apphosting.startCommand instead.
  • Updated superstatic to 9.1.0 in package.json.
  • Updated the Firebase Data Connect local toolkit to v1.7.4, which includes a fix for an issue that caused duplicate installations of the Firebase JS SDK. (#​8028)
  • Add support for linkProviderUserInfo in the Auth emulator to allow linking providers to user accounts. (#​4170)

Note: these binaries were regenerated and re-uploaded after accidentally being overwritten by v13.29.0 binaries. (12/12/2024)

v13.27.0

Compare Source

  • Fixes an issue where emulators:exec would return a 0 error code when emulators failed to start. (#​7974)
  • Added --import and emulators:export support to the Data Connect emulator.
  • Added firebase.json#emulators.dataconnect.dataDir. When set, Data Connect data will be persisted to the configured directory between emulator runs.
  • Added App Hosting Emulator: https://firebase.google.com/docs/app-hosting/emulate
  • Added apphosting:config:export to export App Hosting configurations such as secrets into an apphosting.local.yaml file, to be used by the emulator

v13.26.0

Compare Source

  • Migrated some API calls from firebase.googleapis.com to cloudresourcemanager.googleapis.com.
  • Moved firebase-tools-ui server.js logic to fireabse-tools to run it in-memory. (#​7897)
  • Updates superstatic to 9.1.0 (#​7929).
  • Added the appdistribution:group:list and appdistribution:testers:list commands.
  • Aliased appdistribution:group:* commands to appdistribution:groups:*.
  • Updated the Firebase Data Connect local toolkit to v1.7.3, which includes:
    • Bug fixes for @auth expressions that reference the auth variable
    • Allows custom boolean claims on the auth token to be returned in expressions
    • Adds support for Optional arrays in Swift codegen
    • Updates Kotlin codegen to use fully-qualified class names everywhere
    • Removes StringType_pattern from generated docs and GQL prelude. (#​7968)

v13.25.0

Compare Source

  • Fix Task Queue Emulator error handling to display error message properly. (#​7916)
  • Fixed some misleading logs when using the Data Connect emulator with FIREBASE_DATACONNECT_POSTGRESQL_STRING set. (#​7882)
  • Update the Firebase Data Connect local toolkit to v1.7.0, which includes support for query in mutations, @check for advanced authorization, and replaces java.util.Date with com.google.firebase.dataconnect.LocalDate for Date scalar fields and variables in Kotlin codegen. (#​7936)
  • Fixed firebase init genkit to work with genkit version 0.9.0.

v13.24.2

Compare Source

  • Bump the Firebase Data Connect local toolkit to v1.6.1, which fixes the OrderDirection enum with Optional types in Dart codegen and adds @ExperimentalFirebaseDataConnect annotations in Kotlin codegen to avoid compiler warnings. (#​7912)

v13.24.1

Compare Source

  • Fixes an issue where Cloud resource location wasn't set during firebase init

v13.24.0

Compare Source

  • Fixes an error creating a rollout with App Hosting in the beta API (#​7896)
  • Added support for Next.js 15. (#​7588)

v13.23.1

Compare Source

  • Check that billing is enabled and move App Hosting next to Hosting in init list (#​7871).
  • Fix rollouts:create to handle backend regionality & other fixes. (#​7862)
  • Fixed Next.js issue with PPR routes not rendering correctly. (#​7625)
  • Bump the Firebase Data Connect local toolkit version to v1.6.0, which adds support for upsertMany, introduces vars as a shorthand for request.variables in @auth expressions, adds new methods to GeneratedConnector and GeneratedOperation implementations in Kotlin codegen (requires the v16.0.0-beta03 SDK), and fixes the use of Timestamp with optional types in Dart codegen (#​7888).

v13.23.0

Compare Source

  • Add support for deploying new blocking triggers. (#​6384)
  • Have the firestore:delete command retry on bandwidth exceeded errors. (#​7845)

v13.22.1

Compare Source

  • Updated dependencies in functions initialization template. (#​7809)
  • Fixed Flutter web apps that might require the --no-tree-shake-icons flag in order to build. (#​7724)
  • Removed outdated dependency on rimraf.
  • Fixed an issue where the Extensions emulator would fail silently if started with a non-existant project without the demo- prefix. (#​7779)
  • Bumped the Firebase Data Connect local toolkit version to v1.5.1, which adds compatible mode schema migration support to the emulator and fixes an issue with the Timestamp type in Swift codegen. (#​7837)
  • Fixed an issue during functions discovery where FUNCTIONS_DISCOVERY_TIMEOUT wasn't respected. (#​6285)
  • Improved handling when emulators:export cannot read the metadata file.

v13.22.0

Compare Source

  • Fixed an issue where running the CLI in IDX required immediate reauthentication.
  • Added App Hosting as an option for firebase init. (#​7803)

v13.21.0

Compare Source

  • Add apphosting:rollouts:create CLI command. (#​7687)
  • Updated emulator UI to version 1.14.0, which adds support for SDK defined extensions.
  • Added emulator support for SDK defined extensions.
  • Fixed various trigger handling issues in the Functions emualtor, including an issue where Eventarc functions would not be emulated correctly after a reload.
  • Added support for generating Dart SDKs for Data Connect connectors.
  • Commands now correctly default to 'default' alias when there is more than one alias listed. (#​7624)
  • Updated Data Connect emulator to v1.15.0, which includes bug fixes for insertMany and improved error handling.

v13.20.2

Compare Source

  • Released version 1.4.4 of the Data Connect emulator, which includes a change in node engine requirements from v20 to v18, and an update to the peer dependency for the web SDK.

v13.20.1

Compare Source

  • Updated the Firebase Data Connect local toolkit to v1.4.3, which includes a fix for URL redirects in the generated docsite. (#​7763)

v13.20.0

Compare Source

  • Switched Data Connect emulator to use an in memory PGLite database instead of requiring a separate Postgres installation. Deprecated 'dataconnectEmulatorin.firebaserc`.
  • Released version 1.4.2 of the Data Connect emulator, which includes SDK support for Any scalar type and OrderDirection, support for first to lookup operations, and breaking changes for iOS generated SDKs. PLease see documentation for more details (#​7744).
  • Revert the minimum Functions SDK version and add logging for extensions features using v5.1.0 (#​7731).
  • Added compatibility mode support for Firebase Data Connect schema migrations, where application schema updates are allowed if the database schema is in a compatible state. (#​7746)
  • Improved firebase init dataconnect to better support local-first onboarding. (#​7733)
  • Added support for the --watch option in firebase dataconnect:sdk:generate. (#​7719)
  • Minor fix in the Firebase Data Connect GraphQL query template. (#​7736)

v13.19.0

Compare Source

  • Updated Firebase Data Connect local toolkit version to v1.3.8, which adds support for Any scalar values in the Android SDK, strongly-typed variables in @auth expressions, and a minor internal fix for the Dart SDK code generation. (#​7696)
  • Added new command firebase ext:sdk:install to allow you to configure extensions in a functions codebase. See https://firebase.google.com/docs/extensions/install-extensions?interface=sdk for details.(#​7581)
  • Increased the minimum version of the firebase-functions to 5.1.0. To avoid deployment issues, ensure that you upgrade your functions code.

v13.18.0

Compare Source

  • Added firebase deploy --dry-run, which validates your changes and builds your code without making any production changes.
  • Added support for non-default Firestore databases in firebase init. (#​7655)
  • Updated supported range for Angular framework. (#​7418)
  • Fixed (Angular 17+) temporary change the PORT in Angular server.ts (#​6651)
  • Switched Data Connect API from v1alpha to v1beta. (#​7589)
  • Improved handling of Spark projects in firebase init dataconnect. (#​7666)
  • Updated Firebase Data Connect local toolkit version to v1.3.7, which adds support for v1beta gRPC APIs and the OrderDirection enum in Swift, and makes transactional queries and mutations opt-in with the @transaction directive. (#​7679)
  • Add dataconnect SQL grant command firebase dataconnect:sql:grant -R <role> -E email. (#​7656)
  • Added better handling for paths with spaces in getGlobalEsbuildVersion function. (#​7571)

v13.17.0

Compare Source

  • Re-added a dialog to let users know TLS is being provisioned in App Hosting. (#​7595)
  • Improved Firebase Data Connect postgres security by granting fine grained SQL privileges to the users the need it. (#​7578)
  • Removed dataconnect:sql:migrate command hard dependency on 'roles/cloudsql.admin'. (#​7578)
  • Added support for setting the encryption configuration of restored firestore databases. (#​7483)
  • Added support for VERIFY_AND_CHANGE_EMAIL events in the Auth emulator. (#​7618)
  • Updated the Firebase Data Connect toolkit to v1.3.6, which serves a generated GraphQL docsite under /docs. (#​7640)

v13.16.0

Compare Source

  • Added support for Cloud Tasks within the Functions emulator. (#​7475)
  • Released Firestore Emulator v 1.19.8 which adds support for FindNearest.distanceResultField and FindNearest.distanceThreshold parameters.
  • Temporarily removed Extensions from Functions deploy because it was causing unexpected Extension deletions. (#​7590, #​7582)

v13.15.4

Compare Source

  • Fixed an issue where functions deployment would fail if firebase.json#extensions was undefined. (#​7575)

v13.15.3

Compare Source

v13.15.2

Compare Source

  • Implemented a check in the Next.js build function to verify if
    .env.<PROJECT-ID> file exists and make its variables available for the build
    process.
  • Fix esbuild path used to bundle next.config.js on Windows (#​7555)
  • Updated to v1.3.5 of the Data Connect toolkit, which adds support for pgvector indexing and order_by_ref, and fixes bugs in SDK generation.

v13.15.1

Compare Source

  • Fixes secret params resolution in functions emulator. (#​7443)
  • Fixed bug where esbuild execution was throwing an error saying "Command line too long" on Windows (#​7250, #​6193). (#​7395)
  • Automatically detect app platform during init dataconnect:sdk.
  • Support sharp ^0.33.x for web frameworks. (#​7517)
  • Update Firebase Data Connect toolkit to v1.3.4, which supports offset, cascade delete support, always index all foreign fields and multiple generated SDK options. (#​7545)
  • Update Data Connect SDK Options Default to avoid duplicate output path. (#​7545)

v13.15.0

Compare Source

  • Fixed an issue where --force was not respected during firebase deploy --only storage. (#​7499)
  • Added support for Customer-managed encryption keys (CMEK) on Firestore databases. (#​7479)
  • Improved error message thrown when missing permissions to deploy to hosting. (#​7190)
  • Improved default values for 'init dataconnect:sdk'.
  • Fixed issue where functions:secrets:set wrongly errorred in non-interactive flows without force option (#​7467)
  • Bumped the Firebase Data Connect local toolkit version to v1.3.2, which includes some bug fixes. (#​7518)

v13.14.2

Compare Source

  • Improved notification message when an update is available. (#​7293)
  • Fix issue where Data Connect Emulator can't read config

v13.14.1

Compare Source

  • Bump Firebase Data Connect local toolkit to v1.3.1, which contains fixes for Swift SDK code generation (#​7491)

v13.14.0

Compare Source

  • Cleans up App Hosting's GitHub integration UX. "Add an account" flow now goes directly to GitHub instead of using Developer Connect. (#​7405)
  • Fix an issue where refresh_tokens would be used before checking whether they were expired. (#​7442)
  • firebase init dataconnect now can pull down deployed GQL files.
  • Improved detection of 'dataconnect.yaml' when not in project root.
  • GitHub Action fixes for web frameworks (#​6883)
  • Fixes issue where PubSub message publishTime is set to 1970-01-01T00:00:00 (#​7441)
  • Display meaningful error message when cannot determine target. (#​6594)
  • Adds support for firealerts events in Eventarc emulator. (#​7355)
  • Released version firebase-tools-ui@1.13.0, which adds Emulator UI support for firealerts events.
  • Improved errors when an incorrect service ID is passed to firebase deploy --only dataconnect:serviceId.
  • Fixed display of errors in Firestore commands when using JSON or noninteractive modes. (#​7482)
  • Fixed an issue where Firestore backup schedule commands had invalid short option names. (#​7481)
  • Bumps the Firebase Data Connect local toolkit to v1.3.0, which adds Swift SDK, @​index, @​unique, and batch insert support. (#​7486)

v13.13.3

Compare Source

  • Fix an issue where refresh_tokens would be used before checking whether they were expired. (#​7442)

v13.13.2

Compare Source

  • Fixes an issue where old access_token would be used after expiry. (#​7429)

v13.13.1

Compare Source

  • Pass down functions.ignore values in firebase.json to functions emulator so that supposedly ignored directories/files will not trigger reload. (#​7414)
  • Fixes bug where secret values provided in env files were parsed as list (#​7422)
  • Update the Firebase Data Connect emulator to v1.2.4, which includes a fix for web SDK generation on Windows and a change for the local Vertex AI client to pick up application default credentials automatically (#​7424)

v13.13.0

Compare Source

  • Fixes framework support for Nuxt ^3.12 by correctly calling loadNuxtConfig() (#​7375)
  • Add a default for firebase init dataconnect:sdk (#​7406)
  • Bump Firebase Data Connect emulator to v1.2.3, which adds support for @index on tables, @auth(level: USER_ANON/USER_EMAIL_VERIFIED), and key: {uid_expr: "auth.uid"}, and fixes some issues related to SDK generation (#​7409)

v13.12.0

Compare Source

  • 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, #​7378)
  • Added new command init dataconnect:sdk, which interactively configures a generated SDK for a Data Connect connector.

v13.11.4

Compare Source

  • 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

Compare Source

  • Fixes issue where storage emulator throws an error due to non-standard whitespaces in filenames (#​6834).
  • Fixes issue where some emulators would fail to start when their path contained a whitespace (#​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

Compare Source

  • 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

Compare Source

  • firebase init dataconnect no longer waits for Cloud SQL instance provisioning (#​7275).
  • Fixes an issue where the Data Connect emulator would not start up correctly.

v13.11.0

Compare Source

  • Releases firestore emulator 1.19.7, which adds support for withAuthContext function triggers (#​7037).
  • Fixes some cases where Firebase Data Connect deployment fails to pretty-print errors (#​7230).
  • Updated Pub/Sub emulator to v0.8.14 (#​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).
  • 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)

v13.10.2

Compare Source

  • 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

Compare Source

  • Fixes an issue where dataconnect:sql:migrate still prompts for confirmation even with --force. (#​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).
  • Fixes Data Connect generated SDK sometimes using the wrong location (GCP region) (#​7217).

v13.10.0

Compare Source

  • Upgrades the pubsub dependency to address a npm audit issue. (#​7122)
  • Fixes path issue in Windows deployments for Next.js SSR (#​7148)
  • Updates Emulator Suite UI logos
  • Firebase functions' discovery process' timeout can now be configured with the FUNCTIONS_DISCOVERY_TIMEOUT env var (#​7176)
  • Fixes an issue where dataconnect:sql:migrate would sometimes act as the wrong role. (#​7198)
  • Fixes an issue where dataconnect:sql:migrate --force would not ignore invalid connectors. (#​7199).
  • Improves logging and messaging throughout dataconnect commands.
  • Improves handling for cases where a Data Connect service could not access Cloud SQL. (#​7157)

v13.9.0

Compare Source

v13.8.3

Compare Source

  • Internal bug fixes.

v13.8.2

Compare Source

  • Release Firestore Emulator version 1.19.6 which fixes a few Datastore Mode bugs regarding transactions (#​7132).

v13.8.1

Compare Source

  • 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)
  • 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)

v13.8.0

Compare Source

  • Update dependencies in functions initialization template. (#​7084)
  • Adds *.local to .gitignore and functions ignore for init functions. (#​7018)

v13.7.5

Compare Source

  • Improve IAM changes for turtles. (#​7045)

v13.7.4

Compare Source

  • Release Firestore Emulator version 1.19.5 which adds support for import and export in Datastore Mode. (#​7020)
  • Fix non static check for not-found route in Next.js 14.2 (#​7012)
  • Fix Next.js path issue on Windows (#​7031)
  • Fixes an issue where the Pub/Sub emulator would not start on Windows due to CVE-2024-27980. (#​7026)

v13.7.3

Compare Source

Improve internal handling of config files (#​6987)

v13.7.2

Compare Source

  • Fixes bug where firebase deploy --only firestore:rules,firestore:indexes does not update rules and indexes. (#​6966)
  • Add Firebase console link after creating or restoring a Firestore database (#​6949)
  • Increase supported Astro version to 4 (#​6960)
  • Fixes a deployment crash when resetting min instances to 0 in v1 functions (#​6990)
  • Fixes bug detecting functions runtime from firebase.json (#​6964)

v13.7.1

Compare Source

  • Fixed an issue where the Functions emulator would choose the wrong runtime if none was listed in firebase.json. (#​6965)

v13.7.0

Compare Source

v13.6.1

Compare Source

  • Stop trying to delete cache images after functions deletion that GCF already cleans up (#​6927)
  • Add support timelines for functions runtimes (#​6866)

v13.6.0

Compare Source

  • 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)
  • Fixes issue where GOOGLE_CLOUD_QUOTA_PROJECT breaks functions source uploads (#​6917)

v13.5.2

Compare Source

  • Fix hosting rewrite deployment bug for skipped functions (#​6658).

v13.5.1

Compare Source

  • Release Emulator Suite UI v1.11.8 which adds support for Multiple DBs in the Emulator UI Firestore page via editing the URL. (#​6874)

v13.5.0

Compare Source

  • Enable dynamic debugger port for functions + support for inspecting multiple codebases (#​6854)
  • Inject an environment variable in the node functions emulator to tell the google-gax SDK not to look for the metadata service. (#​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)
  • v2 event functions with explicit service accounts trigger eventarc to use that service account (#​6859)

v13.4.1

Compare Source

  • 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)
  • Fix Next.js static routes with server actions (#​6664)
  • Fixed an issue where GOOGLE_CLOUD_QUOTA_PROJECT was not correctly respected. (#​6801)
  • Make VPC egress settings in functions parameterizeable (#​6843)

v13.4.0

Compare Source

  • Added new commands for managing Firestore backups and restoring databases. (#​6778)
  • Fixed quota attribution for Firebase Auth API calls. (#​6819)

v13.3.1

Compare Source

  • Release Cloud Firestore emulator v1.19.1:
  • Improve FAH onboarding flow to connect backends with SCMs (#​6764).
  • Fixed issue where GitHub actions would fail due to lack of permission. (#​6791)

v13.3.0

Compare Source

  • Improved detection for when login has expired due to Google Cloud Session Control. (#​1846)
  • Added support for Python 3.12. (#​6679)
  • Fixed issues with internal utilities. (#​6754)
  • Fixed an issue where firestore:delete wouldn't target the emulator when expected. (#​6537)

v13.2.1

Compare Source

  • Fixed an issue where appdistribution:distribute would always attempt to run tests. (#​6749)

v13.2.0

Compare Source

  • Added rudimentary email enumeration protection for auth emulator. (#​6702)

v13.1.0

Compare Source

  • Point v2 function target to entrypoint. (#​6698)
  • Fixed issue where Auth emulator sign in with Google only shows default tenant. (#​6683)
  • Prevent the use of pinTags + minInstances on the same function, as the features are not mutually compatible (#​6684)
  • Added force flag to delete backend ([#​6635](https://redirect.github

Configuration

📅 Schedule: Branch creation - "after 6am and before 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 11, 2023
Copy link
Contributor Author

renovate bot commented Dec 11, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/lib/cli/validate-engines.js:31
    throw err
    ^

TypeError: args.at is not a function
    at process.<anonymous> (/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/lib/utils/display.js:91:21)
    at process.emit (events.js:412:35)
    at Object.verbose (/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/node_modules/proc-log/lib/index.js:68:22)
    at module.exports (/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/lib/cli/entry.js:25:7)
    at module.exports (/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/lib/cli/validate-engines.js:39:10)
    at module.exports (/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/lib/cli.js:4:31)
    at Object.<anonymous> (/opt/containerbase/tools/npm/10.7.0/14.21.3/node_modules/npm/bin/npm-cli.js:2:25)
    at Module._compile (internal/modules/cjs/loader.js:1114:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
    at Module.load (internal/modules/cjs/loader.js:979:32)

@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 0202e18 to 85d46ea Compare December 15, 2023 00:28
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 85d46ea to e95494e Compare January 10, 2024 01:18
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from e95494e to ab6742a Compare January 25, 2024 00:26
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 7641907 to e6a78d4 Compare February 7, 2024 18:06
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from e6a78d4 to e5b3e2c Compare February 15, 2024 00:12
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from e525682 to eca08ef Compare February 28, 2024 00:14
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 1c5cdea to 364fd8d Compare March 13, 2024 23:04
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 639ed3e to 509d937 Compare March 20, 2024 01:30
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 509d937 to 055aa33 Compare March 27, 2024 00:57
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 3 times, most recently from 5d147f1 to 6b80756 Compare April 5, 2024 20:06
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from df87932 to 26f9d6d Compare April 17, 2024 22:25
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 306e85d to 867aee1 Compare April 25, 2024 19:04
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 79c51e8 to 6213f74 Compare May 8, 2024 19:36
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 6213f74 to 25b1032 Compare May 10, 2024 01:51
Copy link
Contributor Author

renovate bot commented May 10, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
ERROR: npm v11.2.0 is known not to run on Node.js v14.21.3.  This version of npm supports the following node versions: `^20.17.0 || >=22.9.0`. You can find the latest version at https://nodejs.org/.

ERROR:
/opt/containerbase/tools/npm/11.2.0/14.21.3/node_modules/npm/lib/utils/error-message.js:11
  er.message &&= replaceInfo(er.message)
             ^^^

SyntaxError: Unexpected token '&&='
    at wrapSafe (internal/modules/cjs/loader.js:1029:16)
    at Module._compile (internal/modules/cjs/loader.js:1078:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
    at Module.load (internal/modules/cjs/loader.js:979:32)
    at Function.Module._load (internal/modules/cjs/loader.js:819:12)
    at Module.require (internal/modules/cjs/loader.js:1003:19)
    at require (internal/modules/cjs/helpers.js:107:18)
    at Object.<anonymous> (/opt/containerbase/tools/npm/11.2.0/14.21.3/node_modules/npm/lib/cli/exit-handler.js:2:48)
    at Module._compile (internal/modules/cjs/loader.js:1114:14)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)

@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 211b50a to fc487a7 Compare May 14, 2024 22:59
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from f560f70 to f23fbe6 Compare May 24, 2024 18:52
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 670c1cf to d81ad24 Compare September 12, 2024 00:38
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 7cb2a2a to 9567197 Compare September 23, 2024 19:44
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 3 times, most recently from 1a1f987 to 3745709 Compare October 1, 2024 01:19
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from a5afaf1 to f4fbaaf Compare October 9, 2024 00:30
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 32f5c6f to e1b6039 Compare October 23, 2024 20:13
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 3 times, most recently from 4bb270a to 54bd50a Compare November 6, 2024 01:51
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 63c3974 to 361d52e Compare November 13, 2024 00:06
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 19b2b6c to 95a2370 Compare November 22, 2024 00:55
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 95a2370 to a88af91 Compare December 5, 2024 00:32
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 1c080fa to 6cfc7a1 Compare December 13, 2024 23:36
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 6cfc7a1 to 4ce6b5f Compare January 23, 2025 03:07
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 67b67e3 to 9e80806 Compare February 5, 2025 02:31
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 3 times, most recently from 7a41cda to 0fb5980 Compare February 20, 2025 00:25
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from c62501c to eca4956 Compare March 7, 2025 00:33
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from eca4956 to f389ef3 Compare March 12, 2025 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants