Skip to content

Commit 3959fb9

Browse files
authored
build: update to Angular 15.2 (#26629)
Bumps up the Angular dependencies to 15.2.0-rc.0.
1 parent 4221ea5 commit 3959fb9

File tree

14 files changed

+9064
-7631
lines changed

14 files changed

+9064
-7631
lines changed

integration/harness-e2e-cli/yarn.lock

Lines changed: 1305 additions & 966 deletions
Large diffs are not rendered by default.

integration/mdc-migration/golden/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^15.0.0-next.4",
14-
"@angular/cdk": "^15.0.0-next.3",
15-
"@angular/common": "^15.0.0-next.4",
16-
"@angular/compiler": "^15.0.0-next.4",
17-
"@angular/core": "^15.0.0-next.4",
18-
"@angular/forms": "^15.0.0-next.4",
19-
"@angular/material": "^15.0.0-next.3",
20-
"@angular/platform-browser": "^15.0.0-next.4",
21-
"@angular/platform-browser-dynamic": "^15.0.0-next.4",
22-
"@angular/router": "^15.0.0-next.4",
13+
"@angular/animations": "^15.2.0-rc.0",
14+
"@angular/cdk": "^15.1.0",
15+
"@angular/common": "^15.2.0-rc.0",
16+
"@angular/compiler": "^15.2.0-rc.0",
17+
"@angular/core": "^15.2.0-rc.0",
18+
"@angular/forms": "^15.2.0-rc.0",
19+
"@angular/material": "^15.1.0",
20+
"@angular/platform-browser": "^15.2.0-rc.0",
21+
"@angular/platform-browser-dynamic": "^15.2.0-rc.0",
22+
"@angular/router": "^15.2.0-rc.0",
2323
"rxjs": "^6.5.3",
2424
"tslib": "^2.3.0",
2525
"zone.js": "~0.11.4"
2626
},
2727
"devDependencies": {
28-
"@angular-devkit/build-angular": "^15.0.0-next.3",
29-
"@angular/cli": "^15.0.0-next.3",
30-
"@angular/compiler-cli": "^15.0.0-next.4",
28+
"@angular-devkit/build-angular": "^15.1.0",
29+
"@angular/cli": "^15.2.0-rc.0",
30+
"@angular/compiler-cli": "^15.2.0-rc.0",
3131
"@types/jasmine": "~3.9.0",
3232
"@types/node": "^12.11.1",
3333
"glob": "^7.2.0",

integration/mdc-migration/golden/yarn.lock

Lines changed: 1675 additions & 1381 deletions
Large diffs are not rendered by default.

integration/mdc-migration/sample-project/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@
1010
},
1111
"private": true,
1212
"dependencies": {
13-
"@angular/animations": "^15.0.0-next.4",
14-
"@angular/cdk": "^15.0.0-next.3",
15-
"@angular/common": "^15.0.0-next.4",
16-
"@angular/compiler": "^15.0.0-next.4",
17-
"@angular/core": "^15.0.0-next.4",
18-
"@angular/forms": "^15.0.0-next.4",
19-
"@angular/material": "^15.0.0-next.3",
20-
"@angular/platform-browser": "^15.0.0-next.4",
21-
"@angular/platform-browser-dynamic": "^15.0.0-next.4",
22-
"@angular/router": "^15.0.0-next.4",
13+
"@angular/animations": "^15.2.0-rc.0",
14+
"@angular/cdk": "^15.1.0",
15+
"@angular/common": "^15.2.0-rc.0",
16+
"@angular/compiler": "^15.2.0-rc.0",
17+
"@angular/core": "^15.2.0-rc.0",
18+
"@angular/forms": "^15.2.0-rc.0",
19+
"@angular/material": "^15.1.0",
20+
"@angular/platform-browser": "^15.2.0-rc.0",
21+
"@angular/platform-browser-dynamic": "^15.2.0-rc.0",
22+
"@angular/router": "^15.2.0-rc.0",
2323
"rxjs": "^6.5.3",
2424
"tslib": "^2.3.0",
2525
"zone.js": "~0.11.4"
2626
},
2727
"devDependencies": {
28-
"@angular-devkit/build-angular": "^15.0.0-next.3",
29-
"@angular/cli": "^15.0.0-next.3",
30-
"@angular/compiler-cli": "^15.0.0-next.4",
28+
"@angular-devkit/build-angular": "^15.1.0",
29+
"@angular/cli": "^15.2.0-rc.0",
30+
"@angular/compiler-cli": "^15.2.0-rc.0",
3131
"@types/jasmine": "~3.9.0",
3232
"@types/node": "^12.11.1",
3333
"glob": "^7.2.0",

0 commit comments

Comments
 (0)