From a4e27e9a03a348cf18cd5b2f1349e49ba8493f10 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Fri, 15 Aug 2025 15:39:39 +0000 Subject: [PATCH] build: update cross-repo angular dependencies (#63190) See associated pull request for more information. PR Close #63190 --- .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 | 44 ++++++------- .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/perf.yml | 6 +- .github/workflows/pr.yml | 34 +++++----- WORKSPACE | 2 +- package.json | 2 +- pnpm-lock.yaml | 65 ++++++++++--------- 15 files changed, 94 insertions(+), 93 deletions(-) diff --git a/.github/actions/saucelabs-legacy/action.yml b/.github/actions/saucelabs-legacy/action.yml index b0580c1e6f6..fd6bcdcd006 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/saucelabs@96411830d91356417856c3e3a22287e2309adc64 - 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 89047e3409d..b5b9a385253 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@96411830d91356417856c3e3a22287e2309adc64 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build adev to ensure it continues to work run: pnpm bazel build //adev:build --full_build_adev --config=release - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@96411830d91356417856c3e3a22287e2309adc64 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 043a70af0bf..1fbc9b444a1 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@96411830d91356417856c3e3a22287e2309adc64 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 adb620ec528..0ae56b60fa7 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/branch-manager@96411830d91356417856c3e3a22287e2309adc64 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/benchmark-compare.yml b/.github/workflows/benchmark-compare.yml index fe3b6cd2b03..cb6546e1933 100644 --- a/.github/workflows/benchmark-compare.yml +++ b/.github/workflows/benchmark-compare.yml @@ -38,7 +38,7 @@ jobs: - run: pnpm install --frozen-lockfile - - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/bazel/configure-remote@96411830d91356417856c3e3a22287e2309adc64 with: bazelrc: ./.bazelrc.user diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d6da9822c7..4c904c00d7f 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@96411830d91356417856c3e3a22287e2309adc64 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@96411830d91356417856c3e3a22287e2309adc64 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@96411830d91356417856c3e3a22287e2309adc64 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -68,13 +68,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@96411830d91356417856c3e3a22287e2309adc64 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@96411830d91356417856c3e3a22287e2309adc64 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -86,13 +86,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@96411830d91356417856c3e3a22287e2309adc64 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@96411830d91356417856c3e3a22287e2309adc64 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -105,11 +105,11 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@96411830d91356417856c3e3a22287e2309adc64 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -124,13 +124,13 @@ jobs: labels: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@96411830d91356417856c3e3a22287e2309adc64 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@96411830d91356417856c3e3a22287e2309adc64 - name: Install node modules run: pnpm install --frozen-lockfile - run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials @@ -142,7 +142,7 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@96411830d91356417856c3e3a22287e2309adc64 with: cache-node-modules: true node-module-directories: | @@ -150,9 +150,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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@96411830d91356417856c3e3a22287e2309adc64 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -204,11 +204,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@96411830d91356417856c3e3a22287e2309adc64 - name: Install node modules run: pnpm 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 ae26373cb5d..a268c4bab79 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/pull-request-labeling@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/pull-request-labeling@96411830d91356417856c3e3a22287e2309adc64 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/post-approval-changes@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/post-approval-changes@96411830d91356417856c3e3a22287e2309adc64 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 73793a68b6e..0bc1e405562 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/google-internal-tests@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/google-internal-tests@96411830d91356417856c3e3a22287e2309adc64 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 d398e361ddb..1824d409e14 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@96411830d91356417856c3e3a22287e2309adc64 with: cache-node-modules: true - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/saucelabs@96411830d91356417856c3e3a22287e2309adc64 - name: Set up Sauce Tunnel Daemon run: pnpm 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 1b82c8a6231..796bfc11571 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/unified-status-check@96411830d91356417856c3e3a22287e2309adc64 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 03b055d3dff..f71501b98fb 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -21,7 +21,7 @@ jobs: workflows: ${{ steps.workflows.outputs.workflows }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@96411830d91356417856c3e3a22287e2309adc64 - name: Install node modules run: pnpm install --frozen-lockfile - id: workflows @@ -36,9 +36,9 @@ jobs: workflow: ${{ fromJSON(needs.list.outputs.workflows) }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@96411830d91356417856c3e3a22287e2309adc64 - name: Install node modules run: pnpm install --frozen-lockfile # We utilize the google-github-actions/auth action to allow us to get an active credential using workflow diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f4ecc1c3bf4..c505a5a3cdf 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@96411830d91356417856c3e3a22287e2309adc64 with: cache-node-modules: true - name: Install node modules @@ -39,7 +39,7 @@ jobs: - name: Check code format run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }} - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/linting/licenses@96411830d91356417856c3e3a22287e2309adc64 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@96411830d91356417856c3e3a22287e2309adc64 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@96411830d91356417856c3e3a22287e2309adc64 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run unit tests @@ -72,13 +72,13 @@ jobs: runs-on: ubuntu-latest-8core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@96411830d91356417856c3e3a22287e2309adc64 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@96411830d91356417856c3e3a22287e2309adc64 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run CI tests for framework @@ -98,13 +98,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@96411830d91356417856c3e3a22287e2309adc64 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@96411830d91356417856c3e3a22287e2309adc64 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run integration CI tests for framework @@ -115,11 +115,11 @@ jobs: labels: ubuntu-latest-8core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@96411830d91356417856c3e3a22287e2309adc64 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -132,7 +132,7 @@ jobs: labels: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@96411830d91356417856c3e3a22287e2309adc64 with: cache-node-modules: true node-module-directories: | @@ -140,9 +140,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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@96411830d91356417856c3e3a22287e2309adc64 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@96411830d91356417856c3e3a22287e2309adc64 - name: Install node modules run: pnpm install --frozen-lockfile - run: | diff --git a/WORKSPACE b/WORKSPACE index 2831d3a8960..7d9e8662630 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -166,7 +166,7 @@ http_archive( git_repository( name = "devinfra", - commit = "7a11f99c467ca5ae4411c27beeec4300e32b616a", + commit = "96411830d91356417856c3e3a22287e2309adc64", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 77a7ea05680..96441538d56 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "@actions/core": "^1.10.0", "@actions/github": "^6.0.0", "@angular-devkit/architect-cli": "0.2002.0-rc.1", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b9bae2cc9b96652721067a69ece7e79dba123787", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#cc54f0b7f933dab454f5d0b50b014976c7814676", "@babel/plugin-proposal-async-generator-functions": "7.20.7", "@babel/plugin-transform-async-generator-functions": "^7.27.1", "@bazel/bazelisk": "^1.7.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7c4db80f5a2..22283b9b308 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -374,8 +374,8 @@ importers: specifier: 0.2002.0-rc.1 version: 0.2002.0-rc.1(chokidar@4.0.3) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#b9bae2cc9b96652721067a69ece7e79dba123787 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b9bae2cc9b96652721067a69ece7e79dba123787(@modelcontextprotocol/sdk@1.17.2) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#cc54f0b7f933dab454f5d0b50b014976c7814676 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/cc54f0b7f933dab454f5d0b50b014976c7814676(@modelcontextprotocol/sdk@1.17.2) '@babel/plugin-proposal-async-generator-functions': specifier: 7.20.7 version: 7.20.7(@babel/core@7.28.3) @@ -1390,9 +1390,9 @@ packages: '@angular/cdk': 20.2.0-rc.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b9bae2cc9b96652721067a69ece7e79dba123787': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b9bae2cc9b96652721067a69ece7e79dba123787} - version: 0.0.0-7a11f99c467ca5ae4411c27beeec4300e32b616a + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/cc54f0b7f933dab454f5d0b50b014976c7814676': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/cc54f0b7f933dab454f5d0b50b014976c7814676} + version: 0.0.0-96411830d91356417856c3e3a22287e2309adc64 hasBin: true '@angular/ssr@20.2.0-rc.1': @@ -11869,7 +11869,7 @@ snapshots: rxjs: 7.8.2 tslib: 2.8.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b9bae2cc9b96652721067a69ece7e79dba123787(@modelcontextprotocol/sdk@1.17.2)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/cc54f0b7f933dab454f5d0b50b014976c7814676(@modelcontextprotocol/sdk@1.17.2)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.1.0) @@ -13569,16 +13569,6 @@ snapshots: optionalDependencies: '@types/node': 18.19.122 - '@inquirer/checkbox@4.2.0(@types/node@24.2.0)': - dependencies: - '@inquirer/core': 10.1.15(@types/node@24.2.0) - '@inquirer/figures': 1.0.13 - '@inquirer/type': 3.0.8(@types/node@24.2.0) - ansi-escapes: 4.3.2 - yoctocolors-cjs: 2.1.2 - optionalDependencies: - '@types/node': 24.2.0 - '@inquirer/checkbox@4.2.1(@types/node@18.19.122)': dependencies: '@inquirer/core': 10.1.15(@types/node@18.19.122) @@ -13589,6 +13579,16 @@ snapshots: optionalDependencies: '@types/node': 18.19.122 + '@inquirer/checkbox@4.2.1(@types/node@24.2.0)': + dependencies: + '@inquirer/core': 10.1.15(@types/node@24.2.0) + '@inquirer/figures': 1.0.13 + '@inquirer/type': 3.0.8(@types/node@24.2.0) + ansi-escapes: 4.3.2 + yoctocolors-cjs: 2.1.2 + optionalDependencies: + '@types/node': 24.2.0 + '@inquirer/checkbox@4.2.1(@types/node@24.3.0)': dependencies: '@inquirer/core': 10.1.15(@types/node@24.3.0) @@ -13667,14 +13667,6 @@ snapshots: optionalDependencies: '@types/node': 18.19.122 - '@inquirer/editor@4.2.16(@types/node@24.2.0)': - dependencies: - '@inquirer/core': 10.1.15(@types/node@24.2.0) - '@inquirer/external-editor': 1.0.0(@types/node@24.2.0) - '@inquirer/type': 3.0.8(@types/node@24.2.0) - optionalDependencies: - '@types/node': 24.2.0 - '@inquirer/editor@4.2.17(@types/node@18.19.122)': dependencies: '@inquirer/core': 10.1.15(@types/node@18.19.122) @@ -13683,6 +13675,14 @@ snapshots: optionalDependencies: '@types/node': 18.19.122 + '@inquirer/editor@4.2.17(@types/node@24.2.0)': + dependencies: + '@inquirer/core': 10.1.15(@types/node@24.2.0) + '@inquirer/external-editor': 1.0.1(@types/node@24.2.0) + '@inquirer/type': 3.0.8(@types/node@24.2.0) + optionalDependencies: + '@types/node': 24.2.0 + '@inquirer/editor@4.2.17(@types/node@24.3.0)': dependencies: '@inquirer/core': 10.1.15(@types/node@24.3.0) @@ -13721,12 +13721,6 @@ snapshots: chardet: 2.1.0 iconv-lite: 0.6.3 - '@inquirer/external-editor@1.0.0(@types/node@24.2.0)': - dependencies: - '@types/node': 24.2.0 - chardet: 2.1.0 - iconv-lite: 0.6.3 - '@inquirer/external-editor@1.0.1(@types/node@18.19.122)': dependencies: chardet: 2.1.0 @@ -13734,6 +13728,13 @@ snapshots: optionalDependencies: '@types/node': 18.19.122 + '@inquirer/external-editor@1.0.1(@types/node@24.2.0)': + dependencies: + chardet: 2.1.0 + iconv-lite: 0.6.3 + optionalDependencies: + '@types/node': 24.2.0 + '@inquirer/external-editor@1.0.1(@types/node@24.3.0)': dependencies: chardet: 2.1.0 @@ -13811,9 +13812,9 @@ snapshots: '@inquirer/prompts@7.8.0(@types/node@24.2.0)': dependencies: - '@inquirer/checkbox': 4.2.0(@types/node@24.2.0) + '@inquirer/checkbox': 4.2.1(@types/node@24.2.0) '@inquirer/confirm': 5.1.14(@types/node@24.2.0) - '@inquirer/editor': 4.2.16(@types/node@24.2.0) + '@inquirer/editor': 4.2.17(@types/node@24.2.0) '@inquirer/expand': 4.0.17(@types/node@24.2.0) '@inquirer/input': 4.2.1(@types/node@24.2.0) '@inquirer/number': 3.0.17(@types/node@24.2.0)