Skip to content

Commit 15b9174

Browse files
build: update angular shared dev-infra code (#27044)
1 parent 0a58155 commit 15b9174

File tree

7 files changed

+17
-20
lines changed

7 files changed

+17
-20
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@c00711978a6aab483888d7a90e82fcd9700164c4
19+
- uses: angular/dev-infra/github-actions/branch-manager@e82631b66d14e57672e21ca7d021b8425214771e
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@c00711978a6aab483888d7a90e82fcd9700164c4
28+
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@e82631b66d14e57672e21ca7d021b8425214771e
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@c00711978a6aab483888d7a90e82fcd9700164c4
37+
- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@e82631b66d14e57672e21ca7d021b8425214771e
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@c00711978a6aab483888d7a90e82fcd9700164c4
36+
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@e82631b66d14e57672e21ca7d021b8425214771e
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@c00711978a6aab483888d7a90e82fcd9700164c4
15+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@e82631b66d14e57672e21ca7d021b8425214771e
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@c00711978a6aab483888d7a90e82fcd9700164c4
22+
- uses: angular/dev-infra/github-actions/post-approval-changes@e82631b66d14e57672e21ca7d021b8425214771e
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@c00711978a6aab483888d7a90e82fcd9700164c4
16+
- uses: angular/dev-infra/github-actions/google-internal-tests@e82631b66d14e57672e21ca7d021b8425214771e
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#361db170e384cfb8ae5df5ea784000cdf1c9fbf3",
77+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#988781b092b543a21af7996f26cda23b43b70226",
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#194b9ed6cd0603acdfb53568303487e11b19388b",
81+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#01d77bf81a01d438b86026aacb9abeee03f53f65",
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: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,10 @@
256256
"@angular/core" "^13.0.0 || ^14.0.0-0"
257257
reflect-metadata "^0.1.13"
258258

259-
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#361db170e384cfb8ae5df5ea784000cdf1c9fbf3":
260-
version "0.0.0-c00711978a6aab483888d7a90e82fcd9700164c4"
261-
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#361db170e384cfb8ae5df5ea784000cdf1c9fbf3"
259+
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#988781b092b543a21af7996f26cda23b43b70226":
260+
version "0.0.0-e82631b66d14e57672e21ca7d021b8425214771e"
261+
uid "988781b092b543a21af7996f26cda23b43b70226"
262+
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#988781b092b543a21af7996f26cda23b43b70226"
262263
dependencies:
263264
"@angular-devkit/build-angular" "16.0.0-rc.4"
264265
"@angular/benchpress" "0.3.0"
@@ -377,9 +378,10 @@
377378
glob "8.1.0"
378379
yargs "^17.2.1"
379380

380-
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#194b9ed6cd0603acdfb53568303487e11b19388b":
381-
version "0.0.0-c00711978a6aab483888d7a90e82fcd9700164c4"
382-
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#194b9ed6cd0603acdfb53568303487e11b19388b"
381+
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#01d77bf81a01d438b86026aacb9abeee03f53f65":
382+
version "0.0.0-e82631b66d14e57672e21ca7d021b8425214771e"
383+
uid "01d77bf81a01d438b86026aacb9abeee03f53f65"
384+
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#01d77bf81a01d438b86026aacb9abeee03f53f65"
383385
dependencies:
384386
"@yarnpkg/lockfile" "^1.1.0"
385387
typescript "~4.9.0"
@@ -5850,11 +5852,6 @@ caniuse-lite@^1.0.30001317, caniuse-lite@^1.0.30001370, caniuse-lite@^1.0.300014
58505852
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001485.tgz"
58515853
integrity sha512-8aUpZ7sjhlOyiNsg+pgcrTTPUXKh+rg544QYHSvQErljVEKJzvkYkCR/hUFeeVoEfTToUtY9cUKNRC7+c45YkA==
58525854

5853-
caniuse-lite@^1.0.30001485:
5854-
version "1.0.30001485"
5855-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001485.tgz#026bb7319f1e483391872dc303a973d4f513f619"
5856-
integrity sha512-8aUpZ7sjhlOyiNsg+pgcrTTPUXKh+rg544QYHSvQErljVEKJzvkYkCR/hUFeeVoEfTToUtY9cUKNRC7+c45YkA==
5857-
58585855
canonical-path@^1.0.0:
58595856
version "1.0.0"
58605857
resolved "https://registry.yarnpkg.com/canonical-path/-/canonical-path-1.0.0.tgz#fcb470c23958def85081856be7a86e904f180d1d"

0 commit comments

Comments
 (0)