From cfecdd50e73fd8672ce10bd312b652dbf78b3536 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 13 Nov 2024 17:11:55 +0000 Subject: [PATCH] build: update cross-repo angular dependencies (#58634) See associated pull request for more information. PR Close #58634 --- .github/actions/saucelabs-legacy/action.yml | 4 +- .github/workflows/adev-preview-build.yml | 8 ++-- .github/workflows/adev-preview-deploy.yml | 2 +- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/benchmark-compare.yml | 2 +- .github/workflows/ci.yml | 40 +++++++++---------- .github/workflows/dev-infra.yml | 4 +- .github/workflows/google-internal-tests.yml | 2 +- .github/workflows/manual.yml | 8 ++-- .github/workflows/merge-ready-status.yml | 2 +- .github/workflows/pr.yml | 36 ++++++++--------- .github/workflows/update-cli-help.yml | 2 +- package.json | 4 +- yarn.lock | 16 ++++---- 14 files changed, 66 insertions(+), 66 deletions(-) diff --git a/.github/actions/saucelabs-legacy/action.yml b/.github/actions/saucelabs-legacy/action.yml index 10aeef28bc5..febe209d33d 100644 --- a/.github/actions/saucelabs-legacy/action.yml +++ b/.github/actions/saucelabs-legacy/action.yml @@ -5,9 +5,9 @@ runs: using: 'composite' steps: - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/setup@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/saucelabs@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Starting Saucelabs tunnel service shell: bash run: ./tools/saucelabs/sauce-service.sh run & diff --git a/.github/workflows/adev-preview-build.yml b/.github/workflows/adev-preview-build.yml index 2c2e6b37cff..9a4587e72d1 100644 --- a/.github/workflows/adev-preview-build.yml +++ b/.github/workflows/adev-preview-build.yml @@ -21,16 +21,16 @@ jobs: (github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'adev: preview')) steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/setup@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/configure-remote@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Install node modules run: yarn install --frozen-lockfile - name: Build adev to ensure it continues to work run: yarn bazel build //adev:build --full_build_adev --config=release - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@1694163487c2ccb7f70660249a545ebc73559654 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@16ca8c9748725258eac3753146a4e7f11f3d0759 with: workflow-artifact-name: 'adev-preview' pull-number: '${{github.event.pull_request.number}}' diff --git a/.github/workflows/adev-preview-deploy.yml b/.github/workflows/adev-preview-deploy.yml index 064019f7414..61dfb035929 100644 --- a/.github/workflows/adev-preview-deploy.yml +++ b/.github/workflows/adev-preview-deploy.yml @@ -40,7 +40,7 @@ jobs: npx -y firebase-tools@latest target:clear --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs npx -y firebase-tools@latest target:apply --config adev/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting angular-docs ${{env.PREVIEW_SITE}} - - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@1694163487c2ccb7f70660249a545ebc73559654 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@16ca8c9748725258eac3753146a4e7f11f3d0759 with: github-token: '${{secrets.GITHUB_TOKEN}}' workflow-artifact-name: 'adev-preview' diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 9af7b92671e..e881b0497b1 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -16,6 +16,6 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@1694163487c2ccb7f70660249a545ebc73559654 + - uses: angular/dev-infra/github-actions/branch-manager@16ca8c9748725258eac3753146a4e7f11f3d0759 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/benchmark-compare.yml b/.github/workflows/benchmark-compare.yml index d88cffc0814..cf53327cad5 100644 --- a/.github/workflows/benchmark-compare.yml +++ b/.github/workflows/benchmark-compare.yml @@ -38,7 +38,7 @@ jobs: - uses: ./.github/actions/yarn-install - - uses: angular/dev-infra/github-actions/bazel/configure-remote@1694163487c2ccb7f70660249a545ebc73559654 + - uses: angular/dev-infra/github-actions/bazel/configure-remote@16ca8c9748725258eac3753146a4e7f11f3d0759 with: bazelrc: ./.bazelrc.user diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e58fa04e6a7..4e8896a1895 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16ca8c9748725258eac3753146a4e7f11f3d0759 with: cache-node-modules: true - name: Install node modules @@ -41,13 +41,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16ca8c9748725258eac3753146a4e7f11f3d0759 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/setup@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/configure-remote@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Install node modules run: yarn install --frozen-lockfile - name: Run unit tests @@ -59,13 +59,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16ca8c9748725258eac3753146a4e7f11f3d0759 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/setup@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/configure-remote@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Install node modules run: yarn install --frozen-lockfile --network-timeout 100000 - name: Run CI tests for framework @@ -76,11 +76,11 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/setup@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/configure-remote@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Install node modules run: yarn install --frozen-lockfile - name: Build adev in fast mode to ensure it continues to work @@ -93,13 +93,13 @@ jobs: labels: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16ca8c9748725258eac3753146a4e7f11f3d0759 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/setup@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/configure-remote@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Install node modules run: yarn install --frozen-lockfile - run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials @@ -111,7 +111,7 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16ca8c9748725258eac3753146a4e7f11f3d0759 with: cache-node-modules: true node-module-directories: | @@ -119,9 +119,9 @@ jobs: ./packages/zone.js/node_modules ./packages/zone.js/test/typings/node_modules - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/setup@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/configure-remote@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Install node modules run: yarn install --frozen-lockfile - run: | @@ -158,7 +158,7 @@ jobs: SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16ca8c9748725258eac3753146a4e7f11f3d0759 with: cache-node-modules: true - name: Install node modules @@ -171,11 +171,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/setup@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/configure-remote@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Install node modules run: yarn install --frozen-lockfile - name: Build adev to ensure it continues to work diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 6a0362a7b6a..4d3b0c5ec74 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -13,13 +13,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@1694163487c2ccb7f70660249a545ebc73559654 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@16ca8c9748725258eac3753146a4e7f11f3d0759 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@1694163487c2ccb7f70660249a545ebc73559654 + - uses: angular/dev-infra/github-actions/post-approval-changes@16ca8c9748725258eac3753146a4e7f11f3d0759 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/google-internal-tests.yml b/.github/workflows/google-internal-tests.yml index 24bf712caff..f7d48bde4cd 100644 --- a/.github/workflows/google-internal-tests.yml +++ b/.github/workflows/google-internal-tests.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/google-internal-tests@1694163487c2ccb7f70660249a545ebc73559654 + - uses: angular/dev-infra/github-actions/google-internal-tests@16ca8c9748725258eac3753146a4e7f11f3d0759 with: run-tests-guide-url: http://go/angular-g3sync-start github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index af2a5eccc19..dbbce9ece11 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -13,17 +13,17 @@ jobs: JOBS: 2 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16ca8c9748725258eac3753146a4e7f11f3d0759 with: cache-node-modules: true - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/setup@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/configure-remote@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/saucelabs@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Set up Sauce Tunnel Daemon run: yarn bazel run //tools/saucelabs-daemon/background-service -- $JOBS & env: diff --git a/.github/workflows/merge-ready-status.yml b/.github/workflows/merge-ready-status.yml index b0033138021..08c0a52ef2d 100644 --- a/.github/workflows/merge-ready-status.yml +++ b/.github/workflows/merge-ready-status.yml @@ -9,6 +9,6 @@ jobs: status: runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/unified-status-check@1694163487c2ccb7f70660249a545ebc73559654 + - uses: angular/dev-infra/github-actions/unified-status-check@16ca8c9748725258eac3753146a4e7f11f3d0759 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 44e5613317f..03eb00ee67f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16ca8c9748725258eac3753146a4e7f11f3d0759 with: cache-node-modules: true - name: Install node modules @@ -39,7 +39,7 @@ jobs: - name: Check code format run: yarn ng-dev format changed --check ${{ github.event.pull_request.base.sha }} - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/linting/licenses@16ca8c9748725258eac3753146a4e7f11f3d0759 with: allow-dependencies-licenses: 'pkg:npm/google-protobuf@' @@ -47,13 +47,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16ca8c9748725258eac3753146a4e7f11f3d0759 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/setup@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/configure-remote@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Install node modules run: yarn install --frozen-lockfile - name: Run unit tests @@ -65,13 +65,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16ca8c9748725258eac3753146a4e7f11f3d0759 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/setup@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/configure-remote@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Install node modules run: yarn install --frozen-lockfile --network-timeout 100000 - name: Run CI tests for framework @@ -83,13 +83,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16ca8c9748725258eac3753146a4e7f11f3d0759 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/setup@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/configure-remote@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Install node modules run: yarn install --frozen-lockfile --network-timeout 100000 - name: Run CI tests for framework @@ -105,11 +105,11 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/setup@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/configure-remote@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Install node modules run: yarn install --frozen-lockfile - name: Build adev in fast mode to ensure it continues to work @@ -122,7 +122,7 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16ca8c9748725258eac3753146a4e7f11f3d0759 with: cache-node-modules: true node-module-directories: | @@ -130,9 +130,9 @@ jobs: ./packages/zone.js/node_modules ./packages/zone.js/test/typings/node_modules - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/setup@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/bazel/configure-remote@16ca8c9748725258eac3753146a4e7f11f3d0759 - name: Install node modules run: yarn install --frozen-lockfile - run: | @@ -169,7 +169,7 @@ jobs: SAUCE_TUNNEL_IDENTIFIER: angular-framework-${{ github.run_number }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@16ca8c9748725258eac3753146a4e7f11f3d0759 with: cache-node-modules: true - name: Install node modules diff --git a/.github/workflows/update-cli-help.yml b/.github/workflows/update-cli-help.yml index 846c7044410..c8074cf6db7 100644 --- a/.github/workflows/update-cli-help.yml +++ b/.github/workflows/update-cli-help.yml @@ -32,7 +32,7 @@ jobs: env: ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN: ${{ secrets.ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN }} - name: Create a PR (if necessary) - uses: angular/dev-infra/github-actions/create-pr-for-changes@1694163487c2ccb7f70660249a545ebc73559654 + uses: angular/dev-infra/github-actions/create-pr-for-changes@16ca8c9748725258eac3753146a4e7f11f3d0759 with: branch-prefix: update-cli-help pr-title: 'docs: update Angular CLI help [${{github.ref_name}}]' diff --git a/package.json b/package.json index 54a5e0eda6b..56eed4c70f8 100644 --- a/package.json +++ b/package.json @@ -160,9 +160,9 @@ "@actions/github": "^6.0.0", "@angular-devkit/architect-cli": "0.1900.0-rc.1", "@angular/animations": "^19.0.0-next", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#027ae92e9eaa20845aaf96e49fae89d0be750c91", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#6015e51c2e328001edb510780fc01104239e4aae", "@angular/core": "^19.0.0-next", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2eb75fc8fd434fe57a4b1fc510dc03737b658023", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#4fa48fe9939686e2fb06b2759a69e9eb132ee9e9", "@babel/plugin-proposal-async-generator-functions": "^7.20.7", "@bazel/bazelisk": "^1.7.5", "@bazel/buildifier": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 3cf3b907072..329ca3f3cdb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -303,10 +303,10 @@ "@angular/core" "^13.0.0 || ^14.0.0-0" reflect-metadata "^0.1.13" -"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#027ae92e9eaa20845aaf96e49fae89d0be750c91": - version "0.0.0-1694163487c2ccb7f70660249a545ebc73559654" - uid "027ae92e9eaa20845aaf96e49fae89d0be750c91" - resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#027ae92e9eaa20845aaf96e49fae89d0be750c91" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#6015e51c2e328001edb510780fc01104239e4aae": + version "0.0.0-16ca8c9748725258eac3753146a4e7f11f3d0759" + uid "6015e51c2e328001edb510780fc01104239e4aae" + resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#6015e51c2e328001edb510780fc01104239e4aae" dependencies: "@angular/benchpress" "0.3.0" "@angular/build" "19.0.0-rc.1" @@ -427,10 +427,10 @@ dependencies: tslib "^2.3.0" -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#2eb75fc8fd434fe57a4b1fc510dc03737b658023": - version "0.0.0-1694163487c2ccb7f70660249a545ebc73559654" - uid "2eb75fc8fd434fe57a4b1fc510dc03737b658023" - resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2eb75fc8fd434fe57a4b1fc510dc03737b658023" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#4fa48fe9939686e2fb06b2759a69e9eb132ee9e9": + version "0.0.0-16ca8c9748725258eac3753146a4e7f11f3d0759" + uid "4fa48fe9939686e2fb06b2759a69e9eb132ee9e9" + resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#4fa48fe9939686e2fb06b2759a69e9eb132ee9e9" dependencies: "@octokit/rest" "21.0.2" "@types/semver" "^7.3.6"