Skip to content

Commit a754645

Browse files
renovate[bot]renovate-botFeiyang1
authored
Update dependency typescript to v3.9.5 (#3297)
* Update dependency typescript to v3.9.5 * Create brave-lies-crash.md * Update brave-lies-crash.md Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Feiyang <[email protected]>
1 parent 877c060 commit a754645

File tree

42 files changed

+61
-45
lines changed

Some content is hidden

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

42 files changed

+61
-45
lines changed

.changeset/brave-lies-crash.md

+16

integration/firebase-typings/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"devDependencies": {
1010
"firebase": "7.15.5",
11-
"typescript": "3.8.3"
11+
"typescript": "3.9.5"
1212
}
1313
}

integration/firestore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"karma-spec-reporter": "0.0.32",
2626
"mocha": "7.1.2",
2727
"ts-loader": "6.2.2",
28-
"typescript": "3.8.3",
28+
"typescript": "3.9.5",
2929
"webpack": "4.43.0",
3030
"webpack-stream": "5.2.1"
3131
}

integration/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"karma-typescript": "5.0.2",
2424
"mocha": "7.1.2",
2525
"npm-run-all": "4.1.5",
26-
"typescript": "3.8.3"
26+
"typescript": "3.9.5"
2727
}
2828
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"ts-node": "8.10.1",
142142
"tslint": "6.1.2",
143143
"typedoc": "0.16.11",
144-
"typescript": "3.8.3",
144+
"typescript": "3.9.5",
145145
"watch": "1.0.2",
146146
"webpack": "4.43.0",
147147
"yargs": "15.3.1"

packages-exp/app-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"rollup-plugin-json": "4.0.0",
4545
"rollup-plugin-replace": "2.2.0",
4646
"rollup-plugin-typescript2": "0.27.0",
47-
"typescript": "3.8.3"
47+
"typescript": "3.9.5"
4848
},
4949
"repository": {
5050
"directory": "packages-exp/app-exp",

packages-exp/app-types-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2727
},
2828
"devDependencies": {
29-
"typescript": "3.8.3"
29+
"typescript": "3.9.5"
3030
}
3131
}

packages-exp/firebase-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"gulp": "4.0.2",
5151
"gulp-sourcemaps": "2.6.5",
5252
"gulp-concat": "2.6.1",
53-
"typescript": "3.7.5"
53+
"typescript": "3.9.5"
5454
},
5555
"components": [
5656
"app",

packages-exp/functions-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@firebase/app-exp": "0.0.800",
4040
"rollup": "2.7.6",
4141
"rollup-plugin-typescript2": "0.27.0",
42-
"typescript": "3.8.3"
42+
"typescript": "3.9.5"
4343
},
4444
"repository": {
4545
"directory": "packages/functions",

packages-exp/functions-types-exp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2323
},
2424
"devDependencies": {
25-
"typescript": "3.8.3"
25+
"typescript": "3.9.5"
2626
}
2727
}

packages/analytics-interop-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2121
},
2222
"devDependencies": {
23-
"typescript": "3.8.3"
23+
"typescript": "3.9.5"
2424
}
2525
}

packages/analytics-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2121
},
2222
"devDependencies": {
23-
"typescript": "3.8.3"
23+
"typescript": "3.9.5"
2424
}
2525
}

packages/analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"rollup-plugin-node-resolve": "5.2.0",
4242
"rollup-plugin-typescript2": "0.27.0",
4343
"rollup-plugin-uglify": "6.0.4",
44-
"typescript": "3.8.3"
44+
"typescript": "3.9.5"
4545
},
4646
"repository": {
4747
"directory": "packages/analytics",

packages/app-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2222
},
2323
"devDependencies": {
24-
"typescript": "3.8.3"
24+
"typescript": "3.9.5"
2525
}
2626
}

packages/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"rollup-plugin-json": "4.0.0",
4343
"rollup-plugin-replace": "2.2.0",
4444
"rollup-plugin-typescript2": "0.27.0",
45-
"typescript": "3.8.3"
45+
"typescript": "3.9.5"
4646
},
4747
"repository": {
4848
"directory": "packages/app",

packages/auth-interop-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2525
},
2626
"devDependencies": {
27-
"typescript": "3.8.3"
27+
"typescript": "3.9.5"
2828
}
2929
}

packages/auth-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2525
},
2626
"devDependencies": {
27-
"typescript": "3.8.3"
27+
"typescript": "3.9.5"
2828
}
2929
}

packages/component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"rollup": "2.7.6",
3333
"rollup-plugin-typescript2": "0.27.0",
34-
"typescript": "3.8.3"
34+
"typescript": "3.9.5"
3535
},
3636
"repository": {
3737
"directory": "packages/component",

packages/database-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2424
},
2525
"devDependencies": {
26-
"typescript": "3.8.3"
26+
"typescript": "3.9.5"
2727
}
2828
}

packages/database/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@firebase/app-types": "0.6.1",
4141
"rollup": "2.7.6",
4242
"rollup-plugin-typescript2": "0.27.0",
43-
"typescript": "3.8.3"
43+
"typescript": "3.9.5"
4444
},
4545
"repository": {
4646
"directory": "packages/database",

packages/firebase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"rollup-plugin-terser": "5.3.0",
7070
"rollup-plugin-typescript2": "0.27.0",
7171
"rollup-plugin-uglify": "6.0.4",
72-
"typescript": "3.8.3"
72+
"typescript": "3.9.5"
7373
},
7474
"typings": "index.d.ts",
7575
"components": [

packages/firestore-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2424
},
2525
"devDependencies": {
26-
"typescript": "3.8.3"
26+
"typescript": "3.9.5"
2727
}
2828
}

packages/firestore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"rollup-plugin-terser": "5.3.0",
8181
"rollup-plugin-typescript2": "0.27.0",
8282
"ts-node": "8.10.1",
83-
"typescript": "3.8.3"
83+
"typescript": "3.9.5"
8484
},
8585
"repository": {
8686
"directory": "packages/firestore",

packages/functions-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2121
},
2222
"devDependencies": {
23-
"typescript": "3.8.3"
23+
"typescript": "3.9.5"
2424
}
2525
}

packages/functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@firebase/messaging": "0.6.19",
3535
"rollup": "2.7.6",
3636
"rollup-plugin-typescript2": "0.27.0",
37-
"typescript": "3.8.3"
37+
"typescript": "3.9.5"
3838
},
3939
"repository": {
4040
"directory": "packages/functions",

packages/installations-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2424
},
2525
"devDependencies": {
26-
"typescript": "3.8.3"
26+
"typescript": "3.9.5"
2727
}
2828
}

packages/installations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"rollup-plugin-node-resolve": "5.2.0",
3838
"rollup-plugin-typescript2": "0.27.0",
3939
"rollup-plugin-uglify": "6.0.4",
40-
"typescript": "3.8.3"
40+
"typescript": "3.9.5"
4141
},
4242
"peerDependencies": {
4343
"@firebase/app": "0.x",

packages/logger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"rollup": "2.7.6",
2828
"rollup-plugin-typescript2": "0.27.0",
29-
"typescript": "3.8.3"
29+
"typescript": "3.9.5"
3030
},
3131
"repository": {
3232
"directory": "packages/logger",

packages/messaging-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2424
},
2525
"devDependencies": {
26-
"typescript": "3.8.3"
26+
"typescript": "3.9.5"
2727
}
2828
}

packages/messaging/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"rollup": "2.7.6",
4141
"rollup-plugin-typescript2": "0.27.0",
4242
"ts-essentials": "6.0.4",
43-
"typescript": "3.8.3"
43+
"typescript": "3.9.5"
4444
},
4545
"repository": {
4646
"directory": "packages/messaging",

packages/performance-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"index.d.ts"
1313
],
1414
"devDependencies": {
15-
"typescript": "3.8.3"
15+
"typescript": "3.9.5"
1616
},
1717
"repository": {
1818
"directory": "packages/performance-types",

packages/performance/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"rollup": "2.7.6",
4141
"rollup-plugin-json": "4.0.0",
4242
"rollup-plugin-typescript2": "0.27.0",
43-
"typescript": "3.8.3"
43+
"typescript": "3.9.5"
4444
},
4545
"repository": {
4646
"directory": "packages/performance",

packages/remote-config-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2121
},
2222
"devDependencies": {
23-
"typescript": "3.8.3"
23+
"typescript": "3.9.5"
2424
}
2525
}

packages/remote-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"rollup": "2.7.6",
4141
"rollup-plugin-typescript2": "0.27.0",
42-
"typescript": "3.8.3"
42+
"typescript": "3.9.5"
4343
},
4444
"repository": {
4545
"directory": "packages/remote-config",

packages/rxfire/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"rollup-plugin-node-resolve": "5.2.0",
5050
"rollup-plugin-typescript2": "0.27.0",
5151
"rollup-plugin-uglify": "6.0.4",
52-
"typescript": "3.8.3"
52+
"typescript": "3.9.5"
5353
},
5454
"typings": "dist/index.d.ts",
5555
"files": [

packages/storage-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2525
},
2626
"devDependencies": {
27-
"typescript": "3.8.3"
27+
"typescript": "3.9.5"
2828
}
2929
}

packages/storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"rollup": "2.7.6",
3737
"rollup-plugin-typescript2": "0.27.0",
38-
"typescript": "3.8.3"
38+
"typescript": "3.9.5"
3939
},
4040
"repository": {
4141
"directory": "packages/storage",

packages/template-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"url": "https://github.com/firebase/firebase-js-sdk/issues"
2222
},
2323
"devDependencies": {
24-
"typescript": "3.8.3"
24+
"typescript": "3.9.5"
2525
}
2626
}

packages/template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"rollup": "2.7.6",
3838
"rollup-plugin-typescript2": "0.27.0",
39-
"typescript": "3.8.3"
39+
"typescript": "3.9.5"
4040
},
4141
"repository": {
4242
"directory": "packages/template",

packages/util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"rollup": "2.7.6",
3232
"rollup-plugin-typescript2": "0.27.0",
33-
"typescript": "3.8.3"
33+
"typescript": "3.9.5"
3434
},
3535
"repository": {
3636
"directory": "packages/util",

packages/webchannel-wrapper/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"rollup-plugin-commonjs": "10.1.0",
2727
"rollup-plugin-sourcemaps": "0.6.1",
2828
"rollup-plugin-typescript2": "0.27.0",
29-
"typescript": "3.8.3"
29+
"typescript": "3.9.5"
3030
},
3131
"repository": {
3232
"directory": "packages/webchannel-wrapper",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -14744,15 +14744,15 @@ [email protected]:
1474414744
typedoc-default-themes "^0.7.2"
1474514745
typescript "3.7.x"
1474614746

14747-
[email protected].5, [email protected].x, typescript@~3.7.2:
14747+
[email protected], typescript@~3.7.2:
1474814748
version "3.7.5"
1474914749
resolved "https://registry.npmjs.org/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
1475014750
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==
1475114751

14752-
typescript@3.8.3:
14753-
version "3.8.3"
14754-
resolved "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
14755-
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==
14752+
typescript@3.9.5:
14753+
version "3.9.5"
14754+
resolved "https://registry.npmjs.org/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36"
14755+
integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==
1475614756

1475714757
1475814758
version "1.0.0-alpha.35"

0 commit comments

Comments
 (0)