Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1529595

Browse files
crisbetoalan-agius4
authored andcommitted
fix(@angular/build): drop support for TypeScript 5.8
Now that angular/angular#63589 has landed, we can drop support for TypeScript 5.8. BREAKING CHANGE: * TypeScript versions older than 5.9 are no longer supported.
1 parent 1de92cc commit 1529595

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/angular/build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"postcss": "^8.4.0",
7474
"tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
7575
"tslib": "^2.3.0",
76-
"typescript": ">=5.8 <6.0",
76+
"typescript": ">=5.9 <6.0",
7777
"vitest": "^3.1.1"
7878
},
7979
"peerDependenciesMeta": {

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"ng-packagr": "0.0.0-NG-PACKAGR-PEER-DEP",
8888
"protractor": "^7.0.0",
8989
"tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
90-
"typescript": ">=5.8 <6.0"
90+
"typescript": ">=5.9 <6.0"
9191
},
9292
"peerDependenciesMeta": {
9393
"@angular/core": {

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"homepage": "https://github.com/angular/angular-cli/tree/main/packages/ngtools/webpack",
2323
"peerDependencies": {
2424
"@angular/compiler-cli": "0.0.0-ANGULAR-FW-PEER-DEP",
25-
"typescript": ">=5.8 <6.0",
25+
"typescript": ">=5.9 <6.0",
2626
"webpack": "^5.54.0"
2727
},
2828
"devDependencies": {

0 commit comments

Comments
 (0)