From 52a300c4b91133e7d402e207ce14bf7073b7b066 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 21 Feb 2020 18:16:37 +0000 Subject: [PATCH 1/3] Update dependency typescript to v3.8.2 --- integration/firebase-typings/package.json | 2 +- integration/firestore/package.json | 2 +- integration/typescript/package.json | 2 +- package.json | 2 +- packages/analytics-interop-types/package.json | 2 +- packages/analytics-types/package.json | 2 +- packages/analytics/package.json | 2 +- packages/app-types/package.json | 2 +- packages/app/package.json | 2 +- packages/auth-interop-types/package.json | 2 +- packages/auth-types/package.json | 2 +- packages/component/package.json | 2 +- packages/database-types/package.json | 2 +- packages/database/package.json | 2 +- packages/firebase/package.json | 2 +- packages/firestore-types/package.json | 2 +- packages/firestore/package.json | 2 +- packages/functions-types/package.json | 2 +- packages/functions/package.json | 2 +- packages/installations-types/package.json | 2 +- packages/installations/package.json | 2 +- packages/logger/package.json | 2 +- packages/messaging-types/package.json | 2 +- packages/messaging/package.json | 2 +- packages/performance-types/package.json | 2 +- packages/performance/package.json | 2 +- packages/remote-config-types/package.json | 2 +- packages/remote-config/package.json | 2 +- packages/rxfire/package.json | 2 +- packages/storage-types/package.json | 2 +- packages/storage/package.json | 2 +- packages/template-types/package.json | 2 +- packages/template/package.json | 2 +- packages/util/package.json | 2 +- yarn.lock | 10 +++++----- 35 files changed, 39 insertions(+), 39 deletions(-) diff --git a/integration/firebase-typings/package.json b/integration/firebase-typings/package.json index 74e413a7d7d..9c4a4b54ffa 100644 --- a/integration/firebase-typings/package.json +++ b/integration/firebase-typings/package.json @@ -9,6 +9,6 @@ "firebase": "7.9.0" }, "devDependencies": { - "typescript": "3.7.5" + "typescript": "3.8.2" } } diff --git a/integration/firestore/package.json b/integration/firestore/package.json index 35f274cb75e..ecec7f0619e 100644 --- a/integration/firestore/package.json +++ b/integration/firestore/package.json @@ -22,7 +22,7 @@ "karma-spec-reporter": "0.0.32", "mocha": "7.0.1", "ts-loader": "6.2.1", - "typescript": "3.7.5", + "typescript": "3.8.2", "webpack": "4.41.5", "webpack-stream": "5.2.1" } diff --git a/integration/typescript/package.json b/integration/typescript/package.json index 5e1e0dcc3f6..d8723dd93bf 100644 --- a/integration/typescript/package.json +++ b/integration/typescript/package.json @@ -24,6 +24,6 @@ "karma-typescript": "4.1.1", "mocha": "7.0.1", "npm-run-all": "4.1.5", - "typescript": "3.7.5" + "typescript": "3.8.2" } } diff --git a/package.json b/package.json index 2adea0d4133..eedadd73875 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "ts-node": "8.5.4", "tslint": "5.20.1", "typedoc": "0.15.6", - "typescript": "3.7.5", + "typescript": "3.8.2", "watch": "1.0.2", "webpack": "4.41.5", "yargs": "15.1.0", diff --git a/packages/analytics-interop-types/package.json b/packages/analytics-interop-types/package.json index 6e9a7ba76cc..980eee2f276 100644 --- a/packages/analytics-interop-types/package.json +++ b/packages/analytics-interop-types/package.json @@ -19,6 +19,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "3.7.5" + "typescript": "3.8.2" } } diff --git a/packages/analytics-types/package.json b/packages/analytics-types/package.json index 5dcf7366611..821840c1769 100644 --- a/packages/analytics-types/package.json +++ b/packages/analytics-types/package.json @@ -19,6 +19,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "3.7.5" + "typescript": "3.8.2" } } diff --git a/packages/analytics/package.json b/packages/analytics/package.json index a98b225d0cd..0aaae4de7ff 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -38,7 +38,7 @@ "rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-typescript2": "0.25.3", "rollup-plugin-uglify": "6.0.4", - "typescript": "3.7.5" + "typescript": "3.8.2" }, "repository": { "directory": "packages/analytics", diff --git a/packages/app-types/package.json b/packages/app-types/package.json index 0f829f75b22..9ae88c6e72c 100644 --- a/packages/app-types/package.json +++ b/packages/app-types/package.json @@ -20,6 +20,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "3.7.5" + "typescript": "3.8.2" } } diff --git a/packages/app/package.json b/packages/app/package.json index 03865a555fa..9613d418e28 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -40,7 +40,7 @@ "rollup-plugin-json": "4.0.0", "rollup-plugin-replace": "2.2.0", "rollup-plugin-typescript2": "0.25.3", - "typescript": "3.7.5" + "typescript": "3.8.2" }, "repository": { "directory": "packages/app", diff --git a/packages/auth-interop-types/package.json b/packages/auth-interop-types/package.json index 3721c030fce..f15bf44892d 100644 --- a/packages/auth-interop-types/package.json +++ b/packages/auth-interop-types/package.json @@ -23,6 +23,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "3.7.5" + "typescript": "3.8.2" } } diff --git a/packages/auth-types/package.json b/packages/auth-types/package.json index 816fe9d35e1..2404a4d0402 100644 --- a/packages/auth-types/package.json +++ b/packages/auth-types/package.json @@ -23,6 +23,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "3.7.5" + "typescript": "3.8.2" } } diff --git a/packages/component/package.json b/packages/component/package.json index ac431d12ed0..641ac150864 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -29,7 +29,7 @@ "devDependencies": { "rollup": "1.28.0", "rollup-plugin-typescript2": "0.25.3", - "typescript": "3.7.5" + "typescript": "3.8.2" }, "repository": { "directory": "packages/component", diff --git a/packages/database-types/package.json b/packages/database-types/package.json index 682a9ee5b0d..3a5807e1f44 100644 --- a/packages/database-types/package.json +++ b/packages/database-types/package.json @@ -22,6 +22,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "3.7.5" + "typescript": "3.8.2" } } diff --git a/packages/database/package.json b/packages/database/package.json index 72a47b1b7ba..58a8427834a 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -38,7 +38,7 @@ "@firebase/app-types": "0.5.1", "rollup": "1.28.0", "rollup-plugin-typescript2": "0.25.3", - "typescript": "3.7.5" + "typescript": "3.8.2" }, "repository": { "directory": "packages/database", diff --git a/packages/firebase/package.json b/packages/firebase/package.json index 7e5f8a03399..fc73b8e3e63 100644 --- a/packages/firebase/package.json +++ b/packages/firebase/package.json @@ -62,7 +62,7 @@ "rollup-plugin-terser": "5.1.3", "rollup-plugin-typescript2": "0.25.3", "rollup-plugin-uglify": "6.0.4", - "typescript": "3.7.5" + "typescript": "3.8.2" }, "typings": "index.d.ts", "components": [ diff --git a/packages/firestore-types/package.json b/packages/firestore-types/package.json index a53e4b0a645..cab9a1c549e 100644 --- a/packages/firestore-types/package.json +++ b/packages/firestore-types/package.json @@ -22,6 +22,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "3.7.5" + "typescript": "3.8.2" } } diff --git a/packages/firestore/package.json b/packages/firestore/package.json index 38573a2e713..a1cf4bfb1d9 100644 --- a/packages/firestore/package.json +++ b/packages/firestore/package.json @@ -55,7 +55,7 @@ "rollup-plugin-terser": "5.1.3", "rollup-plugin-typescript2": "0.25.3", "ts-node": "8.5.4", - "typescript": "3.7.5" + "typescript": "3.8.2" }, "repository": { "directory": "packages/firestore", diff --git a/packages/functions-types/package.json b/packages/functions-types/package.json index 667efb9c87f..3259dd56381 100644 --- a/packages/functions-types/package.json +++ b/packages/functions-types/package.json @@ -19,6 +19,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "3.7.5" + "typescript": "3.8.2" } } diff --git a/packages/functions/package.json b/packages/functions/package.json index ecc74c20e2f..9a26d9b6889 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -32,7 +32,7 @@ "@firebase/messaging": "0.6.5", "rollup": "1.28.0", "rollup-plugin-typescript2": "0.25.3", - "typescript": "3.7.5" + "typescript": "3.8.2" }, "repository": { "directory": "packages/functions", diff --git a/packages/installations-types/package.json b/packages/installations-types/package.json index ddb34620467..7ab757d3dfc 100644 --- a/packages/installations-types/package.json +++ b/packages/installations-types/package.json @@ -22,6 +22,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "3.7.5" + "typescript": "3.8.2" } } diff --git a/packages/installations/package.json b/packages/installations/package.json index cc7bea7d365..bbbe9a1bd31 100644 --- a/packages/installations/package.json +++ b/packages/installations/package.json @@ -27,7 +27,7 @@ "rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-typescript2": "0.25.3", "rollup-plugin-uglify": "6.0.4", - "typescript": "3.7.5" + "typescript": "3.8.2" }, "peerDependencies": { "@firebase/app": "0.x", diff --git a/packages/logger/package.json b/packages/logger/package.json index 5213a2e76be..4d5fe93f4c8 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -24,7 +24,7 @@ "devDependencies": { "rollup": "1.28.0", "rollup-plugin-typescript2": "0.25.3", - "typescript": "3.7.5" + "typescript": "3.8.2" }, "repository": { "directory": "packages/logger", diff --git a/packages/messaging-types/package.json b/packages/messaging-types/package.json index bb0d83920dc..ce2a9c1354c 100644 --- a/packages/messaging-types/package.json +++ b/packages/messaging-types/package.json @@ -22,6 +22,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "3.7.5" + "typescript": "3.8.2" } } diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 17695bcad80..73de3597d45 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -37,7 +37,7 @@ "rollup": "1.28.0", "rollup-plugin-typescript2": "0.25.3", "ts-essentials": "6.0.1", - "typescript": "3.7.5" + "typescript": "3.8.2" }, "repository": { "directory": "packages/messaging", diff --git a/packages/performance-types/package.json b/packages/performance-types/package.json index 952f7f91098..16501986f18 100644 --- a/packages/performance-types/package.json +++ b/packages/performance-types/package.json @@ -11,7 +11,7 @@ "index.d.ts" ], "devDependencies": { - "typescript": "3.7.5" + "typescript": "3.8.2" }, "repository": { "type": "git", diff --git a/packages/performance/package.json b/packages/performance/package.json index 98bb0f1031e..b53a1e20c59 100644 --- a/packages/performance/package.json +++ b/packages/performance/package.json @@ -38,7 +38,7 @@ "rollup": "1.28.0", "rollup-plugin-json": "4.0.0", "rollup-plugin-typescript2": "0.25.3", - "typescript": "3.7.5" + "typescript": "3.8.2" }, "repository": { "type": "git", diff --git a/packages/remote-config-types/package.json b/packages/remote-config-types/package.json index df6e96fa823..afa499cd19f 100644 --- a/packages/remote-config-types/package.json +++ b/packages/remote-config-types/package.json @@ -19,6 +19,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "3.7.5" + "typescript": "3.8.2" } } diff --git a/packages/remote-config/package.json b/packages/remote-config/package.json index a60f31d68a1..d787cc99333 100644 --- a/packages/remote-config/package.json +++ b/packages/remote-config/package.json @@ -37,7 +37,7 @@ "devDependencies": { "rollup": "1.28.0", "rollup-plugin-typescript2": "0.25.3", - "typescript": "3.7.5" + "typescript": "3.8.2" }, "repository": { "directory": "packages/remote-config", diff --git a/packages/rxfire/package.json b/packages/rxfire/package.json index 39d76ef3e22..27b430d07d8 100644 --- a/packages/rxfire/package.json +++ b/packages/rxfire/package.json @@ -47,7 +47,7 @@ "rollup-plugin-node-resolve": "5.2.0", "rollup-plugin-typescript2": "0.25.3", "rollup-plugin-uglify": "6.0.4", - "typescript": "3.7.5" + "typescript": "3.8.2" }, "typings": "dist/index.d.ts", "files": [ diff --git a/packages/storage-types/package.json b/packages/storage-types/package.json index 777c0465c9f..8daab6e2f69 100644 --- a/packages/storage-types/package.json +++ b/packages/storage-types/package.json @@ -23,6 +23,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "3.7.5" + "typescript": "3.8.2" } } diff --git a/packages/storage/package.json b/packages/storage/package.json index 58ad1e65773..f2efcc07038 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -32,7 +32,7 @@ "devDependencies": { "rollup": "1.28.0", "rollup-plugin-typescript2": "0.25.3", - "typescript": "3.7.5" + "typescript": "3.8.2" }, "repository": { "directory": "packages/storage", diff --git a/packages/template-types/package.json b/packages/template-types/package.json index 2e9e3698f87..a6bcd3e55ed 100644 --- a/packages/template-types/package.json +++ b/packages/template-types/package.json @@ -20,6 +20,6 @@ "url": "https://github.com/firebase/firebase-js-sdk/issues" }, "devDependencies": { - "typescript": "3.7.5" + "typescript": "3.8.2" } } diff --git a/packages/template/package.json b/packages/template/package.json index a1ad5bb13cc..3b81bc4047e 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -34,7 +34,7 @@ "devDependencies": { "rollup": "1.28.0", "rollup-plugin-typescript2": "0.25.3", - "typescript": "3.7.5" + "typescript": "3.8.2" }, "repository": { "directory": "packages/template", diff --git a/packages/util/package.json b/packages/util/package.json index e73586e373e..cbbb7a2cb7b 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -28,7 +28,7 @@ "devDependencies": { "rollup": "1.28.0", "rollup-plugin-typescript2": "0.25.3", - "typescript": "3.7.5" + "typescript": "3.8.2" }, "repository": { "directory": "packages/util", diff --git a/yarn.lock b/yarn.lock index 813b5185ab3..9149d518206 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14371,16 +14371,16 @@ typedoc@0.15.6: typedoc-default-themes "^0.6.3" typescript "3.7.x" -typescript@3.7.5: - version "3.7.5" - resolved "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae" - integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw== - typescript@3.7.x: version "3.7.2" resolved "https://registry.npmjs.org/typescript/-/typescript-3.7.2.tgz#27e489b95fa5909445e9fef5ee48d81697ad18fb" integrity sha512-ml7V7JfiN2Xwvcer+XAf2csGO1bPBdRbFCkYBczNZggrBZ9c7G3riSUeJmqEU5uOtXNPMhE3n+R4FA/3YOAWOQ== +typescript@3.8.2: + version "3.8.2" + resolved "https://registry.npmjs.org/typescript/-/typescript-3.8.2.tgz#91d6868aaead7da74f493c553aeff76c0c0b1d5a" + integrity sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ== + typeson-registry@1.0.0-alpha.28: version "1.0.0-alpha.28" resolved "https://registry.npmjs.org/typeson-registry/-/typeson-registry-1.0.0-alpha.28.tgz#cc76b71cdafa7f39c0d39fba9573114675ff098b" From 742ae54c3cad6f12de5266086cf1e8e8aa385fbe Mon Sep 17 00:00:00 2001 From: Feiyang1 Date: Wed, 26 Feb 2020 16:50:39 -0800 Subject: [PATCH 2/3] make typescript happy --- packages/installations/src/util/errors.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/installations/src/util/errors.ts b/packages/installations/src/util/errors.ts index 57a57c42702..0de9427518d 100644 --- a/packages/installations/src/util/errors.ts +++ b/packages/installations/src/util/errors.ts @@ -45,6 +45,7 @@ interface ErrorParams { }; [ErrorCode.REQUEST_FAILED]: { requestName: string; + [index: string] : string; // to make Typescript 3.8 happy } & ServerErrorData; } From 80862bb1a124e7b1c6f616f6ed4835482c9456eb Mon Sep 17 00:00:00 2001 From: Feiyang1 Date: Wed, 26 Feb 2020 17:11:56 -0800 Subject: [PATCH 3/3] make typescript happy again --- packages/installations/src/util/errors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/installations/src/util/errors.ts b/packages/installations/src/util/errors.ts index 0de9427518d..ea27444fc66 100644 --- a/packages/installations/src/util/errors.ts +++ b/packages/installations/src/util/errors.ts @@ -45,7 +45,7 @@ interface ErrorParams { }; [ErrorCode.REQUEST_FAILED]: { requestName: string; - [index: string] : string; // to make Typescript 3.8 happy + [index: string] : string | number; // to make Typescript 3.8 happy } & ServerErrorData; }