From 669c7c0249b843e5f3affd615bf1f1df500072c0 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 17 Sep 2025 19:40:08 +0000 Subject: [PATCH] build: update cross-repo angular dependencies (#63880) See associated pull request for more information. PR Close #63880 --- .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 +- adev/package.json | 4 +- package.json | 6 +-- pnpm-lock.yaml | 52 +++++++++---------- 16 files changed, 91 insertions(+), 91 deletions(-) diff --git a/.github/actions/saucelabs-legacy/action.yml b/.github/actions/saucelabs-legacy/action.yml index f7a371a4540..8df21643716 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/saucelabs@ea29aaa1017454533a029dd555ad9f93d381d100 - 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 ff8d575dad9..ea0cb89447a 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build adev to ensure it continues to work run: pnpm bazel build //adev:build.production - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@00436d3805b6ee23734f827f85b687fce686f61c + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@ea29aaa1017454533a029dd555ad9f93d381d100 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 c0e40bda9fb..ed966f8fea1 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@00436d3805b6ee23734f827f85b687fce686f61c + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@ea29aaa1017454533a029dd555ad9f93d381d100 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 e8a6d5ac6f9..e24595df121 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@00436d3805b6ee23734f827f85b687fce686f61c + - uses: angular/dev-infra/github-actions/branch-manager@ea29aaa1017454533a029dd555ad9f93d381d100 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/benchmark-compare.yml b/.github/workflows/benchmark-compare.yml index bcba48a62d6..99602e1b62b 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@00436d3805b6ee23734f827f85b687fce686f61c + - uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100 with: bazelrc: ./.bazelrc.user diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c96dbc7b677..23470b2ba77 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100 - 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100 with: disable-package-manager-cache: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Install node modules run: pnpm install --frozen-lockfile - run: echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials @@ -142,11 +142,11 @@ jobs: labels: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -196,11 +196,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100 - 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 8aebf54611b..b30f210a0e7 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@00436d3805b6ee23734f827f85b687fce686f61c + - uses: angular/dev-infra/github-actions/pull-request-labeling@ea29aaa1017454533a029dd555ad9f93d381d100 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@00436d3805b6ee23734f827f85b687fce686f61c + - uses: angular/dev-infra/github-actions/post-approval-changes@ea29aaa1017454533a029dd555ad9f93d381d100 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 04ca673e136..948b8588ae6 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@00436d3805b6ee23734f827f85b687fce686f61c + - uses: angular/dev-infra/github-actions/google-internal-tests@ea29aaa1017454533a029dd555ad9f93d381d100 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 4028e726a87..2cb3c8cc471 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Saucelabs Variables - uses: angular/dev-infra/github-actions/saucelabs@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/saucelabs@ea29aaa1017454533a029dd555ad9f93d381d100 - 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 822b38ec34f..460dcc0b2d6 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@00436d3805b6ee23734f827f85b687fce686f61c + - uses: angular/dev-infra/github-actions/unified-status-check@ea29aaa1017454533a029dd555ad9f93d381d100 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index b9852674dde..72ae7bd89be 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100 - 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100 - 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 a5e3f80e68d..e8fda0fd70a 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100 - 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/linting/licenses@ea29aaa1017454533a029dd555ad9f93d381d100 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100 with: disable-package-manager-cache: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Cache downloaded Cypress binary uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100 - 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel Remote Caching - uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100 - 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100 - 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@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/setup@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@00436d3805b6ee23734f827f85b687fce686f61c + uses: angular/dev-infra/github-actions/bazel/configure-remote@ea29aaa1017454533a029dd555ad9f93d381d100 - name: Install node modules run: pnpm install --frozen-lockfile - run: | diff --git a/MODULE.bazel b/MODULE.bazel index 4c2e8a22d56..bcc81bbc9c3 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -25,7 +25,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "00436d3805b6ee23734f827f85b687fce686f61c", + commit = "ea29aaa1017454533a029dd555ad9f93d381d100", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/adev/package.json b/adev/package.json index f9e05c82dee..c398f83ba62 100644 --- a/adev/package.json +++ b/adev/package.json @@ -3,7 +3,7 @@ "@angular-devkit/build-angular": "20.3.2", "@angular/animations": "workspace:*", "@angular/build": "20.3.2", - "@angular/cdk": "20.2.3", + "@angular/cdk": "20.2.4", "@angular/cli": "20.3.2", "@angular/common": "workspace:*", "@angular/compiler-cli": "workspace:*", @@ -11,7 +11,7 @@ "@angular/core": "workspace:*", "@angular/docs": "workspace:*", "@angular/forms": "workspace:*", - "@angular/material": "20.2.3", + "@angular/material": "20.2.4", "@angular/platform-browser": "workspace:*", "@angular/platform-server": "workspace:*", "@angular/router": "workspace:*", diff --git a/package.json b/package.json index b4eb61085d8..9f8926eac33 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@angular/animations": "workspace:*", "@angular/benchpress": "workspace: *", "@angular/build": "20.3.2", - "@angular/cdk": "20.2.3", + "@angular/cdk": "20.2.4", "@angular/cli": "20.3.2", "@angular/common": "workspace:*", "@angular/compiler": "workspace:*", @@ -65,7 +65,7 @@ "@angular/forms": "workspace:*", "@angular/language-service": "workspace: *", "@angular/localize": "workspace: *", - "@angular/material": "20.2.3", + "@angular/material": "20.2.4", "@angular/platform-browser": "workspace:*", "@angular/platform-browser-dynamic": "workspace:*", "@angular/platform-server": "workspace:*", @@ -168,7 +168,7 @@ "@actions/core": "^1.10.0", "@actions/github": "^6.0.0", "@angular-devkit/architect-cli": "0.2003.2", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#bee20b286dba0f6928a00f5e73ff985478cd4926", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ea19f57120053b984364eda6211f337b2756b190", "@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 dbe559e888d..bf7945647e0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -40,8 +40,8 @@ importers: specifier: 20.3.2 version: 20.3.2(@angular/ssr@20.3.2)(@types/node@18.19.124)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4(bufferutil@4.0.9))(less@4.4.0)(postcss@8.5.6)(terser@5.44.0)(tslib@2.8.1)(tsx@4.20.5)(typescript@5.9.2)(vitest@3.2.4(@types/node@18.19.124)(jiti@1.21.7)(jsdom@26.1.0(bufferutil@4.0.9))(less@4.4.0)(sass@1.90.0)(terser@5.44.0)(tsx@4.20.5)(yaml@2.8.1))(yaml@2.8.1) '@angular/cdk': - specifier: 20.2.3 - version: 20.2.3(rxjs@7.8.2) + specifier: 20.2.4 + version: 20.2.4(rxjs@7.8.2) '@angular/cli': specifier: 20.3.2 version: 20.3.2(@types/node@18.19.124)(chokidar@4.0.3) @@ -70,8 +70,8 @@ importers: specifier: 'workspace: *' version: link:packages/localize '@angular/material': - specifier: 20.2.3 - version: 20.2.3(@angular/cdk@20.2.3(rxjs@7.8.2))(rxjs@7.8.2) + specifier: 20.2.4 + version: 20.2.4(@angular/cdk@20.2.4(rxjs@7.8.2))(rxjs@7.8.2) '@angular/platform-browser': specifier: workspace:* version: link:packages/platform-browser @@ -272,7 +272,7 @@ importers: version: 0.1.1 ngx-progressbar: specifier: ^14.0.0 - version: 14.0.0(@angular/cdk@20.2.3(rxjs@7.8.2))(rxjs@7.8.2) + version: 14.0.0(@angular/cdk@20.2.4(rxjs@7.8.2))(rxjs@7.8.2) open-in-idx: specifier: ^0.1.1 version: 0.1.1 @@ -371,8 +371,8 @@ importers: specifier: 0.2003.2 version: 0.2003.2(chokidar@4.0.3) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#bee20b286dba0f6928a00f5e73ff985478cd4926 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/bee20b286dba0f6928a00f5e73ff985478cd4926(@modelcontextprotocol/sdk@1.17.5) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#ea19f57120053b984364eda6211f337b2756b190 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/ea19f57120053b984364eda6211f337b2756b190(@modelcontextprotocol/sdk@1.17.5) '@babel/plugin-proposal-async-generator-functions': specifier: 7.20.7 version: 7.20.7(@babel/core@7.28.3) @@ -536,8 +536,8 @@ importers: specifier: 20.3.2 version: 20.3.2(@angular/ssr@20.3.2)(@types/node@24.3.0)(chokidar@4.0.3)(jiti@1.21.7)(karma@6.4.4(bufferutil@4.0.9)(utf-8-validate@6.0.5))(less@4.4.0)(postcss@8.5.6)(terser@5.44.0)(tslib@2.8.1)(tsx@4.20.5)(typescript@5.9.2)(vitest@3.2.4(@types/node@24.3.0)(jiti@1.21.7)(jsdom@26.1.0(bufferutil@4.0.9)(utf-8-validate@6.0.5))(less@4.4.0)(sass@1.90.0)(terser@5.44.0)(tsx@4.20.5)(yaml@2.8.1))(yaml@2.8.1) '@angular/cdk': - specifier: 20.2.3 - version: 20.2.3(rxjs@7.8.2) + specifier: 20.2.4 + version: 20.2.4(rxjs@7.8.2) '@angular/cli': specifier: 20.3.2 version: 20.3.2(@types/node@24.3.0)(chokidar@4.0.3) @@ -560,8 +560,8 @@ importers: specifier: workspace:* version: link:../packages/forms '@angular/material': - specifier: 20.2.3 - version: 20.2.3(@angular/cdk@20.2.3(rxjs@7.8.2))(rxjs@7.8.2) + specifier: 20.2.4 + version: 20.2.4(@angular/cdk@20.2.4(rxjs@7.8.2))(rxjs@7.8.2) '@angular/platform-browser': specifier: workspace:* version: link:../packages/platform-browser @@ -708,7 +708,7 @@ importers: version: 11.10.0 ngx-progressbar: specifier: 14.0.0 - version: 14.0.0(@angular/cdk@20.2.3(rxjs@7.8.2))(rxjs@7.8.2) + version: 14.0.0(@angular/cdk@20.2.4(rxjs@7.8.2))(rxjs@7.8.2) open-in-idx: specifier: 0.1.1 version: 0.1.1 @@ -1448,8 +1448,8 @@ packages: vitest: optional: true - '@angular/cdk@20.2.3': - resolution: {integrity: sha512-gu1zzxxcwobeiH21VpphM+cPFrQX0dxGwlFx1W8eTcLYLWd9YjlTETucBrEUEWcXmRrVTXf/VcqA0rWsxd50Ow==} + '@angular/cdk@20.2.4': + resolution: {integrity: sha512-5UzrN854pnQH+Qw6XZRxx2zWkcOxKrzWPLXe+gHFxFhxWUZfJKGcTJeAj8bnmyb+C3lqBbGpoNQPQ8pFXQGEaQ==} peerDependencies: rxjs: ^6.5.3 || ^7.4.0 @@ -1466,15 +1466,15 @@ packages: resolution: {tarball: https://codeload.github.com/angular/domino/tar.gz/93e720f143d0296dd2726ffbcf4fc12283363a7b} version: 2.1.6 - '@angular/material@20.2.3': - resolution: {integrity: sha512-fe6abllA5VwFQTYuKjJQNQMzMakFD8CLaQsgSoUCAYnlCJ1YjMMIVAbcrMuJVlDeGz1cM9PaZgvUyCOZCMADhQ==} + '@angular/material@20.2.4': + resolution: {integrity: sha512-B1XUOL9TbBDQZpH3j2C6hEpwdokvvmoeaOI7aMTpXrNzomyXHTWZWrMybq30trB7sE7cNze1DQRiOuDXsLgnTw==} peerDependencies: - '@angular/cdk': 20.2.3 + '@angular/cdk': 20.2.4 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/bee20b286dba0f6928a00f5e73ff985478cd4926': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/bee20b286dba0f6928a00f5e73ff985478cd4926} - version: 0.0.0-00436d3805b6ee23734f827f85b687fce686f61c + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/ea19f57120053b984364eda6211f337b2756b190': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/ea19f57120053b984364eda6211f337b2756b190} + version: 0.0.0-ea29aaa1017454533a029dd555ad9f93d381d100 hasBin: true '@angular/ssr@20.3.2': @@ -12984,7 +12984,7 @@ snapshots: - tsx - yaml - '@angular/cdk@20.2.3(rxjs@7.8.2)': + '@angular/cdk@20.2.4(rxjs@7.8.2)': dependencies: '@angular/common': link:packages/common '@angular/core': link:packages/core @@ -13051,9 +13051,9 @@ snapshots: '@angular/domino@https://codeload.github.com/angular/domino/tar.gz/93e720f143d0296dd2726ffbcf4fc12283363a7b': {} - '@angular/material@20.2.3(@angular/cdk@20.2.3(rxjs@7.8.2))(rxjs@7.8.2)': + '@angular/material@20.2.4(@angular/cdk@20.2.4(rxjs@7.8.2))(rxjs@7.8.2)': dependencies: - '@angular/cdk': 20.2.3(rxjs@7.8.2) + '@angular/cdk': 20.2.4(rxjs@7.8.2) '@angular/common': link:packages/common '@angular/core': link:packages/core '@angular/forms': link:packages/forms @@ -13061,7 +13061,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/bee20b286dba0f6928a00f5e73ff985478cd4926(@modelcontextprotocol/sdk@1.17.5)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/ea19f57120053b984364eda6211f337b2756b190(@modelcontextprotocol/sdk@1.17.5)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) @@ -22697,9 +22697,9 @@ snapshots: '@angular/core': link:packages/core tslib: 2.8.1 - ngx-progressbar@14.0.0(@angular/cdk@20.2.3(rxjs@7.8.2))(rxjs@7.8.2): + ngx-progressbar@14.0.0(@angular/cdk@20.2.4(rxjs@7.8.2))(rxjs@7.8.2): dependencies: - '@angular/cdk': 20.2.3(rxjs@7.8.2) + '@angular/cdk': 20.2.4(rxjs@7.8.2) '@angular/common': link:packages/common '@angular/core': link:packages/core rxjs: 7.8.2