Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Urigo/graphql-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: Urigo/graphql-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 14, 2018

  1. Copy the full SHA
    8e9c9b7 View commit details
  2. Copy the full SHA
    7599036 View commit details
  3. Copy the full SHA
    d0c0e79 View commit details
Showing with 17 additions and 10 deletions.
  1. +1 −1 package.json
  2. +6 −5 renovate.json
  3. +6 −0 src/bin.ts
  4. +4 −4 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@
"@types/express": "4.16.0",
"@types/graphql": "14.0.3",
"@types/inquirer": "0.0.43",
"@types/lodash": "4.14.118",
"@types/lodash": "4.14.119",
"@types/node": "10.12.9",
"@types/node-fetch": "2.1.3",
"@types/ora": "1.3.4",
11 changes: 6 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": [
"config:base",
"docker:disable"
],
"ignoreDeps": ["npm-run"]
"extends": ["config:base", "docker:disable"],
"ignoreDeps": ["npm-run"],
"automerge": true,
"major": {
"automerge": false
}
}
6 changes: 6 additions & 0 deletions src/bin.ts
Original file line number Diff line number Diff line change
@@ -3,6 +3,12 @@
import { installCommands } from './index'
import chalk from 'chalk'

/* Cleanup */

process.on('uncaughtException', () => process.exit(1))

/* Main */

let showedHelp = false

installCommands()
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -184,10 +184,10 @@
"@types/rx" "*"
"@types/through" "*"

"@types/lodash@4.14.118":
version "4.14.118"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.118.tgz#247bab39bfcc6d910d4927c6e06cbc70ec376f27"
integrity sha512-iiJbKLZbhSa6FYRip/9ZDX6HXhayXLDGY2Fqws9cOkEQ6XeKfaxB0sC541mowZJueYyMnVUmmG+al5/4fCDrgw==
"@types/lodash@4.14.119":
version "4.14.119"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.119.tgz#be847e5f4bc3e35e46d041c394ead8b603ad8b39"
integrity sha512-Z3TNyBL8Vd/M9D9Ms2S3LmFq2sSMzahodD6rCS9V2N44HUMINb75jNkSuwAx7eo2ufqTdfOdtGQpNbieUjPQmw==

"@types/mime@*":
version "2.0.0"