Skip to content

Commit c0a8060

Browse files
authored
build: update to TypeScript 5.8 (#30533)
Updates the repo to TypeScript 5.8 to be in line with the rest of Angular.
1 parent 283f110 commit c0a8060

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,17 +171,17 @@
171171
"tsickle": "0.39.1",
172172
"tslint": "^6.1.3",
173173
"tsutils": "^3.21.0",
174-
"typescript": "5.7.2",
174+
"typescript": "5.8.1-rc",
175175
"vrsource-tslint-rules": "6.0.0",
176176
"yaml": "^1.10.2",
177177
"yargs": "^17.3.1",
178178
"zx": "^6.2.4"
179179
},
180180
"resolutions": {
181-
"@angular/build-tooling/typescript": "5.7.2",
182-
"@angular/ng-dev/typescript": "5.7.2",
181+
"@angular/build-tooling/typescript": "5.8.1-rc",
182+
"@angular/ng-dev/typescript": "5.8.1-rc",
183183
"browser-sync-client": "2.26.13",
184-
"dgeni-packages/typescript": "5.7.2",
184+
"dgeni-packages/typescript": "5.8.1-rc",
185185
"**/https-proxy-agent": "5.0.0",
186186
"string-width": "4.2.3",
187187
"wrap-ansi": "7.0.0"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15320,10 +15320,10 @@ typescript@5.4.2:
1532015320
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
1532115321
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
1532215322

15323-
typescript@5.4.5, typescript@5.7.2, typescript@~4.5.4, typescript@~4.9.0:
15324-
version "5.7.2"
15325-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
15326-
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
15323+
typescript@5.4.5, typescript@5.8.1-rc, typescript@~4.5.4, typescript@~4.9.0:
15324+
version "5.8.1-rc"
15325+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.1-rc.tgz#678b7586bf1d7fdec0dbf35708ab7bb39ce13c3d"
15326+
integrity sha512-D8IlSOUk1E08jpFdK81reYkA1a/4XtEdV6MElOGdbu/uOy1RpEDqNO/onWmqUaLkTyeHmmU/QlWvjcM9cqF85g==
1532715327

1532815328
typescript@^3.9.10, typescript@^3.9.5, typescript@^3.9.7:
1532915329
version "3.9.10"

0 commit comments

Comments
 (0)