Mischa1610 / crossBILLy

THIS REPO IS ARCHIVED, I WILL MOVE EVERYTHING INTO MY MONOREPO: https://github.com/Mischa1610/alekseew. Web- and Cross-Platform-App (Web PWA, Windows, Mac OS X, iOS and Android) for easy bill generation. This project should help to maintain customer data, do the invoicing / billing, ... Used or tryout frameworks / platforms / libraries / techniques: Angular, Ionic Capacitor, (Cordova, Electron), FireBase Hosting and many more... [see Readme].
https://github.com/Mischa1610/alekseew
MIT License
2 stars 0 forks source link

An in-range update of firebase-tools is breaking the build 🚨 #29

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency firebase-tools was updated from 6.10.0 to 6.11.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

firebase-tools is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details - ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/Mischa1610/crossBILLy/builds/541356384?utm_source=github_status&utm_medium=notification)). - ❌ **Travis CI - Branch:** The build **failed**.

Release Notes for v6.11.0
  • Fixed bug in Firestore emulator where some FieldTransforms were sending back incorrect results.
  • Fixed bug where read-only transactions would cause errors in the Firestore emulator.
  • Fixed bug where collection group query listeners would cause errors in the Firestore emulator.
  • Fixed bug where query parameters were not sent to HTTP functions.
  • Fixed bug where some HTTP methods (like DELETE) were not allowed.
  • Fixed bug where CORS headers were too restrictive.
  • Fixed bug where CSV exporting users with commas in displayName causes columns to no longer align.
  • Fixed bug where environment variables are unset for script in emulators:exec.
  • emulators:exec script now inherits stdout and stderr.
  • Improved reliability and performance of project listing for firebase use command.
  • Fixed bug where firestore:delete skips legacy documents with numeric IDs.
  • Fixed bug in Firestore emulator where it ignored x-forwarded-host header.
  • Improved Scheduled Functions deployment to keep and not recreate schedules that are already correct.
Commits

The new version differs by 38 commits.

  • 85a4a07 6.11.0
  • 5f22cc5 Add a changelog line for #1224 (#1368)
  • bf1c1de FIX: hostname value on emulated rewrited function (#1362)
  • e44fa00 Add what type of token is returned
  • efd2401 Fix deletes for numeric IDs (#1354)
  • 45c82d4 Update README to (#1356)
  • f4c07bb Escapes commas in displayName when exporting users in CSV format. (#1336)
  • dd14e5e Modify use command to call public API when fetching projects (#1348)
  • 4f4acf4 Merge pull request #1297 from firebase/wyszynski/list-remote-refactor-v2
  • 8a8a90d Merge branch 'master' into wyszynski/list-remote-refactor-v2
  • 08f053e Inherit env and disable noop piping for emulators:exec. (#1340)
  • 0d4f461 Merge branch 'master' into wyszynski/list-remote-refactor-v2
  • 6e9066f Allow runtime function to handle CORS (#1335)
  • e2560ca Import grouping and other nits
  • 693ac1f No longer recreating unchanged schedules (#1224)

There are 38 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 6.10.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are still failing with this version. Compare changes

Release Notes for v6.12.0
  • Set FIRESTORE_EMULATOR_HOST env var in "emulators:exec".
  • Fixes bug in printing Function logs when the text payload was undefined.
  • Fixes bug in Firestore emulator where property paths with special characters would cause errors due to ClassNotFound exceptions.
  • Fixes bug in Firestore emulator where auto-id allocation only worked once per collection.
  • Adds REST API to Firestore emulator for setting security rules.
  • Functions emulator now limits request sizes to 10MB.
  • Fixes bug where firebase emulators:exec would succeed even if the script failed.
  • Initializing Firestore or Storage now requires a cloud resource location to be set.
Commits

The new version differs by 14 commits.

  • aea58d3 6.12.0
  • 0c9f932 fix bug where location not set when .firebaserc exists (#1390)
  • eddfe43 Adds check for cloud resource location for features that require it (#1383)
  • 127ea58 Set body-parser size limits to 10MB (#1386)
  • 6492495 Make emulators:exec exit with non-zero code when script fails (#1387)
  • 9cffe5a Add tests to project, storage, and firestore init flows (#1381)
  • b6d1936 Typescriptify project init flow (#1370)
  • 34c86a9 Release Firestore emulator v1.5.0 (#1380)
  • 3264213 Merge pull request #1374 from bndkt/patch-1
  • 8cd088b Functions Log: add better handling for unknown values (#1377)
  • 62a7fcb Support FIRESTORE_EMULATOR_HOST variable (#1376)
  • b50481d Remove no-use-before-declare from tslint.json
  • e36933b Update inquirer, ts-ify prompt (#1338)
  • 2014e83 [firebase-release] Removed change log and reset repo after 6.11.0 release

See the full diff