Skip to content

Commit 8da5ed0

Browse files
renovate-botFeiyang1
authored andcommitted
Update all non-major dependencies (#2359)
1 parent 86971ea commit 8da5ed0

File tree

21 files changed

+260
-179
lines changed

21 files changed

+260
-179
lines changed

integration/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@babel/core": "7.7.2",
1313
"@babel/preset-env": "7.7.1",
14-
"@types/chai": "4.2.4",
14+
"@types/chai": "4.2.5",
1515
"@types/mocha": "5.2.7",
1616
"chai": "4.2.0",
1717
"karma": "4.4.1",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"dependency-graph": "0.8.0",
5454
"firebase-tools": "7.7.0",
5555
"glob": "7.1.6",
56-
"husky": "3.0.9",
56+
"husky": "3.1.0",
5757
"inquirer": "7.0.0",
5858
"istanbul-instrumenter-loader": "3.0.1",
5959
"js-yaml": "3.13.1",
@@ -64,14 +64,14 @@
6464
"mkdirp": "0.5.1",
6565
"mz": "2.7.0",
6666
"npm-run-path": "4.0.0",
67-
"ora": "4.0.2",
68-
"prettier": "1.18.2",
67+
"ora": "4.0.3",
68+
"prettier": "1.19.1",
6969
"semver": "6.3.0",
7070
"simple-git": "1.126.0",
71-
"typedoc": "0.15.0",
72-
"ts-node": "8.4.1",
71+
"typedoc": "0.15.2",
72+
"ts-node": "8.5.2",
7373
"typescript": "3.7.2",
74-
"yargs": "14.2.0",
74+
"yargs": "14.2.1",
7575
"babel-loader": "8.0.6"
7676
}
7777
}

packages/analytics/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
},
3131
"license": "Apache-2.0",
3232
"devDependencies": {
33-
"@types/chai": "4.2.4",
33+
"@types/chai": "4.2.5",
3434
"@types/mocha": "5.2.7",
3535
"@types/sinon": "7.5.0",
36-
"@typescript-eslint/parser": "2.6.1",
37-
"@typescript-eslint/eslint-plugin": "2.6.1",
38-
"@typescript-eslint/eslint-plugin-tslint": "2.6.1",
36+
"@typescript-eslint/parser": "2.7.0",
37+
"@typescript-eslint/eslint-plugin": "2.7.0",
38+
"@typescript-eslint/eslint-plugin-tslint": "2.7.0",
3939
"chai": "4.2.0",
4040
"chai-as-promised": "7.1.1",
4141
"eslint": "6.6.0",
@@ -49,7 +49,7 @@
4949
"sinon-chai": "3.3.0",
5050
"npm-run-all": "4.1.5",
5151
"nyc": "14.1.1",
52-
"rollup": "1.26.3",
52+
"rollup": "1.27.2",
5353
"ts-loader": "6.2.1",
5454
"typescript": "3.7.2",
5555
"webpack": "4.41.2"

packages/app/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"xmlhttprequest": "1.8.0"
3535
},
3636
"devDependencies": {
37-
"@types/chai": "4.2.4",
37+
"@types/chai": "4.2.5",
3838
"@types/mocha": "5.2.7",
3939
"@types/sinon": "7.5.0",
4040
"chai": "4.2.0",
@@ -51,20 +51,20 @@
5151
"mocha": "6.2.2",
5252
"npm-run-all": "4.1.5",
5353
"nyc": "14.1.1",
54-
"rollup": "1.26.3",
54+
"rollup": "1.27.2",
5555
"rollup-plugin-replace": "2.2.0",
5656
"rollup-plugin-typescript2": "0.25.2",
5757
"rollup-plugin-json": "4.0.0",
5858
"sinon": "7.5.0",
5959
"source-map-loader": "0.2.4",
6060
"ts-loader": "6.2.1",
61-
"ts-node": "8.4.1",
61+
"ts-node": "8.5.2",
6262
"typescript": "3.7.2",
6363
"webpack": "4.41.2",
6464
"eslint": "6.6.0",
65-
"@typescript-eslint/parser": "2.6.1",
66-
"@typescript-eslint/eslint-plugin": "2.6.1",
67-
"@typescript-eslint/eslint-plugin-tslint": "2.6.1",
65+
"@typescript-eslint/parser": "2.7.0",
66+
"@typescript-eslint/eslint-plugin": "2.7.0",
67+
"@typescript-eslint/eslint-plugin-tslint": "2.7.0",
6868
"eslint-plugin-import": "2.18.2"
6969
},
7070
"repository": {

packages/database/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"devDependencies": {
3333
"@firebase/app": "0.4.24",
3434
"@firebase/app-types": "0.4.7",
35-
"@types/chai": "4.2.4",
35+
"@types/chai": "4.2.5",
3636
"@types/mocha": "5.2.7",
37-
"@types/node": "8.10.58",
37+
"@types/node": "8.10.59",
3838
"@types/sinon": "7.5.0",
3939
"chai": "4.2.0",
4040
"karma": "4.4.1",
@@ -49,12 +49,12 @@
4949
"mocha": "6.2.2",
5050
"npm-run-all": "4.1.5",
5151
"nyc": "14.1.1",
52-
"rollup": "1.26.3",
52+
"rollup": "1.27.2",
5353
"rollup-plugin-typescript2": "0.25.2",
5454
"sinon": "7.5.0",
5555
"source-map-loader": "0.2.4",
5656
"ts-loader": "6.2.1",
57-
"ts-node": "8.4.1",
57+
"ts-node": "8.5.2",
5858
"typescript": "3.7.2",
5959
"webpack": "4.41.2"
6060
},

packages/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"git-rev-sync": "1.12.0",
58-
"rollup": "1.26.3",
58+
"rollup": "1.27.2",
5959
"rollup-plugin-commonjs": "10.1.0",
6060
"rollup-plugin-license": "0.12.1",
6161
"rollup-plugin-node-resolve": "5.2.0",

packages/firestore/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@firebase/app-types": "0.x"
4444
},
4545
"devDependencies": {
46-
"@types/chai": "4.2.4",
46+
"@types/chai": "4.2.5",
4747
"@types/long": "4.0.0",
4848
"@types/mocha": "5.2.7",
4949
"@types/sinon": "7.5.0",
@@ -66,25 +66,25 @@
6666
"mocha": "6.2.2",
6767
"npm-run-all": "4.1.5",
6868
"nyc": "14.1.1",
69-
"prettier": "1.18.2",
69+
"prettier": "1.19.1",
7070
"protobufjs": "6.8.8",
71-
"rollup": "1.26.3",
71+
"rollup": "1.27.2",
7272
"rollup-plugin-copy-assets": "1.1.0",
7373
"rollup-plugin-node-resolve": "5.2.0",
7474
"rollup-plugin-replace": "2.2.0",
7575
"rollup-plugin-typescript2": "0.25.2",
7676
"sinon": "7.5.0",
7777
"source-map-loader": "0.2.4",
7878
"ts-loader": "6.2.1",
79-
"ts-node": "8.4.1",
79+
"ts-node": "8.5.2",
8080
"tslint": "5.20.1",
8181
"typescript": "3.7.2",
8282
"webpack": "4.41.2",
83-
"yargs": "14.2.0",
83+
"yargs": "14.2.1",
8484
"eslint": "6.6.0",
85-
"@typescript-eslint/parser": "2.6.1",
86-
"@typescript-eslint/eslint-plugin": "2.6.1",
87-
"@typescript-eslint/eslint-plugin-tslint": "2.6.1",
85+
"@typescript-eslint/parser": "2.7.0",
86+
"@typescript-eslint/eslint-plugin": "2.7.0",
87+
"@typescript-eslint/eslint-plugin-tslint": "2.7.0",
8888
"eslint-plugin-import": "2.18.2"
8989
},
9090
"repository": {

packages/functions/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@firebase/app-types": "0.x"
2929
},
3030
"devDependencies": {
31-
"@types/chai": "4.2.4",
31+
"@types/chai": "4.2.5",
3232
"@types/chai-as-promised": "7.1.2",
3333
"@types/mocha": "5.2.7",
3434
"@types/sinon": "7.5.0",
@@ -45,20 +45,20 @@
4545
"mocha": "6.2.2",
4646
"npm-run-all": "4.1.5",
4747
"nyc": "14.1.1",
48-
"rollup": "1.26.3",
48+
"rollup": "1.27.2",
4949
"rollup-plugin-typescript2": "0.25.2",
5050
"sinon": "7.5.0",
5151
"source-map-loader": "0.2.4",
5252
"ts-loader": "6.2.1",
53-
"ts-node": "8.4.1",
53+
"ts-node": "8.5.2",
5454
"tslint": "5.20.1",
5555
"typescript": "3.7.2",
5656
"webpack": "4.41.2",
57-
"yargs": "14.2.0",
57+
"yargs": "14.2.1",
5858
"eslint": "6.6.0",
59-
"@typescript-eslint/parser": "2.6.1",
60-
"@typescript-eslint/eslint-plugin": "2.6.1",
61-
"@typescript-eslint/eslint-plugin-tslint": "2.6.1",
59+
"@typescript-eslint/parser": "2.7.0",
60+
"@typescript-eslint/eslint-plugin": "2.7.0",
61+
"@typescript-eslint/eslint-plugin-tslint": "2.7.0",
6262
"@firebase/messaging": "0.5.6"
6363
},
6464
"repository": {

packages/installations/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prepare": "yarn build"
2222
},
2323
"devDependencies": {
24-
"@types/chai": "4.2.4",
24+
"@types/chai": "4.2.5",
2525
"@types/chai-as-promised": "7.1.2",
2626
"@types/mocha": "5.2.7",
2727
"@types/sinon": "7.5.0",
@@ -30,7 +30,7 @@
3030
"chai-as-promised": "7.1.1",
3131
"http-server": "0.11.1",
3232
"mocha": "6.2.2",
33-
"rollup": "1.26.3",
33+
"rollup": "1.27.2",
3434
"rollup-plugin-commonjs": "10.1.0",
3535
"rollup-plugin-json": "4.0.0",
3636
"rollup-plugin-node-resolve": "5.2.0",
@@ -41,9 +41,9 @@
4141
"tslint": "5.20.1",
4242
"typescript": "3.7.2",
4343
"eslint": "6.6.0",
44-
"@typescript-eslint/parser": "2.6.1",
45-
"@typescript-eslint/eslint-plugin": "2.6.1",
46-
"@typescript-eslint/eslint-plugin-tslint": "2.6.1",
44+
"@typescript-eslint/parser": "2.7.0",
45+
"@typescript-eslint/eslint-plugin": "2.7.0",
46+
"@typescript-eslint/eslint-plugin-tslint": "2.7.0",
4747
"eslint-plugin-import": "2.18.2"
4848
},
4949
"peerDependencies": {

packages/logger/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"license": "Apache-2.0",
2424
"devDependencies": {
25-
"@types/chai": "4.2.4",
25+
"@types/chai": "4.2.5",
2626
"@types/mocha": "5.2.7",
2727
"@types/sinon": "7.5.0",
2828
"chai": "4.2.0",
@@ -38,16 +38,16 @@
3838
"sinon": "7.5.0",
3939
"npm-run-all": "4.1.5",
4040
"nyc": "14.1.1",
41-
"rollup": "1.26.3",
41+
"rollup": "1.27.2",
4242
"rollup-plugin-typescript2": "0.25.2",
4343
"ts-loader": "6.2.1",
44-
"ts-node": "8.4.1",
44+
"ts-node": "8.5.2",
4545
"typescript": "3.7.2",
4646
"webpack": "4.41.2",
4747
"eslint": "6.6.0",
48-
"@typescript-eslint/parser": "2.6.1",
49-
"@typescript-eslint/eslint-plugin": "2.6.1",
50-
"@typescript-eslint/eslint-plugin-tslint": "2.6.1",
48+
"@typescript-eslint/parser": "2.7.0",
49+
"@typescript-eslint/eslint-plugin": "2.7.0",
50+
"@typescript-eslint/eslint-plugin-tslint": "2.7.0",
5151
"eslint-plugin-import": "2.18.2"
5252
},
5353
"repository": {

packages/messaging/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"tslib": "1.10.0"
3333
},
3434
"devDependencies": {
35-
"@types/chai": "4.2.4",
35+
"@types/chai": "4.2.5",
3636
"@types/mocha": "5.2.7",
3737
"@types/sinon": "7.5.0",
3838
"chai": "4.2.0",
@@ -47,15 +47,15 @@
4747
"karma-spec-reporter": "0.0.32",
4848
"mocha": "6.2.2",
4949
"npm-run-all": "4.1.5",
50-
"rollup": "1.26.3",
50+
"rollup": "1.27.2",
5151
"rollup-plugin-typescript2": "0.25.2",
5252
"sinon": "7.5.0",
5353
"tslint": "5.20.1",
5454
"typescript": "3.7.2",
5555
"eslint": "6.6.0",
56-
"@typescript-eslint/parser": "2.6.1",
57-
"@typescript-eslint/eslint-plugin": "2.6.1",
58-
"@typescript-eslint/eslint-plugin-tslint": "2.6.1",
56+
"@typescript-eslint/parser": "2.7.0",
57+
"@typescript-eslint/eslint-plugin": "2.7.0",
58+
"@typescript-eslint/eslint-plugin-tslint": "2.7.0",
5959
"eslint-plugin-import": "2.18.2"
6060
},
6161
"repository": {

packages/performance/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@
3434
},
3535
"license": "Apache-2.0",
3636
"devDependencies": {
37-
"@types/chai": "4.2.4",
37+
"@types/chai": "4.2.5",
3838
"@types/chai-as-promised": "7.1.2",
3939
"@types/mocha": "5.2.7",
4040
"@types/sinon": "7.5.0",
4141
"@types/sinon-chai": "3.2.3",
4242
"chai": "4.2.0",
4343
"mocha": "6.2.2",
44-
"rollup": "1.26.3",
44+
"rollup": "1.27.2",
4545
"rollup-plugin-json": "4.0.0",
4646
"rollup-plugin-typescript2": "0.25.2",
4747
"sinon": "7.5.0",
4848
"sinon-chai": "3.3.0",
4949
"chai-as-promised": "7.1.1",
5050
"typescript": "3.7.2",
5151
"eslint": "6.6.0",
52-
"@typescript-eslint/parser": "2.6.1",
53-
"@typescript-eslint/eslint-plugin": "2.6.1",
54-
"@typescript-eslint/eslint-plugin-tslint": "2.6.1",
52+
"@typescript-eslint/parser": "2.7.0",
53+
"@typescript-eslint/eslint-plugin": "2.7.0",
54+
"@typescript-eslint/eslint-plugin-tslint": "2.7.0",
5555
"eslint-plugin-import": "2.18.2"
5656
},
5757
"repository": {

packages/polyfill/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
},
1717
"license": "Apache-2.0",
1818
"dependencies": {
19-
"core-js": "3.4.0",
19+
"core-js": "3.4.1",
2020
"promise-polyfill": "8.1.3",
2121
"whatwg-fetch": "2.0.4"
2222
},
2323
"devDependencies": {
24-
"rollup": "1.26.3",
24+
"rollup": "1.27.2",
2525
"rollup-plugin-typescript2": "0.25.2"
2626
},
2727
"repository": {

packages/remote-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@
3434
},
3535
"license": "Apache-2.0",
3636
"devDependencies": {
37-
"@types/chai": "4.2.4",
37+
"@types/chai": "4.2.5",
3838
"@types/mocha": "5.2.7",
3939
"@types/sinon": "7.5.0",
40-
"@typescript-eslint/eslint-plugin": "2.6.1",
41-
"@typescript-eslint/eslint-plugin-tslint": "2.6.1",
42-
"@typescript-eslint/parser": "2.6.1",
40+
"@typescript-eslint/eslint-plugin": "2.7.0",
41+
"@typescript-eslint/eslint-plugin-tslint": "2.7.0",
42+
"@typescript-eslint/parser": "2.7.0",
4343
"chai": "4.2.0",
4444
"chai-as-promised": "7.1.1",
4545
"eslint": "6.6.0",
4646
"eslint-plugin-import": "2.18.2",
4747
"mocha": "6.2.2",
48-
"rollup": "1.26.3",
48+
"rollup": "1.27.2",
4949
"rollup-plugin-typescript2": "0.25.2",
5050
"sinon": "7.5.0",
5151
"sinon-chai": "3.3.0",

0 commit comments

Comments
 (0)