Skip to content

Commit 58d2555

Browse files
angular-robotthePunderWoman
authored andcommitted
build: update cross-repo angular dependencies to 294d737 (angular#46821)
See associated pull request for more information. PR Close angular#46821
1 parent 24decde commit 58d2555

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/dev-infra.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
16-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@055b403fba3f232868e2af95f1cc68a997878104
16+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8420d8593135df75b283e90beba0aa9b5b9838ce
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@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
23-
- uses: angular/dev-infra/github-actions/post-approval-changes@055b403fba3f232868e2af95f1cc68a997878104
23+
- uses: angular/dev-infra/github-actions/post-approval-changes@8420d8593135df75b283e90beba0aa9b5b9838ce
2424
with:
2525
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/feature-requests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
if: github.repository == 'angular/angular'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: angular/dev-infra/github-actions/feature-request@055b403fba3f232868e2af95f1cc68a997878104
17+
- uses: angular/dev-infra/github-actions/feature-request@8420d8593135df75b283e90beba0aa9b5b9838ce
1818
with:
1919
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/lock-closed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
if: github.repository == 'angular/angular'
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: angular/dev-infra/github-actions/lock-closed@055b403fba3f232868e2af95f1cc68a997878104
17+
- uses: angular/dev-infra/github-actions/lock-closed@8420d8593135df75b283e90beba0aa9b5b9838ce
1818
with:
1919
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
},
180180
"// 2": "devDependencies are not used under Bazel. Many can be removed after test.sh is deleted.",
181181
"devDependencies": {
182-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#e8da4c0cf146cf95169235f3fd26807a7640ef49",
182+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#294d737341a13e130fb7184268c0653c335ef388",
183183
"@bazel/bazelisk": "^1.7.5",
184184
"@bazel/buildifier": "^5.0.0",
185185
"@bazel/ibazel": "^0.16.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -208,10 +208,10 @@
208208
dependencies:
209209
tslib "^2.3.0"
210210

211-
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#e8da4c0cf146cf95169235f3fd26807a7640ef49":
212-
version "0.0.0-055b403fba3f232868e2af95f1cc68a997878104"
213-
uid e8da4c0cf146cf95169235f3fd26807a7640ef49
214-
resolved "https://github.com/angular/dev-infra-private-builds.git#e8da4c0cf146cf95169235f3fd26807a7640ef49"
211+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#294d737341a13e130fb7184268c0653c335ef388":
212+
version "0.0.0-2eca9e5ee9e09a0d8c25ff37d3f063982478b411"
213+
uid "294d737341a13e130fb7184268c0653c335ef388"
214+
resolved "https://github.com/angular/dev-infra-private-builds.git#294d737341a13e130fb7184268c0653c335ef388"
215215
dependencies:
216216
"@angular-devkit/build-angular" "14.1.0-next.4"
217217
"@angular/benchpress" "0.3.0"

0 commit comments

Comments
 (0)