Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: danger/danger-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3fc41b88bbdc62688eb7feeadb7097fd3068fa13
Choose a base ref
..
head repository: danger/danger-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 166b70a958cb6cdd9e2e180f49fe22bc6ff58777
Choose a head ref
Showing with 15 additions and 19 deletions.
  1. +1 −1 source/danger.d.ts
  2. +14 −18 yarn.lock
2 changes: 1 addition & 1 deletion source/danger.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export type MarkdownString = string

/** A platform agnostic refernce to a Git commit */
/** A platform agnostic reference to a Git commit */
export interface GitCommit {
/** The SHA for the commit */
sha: string,
32 changes: 14 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -94,7 +94,7 @@ ansi-styles@^3.0.0:
dependencies:
color-convert "^1.0.0"

any-promise@^1.0.0, any-promise@^1.3.0:
any-promise@^1.0.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f"

@@ -3271,7 +3271,7 @@ pinkie-promise@^2.0.0:
dependencies:
pinkie "^2.0.0"

pinkie@^2.0.0, pinkie@^2.0.4:
pinkie@^2.0.0:
version "2.0.4"
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"

@@ -3814,7 +3814,7 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
dependencies:
ansi-regex "^2.0.0"

strip-bom@3.0.0:
strip-bom@3.0.0, strip-bom@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"

@@ -3994,30 +3994,26 @@ ts-jest@^19.0.0:
source-map-support "^0.4.4"
yargs "^6.1.1"

ts-node@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-2.1.0.tgz#aa2bf4b2e25c5fb6a7c54701edc3666d3a9db25d"
ts-node@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-3.0.2.tgz#cfc9516c831b920d7efbe16005915062b1294f8c"
dependencies:
arrify "^1.0.0"
chalk "^1.1.1"
diff "^3.1.0"
make-error "^1.1.1"
minimist "^1.2.0"
mkdirp "^0.5.1"
pinkie "^2.0.4"
source-map-support "^0.4.0"
tsconfig "^5.0.2"
tsconfig "^6.0.0"
v8flags "^2.0.11"
xtend "^4.0.0"
yn "^1.2.0"

tsconfig@^5.0.2:
version "5.0.3"
resolved "https://registry.yarnpkg.com/tsconfig/-/tsconfig-5.0.3.tgz#5f4278e701800967a8fc383fd19648878f2a6e3a"
tsconfig@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/tsconfig/-/tsconfig-6.0.0.tgz#6b0e8376003d7af1864f8df8f89dd0059ffcd032"
dependencies:
any-promise "^1.3.0"
parse-json "^2.2.0"
strip-bom "^2.0.0"
strip-bom "^3.0.0"
strip-json-comments "^2.0.0"

tslint@^4.4.0:
@@ -4047,9 +4043,9 @@ type-check@~0.3.2:
dependencies:
prelude-ls "~1.1.2"

typescript@2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.2.1.tgz#4862b662b988a4c8ff691cc7969622d24db76ae9"
typescript@2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.2.2.tgz#606022508479b55ffa368b58fee963a03dfd7b0c"

uglify-js@^2.6:
version "2.7.5"