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 firebase-tools to the latest version 🚀 #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Oct 4, 2018

The devDependency firebase-tools was updated from 4.2.1 to 5.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for v5.0.0
  • Support emulation of HTTP callable functions in firebase functions:shell. To trigger the emulated function, type myCallableFunction({sample: 'data'}, {instanceIdToken: 'fakeToken'}). Emulating context.auth is not supported. Please note that this is a breaking change, since the emulated callable function will no longer behave like an HTTP onRequest function, and cannot be invoked with methods such as myCallableFunction.post()
  • Improve speed of firebase firestore:delete [path]
  • --token flag now accepts access tokens in addition to refresh tokens
  • Fixes bug where deploying hosting sometimes results in UnhandledPromiseRejectionWarning
Commits

The new version differs by 18 commits.

  • 77a03d1 [firebase-release] Updated CLI to 5.0.0
  • e517e02 Changelog for v5.0.0 (#932)
  • 4d06585 update update-notifier (#927)
  • 0a8d75b Catch Hosting Cache Write Errors (#925)
  • f8e504d Fix missing accumulator in deploy.js authz (#926)
  • b7412a9 Merge pull request #924 from firebase/bk-update-test-deps
  • 1712a17 Refactor authz to check IAM permissions, reduce legacy infra dependence. (#922)
  • eefda95 update nyc
  • e528150 fixing profiler report test to actually error correctly and then repair the test
  • e5c3289 some updates for sinon - use createSandbox
  • 455a43a updating for chai and sinon
  • 8188423 updating testing packages
  • 05c3b72 Speed up recursive deletes (#917)
  • a5c312b adding local emulation for callable functions, no auth (#919)
  • 099b770 fix typo for querying labels (#916)

There are 18 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Oct 5, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 5, 2018

Update to this version instead 🚀

Release Notes for v5.0.1
  • Fixed permissions issue with auth:export.
Commits

The new version differs by 3 commits.

  • 969e1ab [firebase-release] Updated CLI to 5.0.1
  • 8af2b46 Fix IAM permissions required for auth:export. (#934)
  • 87e010b [firebase-release] Removed change log and reset repo after 5.0.0 release

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 15, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 15, 2018

Update to this version instead 🚀

Release Notes for v5.1.0
  • firebase init now respects a --project flag for quick init on a specific project.
  • firebase init now creates a boilerplate .gitignore file.
  • firebase deploy now accepts a --force flag to automatically confirm deletion of missing functions.
  • Removed dependency on coarse project permissions in more places.
  • firebase init project selection prompt is now alphabetized.
Commits

The new version differs by 11 commits.

  • 5d4badd [firebase-release] Updated CLI to 5.1.0
  • 384797b Add precheck for base64 strings in auth:import (#942)
  • e613e42 Removes Node 5 from Travis CI testing. (#943)
  • c8a17af Changelog for v5.1.0 (#950)
  • 3b03183 Adds deploy --force command. Fixes #877 (#949)
  • 53f091b Adds project list/get via new API. (#948)
  • 1bbae0a Adds updated labeling mechanism. (#946)
  • 0e4335e Generate .gitignore file when firebase init [functions]. Fix #272. (#939)
  • e08f880 Simplify initialization of specific project (#923)
  • 355fa3e Switch API used to fetch instance name. (#937)
  • aa112d8 [firebase-release] Removed change log and reset repo after 5.0.1 release

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 15, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 15, 2018

Update to this version instead 🚀

Release Notes for v5.1.1
  • Issue in firebase init project selection.
Commits

The new version differs by 3 commits.

  • 302c480 [firebase-release] Updated CLI to 5.1.1
  • eecf38e Fix init project instance retrieval. (#953)
  • c46299b [firebase-release] Removed change log and reset repo after 5.1.0 release

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 25, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 25, 2018

Update to this version instead 🚀

Release Notes for v6.0.0
  • As of v6.0.0, the Firebase CLI is transpiled from the src directory using TypeScript. Some deep requires of files may have changed, and npm run build must be run in the checked out repo directory (or when installed from git via npm) before the CLI can be used.
  • As of v6.0.0, the Firebase CLI is only going to be supported with Node >= 6.0.0.
  • Updated dependencies in initial templates.
  • Added RTDB and Firestore emulator functionality.
Commits

The new version differs by 8 commits.

  • 4c80ae0 [firebase-release] Updated CLI to 6.0.0
  • 440188c adding release notes for v6.0.0 (#971)
  • 78f11b6 Master Sync 10/25 (#970)
  • 8b54e70 Update functions init templates to v2.1.0 (#969)
  • 0200ac9 Do not initialize an RTDB ref on database:push return. (#963)
  • 724871f wait for write to complete (#964)
  • 9f5f4ac Adaptive timeouts for Hosting uploads. (#954)
  • a54da96 [firebase-release] Removed change log and reset repo after 5.1.1 release

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 1, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 1, 2018

Update to this version instead 🚀

Release Notes for v6.0.1
  • Realtime Database and Cloud Firestore emulators no longer crash in various language environments.
  • Realtime Database and Cloud Firestore emulators can be started via firebase serve without project environment checks.
  • firebase init no longer errors when an account has no projects.
  • Firebase Hosting deploys have more robust retry logic for hanging requests.
  • Fire emoji in firebase init removed to fix spacing issues on macOS Terminal (😢).
  • Working directory passed through correctly for module-based Firebase Hosting deploys.
Commits

The new version differs by 53 commits.

  • 761b398 [firebase-release] Updated CLI to 6.0.1
  • 137e28e Changelog for v6.0.1 (#990)
  • 5482a3a Merge remote-tracking branch 'origin/master'
  • a0fd409 Allow for timeouts on api.request (#989)
  • 8348351 Merge pull request #985 from firebase/rpb/force-en-workaround
  • 581c81e ugh formatter versions
  • 8407c66 also database
  • 2c66f56 format
  • 4c7629d Workaround for lack of foreign language support in Firestore emulator
  • aa027a4 fsutils -> Typescript (#978)
  • 7458820 Allow emulators to be ran without firebase env (#342)
  • b18c44c Readme, coverage, testing (#975)
  • effe27e pass working directory through to the uploader (#976)
  • b0b197e Filter out falsy projects. Fixes #960 (#974)
  • 8bdaa9e Pour one out for the fire emoji banner. (#973)

There are 53 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 13, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 13, 2018

Update to this version instead 🚀

Release Notes for v6.1.0
  • JSON output when performing a hosting deploy should include the version.
  • Authentication using GOOGLE_APPLICATION_CREDENTIALS now uses correct scopes.
  • Fixed functions deletion issue in interactive mode.
  • Improved performance when deleting large amounts of data in RTDBs.
  • Added Emulators for RTDB and Firestore to firebase serve.
Commits

The new version differs by 38 commits.

  • 1900afe [firebase-release] Updated CLI to 6.1.0
  • 334b631 changelog for v6.1.0 (#1013)
  • 766322c Doing a Hosting deploy with the --json option should return the version deployed (#1006)
  • a7caf1b Merge pull request #1008 from firebase/rpb/open-emulators
  • 6c6f61b Merge branch 'master' into rpb/open-emulators
  • de47ef8 Improve memory performance of Queue implementation (#1011)
  • 87c3984 Merge branch 'master' into rpb/open-emulators
  • 8fb4449 Fredzqm/long delete cli (#977)
  • 9aa2960 Merge branch 'master' into rpb/open-emulators
  • e35808a Remove previews
  • 7a79640 resolve conflicts
  • c98193f Update src/commands/serve.js
  • 370e5e5 Fix function delete in interactive mode (#1007)
  • 86f6ac7 Expose emulators without a --open-sesame flag
  • d8e0072 typescript utils and add some tests (#1003)

There are 38 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 20, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 20, 2018

Update to this version instead 🚀

Release Notes for v6.1.1
  • In v6.1.0, firebase serve automatically emulated Realtime Database and Firestore in addition to HTTPS functions and hosting. Now, only HTTPS functions and hosting are emulated by default. To emulate Realtime Database and Firestore, use the only flag (e.g. firebase serve --only database,firestore).
  • Error handling in Hosting deployment has been improved.
  • Progress bar in Hosting deployment has been fixed.
  • Project name is displayed when deleting all collections in Firestore.
Commits

The new version differs by 8 commits.

  • ca0ef18 [firebase-release] Updated CLI to 6.1.1
  • 2fa24ea changelog for 6.1.1 (#1029)
  • ee0995c Add project ID when deleting all collections (#1025)
  • ddcaf52 use total rather than tasks directly (#1024)
  • ba83d16 throw errors instead of returning rejected promises (#1019)
  • 6ca7eca Merge pull request #1016 from firebase/rpb/fix-emulators
  • 90f5af7 Do not serve emulators unless explicitly requested
  • 3ff94c5 [firebase-release] Removed change log and reset repo after 6.1.0 release

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 4, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 4, 2018

Update to this version instead 🚀

Release Notes for v6.1.2
  • firebase open hosting:site might return an undefined Hosting Site
Commits

The new version differs by 7 commits.

  • c472fdb [firebase-release] Updated CLI to 6.1.2
  • 94c9784 add Stack.ts (#1042)
  • 5d77cff Need to fetch the instance before open (#1048)
  • d7e1b18 removing sudo: false as it's being deprecated (#1045)
  • 8bcb538 Print out failed function deploys (#1005)
  • 1d05729 Fix bug where database emulator process is not properly killed (#1030)
  • 1aa2a0e [firebase-release] Removed change log and reset repo after 6.1.1 release

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 21, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 21, 2018

Update to this version instead 🚀

Release Notes for v6.2.0
  • Fixed Firestore Emulator bug when running in Java 10 + Java 11 environments (due to better system clock granularity)
  • Firestore Emulator now binds to IPv6 loopback address by default (previous behavior was to bind to "localhost", which was usually IPv4-only). This improves gRPC performance significantly due to https://github.com/grpc/grpc/issues/17282.
  • Support for new Firebase Indexes API format including single-field index overrides.
Commits

The new version differs by 19 commits.

  • 1990585 [firebase-release] Updated CLI to 6.2.0
  • 8d50704 fix lint issue for ThrottlerConstructor (#1066)
  • bb4fc38 Update changelog.txt (#1065)
  • ea1af52 Update changelog for #1014 (#1064)
  • 69db5be Support v1beta2 indexes API (#1014)
  • 296ea48 Merge pull request #1058 from firebase/rpb/firestore-1.2.2
  • 7fa1dc2 better link
  • 031f232 changelog format
  • cd1f48a Add changelog
  • 9d7efd0 Release Firestore Emulator v1.2.2
  • 52613d1 Merge pull request #1057 from firebase/rpb/emualtor-fixes
  • 9d0fb43 formatter
  • 88d6c2c Minor fixes to how emulators are downloaded + run
  • 1a70e45 Fredzqm/Throttler return promise of handler result (#1049)
  • 6f3bd73 remove kits source code (#1052)

There are 19 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 21, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 21, 2018

Update to this version instead 🚀

Release Notes for v6.2.1
  • Firestore Indexes deploy no longer crashes on an empty spec.
Commits

The new version differs by 3 commits.

  • 1acf31c [firebase-release] Updated CLI to 6.2.1
  • fa67080 Re-fix issue 495 (#1067)
  • 853db2e [firebase-release] Removed change log and reset repo after 6.2.0 release

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 22, 2018

Update to this version instead 🚀

Release Notes for v6.2.2
  • fixed an issue where Firestore Indexes couldn't be fetched from projects with no console-defined indexes.
Commits

The new version differs by 4 commits.

  • ef914ca [firebase-release] Updated CLI to 6.2.2
  • 7bbd381 Update changelog for #1069 (#1071)
  • 5d6f9a5 Fix issue 1069 (#1070)
  • f960a7f [firebase-release] Removed change log and reset repo after 6.2.1 release

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 15, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 15, 2019

Update to this version instead 🚀

Release Notes for v6.3.0
  • Fixed Firestore emulator bug related to https://github.com//issues/1073
  • Fixed Firestore emulator bug regarding array ordering during writing/reading
  • Fixed Firestore emulator handling of query cursors using document names
  • Fixed a race condition when deploying Firestore indexes (issues #1080 and #1081)
  • Fixed an error that occurs when a Firestore field override removes all indexes
  • Fixed Firestore emulator getDocument RPC to now support a read_time consistency selector
  • Firestore emulator now has the ability to produce rule-coverage reports
  • Firestore emulator now has a clearDatabase RPC to delete all data in a database
  • Firestore emulator now exposes the v1 service definition
  • Firestore emulator has various runtime improvements
  • Clearer empty state when pretty-printing Firestore indexes
  • JavasSript functions template now includes gitignore
  • Added node_modules/ to TypeScript functions template gitignore
  • Fixed the link to the Google Cloud Console when opening Functions logs
  • Updated Typescript and other dependencies in newly initalized folders containing Functions
Commits

The new version differs by 26 commits.

  • 23d44bd [firebase-release] Updated CLI to 6.3.0
  • 9799ac0 Update Functions init templates (#1093)
  • 1e80f7e functions --open fixes, plus typescript (#1107)
  • 8fdca11 Firestore Emulator Release v1.3.0 (#1104)
  • 97e0b4b Merge pull request #1097 from firebase/rpb/atomic-downloads
  • 9500cdf Merge branch 'master' into rpb/atomic-downloads
  • 1386ad7 Add "Connection: keep-alive" header to requests
  • 2447947 Make environment variables available to functions deploy process (#1047)
  • 5373d11 Prevent Functional Tests from running on a PR from a fork (#1090)
  • 56a0349 use copySync
  • 41332be Download to /tmp, only move to end location on success
  • 454d501 Adding functions/.gitignore when javascript is chosen in firebase init, updating typescript functions/.gitignore (#1086)
  • 7c01343 Adds messaging that functions may take up to 30s to propagate (#1092)
  • da8fd6f Added isGlobal to update notifier. (#1079)
  • 14cfda4 [init functions] Wait for overwrite confirmation of tslint.json (#1074)

There are 26 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 22, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 22, 2019

Update to this version instead 🚀

Release Notes for v6.4.0
  • Multi-Site predeploy and postdeploy hooks now trigger
  • Added support to set and get feature flag defaultWriteSizeLimit for RTDB.
  • Introduced debug(...) function to Firestore emulator security rules
  • Simplified how Firestore emulator evaluates rules
  • Importing Auth users with MD5 or SHAs now have correct validation
Commits

The new version differs by 17 commits.

  • 879dd32 [firebase-release] Updated CLI to 6.4.0
  • 7efea53 Bump Firestore emulator to v1.4 (#1151)
  • 45b2ccd Updating validation for Auth user import (#1149)
  • 711a0cb Update/Get RTDB DefaultWriteSizeLimit Setting (#1132)
  • 757db03 Validate emulator download by checking file size (#1144)
  • 561b593 Fixing multi resource lifecycle hooks (#1130)
  • 05857c8 Stop hosting server on command exit. Fixes #1134
  • 3fc972f [firebase-release] Removed change log and reset repo after 6.3.1 release
  • afeb3f0 [firebase-release] Updated CLI to 6.3.1
  • a22865b Updating package.jsons for functions 2.2.0 (#1128)
  • adb77a5 add entry for #1120 - index contention (#1129)
  • 900c6fd Multipath large delete using writeSizeLimit=tiny (#1114)
  • de1e9d3 Adds optional FirepitVersion to UA Visitor definition (#1124)
  • 4261b95 Turn on template validation in OSS Bot (#1122)
  • 4d960e2 Prevent contention when creating Firestore indexes (#1120)

There are 17 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 12, 2019

Update to this version instead 🚀

Release Notes for v6.5.0
  • Added ability to specify Hosting rewrites that point to FDL links
Commits

The new version differs by 8 commits.

  • f841ab8 [firebase-release] Updated CLI to 6.5.0
  • c19586e Support for FDL rewrites in Hosting (#389)
  • 2dabf01 Merge branch 'master' of github.com:firebase/firebase-tools
  • 63b8a38 Run NPM audit (#1161) - update nyc
  • 3437cd8 Track when emulators are started (#1152)
  • 2b850d8 throw nicer errors if the rules config file is not found. fixes #1153 (#1155)
  • 39b232c [firebase-release] Removed change log and reset repo after 6.4.0 release
  • 0079c35 Fix integration tests (#384)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 20, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 20, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 4, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 4, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 12, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 18, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 18, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 12, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 12, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 18, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 18, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 28, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 28, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 13, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 13, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 17, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 17, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 23, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 23, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 24, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 24, 2020
greenkeeper bot added a commit that referenced this pull request Mar 30, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 30, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 31, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 31, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 3, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 3, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 6, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 6, 2020

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants