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

Update dependency firebase-tools to v13.29.1 #1864

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
firebase-tools 13.22.0 -> 13.29.1 age adoption passing confidence

Release Notes

firebase/firebase-tools (firebase-tools)

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)

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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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
Contributor Author

renovate bot commented Oct 19, 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: hosting/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint-plugin-react-hooks
npm ERR!   dev eslint-plugin-react-hooks@"5.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint-plugin-react-hooks@"^4.3.0" from [email protected]
npm ERR! node_modules/eslint-config-airbnb
npm ERR!   dev eslint-config-airbnb@"19.0.4" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/eslint-plugin-react-hooks
npm ERR!   peer eslint-plugin-react-hooks@"^4.3.0" from [email protected]
npm ERR!   node_modules/eslint-config-airbnb
npm ERR!     dev eslint-config-airbnb@"19.0.4" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-12-13T22_50_45_861Z-debug-0.log

Copy link

sourcery-ai bot commented Oct 19, 2024

🧙 Sourcery has finished reviewing your pull request!


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time. You can also use
    this command to specify where the summary should be inserted.

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 576e9a1 to 8781261 Compare October 23, 2024 18:08
@renovate renovate bot changed the title Update dependency firebase-tools to v13.22.1 Update dependency firebase-tools to v13.23.0 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 3 times, most recently from 773992d to b77a993 Compare October 30, 2024 21:14
@renovate renovate bot changed the title Update dependency firebase-tools to v13.23.0 Update dependency firebase-tools to v13.23.1 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from b77a993 to 5bfebc3 Compare November 4, 2024 17:48
@renovate renovate bot changed the title Update dependency firebase-tools to v13.23.1 Update dependency firebase-tools to v13.24.0 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 5bfebc3 to 6bdf7f0 Compare November 6, 2024 05:31
@renovate renovate bot changed the title Update dependency firebase-tools to v13.24.0 Update dependency firebase-tools to v13.24.1 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 6bdf7f0 to e21be44 Compare November 8, 2024 01:45
@renovate renovate bot changed the title Update dependency firebase-tools to v13.24.1 Update dependency firebase-tools to v13.24.2 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 498f033 to c118fd4 Compare November 13, 2024 02:50
@renovate renovate bot changed the title Update dependency firebase-tools to v13.24.2 Update dependency firebase-tools to v13.25.0 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from c118fd4 to 157cd5e Compare November 20, 2024 00:53
@renovate renovate bot changed the title Update dependency firebase-tools to v13.25.0 Update dependency firebase-tools to v13.26.0 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from 554ec73 to 17b5fb5 Compare November 22, 2024 00:36
@renovate renovate bot changed the title Update dependency firebase-tools to v13.26.0 Update dependency firebase-tools to v13.27.0 Nov 22, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch 2 times, most recently from f4d4ec5 to d27e8f0 Compare November 25, 2024 19:21
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from d27e8f0 to 5cc7ed6 Compare December 5, 2024 00:35
@renovate renovate bot changed the title Update dependency firebase-tools to v13.27.0 Update dependency firebase-tools to v13.28.0 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 5cc7ed6 to 0e4fbe6 Compare December 13, 2024 00:45
@renovate renovate bot changed the title Update dependency firebase-tools to v13.28.0 Update dependency firebase-tools to v13.29.0 Dec 13, 2024
@renovate renovate bot force-pushed the renovate/firebase-tools-13.x branch from 0e4fbe6 to e0abc1e Compare December 13, 2024 22:51
@renovate renovate bot changed the title Update dependency firebase-tools to v13.29.0 Update dependency firebase-tools to v13.29.1 Dec 13, 2024
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