Skip to content

Commit f35141a

Browse files
angular-robotdevversion
authored andcommitted
build: update angular shared dev-infra code (#27181)
(cherry picked from commit 1e5f885)
1 parent 87d84cf commit f35141a

File tree

7 files changed

+25
-18
lines changed

7 files changed

+25
-18
lines changed

.github/workflows/assistant-to-the-branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
1717
with:
1818
persist-credentials: false
19-
- uses: angular/dev-infra/github-actions/branch-manager@3fbdd552384e8b3d7e32e520e1c508c6ed384ce4
19+
- uses: angular/dev-infra/github-actions/branch-manager@6ca11925b8d0057eec4bbfe57403b381f663a600
2020
with:
2121
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/build-dev-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
2626
- uses: ./.github/actions/yarn-install
2727

28-
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@3fbdd552384e8b3d7e32e520e1c508c6ed384ce4
28+
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@6ca11925b8d0057eec4bbfe57403b381f663a600
2929
with:
3030
bazelrc: ./.bazelrc.user
3131

@@ -34,7 +34,7 @@ jobs:
3434
# the number of concurrent actions is determined based on the host resources.
3535
- run: bazel build //src/dev-app:web_package --symlink_prefix=dist/ --jobs=32
3636

37-
- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@3fbdd552384e8b3d7e32e520e1c508c6ed384ce4
37+
- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@6ca11925b8d0057eec4bbfe57403b381f663a600
3838
with:
3939
workflow-artifact-name: 'dev-app'
4040
pull-number: '${{github.event.pull_request.number}}'

.github/workflows/deploy-dev-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting dev-app
3434
npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting dev-app ${{env.PREVIEW_SITE}}
3535
36-
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@3fbdd552384e8b3d7e32e520e1c508c6ed384ce4
36+
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@6ca11925b8d0057eec4bbfe57403b381f663a600
3737
with:
3838
github-token: '${{secrets.GITHUB_TOKEN}}'
3939
workflow-artifact-name: 'dev-app'

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
15-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@3fbdd552384e8b3d7e32e520e1c508c6ed384ce4
15+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@6ca11925b8d0057eec4bbfe57403b381f663a600
1616
with:
1717
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1818
post_approval_changes:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
22-
- uses: angular/dev-infra/github-actions/post-approval-changes@3fbdd552384e8b3d7e32e520e1c508c6ed384ce4
22+
- uses: angular/dev-infra/github-actions/post-approval-changes@6ca11925b8d0057eec4bbfe57403b381f663a600
2323
with:
2424
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/google-internal-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
16-
- uses: angular/dev-infra/github-actions/google-internal-tests@3fbdd552384e8b3d7e32e520e1c508c6ed384ce4
16+
- uses: angular/dev-infra/github-actions/google-internal-tests@6ca11925b8d0057eec4bbfe57403b381f663a600
1717
with:
1818
run-tests-guide-url: http://go/angular-material-presubmit
1919
github-token: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@
7474
"@angular-devkit/core": "^16.0.0",
7575
"@angular-devkit/schematics": "^16.0.0",
7676
"@angular/bazel": "https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469",
77-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#829572899a3ca7617a5a9858ccf3beb41c7ff470",
77+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b24b5dfe241a2f04f64ed98b6ac4673b356525e8",
7878
"@angular/cli": "^16.0.0",
7979
"@angular/compiler-cli": "^16.0.0",
8080
"@angular/localize": "^16.0.0",
81-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#16ca2cc0e2038538710aa5fa98d4b39af03eece2",
81+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#71650a8bea2ff06f53d9c03cd80016946b180b75",
8282
"@angular/platform-browser-dynamic": "^16.0.0",
8383
"@angular/platform-server": "^16.0.0",
8484
"@angular/router": "^16.0.0",

yarn.lock

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,10 @@
257257
"@angular/core" "^13.0.0 || ^14.0.0-0"
258258
reflect-metadata "^0.1.13"
259259

260-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#829572899a3ca7617a5a9858ccf3beb41c7ff470":
261-
version "0.0.0-3fbdd552384e8b3d7e32e520e1c508c6ed384ce4"
262-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#829572899a3ca7617a5a9858ccf3beb41c7ff470"
260+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#b24b5dfe241a2f04f64ed98b6ac4673b356525e8":
261+
version "0.0.0-6ca11925b8d0057eec4bbfe57403b381f663a600"
262+
uid b24b5dfe241a2f04f64ed98b6ac4673b356525e8
263+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#b24b5dfe241a2f04f64ed98b6ac4673b356525e8"
263264
dependencies:
264265
"@angular-devkit/build-angular" "16.1.0-next.0"
265266
"@angular/benchpress" "0.3.0"
@@ -291,8 +292,8 @@
291292
source-map "^0.7.4"
292293
tmp "^0.2.1"
293294
"true-case-path" "^2.2.1"
294-
tslib "^2.3.0"
295-
typescript "~4.9.0"
295+
tslib "^2.5.2"
296+
typescript "5.0.4"
296297
uuid "^9.0.0"
297298
yargs "^17.0.0"
298299

@@ -378,9 +379,10 @@
378379
glob "8.1.0"
379380
yargs "^17.2.1"
380381

381-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#16ca2cc0e2038538710aa5fa98d4b39af03eece2":
382-
version "0.0.0-3fbdd552384e8b3d7e32e520e1c508c6ed384ce4"
383-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#16ca2cc0e2038538710aa5fa98d4b39af03eece2"
382+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#71650a8bea2ff06f53d9c03cd80016946b180b75":
383+
version "0.0.0-6ca11925b8d0057eec4bbfe57403b381f663a600"
384+
uid "71650a8bea2ff06f53d9c03cd80016946b180b75"
385+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#71650a8bea2ff06f53d9c03cd80016946b180b75"
384386
dependencies:
385387
"@yarnpkg/lockfile" "^1.1.0"
386388
typescript "~4.9.0"
@@ -15948,6 +15950,11 @@ tslib@^2.0.0, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.3
1594815950
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
1594915951
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
1595015952

15953+
tslib@^2.5.2:
15954+
version "2.5.2"
15955+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.5.2.tgz#1b6f07185c881557b0ffa84b111a0106989e8338"
15956+
integrity sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==
15957+
1595115958
tslint@^6.1.3:
1595215959
version "6.1.3"
1595315960
resolved "https://registry.yarnpkg.com/tslint/-/tslint-6.1.3.tgz#5c23b2eccc32487d5523bd3a470e9aa31789d904"
@@ -16094,7 +16101,7 @@ typedarray-to-buffer@^3.1.5:
1609416101
dependencies:
1609516102
is-typedarray "^1.0.0"
1609616103

16097-
typescript@5.0.2, typescript@~4.5.4, typescript@~4.9.0:
16104+
typescript@5.0.2, typescript@5.0.4, typescript@~4.5.4, typescript@~4.9.0:
1609816105
version "5.0.2"
1609916106
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
1610016107
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==

0 commit comments

Comments
 (0)