Skip to content

fix(deps): update dependency firebase-tools to ^13.35.1 #45

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: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
firebase-tools ^13.29.2 -> ^13.35.1 age adoption passing confidence

Release Notes

firebase/firebase-tools (firebase-tools)

v13.35.1

Compare Source

v13.35.0

Compare Source

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 Pull requests that update a dependency file label Feb 1, 2025
@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 e1adf8e to 16e4295 Compare February 5, 2025 03: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 16e4295 to fee2a84 Compare February 13, 2025 01:13
@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 fee2a84 to 2fe0750 Compare February 14, 2025 00:40
@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 2fe0750 to 6e9e4de Compare February 20, 2025 00:22
@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 6e9e4de to 71e5170 Compare February 28, 2025 00:32
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 71e5170 to 4e39ee6 Compare March 7, 2025 00:48
@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 force-pushed the renovate/firebase-tools-13.x branch from 4e39ee6 to 70ee3c4 Compare March 12, 2025 00:51
@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 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 70ee3c4 to 5f5ee8b Compare March 21, 2025 00:52
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