From 53bdbc6d2c9aa8a969e99975ad7f8efd91ddb5c1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 Nov 2021 09:01:29 +0000 Subject: [PATCH] build: update angular (#44221) PR Close #44221 --- .github/workflows/dev-infra.yml | 2 +- .github/workflows/feature-requests.yml | 2 +- .github/workflows/lock-closed.yml | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 63ed2f9df6595..081e698ab0af3 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@2232e53730cfa36ef3a7c12fbf14cfbe92fdaaeb + - uses: angular/dev-infra/github-actions/commit-message-based-labels@f0f363cb4ce5b5faf14e3d3bb7eeb7c7aee72da7 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index e43ad7118177e..8f357713b7572 100644 --- a/.github/workflows/feature-requests.yml +++ b/.github/workflows/feature-requests.yml @@ -10,6 +10,6 @@ jobs: if: github.repository == 'angular/angular' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/feature-request@2232e53730cfa36ef3a7c12fbf14cfbe92fdaaeb + - uses: angular/dev-infra/github-actions/feature-request@f0f363cb4ce5b5faf14e3d3bb7eeb7c7aee72da7 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml index 6c80cabf7e893..9563e04ef3158 100644 --- a/.github/workflows/lock-closed.yml +++ b/.github/workflows/lock-closed.yml @@ -10,6 +10,6 @@ jobs: if: github.repository == 'angular/angular' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/lock-closed@2232e53730cfa36ef3a7c12fbf14cfbe92fdaaeb + - uses: angular/dev-infra/github-actions/lock-closed@f0f363cb4ce5b5faf14e3d3bb7eeb7c7aee72da7 with: lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }} diff --git a/package.json b/package.json index 310cf6d8998ee..b88e8b5d90b6c 100644 --- a/package.json +++ b/package.json @@ -161,7 +161,7 @@ }, "// 2": "devDependencies are not used under Bazel. Many can be removed after test.sh is deleted.", "devDependencies": { - "@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#c30d51c5d2eb182c16a60e8365d0ed0f61719416", + "@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#c55a3937d45945489714273bfbbe9b803ceff89e", "@bazel/bazelisk": "^1.7.5", "@bazel/buildifier": "^4.0.1", "@bazel/ibazel": "^0.15.8", diff --git a/yarn.lock b/yarn.lock index b6bc754add25d..ce35e66da84f2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -234,10 +234,10 @@ dependencies: tslib "^2.0.0" -"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#c30d51c5d2eb182c16a60e8365d0ed0f61719416": - version "0.0.0-2232e53730cfa36ef3a7c12fbf14cfbe92fdaaeb" - uid c30d51c5d2eb182c16a60e8365d0ed0f61719416 - resolved "https://github.com/angular/dev-infra-private-builds.git#c30d51c5d2eb182c16a60e8365d0ed0f61719416" +"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#c55a3937d45945489714273bfbbe9b803ceff89e": + version "0.0.0-f0f363cb4ce5b5faf14e3d3bb7eeb7c7aee72da7" + uid c55a3937d45945489714273bfbbe9b803ceff89e + resolved "https://github.com/angular/dev-infra-private-builds.git#c55a3937d45945489714273bfbbe9b803ceff89e" dependencies: "@actions/core" "^1.4.0" "@actions/github" "^5.0.0"