Skip to content

Commit c0a12e5

Browse files
angular-robotdgp1130
authored andcommitted
build: update dependency typescript to v5.6.3
1 parent a173bb5 commit c0a12e5

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
"tree-kill": "1.2.2",
200200
"ts-node": "^10.9.1",
201201
"tslib": "2.7.0",
202-
"typescript": "5.6.2",
202+
"typescript": "5.6.3",
203203
"undici": "6.20.0",
204204
"unenv": "^1.10.0",
205205
"verdaccio": "6.0.0",
@@ -225,6 +225,6 @@
225225
},
226226
"resolutions": {
227227
"@bazel/concatjs@npm:5.8.1": "patch:@bazel/concatjs@npm%3A5.8.1#~/.yarn/patches/@bazel-concatjs-npm-5.8.1-1bf81df846.patch",
228-
"@microsoft/api-extractor/typescript": "5.6.2"
228+
"@microsoft/api-extractor/typescript": "5.6.3"
229229
}
230230
}

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
3030
"@angular/compiler": "19.0.0-next.8",
3131
"@angular/compiler-cli": "19.0.0-next.8",
32-
"typescript": "5.6.2",
32+
"typescript": "5.6.3",
3333
"webpack": "5.95.0"
3434
}
3535
}

yarn.lock

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ __metadata:
782782
tree-kill: "npm:1.2.2"
783783
ts-node: "npm:^10.9.1"
784784
tslib: "npm:2.7.0"
785-
typescript: "npm:5.6.2"
785+
typescript: "npm:5.6.3"
786786
undici: "npm:6.20.0"
787787
unenv: "npm:^1.10.0"
788788
verdaccio: "npm:6.0.0"
@@ -3839,7 +3839,7 @@ __metadata:
38393839
"@angular-devkit/core": "npm:0.0.0-PLACEHOLDER"
38403840
"@angular/compiler": "npm:19.0.0-next.8"
38413841
"@angular/compiler-cli": "npm:19.0.0-next.8"
3842-
typescript: "npm:5.6.2"
3842+
typescript: "npm:5.6.3"
38433843
webpack: "npm:5.95.0"
38443844
peerDependencies:
38453845
"@angular/compiler-cli": ^19.0.0-next.0
@@ -17566,6 +17566,16 @@ __metadata:
1756617566
languageName: node
1756717567
linkType: hard
1756817568

17569+
"typescript@npm:5.6.3":
17570+
version: 5.6.3
17571+
resolution: "typescript@npm:5.6.3"
17572+
bin:
17573+
tsc: bin/tsc
17574+
tsserver: bin/tsserver
17575+
checksum: 10c0/44f61d3fb15c35359bc60399cb8127c30bae554cd555b8e2b46d68fa79d680354b83320ad419ff1b81a0bdf324197b29affe6cc28988cd6a74d4ac60c94f9799
17576+
languageName: node
17577+
linkType: hard
17578+
1756917579
"typescript@npm:~4.9.0":
1757017580
version: 4.9.5
1757117581
resolution: "typescript@npm:4.9.5"
@@ -17586,6 +17596,16 @@ __metadata:
1758617596
languageName: node
1758717597
linkType: hard
1758817598

17599+
"typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>":
17600+
version: 5.6.3
17601+
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
17602+
bin:
17603+
tsc: bin/tsc
17604+
tsserver: bin/tsserver
17605+
checksum: 10c0/7c9d2e07c81226d60435939618c91ec2ff0b75fbfa106eec3430f0fcf93a584bc6c73176676f532d78c3594fe28a54b36eb40b3d75593071a7ec91301533ace7
17606+
languageName: node
17607+
linkType: hard
17608+
1758917609
"typescript@patch:typescript@npm%3A~4.9.0#optional!builtin<compat/typescript>":
1759017610
version: 4.9.5
1759117611
resolution: "typescript@patch:typescript@npm%3A4.9.5#optional!builtin<compat/typescript>::version=4.9.5&hash=289587"

0 commit comments

Comments
 (0)