Skip to content

chore(dev-deps): update dependency firebase-tools to v14 #1469

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 14, 2025

This PR contains the following updates:

Package Change Age Confidence
firebase-tools 13.35.1 -> 14.11.0 age confidence

Release Notes

firebase/firebase-tools (firebase-tools)

v14.11.0

Compare Source

v14.10.1

Compare Source

  • Updated Data Connect emulator to v2.9.1, which:
    • Replaces the release of v2.9.0, which used an outdated version of Data Connect emulator.
    • Fixed an issue in Data Connect where indexes over 63 characters broke schema migration.
    • Added support for string_pattern filters in Data Connect. These allow you to filter string fields using regex or LIKE semantics.
  • Fixed an issue where firebase-tools could not be used within v1 Cloud Functions due to trying to write to a read only file.

v14.10.0

Compare Source

  • Improve App Hosting compute service account flow for source deploys. (#​8785)
  • Fixed an issue with ext:configure where params without default values could not be set. (#​8810)
  • Updated Data Connect emulator to v2.9.0, which:
    • Fixed an issue in Data Connect where indexes over 63 characters broke schema migration.
    • Added support for string_pattern filters in Data Connect. These allow you to filter string fields using regex or LIKE semantics.
  • Fixed an issue where the Data Connect emulator wasn't provided application default credentials. (#​8819)

v14.9.0

Compare Source

  • Added validation to check if project ID exists during project creation. (#​5233)
  • Added generate_dataconnect_schema, dataconnect_generate_operation, firebase_consult_assistant MCP tools. (#​8647)
  • firebase init dataconnect is now integrated with Gemini in Firebase API to generate Schema based on description. (#​8596)
  • Added user-friendly warning for runtime errors from the GCF API. (#​8713)
  • Updated Data Connect emulator to 2.8.0, which adds a README to generated Kotlin packages and drops support for macOS 10.15 (Catalina).

v14.8.0

Compare Source

  • Updated the Data Connect emulator to use pglite 0.3.x and Postgres 17, which fixes some crashes related to wire protocol inconsistencies. (#​8679, #​8658)
  • Remove container cleanup logic in functions:delete command (#​8771)
  • Fixed an issue where the IAM enablement for GenKit monitoring would try to change an invalid service account. (#​8756)
  • Added a max instance default to function templates and comments educating users on cost controls. (#​8772)
  • Added caching to API enablement checks to reduce burn of serviceusage.googleapis.com quota.
  • Updated the Firebase Data Connect local toolkit to v2.7.1, which includes the following changes
    • Kotlin codegen: Add a default value for the block_ parameter to execute() so that it is not necessary to specify empty {} for operations with optional variables and none are specified.
    • Web SDK READMEs will link to other web framework READMEs for better discoverability.

v14.7.0

Compare Source

  • Add emulator support to firebase storage MCP tools. (#​8707)
  • Removed overeager error catch in functions:list.
  • Add validation during firebase init feature selection. (#​5232)
  • Fixed an issue where the extensions emulator did not work with demo- projects. (#​8720)
  • Fixed issue where --export-on-exit fails if the target directory does not exist. (#​4688)
  • Fixed issue where the Firebase MCP server could not use application default credentials. (#​8671)
  • Updated the Firebase Data Connect local toolkit to v2.7.0, which includes the following changes: (#​8743)
    • Fixed an issue where unwanted link dependencies are added to package.json when multiple package managers are used in a web project.
    • Added linter warnings for naming convention violations & missing join table @table(key).

v14.6.0

Compare Source

  • Fixed issue where projects:create didn't correctly parse the projectId and displayName input. (#​8634)
  • Improved GetDatabase API call caching for Firestore function deployments. (#​8681)
  • Increased timeout for linking CloudSQL instances to Data Connect.
  • Fixed issue where firebase use --add didn't correctly set the active project. (#​8694)
  • Correctly support '--database' flag in firestore:delete. (#​6753)
  • Always setup Data Connect SDK when FDC_CONNECTOR env var is set.
  • firebase init now uses FIREBASE_PROJECT env var as the default project name.
  • Add emulator support to firestore MCP tools. (#​8700)
  • Increased npm timeout for web frameworks to 60s. (#​8702)
  • Fallback to reading web framework dependencies version directly from node_modules package.json when the npm timeout is reached. (#​8702)
  • Updated the Firebase Data Connect local toolkit to v2.6.3, which includes some cleanups and error message improvements. (#​8667)

v14.5.1

Compare Source

  • Fixed an issue where 'firestore.database' was accidentally treated as a required field. (#​8678)

v14.5.0

Compare Source

  • WARNING - This version accidentally included a breaking change where firestore.database was treated as a required field in firebase.json. This is addressed in 14.5.1.
  • Improve log messages on skipped App Hosting source deploys. (#​8674)
  • Fixed issue in init where users were forced to specify emulator UI port (#​8626)
  • Added MCP tools for App Hosting (#​8605)
  • Fixed crash when starting the App Hosting emulator in certain applications (#​8624)
  • Fixed issue where, with webframeworks enabled, firebase init hosting re-prompts users for source. (#​8587)
  • Updated typescript version in functions template to avoid build issue with @​google-cloud/storage depedency (#​8194)
  • Updated the Firebase Data Connect local toolkit to v2.6.2, which includes the following changes: (#​8667)
    • Improved error messages of auth.uid in CEL expressions when unauthenticated.
    • Fixed a bug where ExecuteGraphql with vector embedding in emulator fails due to missing context.
  • Improved firebase init firestore + firebase deploy flow on a fresh new project without going to Console (#​8653)
  • Added support for Angular v20 to Firebase Hosting (#​8672)

v14.4.0

Compare Source

  • Added firebase experimental:mcp command, which runs an MCP server for AI assistants to interact with Firebase resources.
  • Updated supported runtimes for functions. Default python runtime is now 3.13. (#​8534)
  • Fixed issue where Secret Manager API was not automatically enabled for functions using secrets. (#​8528)
  • Changed artifact registry cleanup policy error to warn for CI/CD workloads #​8513
  • Enhance firebase init apphosting to support local source deploys. (#​8479)
  • Fixed issue where firebase init hosting:github didn't correctly parse the repo input. (#​8536)
  • Add GCP API client functions to support App Hosting deploy from source feature. (#​8545)
  • Fixed an issue where Extensions, Cloud Functions, and App Hosting would run into issues on projects where the default compute service account was changed.
  • Changed firebase init template for functions to pin runtime version on init. (#​8553)
  • Fix an issue where updating a Cloud Function that retires would add incorrect fields to the updateMask. (#​8560)
  • Fixed multi tenancy support for SSO users in the auth emulator (#​8544)
  • Add SDK autoinit capabilities to App Hosting emulator. (#​8582)
  • Provision App Hosting compute service account during init flow. (#​8580)
  • Updated the Firebase Data Connect local toolkit to v2.6.1, which includes the following changes: (#​8598)
    • Fixed a bug where @transaction continued to execute after errors and produces more confusing errors.
    • Fixed a bug where rolled-back fields in @transaction returned bogus data that had been invalidated by the rollback. They now correctly return null with a corresponding error "(rolled back)".
    • Disallow @check on side-effect fields if the mutation doesn't have @transaction.
    • Improved error messages when reading a field of null in CEL expressions.
    • Updated the underlying Go dependency version from v1.22.2 to v1.22.12.
    • Added the response binding to Server Values and @check(expr:) CEL expressions.

v14.3.1

Compare Source

  • Fixed issue where firebase init firestore would raise an error due to rules/indexes file path being undefined. (#​8518)
  • Fixed an issue where firebase use required serviceusage.viewer permissions. (#​8519)

v14.3.0

Compare Source

  • Fixed an issue where the prompt to create apphosting.emulator.yaml did not work with backends that are not at the project.root (#​8412)
  • Fixed an issue where Terms of Service acceptance would be checked for non-human users.
  • Fixed an issue where Cloud Resource Manager was called without checking whether it is enabled on the user's project.
  • Updated the Firebase Data Connect local toolkit to v2.5.0, which includes the following changes: (#​8514)
    • Fixed an issue where some server value expression errors incorrectly abort mutation execution.
    • Added README generation to Angular codegen, which explains how to use generated query and mutation injector functions.
  • Updated emulator UI to v1.15.0, which fixes some issues when running on Firebase Studio.

v14.2.2

Compare Source

  • Cleaned up prompt for setting up web frameworks during init dataconnect.
  • Fixed an issue were the Emualtor suite would check for auth when using demo- projects.
  • Updated the Firebase Data Connect local toolkit to v2.4.0, which adds support for add and remove list update transforms and fixes an issue where updating a column to null was ignored. (#​8484)

v14.2.1

Compare Source

  • Fixed version for init genkit. Previously it was looking for the version of the old package 'genkit' instead of th new 'genkit-cli'.
  • Updated the Firebase Data Connect local toolkit to v2.3.1, which contains the following changes: (#​8455)
    • Added support for inc and dec update transforms for Date and Timestamp scalars.
    • Fixed a bug where OR and AND clauses may be evaluated in the incorrect order.
    • Fixed an issue where {includes: $var} or {includesAll: [$var]} clauses should be dropped if $var is missing.

v14.2.0

Compare Source

  • Fixed an issue in the extensions emulator where parameter default values would not be substitued into resource definitions.
  • Keep artifact registry dry run off for policy changes (#​8419)
  • Allowed users to create paid Cloud SQL instances for Data Connect when the free trial has already been used.
  • Updated the Firebase Data Connect local toolkit to v2.2.0, which contains the following changes: (#​8434)
    • Added support for aggregate functions on singular fields.
    • Added the ability to get an operation name without calling the ref function in generated web SDK.
    • Properly enforced one-of validation on inc, dec, append, and prepend update transforms. Existing deployed connectors that violate this constraint will still work, but will need to be fixed to use list syntax before being re-deployed.
    • Fixed an issue so that when using mutations with no variables, correct types are passed in.

v14.1.0

Compare Source

  • Fixed an issue where the Extensions emulator did not provide fall back values for v2 Firestore event triggers. (#​8390)
  • Fixed issue with prompt when Data Connect prompts user for framework generation.
  • Fixed a bug where the Admin SDK fails with ENOTFOUND when automatically connecting to the Data Connect emulator when run in the Functions emulator. (#​8379)
  • Updated the Firebase Data Connect local toolkit to v2.1.0 which includes the following changes: (#​8400)
    • Added support for update transforms.
    • Added support for server value expressions for Int, Float, String, Date, Timestamp, and UUID data types.
    • Fixed an issue where CommonJS modules don't reference ref functions properly.

v14.0.1

Compare Source

  • Fixed a bug where the Admin SDK would not automatically connect to the Data Connect emulator when run in the Functions emulator. (#​8379)
  • Fix Cloud Functions deployment failure when service account is null. (#​8381)

v14.0.0

Compare Source

  • BREAKING(general)! Removed support for node 18.
  • BREAKING(apphosting)! init emulators App Hosting flow now creates apphosting.emulator.yaml with references to live secrets rather than apphosting.local.yaml with saved plaintext. apphosting:config:export command has been removed (#​8361)
  • BREAKING(apphosting)! Removed --location flag from apphosting commands. Instead, commands now prompt for primary region as needed.
  • BREAKING(dataconnect)! deploy dataconnect now warns about unsafe connector changes and insecure operations.
  • BREAKING(cloud functions)! Removed the experimental:functions:shell command. Use functions:shell instead.
  • Updated the Firebase Data Connect local toolkit to v2.0.0, which contains the following changes: (#​8370)
    • Added support for aggregate functions in queries.
    • BREAKING: New types for Generated React SDKs.
    • Improved description of various auto-generated mutation fields.
    • Fixed an issue where pnpm users' SDKs aren't linked properly.
  • apphosting:secrets:grantAccess can now grant access to emails and can grant multiple secrets at once (#​8357)
  • apphosting:secrets:set now has flows to help with test secrets (#​8359)
  • Updated init dataconnect templates to v1.
  • Fixed a bug where the emulator suite would set FIREBASE_DATACONNECT_EMULATOR_HOST instead of FIREBASE_DATA_CONNECT_EMULATOR_HOST.
  • Fixed a bug in Auth emulator where accounts:lookup is case-sensitive for emails (#​8344)
  • Fixed a bug where function deploys didn't support shorthand notation and parameterized service account (#​8366)
  • Fixed an issue where sql:setup would incorrectly remove the cloudsqlsuperuser role from firebasesuperuser (#​8363)
  • Fixed a bug where appdistribution:testers:list would error out if there were no testers.
  • Fixed a bug where Vertex AI API would not be automatically enabled when emulating Data Connect services that use it.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

Copy link
Contributor Author

renovate bot commented Apr 14, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts 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: examples/typescript/yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

File name: examples/basic/yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch 2 times, most recently from f4409d7 to 355859a Compare April 23, 2025 22:26
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch from 355859a to 011009f Compare May 1, 2025 02:05
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch 2 times, most recently from 1b75cb7 to 5ad96b9 Compare May 16, 2025 03:47
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch 3 times, most recently from 34518d2 to a14f8ec Compare June 5, 2025 21:21
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch from a14f8ec to 65a8d19 Compare June 12, 2025 20:45
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch 2 times, most recently from 356391d to f47676c Compare June 26, 2025 23:38
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch 2 times, most recently from bff6a78 to 43b129d Compare July 11, 2025 00:27
@renovate renovate bot force-pushed the renovate/firebase-tools-14.x branch from 43b129d to 1cda237 Compare July 17, 2025 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants