Skip to content

Commit 080aa67

Browse files
angular-robotdgp1130
authored andcommitted
build: update angular
1 parent 1777169 commit 080aa67

File tree

7 files changed

+53
-50
lines changed

7 files changed

+53
-50
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
19+
- uses: angular/dev-infra/github-actions/branch-manager@2214a4943d30e2b555bf97070ccdf8358012416e
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/ci.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Initialize environment
45-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
45+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2214a4943d30e2b555bf97070ccdf8358012416e
4646
- name: Setup ESLint Caching
4747
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
4848
with:
@@ -75,11 +75,11 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Initialize environment
78-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
78+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2214a4943d30e2b555bf97070ccdf8358012416e
7979
- name: Setup Bazel
80-
uses: angular/dev-infra/github-actions/bazel/setup@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
80+
uses: angular/dev-infra/github-actions/bazel/setup@2214a4943d30e2b555bf97070ccdf8358012416e
8181
- name: Setup Bazel RBE
82-
uses: angular/dev-infra/github-actions/bazel/configure-remote@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
82+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2214a4943d30e2b555bf97070ccdf8358012416e
8383
- name: Install node modules
8484
run: yarn install --frozen-lockfile
8585
- name: Build release targets
@@ -96,11 +96,11 @@ jobs:
9696
runs-on: ubuntu-latest
9797
steps:
9898
- name: Initialize environment
99-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
99+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2214a4943d30e2b555bf97070ccdf8358012416e
100100
- name: Setup Bazel
101-
uses: angular/dev-infra/github-actions/bazel/setup@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
101+
uses: angular/dev-infra/github-actions/bazel/setup@2214a4943d30e2b555bf97070ccdf8358012416e
102102
- name: Setup Bazel RBE
103-
uses: angular/dev-infra/github-actions/bazel/configure-remote@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
103+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2214a4943d30e2b555bf97070ccdf8358012416e
104104
- name: Install node modules
105105
run: yarn install --frozen-lockfile
106106
- name: Run tests
@@ -128,13 +128,13 @@ jobs:
128128
runs-on: ${{ matrix.os }}
129129
steps:
130130
- name: Initialize environment
131-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
131+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2214a4943d30e2b555bf97070ccdf8358012416e
132132
- name: Install node modules
133133
run: yarn install --frozen-lockfile
134134
- name: Setup Bazel
135-
uses: angular/dev-infra/github-actions/bazel/setup@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
135+
uses: angular/dev-infra/github-actions/bazel/setup@2214a4943d30e2b555bf97070ccdf8358012416e
136136
- name: Setup Bazel RBE
137-
uses: angular/dev-infra/github-actions/bazel/configure-remote@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
137+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2214a4943d30e2b555bf97070ccdf8358012416e
138138
- name: Run CLI E2E tests
139139
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 }}
140140

@@ -151,13 +151,13 @@ jobs:
151151
runs-on: ${{ matrix.os }}
152152
steps:
153153
- name: Initialize environment
154-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
154+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2214a4943d30e2b555bf97070ccdf8358012416e
155155
- name: Install node modules
156156
run: yarn install --frozen-lockfile
157157
- name: Setup Bazel
158-
uses: angular/dev-infra/github-actions/bazel/setup@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
158+
uses: angular/dev-infra/github-actions/bazel/setup@2214a4943d30e2b555bf97070ccdf8358012416e
159159
- name: Setup Bazel RBE
160-
uses: angular/dev-infra/github-actions/bazel/configure-remote@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
160+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2214a4943d30e2b555bf97070ccdf8358012416e
161161
- name: Run CLI E2E tests
162162
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 }}
163163

@@ -169,13 +169,13 @@ jobs:
169169
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
170170
steps:
171171
- name: Initialize environment
172-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
172+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2214a4943d30e2b555bf97070ccdf8358012416e
173173
- name: Install node modules
174174
run: yarn install --frozen-lockfile
175175
- name: Setup Bazel
176-
uses: angular/dev-infra/github-actions/bazel/setup@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
176+
uses: angular/dev-infra/github-actions/bazel/setup@2214a4943d30e2b555bf97070ccdf8358012416e
177177
- name: Setup Bazel RBE
178-
uses: angular/dev-infra/github-actions/bazel/configure-remote@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
178+
uses: angular/dev-infra/github-actions/bazel/configure-remote@2214a4943d30e2b555bf97070ccdf8358012416e
179179
- name: Run E2E Browser tests
180180
env:
181181
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -203,11 +203,11 @@ jobs:
203203
CIRCLE_BRANCH: ${{ github.ref_name }}
204204
steps:
205205
- name: Initialize environment
206-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
206+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2214a4943d30e2b555bf97070ccdf8358012416e
207207
- name: Install node modules
208208
run: yarn install --frozen-lockfile
209209
- name: Setup Bazel
210-
uses: angular/dev-infra/github-actions/bazel/setup@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
210+
uses: angular/dev-infra/github-actions/bazel/setup@2214a4943d30e2b555bf97070ccdf8358012416e
211211
- run: yarn admin snapshots --verbose
212212
env:
213213
SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }}

.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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@2214a4943d30e2b555bf97070ccdf8358012416e
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@2214a4943d30e2b555bf97070ccdf8358012416e
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@169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9
19+
- uses: angular/dev-infra/github-actions/feature-request@2214a4943d30e2b555bf97070ccdf8358012416e
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
@@ -52,8 +52,8 @@
5252
"devDependencies": {
5353
"@ampproject/remapping": "2.3.0",
5454
"@angular/animations": "18.0.0-next.0",
55-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#29907b8e69dee270e2ec15eaa378c80d507af77b",
56-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b2884ef38d4259cca64c70d38a75f4de1e881531",
55+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#e952e5709106a60e3ee491902d72901335324509",
56+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#aad3a442cff18b0e0f36d06d105c680fe1b6b688",
5757
"@angular/cdk": "18.0.0-next.0",
5858
"@angular/common": "18.0.0-next.0",
5959
"@angular/compiler": "18.0.0-next.0",
@@ -62,7 +62,7 @@
6262
"@angular/forms": "18.0.0-next.0",
6363
"@angular/localize": "18.0.0-next.0",
6464
"@angular/material": "18.0.0-next.0",
65-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#56510c47d45c616826d46d0e259db8b0295334bd",
65+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#24824410e16183890cdba234f89f0db73600982b",
6666
"@angular/platform-browser": "18.0.0-next.0",
6767
"@angular/platform-browser-dynamic": "18.0.0-next.0",
6868
"@angular/platform-server": "18.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#1b70d8a729378986c0ab1661ce91091fa48d3645",
6-
"@angular/cdk": "github:angular/cdk-builds#40b0bfc75cf92f5a0fbaa3f8d7dbe5db7a12adc7",
7-
"@angular/common": "github:angular/common-builds#6995d45b17f3deb98b295e7b10bc42e1efa8043e",
8-
"@angular/compiler": "github:angular/compiler-builds#1a9b64ff60adcfdf4819174873eb31b6b53b77e7",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#a0c384d7bfd4954274abab97270379cf7d16aca4",
10-
"@angular/core": "github:angular/core-builds#36cde3315447c3e24cecc14a9c2ff277fabe10cb",
11-
"@angular/forms": "github:angular/forms-builds#9433700a72845c5624eb59fee20a41b28a4f34c1",
12-
"@angular/language-service": "github:angular/language-service-builds#37b48a8c2efd3537eb05e80fc7f60659e2bffa42",
13-
"@angular/localize": "github:angular/localize-builds#caaeaf9d59307fc912a70da6f3e216f830dd5530",
14-
"@angular/material": "github:angular/material-builds#35523365d6c09e8bcd5cfc26f1f9a04354bad1c1",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#8648b60a3dd0248df6513eda56e449442aadc5f4",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#1389a45151bbc6a3b02941d914ef8b26148ea628",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#7e18db8016d06f3dc39a4b55aa7eb2277144dc75",
18-
"@angular/platform-server": "github:angular/platform-server-builds#e12499947685b18411e84965f14db3cd2b48d340",
19-
"@angular/router": "github:angular/router-builds#093348eac5d7d3fe788543aa43ac2d43da87047c",
20-
"@angular/service-worker": "github:angular/service-worker-builds#9974f6076d6f0d8ccabdd7269bb6f4eb33d05f2a"
5+
"@angular/animations": "github:angular/animations-builds#3b63f92ba1914e607336fb2fd6b9824e62826b75",
6+
"@angular/cdk": "github:angular/cdk-builds#c069c4a4cf90f1c526f292d392dfed0779969a65",
7+
"@angular/common": "github:angular/common-builds#40b566b67eec73e95e609b49960fa228148c227f",
8+
"@angular/compiler": "github:angular/compiler-builds#424f049799a901a78d4672dc0fdb6184aae28ae2",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#8dc65a63c4a2d3d9e98b4e676ae4faa3f9eed4bd",
10+
"@angular/core": "github:angular/core-builds#3a2e68d4d02990da6a2f779c8fd011f0c11aeee2",
11+
"@angular/forms": "github:angular/forms-builds#d0415f5c7900d182e6be5b0665da03dc5afe1642",
12+
"@angular/language-service": "github:angular/language-service-builds#54bbf3b749b9437e77a28eb26e2a41221de8be66",
13+
"@angular/localize": "github:angular/localize-builds#3eb074db36531a78aaa60dd4a298d5e9334c2494",
14+
"@angular/material": "github:angular/material-builds#7e3c95439a723fff2ef8f7253afa4d73d0e0a73a",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#477eac3ac3ad0cd6b3681dbe8cde8d15f9aaa662",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#a2939ac6ae6db4d1b93b7bd988925f4e174934f7",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#ce884624be6fde53da4a9c6a5908e5ff70d51cc0",
18+
"@angular/platform-server": "github:angular/platform-server-builds#1bcc3bd5b89b163146070b9870a7a54efa602748",
19+
"@angular/router": "github:angular/router-builds#e1dc3c5b85a461f45772179c9c985375e2e74bc5",
20+
"@angular/service-worker": "github:angular/service-worker-builds#2b1a6453a396184a1bbb198762b9e6fda685331a"
2121
}
2222
}

yarn.lock

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,10 @@
129129
dependencies:
130130
tslib "^2.3.0"
131131

132-
"@angular/bazel@https://github.com/angular/bazel-builds.git#29907b8e69dee270e2ec15eaa378c80d507af77b":
133-
version "18.0.0-next.0"
134-
resolved "https://github.com/angular/bazel-builds.git#29907b8e69dee270e2ec15eaa378c80d507af77b"
132+
"@angular/bazel@https://github.com/angular/bazel-builds.git#e952e5709106a60e3ee491902d72901335324509":
133+
version "18.0.0-next.0+sha-da906fd"
134+
uid e952e5709106a60e3ee491902d72901335324509
135+
resolved "https://github.com/angular/bazel-builds.git#e952e5709106a60e3ee491902d72901335324509"
135136
dependencies:
136137
"@microsoft/api-extractor" "^7.24.2"
137138
magic-string "^0.30.0"
@@ -145,9 +146,10 @@
145146
"@angular/core" "^13.0.0 || ^14.0.0-0"
146147
reflect-metadata "^0.1.13"
147148

148-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#b2884ef38d4259cca64c70d38a75f4de1e881531":
149-
version "0.0.0-169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9"
150-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b2884ef38d4259cca64c70d38a75f4de1e881531"
149+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#aad3a442cff18b0e0f36d06d105c680fe1b6b688":
150+
version "0.0.0-2214a4943d30e2b555bf97070ccdf8358012416e"
151+
uid aad3a442cff18b0e0f36d06d105c680fe1b6b688
152+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#aad3a442cff18b0e0f36d06d105c680fe1b6b688"
151153
dependencies:
152154
"@angular-devkit/build-angular" "17.3.0-rc.0"
153155
"@angular/benchpress" "0.3.0"
@@ -312,9 +314,10 @@
312314
"@material/typography" "15.0.0-canary.7f224ddd4.0"
313315
tslib "^2.3.0"
314316

315-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#56510c47d45c616826d46d0e259db8b0295334bd":
316-
version "0.0.0-169e04c9aa7e1c5b1bb1b41dbfd38f05d84310b9"
317-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#56510c47d45c616826d46d0e259db8b0295334bd"
317+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#24824410e16183890cdba234f89f0db73600982b":
318+
version "0.0.0-2214a4943d30e2b555bf97070ccdf8358012416e"
319+
uid "24824410e16183890cdba234f89f0db73600982b"
320+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#24824410e16183890cdba234f89f0db73600982b"
318321
dependencies:
319322
"@yarnpkg/lockfile" "^1.1.0"
320323
typescript "~4.9.0"

0 commit comments

Comments
 (0)