Skip to content

Commit 711214f

Browse files
angular-robotangular-robot[bot]
authored andcommitted
build: update angular
1 parent 34b3982 commit 711214f

File tree

8 files changed

+263
-277
lines changed

8 files changed

+263
-277
lines changed

.github/workflows/assistant-to-the-branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@98bdad2a2ff3cd66c78048a3d2f48d50389c494a
19+
- uses: angular/dev-infra/github-actions/branch-manager@a8ea953071698c8900e90552e333f21ce994bae5
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@98bdad2a2ff3cd66c78048a3d2f48d50389c494a
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@a8ea953071698c8900e90552e333f21ce994bae5
1717
with:
1818
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1919
post_approval_changes:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@98bdad2a2ff3cd66c78048a3d2f48d50389c494a
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@a8ea953071698c8900e90552e333f21ce994bae5
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/feature-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
if: github.repository == 'angular/angular-cli'
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: angular/dev-infra/github-actions/feature-request@98bdad2a2ff3cd66c78048a3d2f48d50389c494a
19+
- uses: angular/dev-infra/github-actions/feature-request@a8ea953071698c8900e90552e333f21ce994bae5
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/lock-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
lock_closed:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: angular/dev-infra/github-actions/lock-closed@98bdad2a2ff3cd66c78048a3d2f48d50389c494a
16+
- uses: angular/dev-infra/github-actions/lock-closed@a8ea953071698c8900e90552e333f21ce994bae5
1717
with:
1818
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,16 @@
6565
"devDependencies": {
6666
"@ampproject/remapping": "2.2.0",
6767
"@angular/animations": "16.0.0-next.0",
68-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#26fc36d66eb747768721cdb9eff3385187456a32",
69-
"@angular/cdk": "15.1.4",
68+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#f7296791baceb1a519585e73a900d479f42cb73f",
69+
"@angular/cdk": "15.2.0",
7070
"@angular/common": "16.0.0-next.0",
7171
"@angular/compiler": "16.0.0-next.0",
7272
"@angular/compiler-cli": "16.0.0-next.0",
7373
"@angular/core": "16.0.0-next.0",
7474
"@angular/forms": "16.0.0-next.0",
7575
"@angular/localize": "16.0.0-next.0",
76-
"@angular/material": "15.1.4",
77-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#fa4d4694084d46886ca28fd09768a7df69b5b84d",
76+
"@angular/material": "15.2.0",
77+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#bda820aabd0eec5d5d7380cb1b4254247628676c",
7878
"@angular/platform-browser": "16.0.0-next.0",
7979
"@angular/platform-browser-dynamic": "16.0.0-next.0",
8080
"@angular/platform-server": "16.0.0-next.0",

packages/ngtools/webpack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
},
2929
"devDependencies": {
3030
"@angular-devkit/core": "0.0.0-PLACEHOLDER",
31-
"@angular/compiler": "15.1.5",
32-
"@angular/compiler-cli": "15.1.5",
31+
"@angular/compiler": "15.2.0",
32+
"@angular/compiler-cli": "15.2.0",
3333
"typescript": "4.9.5",
3434
"webpack": "5.75.0"
3535
}

tests/legacy-cli/e2e/ng-snapshot/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
"description": "snapshot versions of Angular for e2e testing",
33
"private": true,
44
"dependencies": {
5-
"@angular/animations": "github:angular/animations-builds#cc2fc4bea25b36cad3e82da49b2fc97f29e6d062",
6-
"@angular/cdk": "github:angular/cdk-builds#712246685ff3ad831ba6ae35eb575e00db04e3c6",
7-
"@angular/common": "github:angular/common-builds#b0e165050eced352ebee23b0d05c59aee234f16d",
8-
"@angular/compiler": "github:angular/compiler-builds#419a3b1462da1cbc5702672c8a9d684bb6a5da85",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#6ee8441802dd6dde6a249f3653e4af6405381f94",
10-
"@angular/core": "github:angular/core-builds#f5acad5c5a8975d6cb8f1185a9cb636f9345b090",
11-
"@angular/forms": "github:angular/forms-builds#1bfbba5b4a701d24d6f5c19843a1a24504daa4be",
12-
"@angular/language-service": "github:angular/language-service-builds#258ded4fd4915ddd828ac5805151f565c71f40cf",
13-
"@angular/localize": "github:angular/localize-builds#2b2ccec42dedf24e44dda90785a5245b9fd136c3",
14-
"@angular/material": "github:angular/material-builds#73b8f6f57598d29c0c6ee0040ce753e5da0bdfd8",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#126171cd1e4bef0e9f46e5a4a4ebe68b7e47cb07",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#ce030f71b3e472bed1830d9cc64af3f45f5098aa",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#397bedd0685dbc0519661d043ae216e3ff74740b",
18-
"@angular/platform-server": "github:angular/platform-server-builds#645f4d6785aad6a7feb8a9864ed05e9a21e059b8",
19-
"@angular/router": "github:angular/router-builds#9f5c7d88aa7afde7fa86095303f0af7489e28156",
20-
"@angular/service-worker": "github:angular/service-worker-builds#1c0971a37d6cdbbfae8a8a00593820857489242d"
5+
"@angular/animations": "github:angular/animations-builds#08483fa7347737cc4bb26a94ae94662530bca4d2",
6+
"@angular/cdk": "github:angular/cdk-builds#641d9457e8b845c75b5920e942cfaca75b27f51d",
7+
"@angular/common": "github:angular/common-builds#1015617a4d4286cbda4316b25845a1051352bd60",
8+
"@angular/compiler": "github:angular/compiler-builds#884598cd15f63fa2eaa696b355b6aa9dc00f3ba0",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#5af69a4609592a829ba6e28211a15921501c2ae5",
10+
"@angular/core": "github:angular/core-builds#584647ba6d8f14dd91e2c808a146b7b05dc73977",
11+
"@angular/forms": "github:angular/forms-builds#55f8c8d969c1bbae59fafcfa99f4b3af30a34ab5",
12+
"@angular/language-service": "github:angular/language-service-builds#a10cf9028f8e38c8c49c67e49b7df6594bf8bd32",
13+
"@angular/localize": "github:angular/localize-builds#42056724ef5f677cebf5a089e678cf523e5223f8",
14+
"@angular/material": "github:angular/material-builds#033cdc9a5abb30c528564e7858edb660cd4bc77d",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#4951927dcf693f6c17b2caea26356548a57ca638",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#1fb973e60b5d3f52273cc50b7dc84dba417fa26c",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#6942a1e5e5dc0cd407f985678c6f50e255ed149a",
18+
"@angular/platform-server": "github:angular/platform-server-builds#1fb2bac7a824a54a3ae5e0e99091112a3965b5cd",
19+
"@angular/router": "github:angular/router-builds#4b0b0928bc1e5f4e438e048604191daf56ea00eb",
20+
"@angular/service-worker": "github:angular/service-worker-builds#e63474d04f0ed4088d9aaa3f74ebe19ab3866b75"
2121
}
2222
}

0 commit comments

Comments
 (0)