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 v8 #3300

Merged
merged 2 commits into from
Jun 29, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2020

This PR contains the following updates:

Package Type Update Change
firebase-tools devDependencies major 7.16.2 -> 8.4.3

Release Notes

firebase/firebase-tools

v8.4.3

Compare Source

  • Makes functions:shell terminate the server together with the shell
  • Makes functions:shell respect the .clear command
  • Fixes issue where functions emulator would fail while looking for tsconfig.json (#​2353)
  • Improves error messages for deploy and serve when invalid targets are specified (#​2363)
  • Fixes #​1774 by removing "]0;Firebase CLI" from stdout (#​2330)
  • Supports cloning from a filtered dataset in RTDB Viewer in Emulator Suite UI.

v8.4.2

Compare Source

  • Fixes error message when firebase init firestore is used on a project with Cloud Firestore in Datastore mode.
  • Fixes error message when Java version is too low to run the emulators (#​2307).
  • Fixes issue where firebase init storage incorrectly reports Cloud Storage has not been used.
  • Adds warning message when an emulator starts on a port restricted by Chrome (#​2276).
  • Allows deleting Firestore indexes with the --force flag (#​2002).
  • Fixes issue where massively parallel functions could lock the host machine (#​2277).

v8.4.1

Compare Source

  • Fixes issue where custom emulator ports were strings not numbers (#​2287).
  • Fixes issue where Emulator UI was never downloaded during firebase init emulators.
  • Skips app selection in firebase apps:sdkconfig if there is a single matching app.
  • Fixes incorrect warning about emulator configuration (#​2290).
  • Improves error messages for firebase init with new projects (#​2266).
  • Improves handling of permission denied errors during API enablement.
  • Removes deep proxying of functions.config() inside the Functions emulator.
  • Updates App Distribution upload URL.
  • Fixes an incompatibility between the functions emulator and firebase-functions version 3.6.2 (#​2301)

v8.4.0

Compare Source

  • Support referencing variables in extension.yaml using \${param:PARAM_NAME} syntax
  • Releases the Local Emulator UI, which now starts with firebase emulators:start.
  • Fixes bug causing Hosting emulator to serve invalid /__/* files.
  • Fixes bug in Firestore emulator for evaluating rules in query listening. (#​2197)
  • Fixes support in Firestore emulator for ?show_missing in listing collection.
  • Supports ?disableTriggers=true for disabling function triggers in RTDB Emulator REST APIs.
  • Includes other production Realtime Database improvements into the RTDB Emulator.
  • Fixes bug where functions would run in local time zone instead of UTC (#​2253).

v8.3.0

Compare Source

  • Sets the FIREBASE_CONFIG environment variable during deploys of Cloud Functions for Firebase to fix "process.env.GCLOUD_PROJECT is not set" issues during deployment or execution.
  • Fixes an issue where ext:list would fail when no extensions were installed.
  • Fixes an issue where database emulator could not load rules from target configurations (#​2184).
  • Adds new API commands that handle list/create/delete operations on the Android SHA certificate hashes apps:android:sha:list, apps:android:sha:create, and apps:android:sha:delete.
  • Fixes an issue where the CLI did not assume admin privileges when performing Firestore / RTDB emulator operations.
  • Fixes an issue where the functions and hosting emulators would crash when not properly initialized (#​2112).
  • Improves logs when running emulators:start.
  • Fixes an issue where use would allow an invalid project identifier.
  • Fixes an issue where custom options passed to admin.initializeApp() in the functions emulator were improperly augmented.
  • Changes firebasemods.*.* IAM permission checks to firebaseextensions.*.*
  • Fixes an issue where unicode characters in auth tokens crashed callable auth (#​2185).
  • Fixes an issue where emulators could not be cleanly shut down if they had not started properly (#​2228).

v8.2.0

Compare Source

  • Improves login flow when using the --reauth flag.
  • Increases minimum Node.js version to v8.6.0, accurately reflecting underlying requirements of the CLI tool.
  • Updates firebase-functions and typescript dependencies in template files for firebase init.
  • Adds the project number to the output when listing projects.
  • Fixes possible bug with rules hot reloading showing empty content (#​2132).

v8.1.1

Compare Source

  • Fixes error when deploying Cloud Functions for Firebase from a project subdirectory. (#​2138)

v8.1.0

Compare Source

  • Important: Disables Node.js 6 runtime deploys for Cloud Functions. This change corrects a previous oversight that allowed Node.js 6 deploys past intended date of full deprecation. Please immediately upgrade Node.js 6 functions to a newer runtime to avoid service disruption.
  • Fixes a bug where firebase-functions SDK version checking was unreliable and did not consider package-lock.json.
  • Improves Cloud Functions error messaging around required APIs.
  • Fixes rolling back an already failed transaction in Cloud Firestore Emulator.
  • Fixes gRPC issue on large rules coverage reports in Cloud Firestore Emulator.

v8.0.3

Compare Source

  • Improves error messages for Cloud Functions for Firebase deployment permissions. (#​2086)
  • Makes firestore:delete respect FIRESTORE_EMULATOR_HOST.
  • Makes database:get, database:set, database:push, and database:update respect FIREBASE_DATABASE_EMULATOR_HOST.
  • Makes functions:shell connect to running service emulators when appropriate.

v8.0.2

Compare Source

  • Improves error messages for Cloud Functions for Firebase deployment permissions. (#​2086)

v8.0.1

Compare Source

  • Fixes missing template for printing web SDK configuration.
  • Allows skipping informational permissions check by setting FIREBASE_SKIP_INFORMATIONAL_IAM environment variable. (#​2083)

v8.0.0

Compare Source

  • BREAKING: Removes firebase list command (replacement: firebase projects:list).
  • BREAKING: Removes firebase tools:migrate command.
  • BREAKING: Removes firebase setup:web command (replacement: firebase apps:sdkconfig web).
  • BREAKING: Increases the minimum version of firebase-admin in the Cloud Functions for Firebase emulator from 8.0.0 to 8.9.0.
  • BREAKING: Increases the minimum version of firebase-functions in the Cloud Functions for Firebase emulator from 3.0.0 to 3.3.0.
  • BREAKING: Removes support for top-level Firebase Hosting config in firebase.json. Firebase Hosting configuration must be under the hosting key in firebase.json.
  • BREAKING: firebase serve can no longer start the Cloud Firestore or Realtime Database emulators.
  • BREAKING: Unifies the Cloud Functions for Firebase emulator within firebase serve and firebase emulators:start.
  • BREAKING: Removes support for separate WebChannel port in the Cloud Firestore emulator. Use the main port instead.
  • BREAKING: Rejects Firebase project IDs with invalid format.
  • Updates underlying logging infrastructure.
  • Replaces deprecated google-auto-auth package with google-auth-library.
  • Fixes file output of apps:sdkconfig.
  • Replaces instances of firebaseapp.com with web.app for Firebase Hosting URLs.

Renovate configuration

📅 Schedule: "before 3am on Friday" (UTC).

🚦 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 has been generated by WhiteSource Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented Jun 26, 2020

🦋 Changeset is good to go

Latest commit: 1264b9a

We got this.

This PR includes changesets to release 0 packages

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Jun 26, 2020

Binary Size Report

Affected SDKs

  • @firebase/firestore

    Type Base (64d9ab6) Head (5c6e386) Diff
    browser 248 kB 249 kB +412 B (+0.2%)
    esm2017 194 kB 194 kB +397 B (+0.2%)
    main 493 kB 494 kB +1.45 kB (+0.3%)
    module 246 kB 246 kB +412 B (+0.2%)
  • @firebase/firestore/exp

    Type Base (64d9ab6) Head (5c6e386) Diff
    main 37.4 kB 272 kB +235 kB (+628.0%)
  • @firebase/firestore/lite

    Type Base (64d9ab6) Head (5c6e386) Diff
    main 140 kB 141 kB +448 B (+0.3%)
  • @firebase/firestore/memory

    Type Base (64d9ab6) Head (5c6e386) Diff
    browser 186 kB 186 kB +374 B (+0.2%)
    esm2017 145 kB 145 kB +355 B (+0.2%)
    main 363 kB 364 kB +1.13 kB (+0.3%)
    module 184 kB 185 kB +374 B (+0.2%)
  • firebase

    Type Base (64d9ab6) Head (5c6e386) Diff
    firebase-firestore.js 287 kB 287 kB +402 B (+0.1%)
    firebase-firestore.memory.js 226 kB 226 kB +364 B (+0.2%)
    firebase.js 820 kB 820 kB +402 B (+0.0%)

Test Logs

@renovate
Copy link
Contributor Author

renovate bot commented Jun 26, 2020

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

If you think this comment is in error and the branch is not modified, try deleting this comment. If it comes back again the next time Renovate runs, please submit an issue or seek config help.

@Feiyang1 Feiyang1 merged commit 31206aa into master Jun 29, 2020
@Feiyang1 Feiyang1 deleted the renovate/firebase-tools-8.x branch June 29, 2020 23:42
schmidt-sebastian pushed a commit that referenced this pull request Jun 30, 2020
* Update dependency firebase-tools to v8

* Create yellow-lamps-greet.md

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Feiyang <feiyangc@google.com>
@firebase firebase locked and limited conversation to collaborators Jul 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants