Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit d4428e5

Browse files
authored
Update TypeScript dependency to 3.9 (#1157)
* Update TypeScript dependency to 3.9 Fixes #1155 * Update test goldens
1 parent 679cbee commit d4428e5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"source-map-support": "^0.5.6",
3030
"tslib": "1.11",
3131
"tslint": "5.11.0",
32-
"typescript": "3.8.2"
32+
"typescript": "3.9"
3333
},
3434
"scripts": {
3535
"build": "bazel build //:npm_package",

test_files/cast_extends/cast_extends.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// test_files/cast_extends/cast_extends.ts(16,1): warning TS0: unhandled type flags: IncludesNonWideningType
2-
// test_files/cast_extends/cast_extends.ts(22,10): warning TS0: unhandled type flags: IncludesNonWideningType
1+
// test_files/cast_extends/cast_extends.ts(16,1): warning TS0: unhandled type flags: Intersection
2+
// test_files/cast_extends/cast_extends.ts(22,10): warning TS0: unhandled type flags: Intersection
33
/**
44
*
55
* @fileoverview Reproduces an issue where tsickle would emit a cast for the "extends" claus, and

test_files/mixin/dtsdiagnostics.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
test_files/mixin/mixin.d.ts(1,1): warning TS0: unhandled type flags: IncludesNonWideningType
1+
test_files/mixin/mixin.d.ts(1,1): warning TS0: unhandled type flags: Intersection
22
test_files/mixin/mixin.d.ts(12,31): warning TS0: dropped extends of non-symbol supertype: MyMixin(HTMLElement)

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,10 +1189,10 @@ tsutils@^2.27.2:
11891189
dependencies:
11901190
tslib "^1.8.1"
11911191

1192-
typescript@3.8.2:
1193-
version "3.8.2"
1194-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.2.tgz#91d6868aaead7da74f493c553aeff76c0c0b1d5a"
1195-
integrity sha512-EgOVgL/4xfVrCMbhYKUQTdF37SQn4Iw73H5BgCrF1Abdun7Kwy/QZsE/ssAy0y4LxBbvua3PIbFsbRczWWnDdQ==
1192+
typescript@3.9:
1193+
version "3.9.5"
1194+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36"
1195+
integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==
11961196

11971197
uglify-js@^3.1.4:
11981198
version "3.6.0"

0 commit comments

Comments
 (0)