From 040cba0b09866ff558e4e1e4bfdbdc032973fd65 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 21 Aug 2025 19:38:03 +0000 Subject: [PATCH] build: update cross-repo angular dependencies (#63319) See associated pull request for more information. PR Close #63319 --- .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 +++++++------- MODULE.bazel | 2 +- MODULE.bazel.lock | 6 +-- package.json | 2 +- pnpm-lock.yaml | 12 ++--- 16 files changed, 70 insertions(+), 70 deletions(-) diff --git a/.github/actions/saucelabs-legacy/action.yml b/.github/actions/saucelabs-legacy/action.yml index 8da950a0c4d..767bc71e45a 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/setup@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/saucelabs@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - 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 a0ac106f611..3ef3f75d602 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/setup@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/configure-remote@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@f27fc330e9ebdd07ca713aff3c25a553cb824e37 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 037b6eb6d7d..af1c945c68d 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@f27fc330e9ebdd07ca713aff3c25a553cb824e37 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 98e655c2189..34bb4c7df1f 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + - uses: angular/dev-infra/github-actions/branch-manager@f27fc330e9ebdd07ca713aff3c25a553cb824e37 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/benchmark-compare.yml b/.github/workflows/benchmark-compare.yml index 9a59e8b6718..f4abad7fa5e 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + - uses: angular/dev-infra/github-actions/bazel/configure-remote@f27fc330e9ebdd07ca713aff3c25a553cb824e37 with: bazelrc: ./.bazelrc.user diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7609cdf421d..82b42b9364f 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f27fc330e9ebdd07ca713aff3c25a553cb824e37 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f27fc330e9ebdd07ca713aff3c25a553cb824e37 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/setup@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/configure-remote@f27fc330e9ebdd07ca713aff3c25a553cb824e37 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f27fc330e9ebdd07ca713aff3c25a553cb824e37 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/setup@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/configure-remote@f27fc330e9ebdd07ca713aff3c25a553cb824e37 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f27fc330e9ebdd07ca713aff3c25a553cb824e37 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/setup@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/configure-remote@f27fc330e9ebdd07ca713aff3c25a553cb824e37 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/setup@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/configure-remote@f27fc330e9ebdd07ca713aff3c25a553cb824e37 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f27fc330e9ebdd07ca713aff3c25a553cb824e37 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/setup@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/configure-remote@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f27fc330e9ebdd07ca713aff3c25a553cb824e37 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/setup@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/configure-remote@f27fc330e9ebdd07ca713aff3c25a553cb824e37 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/setup@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/configure-remote@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - 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 d85991daed5..037a5cd3651 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + - uses: angular/dev-infra/github-actions/pull-request-labeling@f27fc330e9ebdd07ca713aff3c25a553cb824e37 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + - uses: angular/dev-infra/github-actions/post-approval-changes@f27fc330e9ebdd07ca713aff3c25a553cb824e37 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 5abac355322..61730db2624 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + - uses: angular/dev-infra/github-actions/google-internal-tests@f27fc330e9ebdd07ca713aff3c25a553cb824e37 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 c97e59577e5..d2525ba7af5 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f27fc330e9ebdd07ca713aff3c25a553cb824e37 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/setup@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/configure-remote@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/saucelabs@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - 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 a1bac357788..b4440b075b8 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + - uses: angular/dev-infra/github-actions/unified-status-check@f27fc330e9ebdd07ca713aff3c25a553cb824e37 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index f4e3effb737..015d4a0e7f2 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/setup@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - 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 9f340696dde..9ca67619a3f 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f27fc330e9ebdd07ca713aff3c25a553cb824e37 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/linting/licenses@f27fc330e9ebdd07ca713aff3c25a553cb824e37 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f27fc330e9ebdd07ca713aff3c25a553cb824e37 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/setup@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/configure-remote@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f27fc330e9ebdd07ca713aff3c25a553cb824e37 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/setup@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/configure-remote@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f27fc330e9ebdd07ca713aff3c25a553cb824e37 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/setup@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/configure-remote@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/setup@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/configure-remote@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f27fc330e9ebdd07ca713aff3c25a553cb824e37 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@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/setup@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9cc4fc69c644e345ce44169c7cd84e729c8d29bb + uses: angular/dev-infra/github-actions/bazel/configure-remote@f27fc330e9ebdd07ca713aff3c25a553cb824e37 - name: Install node modules run: pnpm install --frozen-lockfile - run: | diff --git a/MODULE.bazel b/MODULE.bazel index 6e87c49337c..51172b57388 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -25,7 +25,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "9cc4fc69c644e345ce44169c7cd84e729c8d29bb", + commit = "f27fc330e9ebdd07ca713aff3c25a553cb824e37", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index eed0aad27a1..564a0c676d6 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -540,7 +540,7 @@ "bzlTransitiveDigest": "9IJp6IlB/FMHFBJe4MX/DQM4zi3oArC8yqYE/+NyPwk=", "usagesDigest": "1rX5zKEA5AF0V7MwOa4Uu00O9/xtmOXAgV3jUGUxeQk=", "recordedFileInputs": { - "@@//package.json": "855e5a89b1be1e9674b685c57cbe2d6780d1c7ff37322398509939022b220b70", + "@@//package.json": "c744702ee17a8fc3e84054bd91a147e26e47a42ecb71653b12f3afe471a71bfb", "@@devinfra~//bazel/package.json": "960bcecf963a211f96a3967c7cfb5d3e1cea08d94b27056a3e8dbf2fad1e2dd3", "@@rules_browsers~//package.json": "45572077938c7a4916e4aaedf7db7ce8425854ab92f35348cff02a2134023bb8" }, @@ -687,7 +687,7 @@ "@@rules_angular~//setup:extensions.bzl%rules_angular": { "general": { "bzlTransitiveDigest": "fkaH7HMicL3g7/NDaFzlq39kcLopMyQ3KdbDn+5CRzA=", - "usagesDigest": "qrhfTKGQbLCxrrnp42MB2+EBqNXRJsMhZvym3Bp/diQ=", + "usagesDigest": "1oeycgV+w0mSegt2ycKii5zoBkwEZzF4+hcp4rOX7sg=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": {}, @@ -713,7 +713,7 @@ "ruleClassName": "configurable_deps_repo", "attributes": { "angular_compiler_cli": "@@rules_angular~//:node_modules/@angular/compiler-cli", - "typescript": "@@rules_angular~//:node_modules/typescript-local" + "typescript": "@@rules_angular~//:node_modules/typescript" } } }, diff --git a/package.json b/package.json index 2530b2e4010..50da0818c5f 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", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f5c6d618745c1662fa63252ba1cdbac1eae1f2e0", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b10e59cc51436b8a18529532814372eca00c7bbc", "@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 acc540c9493..752d9a0e486 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -371,8 +371,8 @@ importers: specifier: 0.2002.0 version: 0.2002.0(chokidar@4.0.3) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#f5c6d618745c1662fa63252ba1cdbac1eae1f2e0 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f5c6d618745c1662fa63252ba1cdbac1eae1f2e0(@modelcontextprotocol/sdk@1.17.3) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#b10e59cc51436b8a18529532814372eca00c7bbc + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b10e59cc51436b8a18529532814372eca00c7bbc(@modelcontextprotocol/sdk@1.17.3) '@babel/plugin-proposal-async-generator-functions': specifier: 7.20.7 version: 7.20.7(@babel/core@7.28.3) @@ -1387,9 +1387,9 @@ packages: '@angular/cdk': 20.2.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f5c6d618745c1662fa63252ba1cdbac1eae1f2e0': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f5c6d618745c1662fa63252ba1cdbac1eae1f2e0} - version: 0.0.0-9cc4fc69c644e345ce44169c7cd84e729c8d29bb + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b10e59cc51436b8a18529532814372eca00c7bbc': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b10e59cc51436b8a18529532814372eca00c7bbc} + version: 0.0.0-f27fc330e9ebdd07ca713aff3c25a553cb824e37 hasBin: true '@angular/ssr@20.2.0': @@ -11859,7 +11859,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/f5c6d618745c1662fa63252ba1cdbac1eae1f2e0(@modelcontextprotocol/sdk@1.17.3)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b10e59cc51436b8a18529532814372eca00c7bbc(@modelcontextprotocol/sdk@1.17.3)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.1.0)