Skip to content

Commit 597def7

Browse files
committed
build: update to typescript 4.3.4
Updates to TypeScript 4.3.4 which contains a fix for a printer regression that caused unexpected JavaScript output with our compiler transforms. See: microsoft/TypeScript#44070. Updates to TypeScript 4.3.4 which contains a fix for a printer
1 parent 4fe9dad commit 597def7

File tree

10 files changed

+22
-23
lines changed

10 files changed

+22
-23
lines changed

aio/aio-builds-setup/dockerbuild/scripts-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"supertest": "^4.0.2",
5050
"tslint": "^6.1.3",
5151
"tslint-jasmine-noSkipOrFocus": "^1.0.9",
52-
"typescript": "^4.3.2"
52+
"typescript": "~4.3.4"
5353
}
5454
}

aio/aio-builds-setup/dockerbuild/scripts-js/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2563,10 +2563,10 @@ typedarray-to-buffer@^3.1.5:
25632563
dependencies:
25642564
is-typedarray "^1.0.0"
25652565

2566-
typescript@^4.3.2:
2567-
version "4.3.2"
2568-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
2569-
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
2566+
typescript@~4.3.4:
2567+
version "4.3.4"
2568+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc"
2569+
integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==
25702570

25712571
undefsafe@^2.0.2:
25722572
version "2.0.2"

aio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"tree-kill": "^1.1.0",
168168
"ts-node": "^10.0.0",
169169
"tslint": "~6.1.3",
170-
"typescript": "~4.3.2",
170+
"typescript": "~4.3.4",
171171
"uglify-js": "^3.13.3",
172172
"unist-util-filter": "^2.0.3",
173173
"unist-util-source": "^3.0.0",

aio/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12284,10 +12284,10 @@ typescript@~3.2.2:
1228412284
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.4.tgz#c585cb952912263d915b462726ce244ba510ef3d"
1228512285
integrity sha512-0RNDbSdEokBeEAkgNbxJ+BLwSManFy9TeXz8uW+48j/xhEXv1ePME60olyzw2XzUqUBNAYFeJadIqAgNqIACwg==
1228612286

12287-
typescript@~4.3.2:
12288-
version "4.3.2"
12289-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
12290-
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
12287+
typescript@~4.3.4:
12288+
version "4.3.4"
12289+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc"
12290+
integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==
1229112291

1229212292
ua-parser-js@^0.7.23:
1229312293
version "0.7.28"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
"tsickle": "0.38.1",
154154
"tslib": "^2.2.0",
155155
"tslint": "6.1.3",
156-
"typescript": "~4.3.2",
156+
"typescript": "~4.3.4",
157157
"xhr2": "0.2.1",
158158
"yaml": "^1.10.0",
159159
"yargs": "^17.0.0"

packages/zone.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"mocha": "^9.0.0",
2020
"mock-require": "3.0.3",
2121
"promises-aplus-tests": "^2.1.2",
22-
"typescript": "4.3.2"
22+
"typescript": "~4.3.4"
2323
},
2424
"scripts": {
2525
"closuretest": "./scripts/closure/closure_compiler.sh",

packages/zone.js/test/typings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"zone.js": "file:../../../../dist/bin/packages/zone.js/npm_package"
1515
},
1616
"devDependencies": {
17-
"typescript": "~4.3.2"
17+
"typescript": "~4.3.4"
1818
}
1919
}

packages/zone.js/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3917,10 +3917,10 @@ typedarray-to-buffer@^3.1.5:
39173917
dependencies:
39183918
is-typedarray "^1.0.0"
39193919

3920-
3921-
version "4.3.2"
3922-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
3923-
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
3920+
typescript@~4.3.4:
3921+
version "4.3.4"
3922+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc"
3923+
integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==
39243924

39253925
unbox-primitive@^1.0.1:
39263926
version "1.0.1"

tools/ts-api-guardian/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/node": "^10.9.4",
2626
"jasmine": "^3.1.0",
2727
"source-map-support": "^0.5.9",
28-
"typescript": "4.3.2"
28+
"typescript": "4.3.4"
2929
},
3030
"keywords": [
3131
"typescript"

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12008,7 +12008,6 @@ sauce-connect-launcher@^1.2.4:
1200812008

1200912009
"sauce-connect@https://saucelabs.com/downloads/sc-4.6.2-linux.tar.gz":
1201012010
version "0.0.0"
12011-
uid "7b7f35433af9c3380758e048894d7b9aecf3754e"
1201212011
resolved "https://saucelabs.com/downloads/sc-4.6.2-linux.tar.gz#7b7f35433af9c3380758e048894d7b9aecf3754e"
1201312012

1201412013
saucelabs@^1.5.0:
@@ -13529,10 +13528,10 @@ typescript@~3.7.2:
1352913528
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.7.tgz#c931733e2ec10dda56b855b379cc488a72a81199"
1353013529
integrity sha512-MmQdgo/XenfZPvVLtKZOq9jQQvzaUAUpcKW8Z43x9B2fOm4S5g//tPtMweZUIP+SoBqrVPEIm+dJeQ9dfO0QdA==
1353113530

13532-
typescript@~4.3.2:
13533-
version "4.3.2"
13534-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
13535-
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
13531+
typescript@~4.3.4:
13532+
version "4.3.4"
13533+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4.tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc"
13534+
integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==
1353613535

1353713536
uglify-js@^3.1.4:
1353813537
version "3.13.9"

0 commit comments

Comments
 (0)