Skip to content

Commit 0e0219b

Browse files
build: update angular shared dev-infra code to 03f784a (#24506)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 8dceb98 commit 0e0219b

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/dev-infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
12-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@2e2d1a6beeb26b0cc61c70f157f1dc073cdcf235
12+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@9b5b3d453d8beea74bbb7b7d29ed8c0b85a070af
1313
with:
1414
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
@@ -10,6 +10,6 @@ jobs:
1010
if: github.repository == 'angular/components'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: angular/dev-infra/github-actions/feature-request@2e2d1a6beeb26b0cc61c70f157f1dc073cdcf235
13+
- uses: angular/dev-infra/github-actions/feature-request@9b5b3d453d8beea74bbb7b7d29ed8c0b85a070af
1414
with:
1515
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/lock-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
lock_closed:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: angular/dev-infra/github-actions/lock-closed@2e2d1a6beeb26b0cc61c70f157f1dc073cdcf235
12+
- uses: angular/dev-infra/github-actions/lock-closed@9b5b3d453d8beea74bbb7b7d29ed8c0b85a070af
1313
with:
1414
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@angular/bazel": "14.0.0-next.9",
7676
"@angular/cli": "14.0.0-next.6",
7777
"@angular/compiler-cli": "14.0.0-next.9",
78-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#04424ec1cd38a1d12786ffdaa8005645e6640687",
78+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#03f784a12c48ed92c97b4119c43096b549defc0a",
7979
"@angular/localize": "14.0.0-next.9",
8080
"@angular/platform-browser-dynamic": "14.0.0-next.9",
8181
"@angular/platform-server": "14.0.0-next.9",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -224,15 +224,15 @@
224224
dependencies:
225225
tslib "^2.3.0"
226226

227-
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#04424ec1cd38a1d12786ffdaa8005645e6640687":
228-
version "0.0.0-2e2d1a6beeb26b0cc61c70f157f1dc073cdcf235"
229-
uid "04424ec1cd38a1d12786ffdaa8005645e6640687"
230-
resolved "https://github.com/angular/dev-infra-private-builds.git#04424ec1cd38a1d12786ffdaa8005645e6640687"
227+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#03f784a12c48ed92c97b4119c43096b549defc0a":
228+
version "0.0.0-9b5b3d453d8beea74bbb7b7d29ed8c0b85a070af"
229+
uid "03f784a12c48ed92c97b4119c43096b549defc0a"
230+
resolved "https://github.com/angular/dev-infra-private-builds.git#03f784a12c48ed92c97b4119c43096b549defc0a"
231231
dependencies:
232232
"@angular-devkit/build-angular" "14.0.0-next.6"
233233
"@angular/benchpress" "0.3.0"
234234
"@babel/core" "^7.16.0"
235-
"@bazel/buildifier" "^5.0.1"
235+
"@bazel/buildifier" "5.0.1"
236236
"@bazel/concatjs" "5.3.0"
237237
"@bazel/esbuild" "5.3.0"
238238
"@bazel/protractor" "5.3.0"
@@ -250,9 +250,9 @@
250250
"@types/yargs" "^17.0.0"
251251
browser-sync "^2.27.7"
252252
chalk "^4.1.0"
253-
clang-format "^1.6.0"
253+
clang-format "1.6.0"
254254
node-fetch "^2.6.1"
255-
prettier "^2.3.2"
255+
prettier "2.6.1"
256256
protractor "^7.0.0"
257257
selenium-webdriver "4.1.1"
258258
send "^0.18.0"
@@ -1291,7 +1291,7 @@
12911291
resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.11.0.tgz#f98d8438b4c14e3328126618b96775d271caa5f8"
12921292
integrity sha512-lxiQzVqSGDG0PIDQGJdVDjp7T+50p5NnM4EnRJa76mkZp6u5ul19GJNKhPKi81TZQALZEZDxAgxVqQKkWTUOxA==
12931293

1294-
"@bazel/buildifier@^5.0.1", "@bazel/buildifier@~5.0.1":
1294+
"@bazel/[email protected]", "@bazel/buildifier@~5.0.1":
12951295
version "5.0.1"
12961296
resolved "https://registry.yarnpkg.com/@bazel/buildifier/-/buildifier-5.0.1.tgz#8946848cf2c28717ec8fb4ff46e424aeba82be74"
12971297
integrity sha512-3eMWxdFtcQf+Jw55PZqD/I9N785wp6QQ2k/SZst7R64KAGrS8Ke1EhPXaZHZBkXao5GXrm6SNLDV287xg2kguA==
@@ -4986,7 +4986,7 @@ cjson@^0.3.1:
49864986
dependencies:
49874987
json-parse-helpfulerror "^1.0.3"
49884988

4989-
clang-format@^1.6.0:
4989+
49904990
version "1.6.0"
49914991
resolved "https://registry.yarnpkg.com/clang-format/-/clang-format-1.6.0.tgz#48fac4387712aeeae0f47b5d72f639f3fd95f4b6"
49924992
integrity sha512-W3/L7fWkA8DoLkz9UGjrRnNi+J5a5TuS2HDLqk6WsicpOzb66MBu4eY/EcXhicHriVnAXWQVyk5/VeHWY6w4ow==
@@ -12158,7 +12158,7 @@ prepend-http@^2.0.0:
1215812158
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
1215912159
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
1216012160

12161-
prettier@^2.3.2:
12161+
prettier@2.6.1:
1216212162
version "2.6.1"
1216312163
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.1.tgz#d472797e0d7461605c1609808e27b80c0f9cfe17"
1216412164
integrity sha512-8UVbTBYGwN37Bs9LERmxCPjdvPxlEowx2urIL6urHzdb3SDq4B/Z6xLFCblrSnE4iKWcS6ziJ3aOYrc1kz/E2A==

0 commit comments

Comments
 (0)