enikolas / usinadosbags

Website for the company Usina dos Bags
http://www.usinadosbags.com.br
MIT License
1 stars 2 forks source link

Update firebase-tools to the latest version πŸš€ #37

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 4.0.0 of firebase-tools was just published.

Dependency firebase-tools
Current Version 3.19.3
Type devDependency

The version 4.0.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of firebase-tools.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v4.0.0
  • firebase deploy will now ask for confirmation before Cloud Functions deletion. Running the command with --non-interactive will fail if there are functions detected for deletion.
  • Support Node.js 8 runtime for functions. To deploy your functions to Node.js 8, add "engines": {"node": "8"} to functions/package.json. You will need firebase-functions SDK v2.0.0 or up.
  • Support selection of regions for functions via the firebase-functions SDK (>= v2.0.0). Learn more in the [Firebase Documentation](https://firebase.google.com/docs/functions/locations)
  • Support configuration of function timeout and memory allocation via the firebase-functions SDK (>= v2.0.0). Learn more in the [Firebase Documentation](https://firebase.google.com/docs/functions/manage-functions#set_timeout_and_memory_allocation)
  • Add firebase functions:delete command for explicit deletion of functions.
  • Fix bug where running firebase init over-wrote existing Firestore rules and indexes that were either specified through a local file or specfied in the Firebase Console.
Commits

The new version differs by 13 commits.

  • 69776f2 [firebase-release] Updated CLI to 4.0.0
  • 3582612 Changelog for v4.0.0 (#294)
  • c4c17d3 Update firebase init template for functions (#293)
  • 85deaf9 Display Node version that functions are deployed to (#291)
  • 1f41e01 Support Node.js 8 functions runtime. (#290)
  • 5fd8ae0 Ask for confirmation before deleting functions during 'firebase deploy' (#287)
  • 46511c5 Add "firebase functions:delete" command (#286)
  • f9d3460 Support configuration of function region, memory, and timeout (#285)
  • b35592d Default JS linting to false during firebase init for functions (#836)
  • 6ce81c0 Fix bug where "firebase init" overwrites existing Firestore indexes (#832)
  • 7ec8b0b Fix bug where "firebase init" overwrote existing Firestore rules (#831)
  • 1c1b372 Update profiler to new query format (#826)
  • 0ff6a55 [firebase-release] Removed change log and reset repo after 3.19.3 release

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 6 years ago

Version 4.0.1 just got published.

Update to this version instead πŸš€

Release Notes v4.0.1
  • Fixed bug where firebase init firestore uses storage rules for Firestore, if the project already has storage rules but not Firestore rules.
  • Fixed ReferenceError when there are too many functions functions deployed at the same time.
Commits

The new version differs by 5 commits.

  • 6f1bef7 [firebase-release] Updated CLI to 4.0.1
  • 39cc880 Changelog for v4.0.1 (#845)
  • 0b23a2e Fix #837 - firebase init uses storage rules for firestore rules sometimes (#841)
  • 1510929 Fix #838 - reference error during deployment when there are too many functions (#840)
  • ddebbab [firebase-release] Removed change log and reset repo after 4.0.0 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.2 just got published.

Update to this version instead πŸš€

Release Notes v4.0.2
  • Fixed issue where security rules compilation warnings would halt deployment.
Commits

The new version differs by 4 commits.

  • 412122a [firebase-release] Updated CLI to 4.0.2
  • 10bdca6 Update changelog for v4.0.2 (#849)
  • d2bb8a1 Log warnings, fail on errors (#848)
  • e51b1a7 [firebase-release] Removed change log and reset repo after 4.0.1 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.0.3 just got published.

Update to this version instead πŸš€

Release Notes v4.0.3
  • Improved error message for firebase init with a non-existent feature.
  • Fixed firebase init erroring if initializing Firestore/Storage on a brand-new project.
Commits

The new version differs by 8 commits.

  • 83ca55d [firebase-release] Updated CLI to 4.0.3
  • 6510c53 Changelog for v4.0.3 (#855)
  • c946d20 Update lodash dependency (#856)
  • e1abefe Display a sane error message when firebase init is called with an invalid feature. (#854)
  • a47baab Update README.md (#852)
  • 54b1d71 Document functions:delete in README(#851)
  • f7eb481 Fix firebase init when Rules never used on a project (#850)
  • 066b530 [firebase-release] Removed change log and reset repo after 4.0.2 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.0 just got published.

Update to this version instead πŸš€

Release Notes v4.1.0
  • Firebase Hosting deploys will now only upload files that are different from previous deploys.
Commits

The new version differs by 23 commits.

  • 97b70d2 [firebase-release] Updated CLI to 4.1.0
  • d2a6f4e Merge new deploy infrastructure into master.
  • f85a6fc Merge branch 'master' into launch.delta-uploads
  • 9115102 Update functions init templates (#300)
  • b77ef97 A few final fixes (#298)
  • 9457c74 Changelog for v4.1.0 (#297)
  • 8a1b21e Merge branch 'master' of github.com:firebase/firebase-tools into launch.delta-uploads
  • ab7d4c4 Silently swallow errors from opn. Fixes #809 (#859)
  • 5e5a53d Fix a stray chalk reference
  • e2ea8cc Merge branch 'master' of github.com:firebase/firebase-tools into launch.delta-uploads
  • 5213b7b [firebase-release] Removed change log and reset repo after 4.0.3 release
  • a725d43 Merge latest from master.
  • ffff5bf Update functions launch code with clc instead of chalk. (#295)
  • 89bd4fd Merge from master.
  • 484e784 Adds retries to the queue for delta uploads. (#282)

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.1 just got published.

Update to this version instead πŸš€

Release Notes v4.1.1
  • Windows path separator should use a forward slash in Hosting deploys.
  • Improved debug logging for authorization flow.
Commits

The new version differs by 7 commits.

  • eb560cc [firebase-release] Updated CLI to 4.1.1
  • 99c9c4f Update package.json
  • ee156f0 Update changelog.txt
  • 4320318 Update changelog.txt
  • c1b2a6a Skip logging request body on token fetch. (#866)
  • bff66a3 Windows paths should use forward slash (#869)
  • e0a4bb6 [firebase-release] Removed change log and reset repo after 4.1.0 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.2 just got published.

Update to this version instead πŸš€

Release Notes v4.1.2
  • Cached Hosting file hashes should be located at the project root.
  • Removed unnecessary websocket connection during command startup.
  • Formats of auth:export and auth:import are now compatible.
Commits

The new version differs by 7 commits.

  • 3b7f3e7 [firebase-release] Updated CLI to 4.1.2
  • e126628 Changelog update for Auth fix (#878)
  • 27306d7 No longer need this RTDB ref (#875)
  • 91352cf Merge branch 'master' of github.com:FirebasePrivate/firebase-tools
  • 41ce8d3 Fix auth:import/export index error when using csv format
  • 0029385 Cache for Hosting file hashes should be located at the project root (#872)
  • 33b00a6 [firebase-release] Removed change log and reset repo after 4.1.1 release

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.2.1 just got published.

Update to this version instead πŸš€

Release Notes v4.2.1
  • Fixed issue where Firebase Hosting deploys would scan unexpected directories.
Commits

The new version differs by 16 commits.

  • 43818f1 [firebase-release] Updated CLI to 4.2.1
  • faa200a Changelog for v4.2.1 (#893)
  • 03068dc Revert to pre-4.2.0 method of determining the absolute path of a hosting upload directory (#890)
  • 534ade7 [firebase-release] Removed change log and reset repo after 4.2.0 release
  • 828ae97 [firebase-release] Updated CLI to 4.2.0
  • 0c68eb2 Support for Firebase Hosting multisite deploys.
  • 6acea3f Merge branch 'master' into launch.multisite
  • 71169f7 Multisite support for hashcache
  • 4ce43ca Update package.json (#879)
  • 83df772 Merge branch 'master' of github.com:firebase/firebase-tools into launch.multisite
  • 30ff32a [firebase-release] Removed change log and reset repo after 4.1.2 release
  • c47b1d2 Support multisite for firebase serve
  • e70e127 Merge branch 'master' of github.com:firebase/firebase-tools into launch.multisite
  • 27bc763 Merge branch 'master' of github.com:FirebasePrivate/firebase-tools into launch.multisite
  • 2112b7e Support --only in multi-site deploys.

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Update to this version instead πŸš€

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

greenkeeper[bot] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 5 years ago

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] commented 5 years ago

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] commented 5 years ago

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] commented 5 years ago

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] commented 5 years ago

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] commented 5 years ago

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] commented 5 years ago

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] commented 5 years ago

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] commented 5 years ago

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] commented 5 years ago

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[bot] commented 5 years ago

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] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v6.5.1
  • fixes bug in Cloud Firestore emulator where an empty CommitRequest would trigger exceptions
  • fixes bug in Cloud Firestore emulator where calls to BeginTransaction or Rollback would trigger exceptions
Commits

The new version differs by 7 commits.

  • f56d2af [firebase-release] Updated CLI to 6.5.1
  • 2d75fb5 update opn package - pin opn types to 5.1 (#1177)
  • c708621 Release Cloud Firestore emulator v1.4.2 (#1174)
  • e7c2cd0 Convert gcp/rules.js into typescript (#1170)
  • 49567a6 Sort indexes before output (#1168)
  • 8218447 Release Cloud Firestore Emulator v1.4.1 (#1164)
  • e88e2df [firebase-release] Removed change log and reset repo after 6.5.0 release

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Release Notes for v6.5.2
  • fixes bug in Cloud Firestore emulator where rulesets with string literals would not compile
Commits

The new version differs by 3 commits.

  • ba93a7d [firebase-release] Updated CLI to 6.5.2
  • 694eabe Release Firestore emulator v1.4.3 (#1179)
  • 25ae8af [firebase-release] Removed change log and reset repo after 6.5.1 release

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€