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

chore(deps): update dependency firebase-tools to v13.29.2 #1564

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 22, 2024

This PR contains the following updates:

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

Release Notes

firebase/firebase-tools (firebase-tools)

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)

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)

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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

cloudflare-workers-and-pages bot commented Nov 22, 2024

Deploying contributors-img with  Cloudflare Pages  Cloudflare Pages

Latest commit: e00e9c0
Status: ✅  Deploy successful!
Preview URL: https://20ef99b0.contributors-img.pages.dev
Branch Preview URL: https://renovate-firebase-tools-13-x.contributors-img.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 6d2d9b9 to 3431aaa Compare November 25, 2024 01:53
@renovate renovate bot changed the title chore(deps): update dependency firebase-tools to v13.27.0 chore(deps): update dependency firebase-tools to v13.26.0 Nov 25, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 52fcc3a to 0dc4926 Compare November 26, 2024 22:34
@renovate renovate bot changed the title chore(deps): update dependency firebase-tools to v13.26.0 chore(deps): update dependency firebase-tools to v13.27.0 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 0dc4926 to edeaa33 Compare December 2, 2024 01:39
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 8b7ee8b to 690cf79 Compare December 9, 2024 23:43
@renovate renovate bot changed the title chore(deps): update dependency firebase-tools to v13.27.0 chore(deps): update dependency firebase-tools to v13.28.0 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 690cf79 to ee4248c Compare December 17, 2024 23:08
@renovate renovate bot changed the title chore(deps): update dependency firebase-tools to v13.28.0 chore(deps): update dependency firebase-tools to v13.29.0 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from ee4248c to bc5444e Compare December 19, 2024 00:54
@renovate renovate bot changed the title chore(deps): update dependency firebase-tools to v13.29.0 chore(deps): update dependency firebase-tools to v13.29.1 Dec 19, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from bc5444e to 5ea414b Compare December 23, 2024 00:31
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 5ea414b to e00e9c0 Compare January 28, 2025 01:36
@renovate renovate bot changed the title chore(deps): update dependency firebase-tools to v13.29.1 chore(deps): update dependency firebase-tools to v13.29.2 Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants