Skip to content

Commit 3ac9837

Browse files
committed
build: update to latest Angular and fix test failures
Updates to the latest version of Angular and fixes some tests that were broken by the CLI switching to generating standalone apps by default.
1 parent cc3428e commit 3ac9837

File tree

16 files changed

+3121
-2213
lines changed

16 files changed

+3121
-2213
lines changed

integration/yarn-pnp-compat/.yarn/releases/yarn-3.5.1.cjs renamed to integration/yarn-pnp-compat/.yarn/releases/yarn-3.6.3.cjs

Lines changed: 241 additions & 240 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: pnp
22

3-
yarnPath: .yarn/releases/yarn-3.5.1.cjs
3+
yarnPath: .yarn/releases/yarn-3.6.3.cjs

integration/yarn-pnp-compat/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^16.0.0",
13+
"@angular/animations": "^17.0.0-next.6",
1414
"@angular/cdk": "file:../../dist/releases/cdk",
15-
"@angular/common": "^16.0.0",
16-
"@angular/compiler": "^16.0.0",
17-
"@angular/core": "^16.0.0",
18-
"@angular/forms": "^16.0.0",
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",
1919
"@angular/material": "file:../../dist/releases/material",
2020
"@angular/material-experimental": "^15.1.0",
21-
"@angular/platform-browser": "^16.0.0",
22-
"@angular/platform-browser-dynamic": "^16.0.0",
23-
"@angular/router": "^16.0.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",
2424
"rxjs": "~7.5.0",
2525
"tslib": "^2.3.0",
2626
"zone.js": "~0.13.0"
2727
},
2828
"devDependencies": {
29-
"@angular-devkit/build-angular": "^16.0.0",
30-
"@angular/cli": "^16.0.0",
31-
"@angular/compiler-cli": "^16.0.0",
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",
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.0.2"
41+
"typescript": "~5.2.2"
4242
},
43-
"packageManager": "yarn@3.5.1"
43+
"packageManager": "yarn@3.6.3"
4444
}

0 commit comments

Comments
 (0)