From 3b1fbf00daa429f2fc6657fb137afe3360bb138d Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 11 Nov 2025 16:45:13 +0000 Subject: [PATCH] build: update cross-repo angular dependencies See associated pull request for more information. --- .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 | 50 +++++++++---------- .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 | 40 +++++++-------- MODULE.bazel | 2 +- package.json | 2 +- pnpm-lock.yaml | 20 +++++--- 15 files changed, 79 insertions(+), 75 deletions(-) diff --git a/.github/actions/saucelabs-legacy/action.yml b/.github/actions/saucelabs-legacy/action.yml index dd93ad25d8e..1e45b570bf6 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@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/setup@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/saucelabs@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - 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 b968d3842e4..978fd66148b 100644 --- a/.github/workflows/adev-preview-build.yml +++ b/.github/workflows/adev-preview-build.yml @@ -21,17 +21,17 @@ 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@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/setup@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/configure-remote@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build adev # `snapshot-build` config is used to stamp the exact version with sha in the footer. run: pnpm bazel build //adev:build.production --config=snapshot-build - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@7b0cc896370708d4849b3e37167f9b47137ba22c + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 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 3d4d11149ac..eec6fc7678d 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@7b0cc896370708d4849b3e37167f9b47137ba22c + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 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 69a28df441f..b81756dd28a 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@7b0cc896370708d4849b3e37167f9b47137ba22c + - uses: angular/dev-infra/github-actions/branch-manager@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/benchmark-compare.yml b/.github/workflows/benchmark-compare.yml index 3552c2c8781..94eb140311b 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@7b0cc896370708d4849b3e37167f9b47137ba22c + - uses: angular/dev-infra/github-actions/bazel/configure-remote@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 with: bazelrc: ./.bazelrc.user diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1505b2b15c2..2a58887a75c 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@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Install node modules run: pnpm install --frozen-lockfile - name: Check code lint @@ -39,13 +39,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 with: disable-package-manager-cache: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/setup@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/configure-remote@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Cache downloaded Cypress binary @@ -72,11 +72,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/setup@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/configure-remote@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -88,11 +88,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/setup@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/configure-remote@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -105,11 +105,11 @@ jobs: labels: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/setup@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/configure-remote@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -124,11 +124,11 @@ jobs: labels: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/setup@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/configure-remote@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -146,11 +146,11 @@ jobs: labels: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/setup@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/configure-remote@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Install node modules run: pnpm install --frozen-lockfile - run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials @@ -162,11 +162,11 @@ jobs: labels: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/setup@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/configure-remote@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -216,11 +216,11 @@ jobs: runs-on: ubuntu-latest-8core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/setup@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/configure-remote@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build adev diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index cb225286e4c..e8f02bd1d70 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@7b0cc896370708d4849b3e37167f9b47137ba22c + - uses: angular/dev-infra/github-actions/pull-request-labeling@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 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@7b0cc896370708d4849b3e37167f9b47137ba22c + - uses: angular/dev-infra/github-actions/post-approval-changes@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 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 9cfcab738b5..8d09c0617f0 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@7b0cc896370708d4849b3e37167f9b47137ba22c + - uses: angular/dev-infra/github-actions/google-internal-tests@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 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 42594b6c331..82ca91ec7a2 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -13,15 +13,15 @@ jobs: JOBS: 2 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/setup@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/configure-remote@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/saucelabs@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - 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 8e1bfc85ec6..2e6146ed34f 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@7b0cc896370708d4849b3e37167f9b47137ba22c + - uses: angular/dev-infra/github-actions/unified-status-check@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index a55d0632f5d..bfa171153ad 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@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - 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@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/setup@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - 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 74b58f9c5fb..a4e824f99db 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@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Install node modules run: pnpm install --frozen-lockfile - name: Check code lint @@ -37,7 +37,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@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/linting/licenses@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 with: allow-dependencies-licenses: 'pkg:npm/google-protobuf@' @@ -45,13 +45,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 with: disable-package-manager-cache: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/setup@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/configure-remote@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Cache downloaded Cypress binary uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: @@ -76,11 +76,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/setup@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/configure-remote@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run CI tests for framework @@ -100,11 +100,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/setup@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/configure-remote@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run integration CI tests for framework @@ -115,11 +115,11 @@ jobs: labels: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/setup@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/configure-remote@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -132,11 +132,11 @@ jobs: labels: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/setup@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/configure-remote@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Install node modules run: pnpm install --frozen-lockfile - name: Cache downloaded vscode binary @@ -152,11 +152,11 @@ jobs: labels: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/setup@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7b0cc896370708d4849b3e37167f9b47137ba22c + uses: angular/dev-infra/github-actions/bazel/configure-remote@4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 - name: Install node modules run: pnpm install --frozen-lockfile - run: | diff --git a/MODULE.bazel b/MODULE.bazel index 3b51bf01f18..70c8390dbd2 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -25,7 +25,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "7b0cc896370708d4849b3e37167f9b47137ba22c", + commit = "4913e6e48f2b6169fb7d3f598bd79f1c31d4b146", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index f46eac25351..f6f49a8274b 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.2100.0-rc.1", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#55d321e3273d0eb4bf0329db7c315ebb142978fb", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#eae4c69944c7f750587c095ebc7e4ebc726f99bf", "@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 eb8084caa53..3b02f637acb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -359,8 +359,8 @@ importers: specifier: 0.2100.0-rc.1 version: 0.2100.0-rc.1(chokidar@4.0.3) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#55d321e3273d0eb4bf0329db7c315ebb142978fb - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/55d321e3273d0eb4bf0329db7c315ebb142978fb(@modelcontextprotocol/sdk@1.20.2) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#eae4c69944c7f750587c095ebc7e4ebc726f99bf + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/eae4c69944c7f750587c095ebc7e4ebc726f99bf(@modelcontextprotocol/sdk@1.20.2) '@babel/plugin-proposal-async-generator-functions': specifier: 7.20.7 version: 7.20.7(@babel/core@7.28.5) @@ -1819,9 +1819,9 @@ packages: '@angular/platform-browser': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/55d321e3273d0eb4bf0329db7c315ebb142978fb': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/55d321e3273d0eb4bf0329db7c315ebb142978fb} - version: 0.0.0-7b0cc896370708d4849b3e37167f9b47137ba22c + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/eae4c69944c7f750587c095ebc7e4ebc726f99bf': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/eae4c69944c7f750587c095ebc7e4ebc726f99bf} + version: 0.0.0-4913e6e48f2b6169fb7d3f598bd79f1c31d4b146 hasBin: true '@angular/ssr@21.0.0-rc.1': @@ -14137,7 +14137,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/55d321e3273d0eb4bf0329db7c315ebb142978fb(@modelcontextprotocol/sdk@1.20.2)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/eae4c69944c7f750587c095ebc7e4ebc726f99bf(@modelcontextprotocol/sdk@1.20.2)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) @@ -16231,7 +16231,7 @@ snapshots: dependencies: '@inquirer/ansi': 1.0.1 '@inquirer/figures': 1.0.14 - '@inquirer/type': 3.0.9(@types/node@20.19.23) + '@inquirer/type': 3.0.10(@types/node@20.19.23) cli-width: 4.1.0 mute-stream: 2.0.0 signal-exit: 4.1.0 @@ -16244,7 +16244,7 @@ snapshots: dependencies: '@inquirer/ansi': 1.0.1 '@inquirer/figures': 1.0.14 - '@inquirer/type': 3.0.9(@types/node@24.10.0) + '@inquirer/type': 3.0.10(@types/node@24.10.0) cli-width: 4.1.0 mute-stream: 2.0.0 signal-exit: 4.1.0 @@ -16531,6 +16531,10 @@ snapshots: optionalDependencies: '@types/node': 24.10.0 + '@inquirer/type@3.0.10(@types/node@20.19.23)': + optionalDependencies: + '@types/node': 20.19.23 + '@inquirer/type@3.0.10(@types/node@24.10.0)': optionalDependencies: '@types/node': 24.10.0