Skip to content

Commit eb52981

Browse files
crisbetodgp1130
authored andcommitted
build: use TypeScript 5.5 for new projects and tests
Now that angular/angular#56358 is on track for 18.1, we can use TypeScript 5.5 for newly-created projects and in tests.
1 parent d56c8de commit eb52981

File tree

6 files changed

+26
-26
lines changed

6 files changed

+26
-26
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"magic-string": "0.30.10",
165165
"mini-css-extract-plugin": "2.9.0",
166166
"mrmime": "2.0.0",
167-
"ng-packagr": "18.0.0",
167+
"ng-packagr": "18.1.0-next.0",
168168
"npm": "^10.8.1",
169169
"npm-package-arg": "11.0.2",
170170
"open": "10.1.0",

packages/angular_devkit/schematics_cli/blank/project-files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "^<%= coreVersion %>",
1717
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
18-
"typescript": "~5.4.2"
18+
"typescript": "~5.5.2"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^18.18.0",

packages/angular_devkit/schematics_cli/schematic/files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@angular-devkit/core": "^<%= coreVersion %>",
1717
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
18-
"typescript": "~5.4.2"
18+
"typescript": "~5.5.2"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^18.18.0",

packages/schematics/angular/utility/latest-versions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"karma-jasmine": "~5.1.0",
1818
"karma": "~6.4.0",
1919
"less": "^4.2.0",
20-
"ng-packagr": "^18.0.0",
20+
"ng-packagr": "^18.1.0-next.0",
2121
"postcss": "^8.4.38",
2222
"protractor": "~7.0.0",
2323
"rxjs": "~7.8.0",
2424
"tslib": "^2.3.0",
2525
"ts-node": "~10.9.0",
26-
"typescript": "~5.4.2",
26+
"typescript": "~5.5.2",
2727
"zone.js": "~0.14.3"
2828
}
2929
}

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

+14-14
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,25 @@
1414
},
1515
"private": true,
1616
"dependencies": {
17-
"@angular/animations": "^18.0.0-next.0",
18-
"@angular/common": "^18.0.0-next.0",
19-
"@angular/compiler": "^18.0.0-next.0",
20-
"@angular/core": "^18.0.0-next.0",
21-
"@angular/forms": "^18.0.0-next.0",
22-
"@angular/platform-browser": "^18.0.0-next.0",
23-
"@angular/platform-browser-dynamic": "^18.0.0-next.0",
24-
"@angular/platform-server": "^18.0.0-next.0",
25-
"@angular/router": "^18.0.0-next.0",
26-
"@angular/ssr": "^18.0.0-next.0",
17+
"@angular/animations": "^18.1.0-next.3",
18+
"@angular/common": "^18.1.0-next.3",
19+
"@angular/compiler": "^18.1.0-next.3",
20+
"@angular/core": "^18.1.0-next.3",
21+
"@angular/forms": "^18.1.0-next.3",
22+
"@angular/platform-browser": "^18.1.0-next.3",
23+
"@angular/platform-browser-dynamic": "^18.1.0-next.3",
24+
"@angular/platform-server": "^18.1.0-next.3",
25+
"@angular/router": "^18.1.0-next.3",
26+
"@angular/ssr": "^18.1.0-next.3",
2727
"express": "^4.18.2",
2828
"rxjs": "~7.8.0",
2929
"tslib": "^2.3.0",
3030
"zone.js": "~0.14.3"
3131
},
3232
"devDependencies": {
33-
"@angular-devkit/build-angular": "^18.0.0-next.0",
34-
"@angular/cli": "^18.0.0-next.0",
35-
"@angular/compiler-cli": "^18.0.0-next.0",
33+
"@angular-devkit/build-angular": "^18.1.0-next.3",
34+
"@angular/cli": "^18.1.0-next.3",
35+
"@angular/compiler-cli": "^18.1.0-next.3",
3636
"@types/express": "^4.17.17",
3737
"@types/jasmine": "~4.3.0",
3838
"@types/mime": "^3.0.0",
@@ -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.4.2"
46+
"typescript": "~5.5.2"
4747
}
4848
}

yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ __metadata:
747747
magic-string: "npm:0.30.10"
748748
mini-css-extract-plugin: "npm:2.9.0"
749749
mrmime: "npm:2.0.0"
750-
ng-packagr: "npm:18.0.0"
750+
ng-packagr: "npm:18.1.0-next.0"
751751
npm: "npm:^10.8.1"
752752
npm-package-arg: "npm:11.0.2"
753753
open: "npm:10.1.0"
@@ -13454,9 +13454,9 @@ __metadata:
1345413454
languageName: node
1345513455
linkType: hard
1345613456

13457-
"ng-packagr@npm:18.0.0":
13458-
version: 18.0.0
13459-
resolution: "ng-packagr@npm:18.0.0"
13457+
"ng-packagr@npm:18.1.0-next.0":
13458+
version: 18.1.0-next.0
13459+
resolution: "ng-packagr@npm:18.1.0-next.0"
1346013460
dependencies:
1346113461
"@rollup/plugin-json": "npm:^6.1.0"
1346213462
"@rollup/plugin-node-resolve": "npm:^15.2.3"
@@ -13482,10 +13482,10 @@ __metadata:
1348213482
rxjs: "npm:^7.8.1"
1348313483
sass: "npm:^1.69.5"
1348413484
peerDependencies:
13485-
"@angular/compiler-cli": ^18.0.0-next.0 || ^18.1.0-next.0
13485+
"@angular/compiler-cli": ^18.0.0 || ^18.1.0-next.0
1348613486
tailwindcss: ^2.0.0 || ^3.0.0
1348713487
tslib: ^2.3.0
13488-
typescript: ">=5.4 <5.5"
13488+
typescript: ">=5.4 <5.6"
1348913489
dependenciesMeta:
1349013490
rollup:
1349113491
optional: true
@@ -13494,7 +13494,7 @@ __metadata:
1349413494
optional: true
1349513495
bin:
1349613496
ng-packagr: cli/main.js
13497-
checksum: 10c0/7e8cb80f7a41c6735146aa9ad82fa6917051ff913965cd12f0a4a12421900ad410a8b9cd32109285112405ddeac99ddef75a093abe1d24afa8be7677da521f82
13497+
checksum: 10c0/d9daa88ef78798119fcfae556ca4265528485216a1a30c271b5575c5ee2d98c9e9d694ea7e550a206fa15b17083fa1107e70cbcdc0a406fd902858cbddf291e5
1349813498
languageName: node
1349913499
linkType: hard
1350013500

0 commit comments

Comments
 (0)