Skip to content

Commit 0104252

Browse files
angular-robotdgp1130
authored andcommitted
build: update angular
1 parent 7a06323 commit 0104252

File tree

7 files changed

+31
-31
lines changed

7 files changed

+31
-31
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@3bc93449e11b733260d0294305bf57240d7e0a81
19+
- uses: angular/dev-infra/github-actions/branch-manager@c3339f5751f9a4fbd7d372b77e08fabc02491a80
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@3bc93449e11b733260d0294305bf57240d7e0a81
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c3339f5751f9a4fbd7d372b77e08fabc02491a80
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@3bc93449e11b733260d0294305bf57240d7e0a81
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@c3339f5751f9a4fbd7d372b77e08fabc02491a80
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@3bc93449e11b733260d0294305bf57240d7e0a81
19+
- uses: angular/dev-infra/github-actions/feature-request@c3339f5751f9a4fbd7d372b77e08fabc02491a80
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@3bc93449e11b733260d0294305bf57240d7e0a81
16+
- uses: angular/dev-infra/github-actions/lock-closed@c3339f5751f9a4fbd7d372b77e08fabc02491a80
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
@@ -66,7 +66,7 @@
6666
"devDependencies": {
6767
"@ampproject/remapping": "2.2.0",
6868
"@angular/animations": "15.0.2",
69-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#700b1eb865783a6dc733206bd9b3eadf1a43042f",
69+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d94cd02db1a276929ff63739d0b5f80a45a14abf",
7070
"@angular/cdk": "15.0.1",
7171
"@angular/common": "15.0.2",
7272
"@angular/compiler": "15.0.2",
@@ -75,7 +75,7 @@
7575
"@angular/forms": "15.0.2",
7676
"@angular/localize": "15.0.2",
7777
"@angular/material": "15.0.1",
78-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0fd48ee6dfc7fd00f4267794ca2a8bb08fe1e39a",
78+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a2a71f76ee8a4cb4795f8a027d946f620e623b81",
7979
"@angular/platform-browser": "15.0.2",
8080
"@angular/platform-browser-dynamic": "15.0.2",
8181
"@angular/platform-server": "15.0.2",

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#e01484950dd3dee0accfccc10f7212f0d7197c62",
6-
"@angular/cdk": "github:angular/cdk-builds#e9e267d305af6827684f806e1f0e8f34cd864483",
7-
"@angular/common": "github:angular/common-builds#066d2f3b1358d769bea33e557d398536c88e8b76",
8-
"@angular/compiler": "github:angular/compiler-builds#7ab7ff78044d046ecff841e8856a1d9d26553515",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#e751581a41e41c0d21adaafa4238fb4827c40055",
10-
"@angular/core": "github:angular/core-builds#a8a0d4ce8bd57c184bf08a246e44be6d108d7e63",
11-
"@angular/forms": "github:angular/forms-builds#ad5bcaf7d7167c3395ec2902034ff5daf291a264",
12-
"@angular/language-service": "github:angular/language-service-builds#7f8f844db5ad1f5d1b8180c00ade326aae09a936",
13-
"@angular/localize": "github:angular/localize-builds#60e625c1aeafcf2798402d85eb6fd5728b2179f0",
14-
"@angular/material": "github:angular/material-builds#062631f919a0521b75dd68b11d19758e61aae804",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#8ca961405ca29f1d9241d91d6fe128b2ac8791fc",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#825881d56ee7a3c53ef1e3cf5a1d65bf9bc1c75b",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#fd7b2b10ad3a5ae5df3d9202c8cb83b1f384b493",
18-
"@angular/platform-server": "github:angular/platform-server-builds#20eabc28355d8238fd56a7419f233d3f2f0b2ee7",
19-
"@angular/router": "github:angular/router-builds#01ec378223d178c2958159d6079aa0123ba2194b",
20-
"@angular/service-worker": "github:angular/service-worker-builds#25b361941764fcc04ea275c1c815e9b3bfc67825"
5+
"@angular/animations": "github:angular/animations-builds#0512a68ee135cd8cdf314a28f3b66188eecbb021",
6+
"@angular/cdk": "github:angular/cdk-builds#9ddbd18b03bcfd19f78044dec3bfcae2025a994c",
7+
"@angular/common": "github:angular/common-builds#c71291d64769cc8c5bf385ae00f4a7c74b14c173",
8+
"@angular/compiler": "github:angular/compiler-builds#1b4a89ca4ebb45cbe1fba9469785e4b989bbac0b",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#5692fa29ba3fb6082f3dab617376b17a21d9d310",
10+
"@angular/core": "github:angular/core-builds#e9ccf0ed898f7bee79ebfa8b4d24dea6c42f3209",
11+
"@angular/forms": "github:angular/forms-builds#d14d54400c1d6a9cba1817b6c09b33a8b98c5852",
12+
"@angular/language-service": "github:angular/language-service-builds#a8913fd05b6674edc382f5cf6ce12494c3e5b74f",
13+
"@angular/localize": "github:angular/localize-builds#4fdccb7576f1f460dafb9ed9f72709dd528fca2f",
14+
"@angular/material": "github:angular/material-builds#b6691fd604d01c90ae216dc50c2610a75a70b5ee",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#2bcdbfee664afcda596e28ce6be3c89591b7b379",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#a6577ee3ff6f453ef6ca1a4e20ad545961d328ba",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#1ce2ab97392de4999f06cd9f001d417ed465687d",
18+
"@angular/platform-server": "github:angular/platform-server-builds#72cb996774f59af2e55f1be8ee948c5731ec3a7a",
19+
"@angular/router": "github:angular/router-builds#ae8bea9968c387a4ff27537238e43a79a99aa3e9",
20+
"@angular/service-worker": "github:angular/service-worker-builds#00afb9cf26a9f22b6ae1955062f09da3a3bfc3ee"
2121
}
2222
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@
119119
"@angular/core" "^13.0.0 || ^14.0.0-0"
120120
reflect-metadata "^0.1.13"
121121

122-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#700b1eb865783a6dc733206bd9b3eadf1a43042f":
123-
version "0.0.0-3bc93449e11b733260d0294305bf57240d7e0a81"
124-
uid "700b1eb865783a6dc733206bd9b3eadf1a43042f"
125-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#700b1eb865783a6dc733206bd9b3eadf1a43042f"
122+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#d94cd02db1a276929ff63739d0b5f80a45a14abf":
123+
version "0.0.0-dd53634ba2a792fce0649c90b30752b7dff6f68a"
124+
uid d94cd02db1a276929ff63739d0b5f80a45a14abf
125+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d94cd02db1a276929ff63739d0b5f80a45a14abf"
126126
dependencies:
127127
"@angular-devkit/build-angular" "15.1.0-next.0"
128128
"@angular/benchpress" "0.3.0"
@@ -281,10 +281,10 @@
281281
"@material/typography" "15.0.0-canary.7971d6ad5.0"
282282
tslib "^2.3.0"
283283

284-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#0fd48ee6dfc7fd00f4267794ca2a8bb08fe1e39a":
285-
version "0.0.0-3bc93449e11b733260d0294305bf57240d7e0a81"
286-
uid "0fd48ee6dfc7fd00f4267794ca2a8bb08fe1e39a"
287-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0fd48ee6dfc7fd00f4267794ca2a8bb08fe1e39a"
284+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#a2a71f76ee8a4cb4795f8a027d946f620e623b81":
285+
version "0.0.0-dd53634ba2a792fce0649c90b30752b7dff6f68a"
286+
uid a2a71f76ee8a4cb4795f8a027d946f620e623b81
287+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a2a71f76ee8a4cb4795f8a027d946f620e623b81"
288288
dependencies:
289289
"@yarnpkg/lockfile" "^1.1.0"
290290
typescript "~4.8.0"

0 commit comments

Comments
 (0)