Skip to content

Commit 187844e

Browse files
angular-robotdgp1130
authored andcommitted
build: update angular
1 parent 72cf799 commit 187844e

File tree

7 files changed

+53
-53
lines changed

7 files changed

+53
-53
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@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
19+
- uses: angular/dev-infra/github-actions/branch-manager@5818d103879b282445ef359c1900e8087ca9d57c
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
@@ -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@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
41+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5818d103879b282445ef359c1900e8087ca9d57c
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@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
74+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5818d103879b282445ef359c1900e8087ca9d57c
7575
- name: Setup Bazel
76-
uses: angular/dev-infra/github-actions/bazel/setup@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
76+
uses: angular/dev-infra/github-actions/bazel/setup@5818d103879b282445ef359c1900e8087ca9d57c
7777
- name: Setup Bazel RBE
78-
uses: angular/dev-infra/github-actions/bazel/configure-remote@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
78+
uses: angular/dev-infra/github-actions/bazel/configure-remote@5818d103879b282445ef359c1900e8087ca9d57c
7979
- name: Install node modules
8080
run: yarn install --frozen-lockfile
8181
- name: Build release targets
@@ -92,11 +92,11 @@ jobs:
9292
runs-on: ubuntu-latest
9393
steps:
9494
- name: Initialize environment
95-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
95+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5818d103879b282445ef359c1900e8087ca9d57c
9696
- name: Setup Bazel
97-
uses: angular/dev-infra/github-actions/bazel/setup@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
97+
uses: angular/dev-infra/github-actions/bazel/setup@5818d103879b282445ef359c1900e8087ca9d57c
9898
- name: Setup Bazel RBE
99-
uses: angular/dev-infra/github-actions/bazel/configure-remote@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
99+
uses: angular/dev-infra/github-actions/bazel/configure-remote@5818d103879b282445ef359c1900e8087ca9d57c
100100
- name: Install node modules
101101
run: yarn install --frozen-lockfile
102102
- name: Run tests
@@ -124,13 +124,13 @@ jobs:
124124
runs-on: ${{ matrix.os }}
125125
steps:
126126
- name: Initialize environment
127-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
127+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5818d103879b282445ef359c1900e8087ca9d57c
128128
- name: Install node modules
129129
run: yarn install --frozen-lockfile
130130
- name: Setup Bazel
131-
uses: angular/dev-infra/github-actions/bazel/setup@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
131+
uses: angular/dev-infra/github-actions/bazel/setup@5818d103879b282445ef359c1900e8087ca9d57c
132132
- name: Setup Bazel RBE
133-
uses: angular/dev-infra/github-actions/bazel/configure-remote@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
133+
uses: angular/dev-infra/github-actions/bazel/configure-remote@5818d103879b282445ef359c1900e8087ca9d57c
134134
- name: Run CLI E2E tests
135135
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 }}
136136

@@ -147,13 +147,13 @@ jobs:
147147
runs-on: ${{ matrix.os }}
148148
steps:
149149
- name: Initialize environment
150-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
150+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5818d103879b282445ef359c1900e8087ca9d57c
151151
- name: Install node modules
152152
run: yarn install --frozen-lockfile
153153
- name: Setup Bazel
154-
uses: angular/dev-infra/github-actions/bazel/setup@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
154+
uses: angular/dev-infra/github-actions/bazel/setup@5818d103879b282445ef359c1900e8087ca9d57c
155155
- name: Setup Bazel RBE
156-
uses: angular/dev-infra/github-actions/bazel/configure-remote@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
156+
uses: angular/dev-infra/github-actions/bazel/configure-remote@5818d103879b282445ef359c1900e8087ca9d57c
157157
- name: Run CLI E2E tests
158158
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 }}
159159

@@ -165,13 +165,13 @@ jobs:
165165
SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }}
166166
steps:
167167
- name: Initialize environment
168-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
168+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5818d103879b282445ef359c1900e8087ca9d57c
169169
- name: Install node modules
170170
run: yarn install --frozen-lockfile
171171
- name: Setup Bazel
172-
uses: angular/dev-infra/github-actions/bazel/setup@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
172+
uses: angular/dev-infra/github-actions/bazel/setup@5818d103879b282445ef359c1900e8087ca9d57c
173173
- name: Setup Bazel RBE
174-
uses: angular/dev-infra/github-actions/bazel/configure-remote@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
174+
uses: angular/dev-infra/github-actions/bazel/configure-remote@5818d103879b282445ef359c1900e8087ca9d57c
175175
- name: Run E2E Browser tests
176176
env:
177177
SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }}
@@ -199,11 +199,11 @@ jobs:
199199
CIRCLE_BRANCH: ${{ github.ref_name }}
200200
steps:
201201
- name: Initialize environment
202-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
202+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5818d103879b282445ef359c1900e8087ca9d57c
203203
- name: Install node modules
204204
run: yarn install --frozen-lockfile
205205
- name: Setup Bazel
206-
uses: angular/dev-infra/github-actions/bazel/setup@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
206+
uses: angular/dev-infra/github-actions/bazel/setup@5818d103879b282445ef359c1900e8087ca9d57c
207207
- run: yarn admin snapshots --verbose
208208
env:
209209
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@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@5818d103879b282445ef359c1900e8087ca9d57c
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@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@5818d103879b282445ef359c1900e8087ca9d57c
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@5613c1d64fcb093c6a07cf920c0cde88fcb46cd0
19+
- uses: angular/dev-infra/github-actions/feature-request@5818d103879b282445ef359c1900e8087ca9d57c
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.1.0-next.4",
63-
"@angular/bazel": "https://github.com/angular/bazel-builds.git#3a24e6b6acc49af6be45db5a9c8c029e4cb61482",
64-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#fdf4e91d2216da7e3287eaecf4eb79d685b3852f",
63+
"@angular/bazel": "https://github.com/angular/bazel-builds.git#77cd51ee820be84c7f09eb7df5d6de54c0e29550",
64+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4548b56bcda441002e99436bc86d6327d30a10f3",
6565
"@angular/cdk": "17.1.0-next.3",
6666
"@angular/common": "17.1.0-next.4",
6767
"@angular/compiler": "17.1.0-next.4",
@@ -70,7 +70,7 @@
7070
"@angular/forms": "17.1.0-next.4",
7171
"@angular/localize": "17.0.7",
7272
"@angular/material": "17.1.0-next.3",
73-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#dab89d288105d5e29cff5be8474f6e2662800171",
73+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7ba6dc2882a998f0711efe81f1325f8db9e8d085",
7474
"@angular/platform-browser": "17.1.0-next.4",
7575
"@angular/platform-browser-dynamic": "17.1.0-next.4",
7676
"@angular/platform-server": "17.1.0-next.4",

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#2ccc73597cab6f05da7813b7849fd956292a0338",
6-
"@angular/cdk": "github:angular/cdk-builds#c4cbc33bb25584471be4215252b3225f08f7c9b3",
7-
"@angular/common": "github:angular/common-builds#8a99871383587bd180b5e292766b7c9cc58048cc",
8-
"@angular/compiler": "github:angular/compiler-builds#f8ae8fc7812fc6601cb4102db19e078fb9effe07",
9-
"@angular/compiler-cli": "github:angular/compiler-cli-builds#bd64bcfecbf258f9e483ae555bade5c6edabe2c7",
10-
"@angular/core": "github:angular/core-builds#1bb136815299acc4765cb065356bc41cda4c1fa4",
11-
"@angular/forms": "github:angular/forms-builds#0f9c12ce32e34b210837dcc242fa4806a774a02a",
12-
"@angular/language-service": "github:angular/language-service-builds#210114f4b87bdcb9d14d16176ae2969264d524f7",
13-
"@angular/localize": "github:angular/localize-builds#92be6d28bc3b90f6b907d070a16fe64c71b692bc",
14-
"@angular/material": "github:angular/material-builds#c80d7c6e1e958610e946f29883735295ec52750c",
15-
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#301a91e31ac175f61484e01864418baee627987f",
16-
"@angular/platform-browser": "github:angular/platform-browser-builds#e4810b8dfdd79e377566f7175d4dd39a80336659",
17-
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#14ddc1249f3b88ca5d503c22a8d36a7fda2bc5b4",
18-
"@angular/platform-server": "github:angular/platform-server-builds#d6d20b4c659a0aa8d15053df82f1618d56bdb76a",
19-
"@angular/router": "github:angular/router-builds#5e8050ca6f06262b63251332019e56c01ff40eb8",
20-
"@angular/service-worker": "github:angular/service-worker-builds#2c5c6a60828352783a109aec94ec74ab555accbc"
5+
"@angular/animations": "github:angular/animations-builds#c67eeb4eeb10322d7d566e6e6d8db3a1ddf3d932",
6+
"@angular/cdk": "github:angular/cdk-builds#181bbad38d2b876794dc35307484f163fde10e1f",
7+
"@angular/common": "github:angular/common-builds#d1714bb8bfe2eb0f37db2c9e6279431d1a65d4a6",
8+
"@angular/compiler": "github:angular/compiler-builds#367b1fb225d6c28f4a33cfb69b10921ce40e765b",
9+
"@angular/compiler-cli": "github:angular/compiler-cli-builds#ac9c2bfbe414c00dcf32b5d9ecc3b36dc2576ed8",
10+
"@angular/core": "github:angular/core-builds#3a2b1ac5390f02bad548d136ca8b518c8541dff7",
11+
"@angular/forms": "github:angular/forms-builds#719801fc3805d7f4bdafe37c2729f519ce44ab24",
12+
"@angular/language-service": "github:angular/language-service-builds#79c60f1ae8e005c83f90239bb80bcf43413fafb2",
13+
"@angular/localize": "github:angular/localize-builds#3adb27e108dfbfe8d66c44567946c79dbe99d53d",
14+
"@angular/material": "github:angular/material-builds#f34718706219b400a1eca4b81067ad43363e965b",
15+
"@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#959c5f534a0c08ab335c82ab7598970b667ff7ad",
16+
"@angular/platform-browser": "github:angular/platform-browser-builds#65db284aed7d3dae67828dde51be3c371ef3872c",
17+
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#578d63ea180c0bc149dba6b3ed7f984852efe8c1",
18+
"@angular/platform-server": "github:angular/platform-server-builds#159ab7ed17512b6ec4760c9e32826f55cdf55fb4",
19+
"@angular/router": "github:angular/router-builds#0499378d9d22cc0c260e4bbd580c57d4d3841a8c",
20+
"@angular/service-worker": "github:angular/service-worker-builds#85f01afad73cf2ee044cbffe259c0660d468ae08"
2121
}
2222
}

yarn.lock

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

126-
"@angular/bazel@https://github.com/angular/bazel-builds.git#3a24e6b6acc49af6be45db5a9c8c029e4cb61482":
127-
version "17.1.0-next.4+sha-be7beca"
128-
uid "3a24e6b6acc49af6be45db5a9c8c029e4cb61482"
129-
resolved "https://github.com/angular/bazel-builds.git#3a24e6b6acc49af6be45db5a9c8c029e4cb61482"
126+
"@angular/bazel@https://github.com/angular/bazel-builds.git#77cd51ee820be84c7f09eb7df5d6de54c0e29550":
127+
version "17.1.0-next.4+sha-3a689c2"
128+
uid "77cd51ee820be84c7f09eb7df5d6de54c0e29550"
129+
resolved "https://github.com/angular/bazel-builds.git#77cd51ee820be84c7f09eb7df5d6de54c0e29550"
130130
dependencies:
131131
"@microsoft/api-extractor" "^7.24.2"
132132
magic-string "^0.30.0"
@@ -140,10 +140,10 @@
140140
"@angular/core" "^13.0.0 || ^14.0.0-0"
141141
reflect-metadata "^0.1.13"
142142

143-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#fdf4e91d2216da7e3287eaecf4eb79d685b3852f":
144-
version "0.0.0-5613c1d64fcb093c6a07cf920c0cde88fcb46cd0"
145-
uid fdf4e91d2216da7e3287eaecf4eb79d685b3852f
146-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#fdf4e91d2216da7e3287eaecf4eb79d685b3852f"
143+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#4548b56bcda441002e99436bc86d6327d30a10f3":
144+
version "0.0.0-5818d103879b282445ef359c1900e8087ca9d57c"
145+
uid "4548b56bcda441002e99436bc86d6327d30a10f3"
146+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#4548b56bcda441002e99436bc86d6327d30a10f3"
147147
dependencies:
148148
"@angular-devkit/build-angular" "17.0.0"
149149
"@angular/benchpress" "0.3.0"
@@ -307,10 +307,10 @@
307307
"@material/typography" "15.0.0-canary.a246a4439.0"
308308
tslib "^2.3.0"
309309

310-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#dab89d288105d5e29cff5be8474f6e2662800171":
311-
version "0.0.0-5613c1d64fcb093c6a07cf920c0cde88fcb46cd0"
312-
uid dab89d288105d5e29cff5be8474f6e2662800171
313-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#dab89d288105d5e29cff5be8474f6e2662800171"
310+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#7ba6dc2882a998f0711efe81f1325f8db9e8d085":
311+
version "0.0.0-5818d103879b282445ef359c1900e8087ca9d57c"
312+
uid "7ba6dc2882a998f0711efe81f1325f8db9e8d085"
313+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7ba6dc2882a998f0711efe81f1325f8db9e8d085"
314314
dependencies:
315315
"@yarnpkg/lockfile" "^1.1.0"
316316
typescript "~4.9.0"

0 commit comments

Comments
 (0)