Skip to content

Commit 74ac9b0

Browse files
authored
Update non-major dependencies (#6230)
* Update mocha and type dependencies * Update rollup-plugin-typescript2 package * Update chai and types * Narrow type definition for getBytes test * Update lock file
1 parent 936591c commit 74ac9b0

File tree

41 files changed

+224
-157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+224
-157
lines changed

e2e/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@
2222
"@babel/core": "7.14.6",
2323
"@babel/preset-env": "7.14.4",
2424
"@types/chai": "4.2.18",
25-
"@types/mocha": "9.0.0",
25+
"@types/mocha": "9.1.1",
2626
"babel-loader": "8.0.5",
27-
"chai": "4.3.4",
27+
"chai": "4.3.6",
2828
"karma": "6.3.16",
2929
"karma-chrome-launcher": "3.1.0",
3030
"karma-mocha": "2.0.1",
3131
"karma-spec-reporter": "0.0.32",
3232
"karma-typescript": "5.5.1",
3333
"karma-typescript-es6-transform": "5.5.1",
34-
"mocha": "9.0.0",
34+
"mocha": "9.2.2",
3535
"typescript": "4.3.4",
3636
"webpack": "5.41.1",
3737
"webpack-cli": "4.9.2",

integration/firebase/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
},
99
"devDependencies": {
1010
"firebase": "9.7.0",
11-
"@types/chai": "4.2.22",
12-
"@types/mocha": "9.0.0",
13-
"chai": "4.3.4",
11+
"@types/chai": "4.3.1",
12+
"@types/mocha": "9.1.1",
13+
"chai": "4.3.6",
1414
"karma": "6.3.16",
1515
"karma-babel-preprocessor": "8.0.1",
1616
"karma-chrome-launcher": "3.1.0",
1717
"karma-firefox-launcher": "2.1.1",
1818
"karma-mocha": "2.0.1",
1919
"karma-spec-reporter": "0.0.32",
2020
"karma-typescript": "5.5.2",
21-
"mocha": "9.1.1",
21+
"mocha": "9.2.2",
2222
"npm-run-all": "4.1.5",
2323
"typescript": "4.2.2"
2424
}

integration/firestore/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@firebase/firestore": "3.4.8"
2020
},
2121
"devDependencies": {
22-
"@types/mocha": "9.0.0",
22+
"@types/mocha": "9.1.1",
2323
"gulp": "4.0.2",
2424
"gulp-filter": "7.0.0",
2525
"gulp-replace": "1.1.3",
@@ -28,7 +28,7 @@
2828
"karma-firefox-launcher": "2.1.1",
2929
"karma-mocha": "2.0.1",
3030
"karma-spec-reporter": "0.0.32",
31-
"mocha": "9.1.1",
31+
"mocha": "9.2.2",
3232
"ts-loader": "8.3.0",
3333
"typescript": "4.2.2",
3434
"webpack": "4.46.0",

integration/messaging/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
},
1111
"devDependencies": {
1212
"firebase": "9.7.0",
13-
"chai": "4.3.4",
13+
"chai": "4.3.6",
1414
"chromedriver": "98.0.1",
1515
"express": "4.17.1",
1616
"geckodriver": "2.0.4",
17-
"mocha": "9.1.1",
17+
"mocha": "9.2.2",
1818
"node-fetch": "2.6.7",
1919
"selenium-assistant": "6.1.0"
2020
}

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,19 @@
7070
"babel-plugin-transform-import-meta": "2.1.1",
7171
"@changesets/changelog-github": "0.4.4",
7272
"@changesets/cli": "2.22.0",
73-
"@types/chai": "4.2.22",
74-
"@types/chai-as-promised": "7.1.4",
73+
"@types/chai": "4.3.1",
74+
"@types/chai-as-promised": "7.1.5",
7575
"@types/child-process-promise": "2.2.2",
7676
"@types/clone": "2.1.1",
7777
"@types/eslint": "7.28.0",
7878
"@types/inquirer": "8.1.2",
7979
"@types/listr": "0.14.4",
8080
"@types/long": "4.0.1",
81-
"@types/mocha": "9.0.0",
81+
"@types/mocha": "9.1.1",
8282
"@types/mz": "2.7.4",
8383
"@types/node": "12.20.26",
8484
"@types/sinon": "9.0.11",
85-
"@types/sinon-chai": "3.2.5",
85+
"@types/sinon-chai": "3.2.8",
8686
"@types/tmp": "0.2.3",
8787
"@types/yargs": "17.0.10",
8888
"@types/js-yaml": "4.0.5",
@@ -93,7 +93,7 @@
9393
"api-documenter-me": "0.1.1",
9494
"api-extractor-me": "0.1.2",
9595
"babel-loader": "8.2.4",
96-
"chai": "4.3.4",
96+
"chai": "4.3.6",
9797
"chai-as-promised": "7.1.1",
9898
"chalk": "4.1.2",
9999
"child-process-promise": "2.2.1",
@@ -133,7 +133,7 @@
133133
"long": "3.2.0",
134134
"merge2": "1.4.1",
135135
"mkdirp": "1.0.4",
136-
"mocha": "9.1.1",
136+
"mocha": "9.2.2",
137137
"mz": "2.7.0",
138138
"npm-run-all": "4.1.5",
139139
"npm-run-path": "4.0.1",

packages/analytics-compat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@firebase/app-compat": "0.1.23",
2727
"rollup": "2.57.0",
2828
"@rollup/plugin-json": "4.1.0",
29-
"rollup-plugin-typescript2": "0.30.0",
29+
"rollup-plugin-typescript2": "0.31.2",
3030
"typescript": "4.2.2"
3131
},
3232
"repository": {
@@ -64,4 +64,4 @@
6464
],
6565
"reportDir": "./coverage/node"
6666
}
67-
}
67+
}

packages/analytics/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@rollup/plugin-commonjs": "21.0.0",
5353
"@rollup/plugin-json": "4.1.0",
5454
"@rollup/plugin-node-resolve": "13.0.5",
55-
"rollup-plugin-typescript2": "0.30.0",
55+
"rollup-plugin-typescript2": "0.31.2",
5656
"typescript": "4.2.2"
5757
},
5858
"repository": {
@@ -70,4 +70,4 @@
7070
],
7171
"reportDir": "./coverage/node"
7272
}
73-
}
73+
}

packages/app-check-compat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@rollup/plugin-commonjs": "21.0.0",
4949
"@rollup/plugin-json": "4.1.0",
5050
"@rollup/plugin-node-resolve": "13.0.5",
51-
"rollup-plugin-typescript2": "0.30.0",
51+
"rollup-plugin-typescript2": "0.31.2",
5252
"typescript": "4.2.2"
5353
},
5454
"repository": {
@@ -66,4 +66,4 @@
6666
],
6767
"reportDir": "./coverage/node"
6868
}
69-
}
69+
}

packages/app-check/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@rollup/plugin-commonjs": "21.0.0",
5050
"@rollup/plugin-json": "4.1.0",
5151
"@rollup/plugin-node-resolve": "13.0.5",
52-
"rollup-plugin-typescript2": "0.30.0",
52+
"rollup-plugin-typescript2": "0.31.2",
5353
"typescript": "4.2.2"
5454
},
5555
"repository": {
@@ -67,4 +67,4 @@
6767
],
6868
"reportDir": "./coverage/node"
6969
}
70-
}
70+
}

packages/app-compat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"rollup": "2.57.0",
5050
"@rollup/plugin-json": "4.1.0",
5151
"rollup-plugin-replace": "2.2.0",
52-
"rollup-plugin-typescript2": "0.30.0",
52+
"rollup-plugin-typescript2": "0.31.2",
5353
"typescript": "4.2.2"
5454
},
5555
"repository": {
@@ -67,4 +67,4 @@
6767
],
6868
"reportDir": "./coverage/node"
6969
}
70-
}
70+
}

packages/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@rollup/plugin-json": "4.1.0",
4949
"rollup": "2.57.0",
5050
"rollup-plugin-replace": "2.2.0",
51-
"rollup-plugin-typescript2": "0.30.0",
51+
"rollup-plugin-typescript2": "0.31.2",
5252
"typescript": "4.2.2"
5353
},
5454
"repository": {

packages/auth-compat/demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"rollup": "2.58.0",
3333
"rollup-plugin-replace": "2.2.0",
3434
"rollup-plugin-sourcemaps": "0.6.3",
35-
"rollup-plugin-typescript2": "0.30.0",
35+
"rollup-plugin-typescript2": "0.31.2",
3636
"rollup-plugin-uglify": "6.0.4",
3737
"typescript": "4.2.2"
3838
},

packages/auth-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@rollup/plugin-json": "4.1.0",
5858
"rollup": "2.57.0",
5959
"rollup-plugin-replace": "2.2.0",
60-
"rollup-plugin-typescript2": "0.30.0",
60+
"rollup-plugin-typescript2": "0.31.2",
6161
"typescript": "4.2.2"
6262
},
6363
"repository": {

packages/auth/demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@rollup/plugin-json": "4.1.0",
3131
"rollup-plugin-replace": "2.2.0",
3232
"rollup-plugin-terser": "7.0.2",
33-
"rollup-plugin-typescript2": "0.30.0",
33+
"rollup-plugin-typescript2": "0.31.2",
3434
"rollup-plugin-uglify": "6.0.4",
3535
"@rollup/plugin-node-resolve": "13.0.5",
3636
"lerna": "4.0.0"

packages/auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"chromedriver": "98.0.1",
9393
"rollup": "2.57.0",
9494
"rollup-plugin-sourcemaps": "0.6.3",
95-
"rollup-plugin-typescript2": "0.30.0",
95+
"rollup-plugin-typescript2": "0.31.2",
9696
"typescript": "4.2.2"
9797
},
9898
"repository": {

packages/component/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"license": "Apache-2.0",
3838
"devDependencies": {
3939
"rollup": "2.57.0",
40-
"rollup-plugin-typescript2": "0.30.0",
40+
"rollup-plugin-typescript2": "0.31.2",
4141
"typescript": "4.2.2"
4242
},
4343
"repository": {
@@ -55,4 +55,4 @@
5555
],
5656
"reportDir": "./coverage/node"
5757
}
58-
}
58+
}

packages/database/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@firebase/app": "0.7.22",
5656
"rollup": "2.57.0",
57-
"rollup-plugin-typescript2": "0.30.0",
57+
"rollup-plugin-typescript2": "0.31.2",
5858
"typescript": "4.2.2"
5959
},
6060
"repository": {
@@ -72,4 +72,4 @@
7272
],
7373
"reportDir": "./coverage/node"
7474
}
75-
}
75+
}

packages/firebase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
"@rollup/plugin-node-resolve": "13.0.5",
253253
"rollup-plugin-sourcemaps": "0.6.3",
254254
"rollup-plugin-terser": "7.0.2",
255-
"rollup-plugin-typescript2": "0.30.0",
255+
"rollup-plugin-typescript2": "0.31.2",
256256
"rollup-plugin-uglify": "6.0.4",
257257
"gulp": "4.0.2",
258258
"gulp-sourcemaps": "3.0.0",

packages/firestore-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"rollup": "2.57.0",
5555
"rollup-plugin-sourcemaps": "0.6.3",
5656
"rollup-plugin-terser": "7.0.2",
57-
"rollup-plugin-typescript2": "0.30.0",
57+
"rollup-plugin-typescript2": "0.31.2",
5858
"@rollup/plugin-node-resolve": "13.0.5",
5959
"ts-node": "10.7.0",
6060
"typescript": "4.2.2"

packages/firestore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"rollup-plugin-replace": "2.2.0",
106106
"rollup-plugin-sourcemaps": "0.6.3",
107107
"rollup-plugin-terser": "7.0.2",
108-
"rollup-plugin-typescript2": "0.30.0",
108+
"rollup-plugin-typescript2": "0.31.2",
109109
"ts-node": "10.7.0",
110110
"typescript": "4.2.2"
111111
},

packages/functions-compat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@firebase/app-compat": "0.1.23",
3030
"rollup": "2.57.0",
3131
"@rollup/plugin-json": "4.1.0",
32-
"rollup-plugin-typescript2": "0.30.0",
32+
"rollup-plugin-typescript2": "0.31.2",
3333
"typescript": "4.2.2"
3434
},
3535
"repository": {
@@ -70,4 +70,4 @@
7070
],
7171
"reportDir": "./coverage/node"
7272
}
73-
}
73+
}

packages/functions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@firebase/app": "0.7.22",
4949
"rollup": "2.57.0",
5050
"@rollup/plugin-json": "4.1.0",
51-
"rollup-plugin-typescript2": "0.30.0",
51+
"rollup-plugin-typescript2": "0.31.2",
5252
"typescript": "4.2.2"
5353
},
5454
"repository": {
@@ -75,4 +75,4 @@
7575
],
7676
"reportDir": "./coverage/node"
7777
}
78-
}
78+
}

packages/installations-compat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@rollup/plugin-commonjs": "21.0.0",
5050
"@rollup/plugin-json": "4.1.0",
5151
"@rollup/plugin-node-resolve": "13.0.5",
52-
"rollup-plugin-typescript2": "0.30.0",
52+
"rollup-plugin-typescript2": "0.31.2",
5353
"rollup-plugin-uglify": "6.0.4",
5454
"typescript": "4.2.2"
5555
},
@@ -63,4 +63,4 @@
6363
"@firebase/component": "0.5.13",
6464
"tslib": "^2.1.0"
6565
}
66-
}
66+
}

packages/installations/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@rollup/plugin-commonjs": "21.0.0",
5555
"@rollup/plugin-json": "4.1.0",
5656
"@rollup/plugin-node-resolve": "13.0.5",
57-
"rollup-plugin-typescript2": "0.30.0",
57+
"rollup-plugin-typescript2": "0.31.2",
5858
"rollup-plugin-uglify": "6.0.4",
5959
"typescript": "4.2.2"
6060
},
@@ -67,4 +67,4 @@
6767
"idb": "7.0.1",
6868
"tslib": "^2.1.0"
6969
}
70-
}
70+
}

packages/logger/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"rollup": "2.57.0",
39-
"rollup-plugin-typescript2": "0.30.0",
39+
"rollup-plugin-typescript2": "0.31.2",
4040
"typescript": "4.2.2"
4141
},
4242
"repository": {
@@ -54,4 +54,4 @@
5454
],
5555
"reportDir": "./coverage/node"
5656
}
57-
}
57+
}

packages/messaging-compat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@firebase/app-compat": "0.1.23",
4848
"@rollup/plugin-json": "4.1.0",
49-
"rollup-plugin-typescript2": "0.30.0",
49+
"rollup-plugin-typescript2": "0.31.2",
5050
"ts-essentials": "9.1.2",
5151
"typescript": "4.2.2"
5252
},
@@ -58,4 +58,4 @@
5858
"bugs": {
5959
"url": "https://github.com/firebase/firebase-js-sdk/issues"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)