Skip to content

Commit 31c81e9

Browse files
committed
feat(@angular/build): drop support for TypeScript older than 5.8
Narrow down the versions of TypeScript to support. BREAKING CHANGE: TypeScript versions less than 5.8 are no longer supported.
1 parent b100c71 commit 31c81e9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.aspect/rules/external_repository_action_cache/npm_translate_lock_MzA5NzUwNzMx

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
.npmrc=-1406867100
55
modules/testing/builder/package.json=973445093
66
package.json=-558045917
7-
packages/angular/build/package.json=1118430625
7+
packages/angular/build/package.json=752867172
88
packages/angular/cli/package.json=-1917515334
99
packages/angular/pwa/package.json=1108903917
1010
packages/angular/ssr/package.json=836365150
1111
packages/angular_devkit/architect/package.json=-363443363
1212
packages/angular_devkit/architect_cli/package.json=1551210941
13-
packages/angular_devkit/build_angular/package.json=1524118840
13+
packages/angular_devkit/build_angular/package.json=1775760469
1414
packages/angular_devkit/build_webpack/package.json=-511874814
1515
packages/angular_devkit/core/package.json=-411613325
1616
packages/angular_devkit/schematics/package.json=-1133510866
1717
packages/angular_devkit/schematics_cli/package.json=-2026655035
18-
packages/ngtools/webpack/package.json=1644932095
18+
packages/ngtools/webpack/package.json=71458652
1919
packages/schematics/angular/package.json=251715148
2020
pnpm-lock.yaml=1269083157
2121
pnpm-workspace.yaml=-1264044456

packages/angular/build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"ng-packagr": "0.0.0-NG-PACKAGR-PEER-DEP",
6565
"postcss": "^8.4.0",
6666
"tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
67-
"typescript": ">=5.5 <5.9"
67+
"typescript": ">=5.8 <5.9"
6868
},
6969
"peerDependenciesMeta": {
7070
"@angular/localize": {

packages/angular_devkit/build_angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"ng-packagr": "0.0.0-NG-PACKAGR-PEER-DEP",
8484
"protractor": "^7.0.0",
8585
"tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
86-
"typescript": ">=5.5 <5.9"
86+
"typescript": ">=5.8 <5.9"
8787
},
8888
"peerDependenciesMeta": {
8989
"@angular/localize": {

packages/ngtools/webpack/package.json

+1-1
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.5 <5.9",
25+
"typescript": ">=5.8 <5.9",
2626
"webpack": "^5.54.0"
2727
},
2828
"devDependencies": {

tests/legacy-cli/e2e/assets/ssr-project-webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"karma-coverage": "~2.2.0",
4444
"karma-jasmine": "~5.1.0",
4545
"karma-jasmine-html-reporter": "~2.1.0",
46-
"typescript": "~5.5.2"
46+
"typescript": "~5.8.2"
4747
}
4848
}

0 commit comments

Comments
 (0)