Skip to content

Commit 2d3ad20

Browse files
angular-robotangular-robot[bot]
authored andcommitted
build: update angular
1 parent 5b4188f commit 2d3ad20

File tree

7 files changed

+80
-314
lines changed

7 files changed

+80
-314
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@a8ea953071698c8900e90552e333f21ce994bae5
19+
- uses: angular/dev-infra/github-actions/branch-manager@7c046751f747221f4c74371d1a981087e8c2b423
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@a8ea953071698c8900e90552e333f21ce994bae5
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@7c046751f747221f4c74371d1a981087e8c2b423
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@a8ea953071698c8900e90552e333f21ce994bae5
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@7c046751f747221f4c74371d1a981087e8c2b423
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@a8ea953071698c8900e90552e333f21ce994bae5
19+
- uses: angular/dev-infra/github-actions/feature-request@7c046751f747221f4c74371d1a981087e8c2b423
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@a8ea953071698c8900e90552e333f21ce994bae5
16+
- uses: angular/dev-infra/github-actions/lock-closed@7c046751f747221f4c74371d1a981087e8c2b423
1717
with:
1818
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
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#f7296791baceb1a519585e73a900d479f42cb73f",
68+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#5728a6321ffeef89914116918f5219c80e657ca8",
6969
"@angular/cdk": "15.2.0",
7070
"@angular/common": "16.0.0-next.0",
7171
"@angular/compiler": "16.0.0-next.0",
@@ -74,7 +74,7 @@
7474
"@angular/forms": "16.0.0-next.0",
7575
"@angular/localize": "16.0.0-next.0",
7676
"@angular/material": "15.2.0",
77-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#bda820aabd0eec5d5d7380cb1b4254247628676c",
77+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c97c44b4b15c54cc4625ab581f3ad982d0734f80",
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",

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#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"
5+
"@angular/animations": "github:angular/animations-builds#b466a51f65cae3a05a3cbd231b2fc2ebb9600c42",
6+
"@angular/cdk": "github:angular/cdk-builds#185493d30450a577f60aed38ee238849048dd297",
7+
"@angular/common": "github:angular/common-builds#69d7181dca1c5f43f82f37d2a7aed4076a3572a0",
8+
"@angular/compiler": "github:angular/compiler-builds#6fa1103cc8e44310f3da91f4dd33696c71db8322",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#f8dd36e8fba7d3738085a97d804ab95ef28ce38b",
10+
"@angular/core": "github:angular/core-builds#74bac59418533274012eb511f58073f2d50a87ae",
11+
"@angular/forms": "github:angular/forms-builds#d95605e280ca2664aaccee383b449af09311ad9d",
12+
"@angular/language-service": "github:angular/language-service-builds#49ebad5480e204a996f58e875892bc0bd5b6ec3a",
13+
"@angular/localize": "github:angular/localize-builds#7b19616b1fa2374d723037c8ac47632cbf1f45b5",
14+
"@angular/material": "github:angular/material-builds#52d02e7fa875fbbae8c2cb2217a1728c9fc0f756",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#0712e287d16a74362da56c8c0f8be2a9ab7847d9",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#453b4e26a2338b5c8b5d0efafb69a98110d2184c",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#8066de4dfe784b841eeeff60a92e38c5fdaf4796",
18+
"@angular/platform-server": "github:angular/platform-server-builds#54dced7aa670e305817c27e12042ccfecab6216f",
19+
"@angular/router": "github:angular/router-builds#a18401c0d756ef5dc265151120698b095cc03102",
20+
"@angular/service-worker": "github:angular/service-worker-builds#8d321e811f1845ca554d891b572b05d9d46fec5c"
2121
}
2222
}

0 commit comments

Comments
 (0)