Skip to content

Commit cde4e44

Browse files
authored
Dependencies Update (#528)
* Run "yarn upgrade-interactive --latest" * Update gulp to a proper NPM dep * Regen yarn.lock * Fix typescript generics issues * [AUTOMATED]: Prettier Code Styling
1 parent 0226ed2 commit cde4e44

File tree

33 files changed

+4008
-2663
lines changed

33 files changed

+4008
-2663
lines changed

integration/browserify/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"firebase": "4.10.0"
1111
},
1212
"devDependencies": {
13-
"browserify": "^14.5.0",
13+
"browserify": "^16.1.0",
1414
"chai": "^4.1.1",
15-
"karma": "^1.7.0",
15+
"karma": "^2.0.0",
1616
"karma-chrome-launcher": "^2.2.0",
1717
"karma-mocha": "^1.3.0",
1818
"karma-sauce-launcher": "^1.2.0",
19-
"karma-spec-reporter": "0.0.31",
19+
"karma-spec-reporter": "0.0.32",
2020
"mkdirp": "^0.5.1",
21-
"mocha": "^4.0.1"
21+
"mocha": "^5.0.1"
2222
}
2323
}

integration/firebase-typings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"firebase": "4.10.0"
1010
},
1111
"devDependencies": {
12-
"typescript": "^2.4.2"
12+
"typescript": "^2.7.2"
1313
}
1414
}

integration/firestore/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
"test:debug": "karma start --auto-watch --browsers Chrome"
1212
},
1313
"devDependencies": {
14-
"@types/mocha": "^2.2.44",
15-
"@types/node": "^8.0.47",
16-
"gulp": "gulpjs/gulp#4.0",
17-
"gulp-filter": "^5.0.1",
14+
"@types/mocha": "^2.2.48",
15+
"@types/node": "^9.4.6",
16+
"gulp": "^4.0.0",
17+
"gulp-filter": "^5.1.0",
1818
"gulp-replace": "^0.6.1",
19-
"karma": "^1.7.0",
19+
"karma": "^2.0.0",
2020
"karma-chrome-launcher": "^2.2.0",
2121
"karma-mocha": "^1.3.0",
22-
"karma-spec-reporter": "0.0.31",
23-
"mocha": "^4.0.1",
24-
"ts-loader": "^3.1.0",
25-
"typescript": "^2.4.2",
26-
"webpack": "^3.8.1",
27-
"webpack-stream": "^4.0.0"
22+
"karma-spec-reporter": "0.0.32",
23+
"mocha": "^5.0.1",
24+
"ts-loader": "^3.5.0",
25+
"typescript": "^2.7.2",
26+
"webpack": "^3.11.0",
27+
"webpack-stream": "^4.0.2"
2828
}
2929
}

integration/messaging/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
},
1313
"devDependencies": {
1414
"chai": "^4.1.1",
15-
"chromedriver": "^2.31.0",
15+
"chromedriver": "^2.35.0",
1616
"express": "^4.15.4",
1717
"geckodriver": "^1.8.0",
18-
"mocha": "^4.0.1",
19-
"node-fetch": "^1.7.2",
20-
"selenium-assistant": "^5.2.0",
21-
"sinon": "^4.1.3"
18+
"mocha": "^5.0.1",
19+
"node-fetch": "^2.0.0",
20+
"selenium-assistant": "^5.3.0",
21+
"sinon": "^4.3.0"
2222
}
2323
}

integration/typescript/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
"firebase": "4.10.0"
1010
},
1111
"devDependencies": {
12-
"@types/chai": "^4.0.4",
13-
"@types/mocha": "^2.2.44",
14-
"@types/node": "^8.0.47",
12+
"@types/chai": "^4.1.2",
13+
"@types/mocha": "^2.2.48",
14+
"@types/node": "^9.4.6",
1515
"chai": "^4.1.1",
16-
"karma": "^1.7.0",
16+
"karma": "^2.0.0",
1717
"karma-chrome-launcher": "^2.2.0",
1818
"karma-mocha": "^1.3.0",
1919
"karma-sauce-launcher": "^1.2.0",
20-
"karma-spec-reporter": "0.0.31",
21-
"karma-typescript": "^3.0.8",
22-
"mocha": "^4.0.1",
20+
"karma-spec-reporter": "0.0.32",
21+
"karma-typescript": "^3.0.12",
22+
"mocha": "^5.0.1",
2323
"npm-run-all": "^4.1.1",
24-
"typescript": "^2.4.2"
24+
"typescript": "^2.7.2"
2525
}
2626
}

integration/webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
},
1212
"devDependencies": {
1313
"chai": "^4.1.1",
14-
"karma": "^1.7.0",
14+
"karma": "^2.0.0",
1515
"karma-chrome-launcher": "^2.2.0",
1616
"karma-mocha": "^1.3.0",
1717
"karma-sauce-launcher": "^1.2.0",
18-
"karma-spec-reporter": "0.0.31",
19-
"mocha": "^4.0.1",
20-
"webpack": "^3.8.1"
18+
"karma-spec-reporter": "0.0.32",
19+
"mocha": "^5.0.1",
20+
"webpack": "^3.11.0"
2121
}
2222
}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,29 @@
3737
"integration/*"
3838
],
3939
"devDependencies": {
40-
"chalk": "^2.3.0",
40+
"chalk": "^2.3.1",
4141
"child-process-promise": "^2.2.1",
4242
"clone": "^2.1.1",
4343
"coveralls": "^3.0.0",
4444
"dependency-graph": "^0.7.0",
45-
"firebase-tools": "^3.10.1",
45+
"firebase-tools": "^3.17.4",
4646
"glob": "^7.1.2",
47-
"gulp-sourcemaps": "^2.6.1",
48-
"gulp-typescript": "^3.2.3",
47+
"gulp-sourcemaps": "^2.6.4",
48+
"gulp-typescript": "^4.0.1",
4949
"husky": "^0.14.3",
50-
"inquirer": "^5.0.0",
50+
"inquirer": "^5.1.0",
5151
"istanbul-instrumenter-loader": "^3.0.0",
52-
"lcov-result-merger": "^1.2.0",
53-
"lerna": "^2.1.0",
52+
"lcov-result-merger": "^2.0.0",
53+
"lerna": "^2.9.0",
5454
"listr": "^0.13.0",
55-
"merge2": "^1.2.0",
55+
"merge2": "^1.2.1",
5656
"mkdirp": "^0.5.1",
5757
"mz": "^2.7.0",
5858
"npm-run-path": "^2.0.2",
59-
"ora": "^1.3.0",
60-
"prettier": "^1.7.0",
59+
"ora": "^2.0.0",
60+
"prettier": "^1.10.2",
6161
"semver": "^5.5.0",
62-
"simple-git": "^1.80.1",
63-
"yargs": "^10.0.3"
62+
"simple-git": "^1.91.0",
63+
"yargs": "^11.0.0"
6464
}
6565
}

packages/app-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"private.d.ts"
1313
],
1414
"devDependencies": {
15-
"typescript": "^2.4.2"
15+
"typescript": "^2.7.2"
1616
},
1717
"repository": {
1818
"type": "git",

packages/app/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,31 +20,31 @@
2020
"tslib": "^1.9.0"
2121
},
2222
"devDependencies": {
23-
"@types/chai": "^4.0.4",
24-
"@types/mocha": "^2.2.44",
25-
"@types/sinon": "^2.3.7",
23+
"@types/chai": "^4.1.2",
24+
"@types/mocha": "^2.2.48",
25+
"@types/sinon": "^4.1.3",
2626
"chai": "^4.1.1",
27-
"gulp": "gulpjs/gulp#4.0",
27+
"gulp": "^4.0.0",
2828
"gulp-replace": "^0.6.1",
29-
"gulp-sourcemaps": "^2.6.1",
30-
"karma": "^1.7.0",
29+
"gulp-sourcemaps": "^2.6.4",
30+
"karma": "^2.0.0",
3131
"karma-chrome-launcher": "^2.2.0",
3232
"karma-cli": "^1.0.1",
33-
"karma-coverage-istanbul-reporter": "^1.3.0",
33+
"karma-coverage-istanbul-reporter": "^1.4.1",
3434
"karma-mocha": "^1.3.0",
3535
"karma-sauce-launcher": "^1.2.0",
3636
"karma-sourcemap-loader": "^0.3.7",
37-
"karma-spec-reporter": "^0.0.31",
38-
"karma-webpack": "^2.0.4",
39-
"mocha": "^4.0.1",
37+
"karma-spec-reporter": "^0.0.32",
38+
"karma-webpack": "^2.0.9",
39+
"mocha": "^5.0.1",
4040
"npm-run-all": "^4.1.1",
41-
"nyc": "^11.2.1",
42-
"sinon": "^4.0.2",
41+
"nyc": "^11.4.1",
42+
"sinon": "^4.3.0",
4343
"source-map-loader": "^0.2.3",
44-
"ts-loader": "^3.1.0",
45-
"ts-node": "^4.1.0",
46-
"typescript": "^2.4.2",
47-
"webpack": "^3.8.1"
44+
"ts-loader": "^3.5.0",
45+
"ts-node": "^5.0.0",
46+
"typescript": "^2.7.2",
47+
"webpack": "^3.11.0"
4848
},
4949
"repository": {
5050
"type": "git",

packages/auth-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@firebase/app-types": "^0.1.0"
1515
},
1616
"devDependencies": {
17-
"typescript": "^2.4.2"
17+
"typescript": "^2.7.2"
1818
},
1919
"repository": {
2020
"type": "git",

packages/auth/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
},
2626
"devDependencies": {
2727
"closure-builder": "^2.0.17",
28-
"del": "^2.2.2",
28+
"del": "^3.0.0",
2929
"express": "^4.16.2",
30-
"firebase-tools": "^3.10.1",
31-
"google-closure-compiler": "^20170910.0.0",
32-
"google-closure-library": "^20170910.0.0",
30+
"firebase-tools": "^3.17.4",
31+
"google-closure-compiler": "^20180204.0.0",
32+
"google-closure-library": "^20180204.0.0",
3333
"gulp": "^3.9.1",
3434
"gulp-closure-compiler": "^0.4.0",
35-
"protractor": "^5.1.2"
35+
"protractor": "^5.3.0"
3636
},
3737
"repository": {
3838
"type": "git",

packages/database-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@firebase/app-types": "^0.1.0"
1515
},
1616
"devDependencies": {
17-
"typescript": "^2.4.2"
17+
"typescript": "^2.7.2"
1818
},
1919
"repository": {
2020
"type": "git",

packages/database/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,29 @@
2525
"tslib": "^1.9.0"
2626
},
2727
"devDependencies": {
28-
"@types/chai": "^4.0.4",
29-
"@types/mocha": "^2.2.44",
30-
"@types/node": "^8.0.47",
31-
"@types/sinon": "^2.3.7",
28+
"@types/chai": "^4.1.2",
29+
"@types/mocha": "^2.2.48",
30+
"@types/node": "^9.4.6",
31+
"@types/sinon": "^4.1.3",
3232
"chai": "^4.1.1",
33-
"gulp": "gulpjs/gulp#4.0",
34-
"karma": "^1.7.0",
33+
"gulp": "^4.0.0",
34+
"karma": "^2.0.0",
3535
"karma-chrome-launcher": "^2.2.0",
3636
"karma-cli": "^1.0.1",
3737
"karma-mocha": "^1.3.0",
3838
"karma-sauce-launcher": "^1.2.0",
3939
"karma-sourcemap-loader": "^0.3.7",
40-
"karma-spec-reporter": "^0.0.31",
41-
"karma-webpack": "^2.0.4",
42-
"mocha": "^4.0.1",
40+
"karma-spec-reporter": "^0.0.32",
41+
"karma-webpack": "^2.0.9",
42+
"mocha": "^5.0.1",
4343
"npm-run-all": "^4.1.1",
44-
"nyc": "^11.2.1",
45-
"sinon": "^4.0.2",
44+
"nyc": "^11.4.1",
45+
"sinon": "^4.3.0",
4646
"source-map-loader": "^0.2.3",
47-
"ts-loader": "^3.1.0",
48-
"ts-node": "^4.1.0",
49-
"typescript": "^2.4.2",
50-
"webpack": "^3.8.1"
47+
"ts-loader": "^3.5.0",
48+
"ts-node": "^5.0.0",
49+
"typescript": "^2.7.2",
50+
"webpack": "^3.11.0"
5151
},
5252
"repository": {
5353
"type": "git",

packages/database/test/order_by.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,7 @@ describe('.orderBy tests', function() {
363363
expect(addedPrevNames).to.deep.equal(expectedPrevNames);
364364
});
365365

366-
it('Removing default listener removes non-default listener that loads all data', function(
367-
done
368-
) {
366+
it('Removing default listener removes non-default listener that loads all data', function(done) {
369367
const ref = getRandomNode() as Reference;
370368

371369
const initial = { key: 'value' };

packages/database/test/query.test.ts

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1971,9 +1971,7 @@ describe('Query Tests', function() {
19711971
expect(val).to.equal(2);
19721972
});
19731973

1974-
it('.startAt() with two arguments works properly (case 1169).', function(
1975-
done
1976-
) {
1974+
it('.startAt() with two arguments works properly (case 1169).', function(done) {
19771975
const ref = getRandomNode() as Reference;
19781976
const data = {
19791977
Walker: {
@@ -2110,9 +2108,7 @@ describe('Query Tests', function() {
21102108
});
21112109
});
21122110

2113-
it(".endAt(null, 'f').limitToLast(5) returns the right set of children.", function(
2114-
done
2115-
) {
2111+
it(".endAt(null, 'f').limitToLast(5) returns the right set of children.", function(done) {
21162112
const ref = getRandomNode() as Reference;
21172113
ref.set(
21182114
{ a: 'a', b: 'b', c: 'c', d: 'd', e: 'e', f: 'f', g: 'g', h: 'h' },
@@ -2134,9 +2130,7 @@ describe('Query Tests', function() {
21342130
);
21352131
});
21362132

2137-
it('complex update() at query root raises correct value event', function(
2138-
done
2139-
) {
2133+
it('complex update() at query root raises correct value event', function(done) {
21402134
const nodePair = getRandomNode(2);
21412135
const writer = nodePair[0];
21422136
const reader = nodePair[1];
@@ -2241,9 +2235,7 @@ describe('Query Tests', function() {
22412235
});
22422236
});
22432237

2244-
it('listen for child_added events with limit and different types fires properly', function(
2245-
done
2246-
) {
2238+
it('listen for child_added events with limit and different types fires properly', function(done) {
22472239
const nodePair = getRandomNode(2);
22482240
const writer = nodePair[0];
22492241
const reader = nodePair[1];
@@ -2285,9 +2277,7 @@ describe('Query Tests', function() {
22852277
});
22862278
});
22872279

2288-
it('listen for child_changed events with limit and different types fires properly', function(
2289-
done
2290-
) {
2280+
it('listen for child_changed events with limit and different types fires properly', function(done) {
22912281
const nodePair = getRandomNode(2);
22922282
const writer = nodePair[0];
22932283
const reader = nodePair[1];
@@ -2338,9 +2328,7 @@ describe('Query Tests', function() {
23382328
});
23392329
});
23402330

2341-
it('listen for child_remove events with limit and different types fires properly', function(
2342-
done
2343-
) {
2331+
it('listen for child_remove events with limit and different types fires properly', function(done) {
23442332
const nodePair = getRandomNode(2);
23452333
const writer = nodePair[0];
23462334
const reader = nodePair[1];
@@ -2442,9 +2430,7 @@ describe('Query Tests', function() {
24422430
);
24432431
});
24442432

2445-
it('listen for child_remove events when parent set to scalar', function(
2446-
done
2447-
) {
2433+
it('listen for child_remove events when parent set to scalar', function(done) {
24482434
const nodePair = getRandomNode(2);
24492435
const writer = nodePair[0];
24502436
const reader = nodePair[1];

0 commit comments

Comments
 (0)