Skip to content

Commit d4dfeaf

Browse files
angular-robotalan-agius4
authored andcommitted
build: update angular
1 parent 54794c9 commit d4dfeaf

File tree

7 files changed

+48
-48
lines changed

7 files changed

+48
-48
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@fb30926790c6225d553b91a4818cab2fdde4fb4e
19+
- uses: angular/dev-infra/github-actions/branch-manager@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Initialize environment
41-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fb30926790c6225d553b91a4818cab2fdde4fb4e
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
4242
- name: Setup ESLint Caching
4343
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
4444
with:
@@ -71,11 +71,11 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: Initialize environment
74-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fb30926790c6225d553b91a4818cab2fdde4fb4e
74+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
7575
- name: Setup Bazel
76-
uses: angular/dev-infra/github-actions/bazel/setup@fb30926790c6225d553b91a4818cab2fdde4fb4e
76+
uses: angular/dev-infra/github-actions/bazel/setup@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
7777
- name: Setup Bazel RBE
78-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fb30926790c6225d553b91a4818cab2fdde4fb4e
78+
uses: angular/dev-infra/github-actions/bazel/configure-remote@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
7979
- name: Install node modules
8080
run: yarn install --frozen-lockfile
8181
- name: Build release targets
@@ -92,13 +92,13 @@ jobs:
9292
runs-on: ubuntu-latest
9393
steps:
9494
- name: Initialize environment
95-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fb30926790c6225d553b91a4818cab2fdde4fb4e
95+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
9696
with:
9797
fetch-depth: 1
9898
- name: Setup Bazel
99-
uses: angular/dev-infra/github-actions/bazel/setup@fb30926790c6225d553b91a4818cab2fdde4fb4e
99+
uses: angular/dev-infra/github-actions/bazel/setup@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
100100
- name: Setup Bazel RBE
101-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fb30926790c6225d553b91a4818cab2fdde4fb4e
101+
uses: angular/dev-infra/github-actions/bazel/configure-remote@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
102102
- name: Install node modules
103103
run: yarn install --frozen-lockfile
104104
- name: Run tests
@@ -123,15 +123,15 @@ jobs:
123123
runs-on: ${{ matrix.os }}
124124
steps:
125125
- name: Initialize environment
126-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fb30926790c6225d553b91a4818cab2fdde4fb4e
126+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
127127
with:
128128
fetch-depth: 1
129129
- name: Install node modules
130130
run: yarn install --frozen-lockfile
131131
- name: Setup Bazel
132-
uses: angular/dev-infra/github-actions/bazel/setup@fb30926790c6225d553b91a4818cab2fdde4fb4e
132+
uses: angular/dev-infra/github-actions/bazel/setup@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
133133
- name: Setup Bazel RBE
134-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fb30926790c6225d553b91a4818cab2fdde4fb4e
134+
uses: angular/dev-infra/github-actions/bazel/configure-remote@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
135135
- name: Run CLI E2E tests
136136
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
137137

@@ -148,14 +148,14 @@ jobs:
148148
runs-on: ${{ matrix.os }}
149149
steps:
150150
- name: Initialize environment
151-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fb30926790c6225d553b91a4818cab2fdde4fb4e
151+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
152152
with:
153153
fetch-depth: 1
154154
- name: Install node modules
155155
run: yarn install --frozen-lockfile
156156
- name: Setup Bazel
157-
uses: angular/dev-infra/github-actions/bazel/setup@fb30926790c6225d553b91a4818cab2fdde4fb4e
157+
uses: angular/dev-infra/github-actions/bazel/setup@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
158158
- name: Setup Bazel RBE
159-
uses: angular/dev-infra/github-actions/bazel/configure-remote@fb30926790c6225d553b91a4818cab2fdde4fb4e
159+
uses: angular/dev-infra/github-actions/bazel/configure-remote@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
160160
- name: Run CLI E2E tests
161161
run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }}

.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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@fb30926790c6225d553b91a4818cab2fdde4fb4e
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
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@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@fb30926790c6225d553b91a4818cab2fdde4fb4e
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
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@fb30926790c6225d553b91a4818cab2fdde4fb4e
19+
- uses: angular/dev-infra/github-actions/feature-request@1d8a9ffebcea892d8be3675a3ef88e9b9252f059
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"devDependencies": {
6161
"@ampproject/remapping": "2.2.1",
6262
"@angular/animations": "17.0.0-next.7",
63-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#d2ddd5d4ebb6e7d3a9cfff8827468c8fb3fdc936",
64-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#28072768cb6624221b17766a7f571b6d9e5d55e6",
63+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#a9f0d84d653accdd1b7c779aec16bc70736564ac",
64+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#2f47af8845e27f8e0d82abbc005fa3c3116e43e8",
6565
"@angular/cdk": "17.0.0-next.6",
6666
"@angular/common": "17.0.0-next.7",
6767
"@angular/compiler": "17.0.0-next.7",
@@ -70,7 +70,7 @@
7070
"@angular/forms": "17.0.0-next.7",
7171
"@angular/localize": "17.0.0-next.7",
7272
"@angular/material": "17.0.0-next.6",
73-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#16b9f550b766b52f51dc5580cbac13378a1ab5f4",
73+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#cf16cf7e64bd54706f8a2a1cb4b7bc93719e15fd",
7474
"@angular/platform-browser": "17.0.0-next.7",
7575
"@angular/platform-browser-dynamic": "17.0.0-next.7",
7676
"@angular/platform-server": "17.0.0-next.7",

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#e4617bba1e0676fed5fcd1e1f372dab3b356e22c",
6-
"@angular/cdk": "github:angular/cdk-builds#ac96863b3a506242561242a0b842fd1fe517626b",
7-
"@angular/common": "github:angular/common-builds#30191ced98947ef53ca6d2ec056af19f7fe4d925",
8-
"@angular/compiler": "github:angular/compiler-builds#b1ac35ac3fd72bb47a7b20c0e7e66984467ee463",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#55cf54bac55e73500d639c2e42a759df68243014",
10-
"@angular/core": "github:angular/core-builds#02f5491685407da6b00690d3be01d09fcf38bec0",
11-
"@angular/forms": "github:angular/forms-builds#a920f15201e6ea32cb70d296c98706e26a8d5bdc",
12-
"@angular/language-service": "github:angular/language-service-builds#c45dcd4562a82060da2ad96ebff1abaaebdafb58",
13-
"@angular/localize": "github:angular/localize-builds#0cca11157f2bb41fc06510ebba09bb90124e6366",
14-
"@angular/material": "github:angular/material-builds#464eb3d4397135e8c202da3b81341de618da5a14",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#f7a069af146868b6f10479841608c0247a7af286",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#d1122a381069e2eaf3ef07bb1d19d03194c3d855",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#ff4b63e5366e63007b67e39d661d4146fbb2a53e",
18-
"@angular/platform-server": "github:angular/platform-server-builds#62f334c548fb0aabec321c120a7e997c24c06c3f",
19-
"@angular/router": "github:angular/router-builds#7af4eac8af4a2d1143a22252a7d96536c10e44af",
20-
"@angular/service-worker": "github:angular/service-worker-builds#a999de077434a06825a7de1126e1837e090c5dcc"
5+
"@angular/animations": "github:angular/animations-builds#aba5036e4b08b92096aff8c4a624b67acecc7f57",
6+
"@angular/cdk": "github:angular/cdk-builds#131de3b4ceacb9e4204d1327bc5ddcfd26a184d3",
7+
"@angular/common": "github:angular/common-builds#46ec26b91d280085d805c1996c5ccc8a3266b0a8",
8+
"@angular/compiler": "github:angular/compiler-builds#4c9d546c00e01cc30f510df63ffc514d71e75032",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#99fcb515faf8422b67b5eb36ceadc9f63c8d18d3",
10+
"@angular/core": "github:angular/core-builds#32c6d7a05b273ae0281ee2957a74e1cc9b6ae1e2",
11+
"@angular/forms": "github:angular/forms-builds#e33fa1b6ba133b61178148b9634d6e9627063658",
12+
"@angular/language-service": "github:angular/language-service-builds#1bb30477c1eda8ad5b963f690d89e03d2167266c",
13+
"@angular/localize": "github:angular/localize-builds#ebbd300d4bf397f8a620ab0f907d15b8eb212e24",
14+
"@angular/material": "github:angular/material-builds#10daa98d7c77d69289eb6af06ff4d11ad9f8bde2",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#6584654b276aa68d37bb355873ba79dcc1696860",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#552c3bf4892f848de7ba50e75516b22276e22650",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#ba7d933b566645b9be125780eddf02dc0be5fa9c",
18+
"@angular/platform-server": "github:angular/platform-server-builds#483374e63f7091b92d0ba0ddcaccb0caa8f1c8f1",
19+
"@angular/router": "github:angular/router-builds#92f71ddffba06320986cb9171fdb9c0aafa42886",
20+
"@angular/service-worker": "github:angular/service-worker-builds#c5d7329ef668c5d5c2654f7d91fd7d2f18398ecf"
2121
}
2222
}

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@
122122
dependencies:
123123
tslib "^2.3.0"
124124

125-
"@angular/bazel@https://github.com/angular/bazel-builds.git#d2ddd5d4ebb6e7d3a9cfff8827468c8fb3fdc936":
126-
version "17.0.0-next.7+sha-fe81ff8"
127-
uid d2ddd5d4ebb6e7d3a9cfff8827468c8fb3fdc936
128-
resolved "https://github.com/angular/bazel-builds.git#d2ddd5d4ebb6e7d3a9cfff8827468c8fb3fdc936"
125+
"@angular/bazel@https://github.com/angular/bazel-builds.git#a9f0d84d653accdd1b7c779aec16bc70736564ac":
126+
version "17.0.0-next.7+sha-00128e3"
127+
uid a9f0d84d653accdd1b7c779aec16bc70736564ac
128+
resolved "https://github.com/angular/bazel-builds.git#a9f0d84d653accdd1b7c779aec16bc70736564ac"
129129
dependencies:
130130
"@microsoft/api-extractor" "^7.24.2"
131131
magic-string "^0.30.0"
@@ -139,10 +139,10 @@
139139
"@angular/core" "^13.0.0 || ^14.0.0-0"
140140
reflect-metadata "^0.1.13"
141141

142-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#28072768cb6624221b17766a7f571b6d9e5d55e6":
143-
version "0.0.0-52c2fa858076a6397ee3d0efb97b22f3870dd2d6"
144-
uid "28072768cb6624221b17766a7f571b6d9e5d55e6"
145-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#28072768cb6624221b17766a7f571b6d9e5d55e6"
142+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#2f47af8845e27f8e0d82abbc005fa3c3116e43e8":
143+
version "0.0.0-1d8a9ffebcea892d8be3675a3ef88e9b9252f059"
144+
uid "2f47af8845e27f8e0d82abbc005fa3c3116e43e8"
145+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#2f47af8845e27f8e0d82abbc005fa3c3116e43e8"
146146
dependencies:
147147
"@angular-devkit/build-angular" "17.0.0-next.6"
148148
"@angular/benchpress" "0.3.0"
@@ -304,10 +304,10 @@
304304
"@material/typography" "15.0.0-canary.a246a4439.0"
305305
tslib "^2.3.0"
306306

307-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#16b9f550b766b52f51dc5580cbac13378a1ab5f4":
308-
version "0.0.0-52c2fa858076a6397ee3d0efb97b22f3870dd2d6"
309-
uid "16b9f550b766b52f51dc5580cbac13378a1ab5f4"
310-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#16b9f550b766b52f51dc5580cbac13378a1ab5f4"
307+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#cf16cf7e64bd54706f8a2a1cb4b7bc93719e15fd":
308+
version "0.0.0-1d8a9ffebcea892d8be3675a3ef88e9b9252f059"
309+
uid cf16cf7e64bd54706f8a2a1cb4b7bc93719e15fd
310+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#cf16cf7e64bd54706f8a2a1cb4b7bc93719e15fd"
311311
dependencies:
312312
"@yarnpkg/lockfile" "^1.1.0"
313313
typescript "~4.9.0"

0 commit comments

Comments
 (0)