Skip to content

Commit 5d72d95

Browse files
committed
build: update to TypeScript 5.3
Updates the project to the next Angular release and TypeScript 5.3.
1 parent c28ef8f commit 5d72d95

File tree

16 files changed

+6232
-7010
lines changed

16 files changed

+6232
-7010
lines changed

integration/yarn-pnp-compat/.yarn/releases/yarn-3.6.3.cjs

Lines changed: 0 additions & 874 deletions
This file was deleted.

integration/yarn-pnp-compat/.yarn/releases/yarn-4.0.2.cjs

Lines changed: 893 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
4+
15
nodeLinker: pnp
26

3-
yarnPath: .yarn/releases/yarn-3.6.3.cjs
7+
yarnPath: .yarn/releases/yarn-4.0.2.cjs

integration/yarn-pnp-compat/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^17.0.0-next.6",
13+
"@angular/animations": "^17.1.0-next.1",
1414
"@angular/cdk": "file:../../dist/releases/cdk",
15-
"@angular/common": "^17.0.0-next.6",
16-
"@angular/compiler": "^17.0.0-next.6",
17-
"@angular/core": "^17.0.0-next.6",
18-
"@angular/forms": "^17.0.0-next.6",
15+
"@angular/common": "^17.1.0-next.1",
16+
"@angular/compiler": "^17.1.0-next.1",
17+
"@angular/core": "^17.1.0-next.1",
18+
"@angular/forms": "^17.1.0-next.1",
1919
"@angular/material": "file:../../dist/releases/material",
20-
"@angular/material-experimental": "^15.1.0",
21-
"@angular/platform-browser": "^17.0.0-next.6",
22-
"@angular/platform-browser-dynamic": "^17.0.0-next.6",
23-
"@angular/router": "^17.0.0-next.6",
20+
"@angular/material-experimental": "file:../../dist/releases/material-experimental",
21+
"@angular/platform-browser": "^17.1.0-next.1",
22+
"@angular/platform-browser-dynamic": "^17.1.0-next.1",
23+
"@angular/router": "^17.1.0-next.1",
2424
"rxjs": "~7.5.0",
2525
"tslib": "^2.3.0",
26-
"zone.js": "~0.13.0"
26+
"zone.js": "~0.14.0"
2727
},
2828
"devDependencies": {
29-
"@angular-devkit/build-angular": "^17.0.0-next.6",
30-
"@angular/cli": "^17.0.0-next.6",
31-
"@angular/compiler-cli": "^17.0.0-next.6",
29+
"@angular-devkit/build-angular": "^17.1.0-next.0",
30+
"@angular/cli": "^17.1.0-next.0",
31+
"@angular/compiler-cli": "^17.1.0-next.1",
3232
"@types/jasmine": "~3.10.0",
3333
"@types/node": "^16.10.9",
3434
"browserslist": "^4.21.7",
@@ -38,7 +38,7 @@
3838
"karma-coverage": "~2.1.0",
3939
"karma-jasmine": "~4.0.0",
4040
"karma-jasmine-html-reporter": "~1.7.0",
41-
"typescript": "~5.2.2"
41+
"typescript": "~5.3.2"
4242
},
43-
"packageManager": "yarn@3.6.3"
43+
"packageManager": "yarn@4.0.2"
4444
}

0 commit comments

Comments
 (0)