Skip to content

Commit

Permalink
build: update to TypeScript 5.3 (#28227)
Browse files Browse the repository at this point in the history
Updates the project to the next Angular release and TypeScript 5.3.
  • Loading branch information
crisbeto authored Dec 4, 2023
1 parent c28ef8f commit 47b3be5
Show file tree
Hide file tree
Showing 15 changed files with 6,238 additions and 7,012 deletions.
874 changes: 0 additions & 874 deletions integration/yarn-pnp-compat/.yarn/releases/yarn-3.6.3.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions integration/yarn-pnp-compat/.yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion integration/yarn-pnp-compat/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: pnp

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-4.0.2.cjs
30 changes: 15 additions & 15 deletions integration/yarn-pnp-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.0-next.6",
"@angular/animations": "^17.1.0-next.1",
"@angular/cdk": "file:../../dist/releases/cdk",
"@angular/common": "^17.0.0-next.6",
"@angular/compiler": "^17.0.0-next.6",
"@angular/core": "^17.0.0-next.6",
"@angular/forms": "^17.0.0-next.6",
"@angular/common": "^17.1.0-next.1",
"@angular/compiler": "^17.1.0-next.1",
"@angular/core": "^17.1.0-next.1",
"@angular/forms": "^17.1.0-next.1",
"@angular/material": "file:../../dist/releases/material",
"@angular/material-experimental": "^15.1.0",
"@angular/platform-browser": "^17.0.0-next.6",
"@angular/platform-browser-dynamic": "^17.0.0-next.6",
"@angular/router": "^17.0.0-next.6",
"@angular/material-experimental": "file:../../dist/releases/material-experimental",
"@angular/platform-browser": "^17.1.0-next.1",
"@angular/platform-browser-dynamic": "^17.1.0-next.1",
"@angular/router": "^17.1.0-next.1",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.0-next.6",
"@angular/cli": "^17.0.0-next.6",
"@angular/compiler-cli": "^17.0.0-next.6",
"@angular-devkit/build-angular": "^17.1.0-next.0",
"@angular/cli": "^17.1.0-next.0",
"@angular/compiler-cli": "^17.1.0-next.1",
"@types/jasmine": "~3.10.0",
"@types/node": "^16.10.9",
"browserslist": "^4.21.7",
Expand All @@ -38,7 +38,7 @@
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~5.2.2"
"typescript": "~5.3.2"
},
"packageManager": "yarn@3.6.3"
"packageManager": "yarn@4.0.2"
}
Loading

0 comments on commit 47b3be5

Please sign in to comment.