Skip to content

Commit

Permalink
build: update to latest Angular and fix test failures
Browse files Browse the repository at this point in the history
Updates to the latest version of Angular and fixes some tests that were broken by the CLI switching to generating standalone apps by default.
  • Loading branch information
crisbeto committed Sep 29, 2023
1 parent cc3428e commit 3ac9837
Show file tree
Hide file tree
Showing 16 changed files with 3,121 additions and 2,213 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integration/yarn-pnp-compat/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: pnp

yarnPath: .yarn/releases/yarn-3.5.1.cjs
yarnPath: .yarn/releases/yarn-3.6.3.cjs
26 changes: 13 additions & 13 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": "^16.0.0",
"@angular/animations": "^17.0.0-next.6",
"@angular/cdk": "file:../../dist/releases/cdk",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@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/material": "file:../../dist/releases/material",
"@angular/material-experimental": "^15.1.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.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",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0",
"@angular/cli": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular-devkit/build-angular": "^17.0.0-next.6",
"@angular/cli": "^17.0.0-next.6",
"@angular/compiler-cli": "^17.0.0-next.6",
"@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.0.2"
"typescript": "~5.2.2"
},
"packageManager": "yarn@3.5.1"
"packageManager": "yarn@3.6.3"
}
Loading

0 comments on commit 3ac9837

Please sign in to comment.