Skip to content

build: update angular shared dev-infra code to ce1d7f6 #24921

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c9f0e5d07ac564896d99a4ca23b038f3e77cd20e
- uses: angular/dev-infra/github-actions/commit-message-based-labels@2a04da0754b050fb17d6cfc4a4b4fa8b5575ea86
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@c9f0e5d07ac564896d99a4ca23b038f3e77cd20e
- uses: angular/dev-infra/github-actions/lock-closed@2a04da0754b050fb17d6cfc4a4b4fa8b5575ea86
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@angular/bazel": "14.0.0-rc.0",
"@angular/cli": "14.0.0-rc.0",
"@angular/compiler-cli": "14.0.0-rc.0",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#74954e77074a2a30dafbfa23bf93deea60ffef44",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#ce1d7f6c62ff0f9569791d78920c3628c56b4574",
"@angular/localize": "14.0.0-rc.0",
"@angular/platform-browser-dynamic": "14.0.0-rc.0",
"@angular/platform-server": "14.0.0-rc.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,10 @@
dependencies:
tslib "^2.3.0"

"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#74954e77074a2a30dafbfa23bf93deea60ffef44":
version "0.0.0-c9f0e5d07ac564896d99a4ca23b038f3e77cd20e"
uid "74954e77074a2a30dafbfa23bf93deea60ffef44"
resolved "https://github.com/angular/dev-infra-private-builds.git#74954e77074a2a30dafbfa23bf93deea60ffef44"
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#ce1d7f6c62ff0f9569791d78920c3628c56b4574":
version "0.0.0-2a04da0754b050fb17d6cfc4a4b4fa8b5575ea86"
uid ce1d7f6c62ff0f9569791d78920c3628c56b4574
resolved "https://github.com/angular/dev-infra-private-builds.git#ce1d7f6c62ff0f9569791d78920c3628c56b4574"
dependencies:
"@angular-devkit/build-angular" "14.0.0-rc.0"
"@angular/benchpress" "0.3.0"
Expand Down