From 4bc69159ca455d0ed7f3392ff22bc0d0c0a235d2 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 22 Oct 2025 15:10:28 +0000 Subject: [PATCH] build: update cross-repo angular dependencies (#64586) See associated pull request for more information. PR Close #64586 --- .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 +- package.json | 2 +- pnpm-lock.yaml | 56 +++++++------------ 15 files changed, 81 insertions(+), 97 deletions(-) diff --git a/.github/actions/saucelabs-legacy/action.yml b/.github/actions/saucelabs-legacy/action.yml index e4fde8ca765..ce4c7fd41fa 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/saucelabs@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - 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 dac6c9813d1..8c4f3601de9 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build adev run: pnpm bazel build //adev:build.production - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 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 9f81ef9a6f7..29cf45b901f 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 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 651b8813d8a..e6e29227baa 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + - uses: angular/dev-infra/github-actions/branch-manager@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/benchmark-compare.yml b/.github/workflows/benchmark-compare.yml index 2c33daca6d9..e77e61aecfe 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + - uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 with: bazelrc: ./.bazelrc.user diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ffb7fab326..546ab03d821 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 with: disable-package-manager-cache: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Install node modules run: pnpm install --frozen-lockfile - run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials @@ -140,11 +140,11 @@ jobs: labels: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -194,11 +194,11 @@ jobs: runs-on: ubuntu-latest-8core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - 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 823d0d2d445..71960634057 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + - uses: angular/dev-infra/github-actions/pull-request-labeling@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + - uses: angular/dev-infra/github-actions/post-approval-changes@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 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 6ff5e553a23..bb5fe1cd532 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + - uses: angular/dev-infra/github-actions/google-internal-tests@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 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 eb819749e20..de0f2d670a3 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/saucelabs@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - 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 fb8814513f8..6435f8fc0da 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + - uses: angular/dev-infra/github-actions/unified-status-check@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 6209286be38..63f41305a09 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - 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 96309c13bcb..75935077f54 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/linting/licenses@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 with: disable-package-manager-cache: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - 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@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/setup@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@52a1e1b2a2068f8d040417fcfe4fc0b08483e957 - name: Install node modules run: pnpm install --frozen-lockfile - run: | diff --git a/MODULE.bazel b/MODULE.bazel index 2d8e5250729..16268b7c161 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -25,7 +25,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "b02901c21fa1d40a4272881a9bf75068d1ca4ad9", + commit = "52a1e1b2a2068f8d040417fcfe4fc0b08483e957", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index dffdba09ef0..66c0f989ae2 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "@actions/core": "^1.10.0", "@actions/github": "^6.0.0", "@angular-devkit/architect-cli": "0.2003.6", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6e0f021e72c4d9e18732ef655177682ff88357bd", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b7b31bc86af715aed506382f2394613b741c840b", "@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 4bac6e500f5..738c41d10bf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -371,8 +371,8 @@ importers: specifier: 0.2003.6 version: 0.2003.6(chokidar@4.0.3) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#6e0f021e72c4d9e18732ef655177682ff88357bd - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6e0f021e72c4d9e18732ef655177682ff88357bd(@modelcontextprotocol/sdk@1.20.0) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#b7b31bc86af715aed506382f2394613b741c840b + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b7b31bc86af715aed506382f2394613b741c840b(@modelcontextprotocol/sdk@1.20.0) '@babel/plugin-proposal-async-generator-functions': specifier: 7.20.7 version: 7.20.7(@babel/core@7.28.3) @@ -1514,9 +1514,9 @@ packages: '@angular/cdk': 20.2.9 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6e0f021e72c4d9e18732ef655177682ff88357bd': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6e0f021e72c4d9e18732ef655177682ff88357bd} - version: 0.0.0-b02901c21fa1d40a4272881a9bf75068d1ca4ad9 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b7b31bc86af715aed506382f2394613b741c840b': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b7b31bc86af715aed506382f2394613b741c840b} + version: 0.0.0-52a1e1b2a2068f8d040417fcfe4fc0b08483e957 hasBin: true '@angular/ssr@20.3.6': @@ -3836,8 +3836,8 @@ packages: resolution: {integrity: sha512-tNe7a6U4rCpxLMBaR0SIYTdjxGdL0Vwb3G1zY8++sPtHSvy7qd54u8CIB0Z+Y6t5tc9pNYMYCMwhE/wdSY7ltg==} engines: {node: '>=18.12'} - '@pnpm/dependency-path@1001.1.2': - resolution: {integrity: sha512-fih99/lY+HRRak0U0KMKAO7+nacilWMcvFTH6YDKzjCBTOhxDr6Eeap2mF7uf4ED4dnKsQVNUGmFpvaSXSuFCQ==} + '@pnpm/dependency-path@1001.1.3': + resolution: {integrity: sha512-ScPXDrlpNNrvV+l4Z1Mh7HjejkltQWfSa3PIaB+WJ3h+PoC1w5blbgfq6ENdHdkRU7L14ie/3MqUGMIx2gZldA==} engines: {node: '>=18.12'} '@pnpm/graceful-fs@1000.0.1': @@ -3852,8 +3852,8 @@ packages: resolution: {integrity: sha512-c83qWb22rNRuB0UaVCI0uRPNRr8Z0FWnEIvT47jiHAmOIUHbBOg5XvV7pM5x+rKn9HRpjxquDbXYSXr3fAKFcw==} engines: {node: '>=12'} - '@pnpm/types@1000.8.0': - resolution: {integrity: sha512-yx86CGHHquWAI0GgKIuV/RnYewcf5fVFZemC45C/K2cX0uV8GB8TUP541ZrokWola2fZx5sn1vL7xzbceRZfoQ==} + '@pnpm/types@1000.9.0': + resolution: {integrity: sha512-UvDTCxnbyqkTg2X0dBOuZ4IdFJ8g4UFu0Ybv/5/cZAxCWVhNl1hC/Xc9hR4tZrlBL0NRFePLRhO/iw9LmA1lbw==} engines: {node: '>=18.12'} '@protobufjs/aspromise@1.1.2': @@ -13274,7 +13274,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/6e0f021e72c4d9e18732ef655177682ff88357bd(@modelcontextprotocol/sdk@1.20.0)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b7b31bc86af715aed506382f2394613b741c840b(@modelcontextprotocol/sdk@1.20.0)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) @@ -13291,7 +13291,7 @@ snapshots: '@octokit/request-error': 7.0.1 '@octokit/rest': 22.0.0 '@octokit/types': 15.0.1 - '@pnpm/dependency-path': 1001.1.2 + '@pnpm/dependency-path': 1001.1.3 '@types/cli-progress': 3.11.6 '@types/ejs': 3.1.5 '@types/events': 3.0.3 @@ -14316,14 +14316,6 @@ snapshots: '@colors/colors@1.6.0': {} - '@conventional-changelog/git-client@1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0)': - dependencies: - '@types/semver': 7.7.1 - semver: 7.7.3 - optionalDependencies: - conventional-commits-filter: 5.0.0 - conventional-commits-parser: 6.2.0 - '@conventional-changelog/git-client@1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.1)': dependencies: '@types/semver': 7.7.1 @@ -16202,7 +16194,7 @@ snapshots: '@octokit/endpoint@11.0.1': dependencies: - '@octokit/types': 15.0.0 + '@octokit/types': 15.0.1 universal-user-agent: 7.0.3 '@octokit/endpoint@9.0.6': @@ -16414,10 +16406,10 @@ snapshots: '@pnpm/crypto.polyfill@1000.1.0': {} - '@pnpm/dependency-path@1001.1.2': + '@pnpm/dependency-path@1001.1.3': dependencies: '@pnpm/crypto.hash': 1000.2.1 - '@pnpm/types': 1000.8.0 + '@pnpm/types': 1000.9.0 semver: 7.7.3 '@pnpm/graceful-fs@1000.0.1': @@ -16434,7 +16426,7 @@ snapshots: '@pnpm/network.ca-file': 1.0.2 config-chain: 1.1.13 - '@pnpm/types@1000.8.0': {} + '@pnpm/types@1000.9.0': {} '@protobufjs/aspromise@1.1.2': {} @@ -18866,9 +18858,9 @@ snapshots: '@hutson/parse-repository-url': 5.0.0 add-stream: 1.0.0 conventional-changelog-writer: 8.2.0 - conventional-commits-parser: 6.2.0 - git-raw-commits: 5.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0) - git-semver-tags: 8.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0) + conventional-commits-parser: 6.2.1 + git-raw-commits: 5.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.1) + git-semver-tags: 8.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.1) hosted-git-info: 7.0.2 normalize-package-data: 6.0.2 read-package-up: 11.0.0 @@ -20650,14 +20642,6 @@ snapshots: dependencies: assert-plus: 1.0.0 - git-raw-commits@5.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0): - dependencies: - '@conventional-changelog/git-client': 1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0) - meow: 13.2.0 - transitivePeerDependencies: - - conventional-commits-filter - - conventional-commits-parser - git-raw-commits@5.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.1): dependencies: '@conventional-changelog/git-client': 1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.1) @@ -20666,9 +20650,9 @@ snapshots: - conventional-commits-filter - conventional-commits-parser - git-semver-tags@8.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0): + git-semver-tags@8.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.1): dependencies: - '@conventional-changelog/git-client': 1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.0) + '@conventional-changelog/git-client': 1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.1) meow: 13.2.0 transitivePeerDependencies: - conventional-commits-filter