Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
firebase-tools ^13.29.2 -> ^13.35.1 age confidence

Release Notes

firebase/firebase-tools (firebase-tools)

v13.35.1

Compare Source

  • Fix bug where functions:artifacts:setpolicy command's --none option didn't work as expected (#​8330)

v13.35.0

Compare Source

  • Added support for generated Angular SDKs for Data Connect
  • App Hosting emulator can now load secret env vars. (#​8305)
  • Fixed webframeworks deployments when using multiple hosting sites in firebase.json. (#​8314)
  • Added a new command to setup a cleanup policy for functions artifacts. (#​8268)
  • Added support for 3rd party builders for Angular. (#​7557)
  • Fixed GCF V2 artifact cleanup by correctly encoding artifact names to match GCF V2's format. (#​8318)
  • Increase emulator UI body parser limit to match Storage emulator maximum. (#​8329)
  • Fixed Data Connect setup issues for fresh databases due to IAM user not being created. (#​8335)
  • Fixed an issue where ext:install used POSIX file seperators on Windows machines. (#​8326)
  • Updated the Firebase Data Connect local toolkit to v1.9.2, which adds support for generated Angular SDKs and updates Dart SDK fields to follow best practices. (#​8347)
  • Fixed an issue where credentials from firebase login would not be correctly provided to the Data Connect emulator.
  • Fixed misleading comments in firebase init dataconnect connector.yaml template.
  • Improved Data Connect SQL permissions to better handle tables owned by IAM roles. (#​8339)
  • Fixed an issue where the Data Connect emulator would crash after some SQL errors.

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)

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, check this box

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

@renovate renovate bot added the dependencies label Feb 1, 2025
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 84b896c to dc1955f Compare February 1, 2025 13:08
@renovate renovate bot changed the title fix(deps): update dependency firebase-tools to ^13.29.3 fix(deps): update dependency firebase-tools to ^13.30.0 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from dc1955f to fd3fdaf Compare February 5, 2025 02:13
@renovate renovate bot changed the title fix(deps): update dependency firebase-tools to ^13.30.0 fix(deps): update dependency firebase-tools to ^13.31.0 Feb 13, 2025
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from fd3fdaf to 0f500d0 Compare February 13, 2025 00:53
@renovate renovate bot changed the title fix(deps): update dependency firebase-tools to ^13.31.0 fix(deps): update dependency firebase-tools to ^13.31.1 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 0f500d0 to 9f900cc Compare February 14, 2025 01:13
@renovate renovate bot changed the title fix(deps): update dependency firebase-tools to ^13.31.1 fix(deps): update dependency firebase-tools to ^13.31.2 Feb 20, 2025
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 9f900cc to f31c53e Compare February 20, 2025 00:39
@renovate renovate bot changed the title fix(deps): update dependency firebase-tools to ^13.31.2 fix(deps): update dependency firebase-tools to ^13.32.0 Feb 28, 2025
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from f31c53e to 351dde0 Compare February 28, 2025 00:28
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 351dde0 to a19ffe8 Compare March 7, 2025 00:46
@renovate renovate bot changed the title fix(deps): update dependency firebase-tools to ^13.32.0 fix(deps): update dependency firebase-tools to ^13.33.0 Mar 7, 2025
@renovate renovate bot changed the title fix(deps): update dependency firebase-tools to ^13.33.0 fix(deps): update dependency firebase-tools to ^13.34.0 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from a19ffe8 to 9da8e22 Compare March 12, 2025 01:13
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 9da8e22 to ebb3866 Compare March 21, 2025 00:52
@renovate renovate bot changed the title fix(deps): update dependency firebase-tools to ^13.34.0 fix(deps): update dependency firebase-tools to ^13.35.1 Mar 21, 2025
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from ebb3866 to ed1defb Compare August 10, 2025 15:15
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