From d51ad1078bb1dbaf993529b7aaf8be3fc3a5aa8b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 26 May 2022 23:45:27 +0000 Subject: [PATCH] build: update angular shared dev-infra code to 1f99bd6 --- .github/workflows/dev-infra.yml | 4 ++-- .github/workflows/lock-closed.yml | 2 +- package.json | 2 +- yarn.lock | 7 ++++--- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index c6ad7790b549..943c5d1a93cc 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@2a04da0754b050fb17d6cfc4a4b4fa8b5575ea86 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@900c911345badbc6a673877ef6887848d171cc7e with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@2a04da0754b050fb17d6cfc4a4b4fa8b5575ea86 + - uses: angular/dev-infra/github-actions/post-approval-changes@900c911345badbc6a673877ef6887848d171cc7e with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml index 46fa401193dd..95e35ed7ec3a 100644 --- a/.github/workflows/lock-closed.yml +++ b/.github/workflows/lock-closed.yml @@ -9,6 +9,6 @@ jobs: lock_closed: runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/lock-closed@405b6f6e874e6e297d00e8100bd0b5d31e00ea96 + - uses: angular/dev-infra/github-actions/lock-closed@900c911345badbc6a673877ef6887848d171cc7e with: lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }} diff --git a/package.json b/package.json index 7c2a4710b17d..ce7fe19fc6ad 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@angular/bazel": "14.0.0-rc.1", "@angular/cli": "14.0.0-rc.1", "@angular/compiler-cli": "14.0.0-rc.1", - "@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#698a85a3635eff2e296c9966e1d51b4783dfbd07", + "@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#1f99bd66673e23c123c3e9fdb1bf83cd0a3cd3e2", "@angular/localize": "14.0.0-rc.1", "@angular/platform-browser-dynamic": "14.0.0-rc.1", "@angular/platform-server": "14.0.0-rc.1", diff --git a/yarn.lock b/yarn.lock index d6a0c2ec6c86..0198ac7e1b77 100644 --- a/yarn.lock +++ b/yarn.lock @@ -230,9 +230,10 @@ dependencies: tslib "^2.3.0" -"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#698a85a3635eff2e296c9966e1d51b4783dfbd07": - version "0.0.0-405b6f6e874e6e297d00e8100bd0b5d31e00ea96" - resolved "https://github.com/angular/dev-infra-private-builds.git#698a85a3635eff2e296c9966e1d51b4783dfbd07" +"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#1f99bd66673e23c123c3e9fdb1bf83cd0a3cd3e2": + version "0.0.0-900c911345badbc6a673877ef6887848d171cc7e" + uid "1f99bd66673e23c123c3e9fdb1bf83cd0a3cd3e2" + resolved "https://github.com/angular/dev-infra-private-builds.git#1f99bd66673e23c123c3e9fdb1bf83cd0a3cd3e2" dependencies: "@angular-devkit/build-angular" "14.0.0-rc.1" "@angular/benchpress" "0.3.0"