From 863ab38fcc5f7e716f213bd20eda9f65c6197f19 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 12 Nov 2025 19:05:20 +0000 Subject: [PATCH] build: update cross-repo angular dependencies See associated pull request for more information. --- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/ci.yml | 52 +++++++++---------- .github/workflows/dev-infra.yml | 4 +- .github/workflows/feature-requests.yml | 2 +- .github/workflows/perf.yml | 6 +-- .github/workflows/pr.yml | 44 ++++++++-------- MODULE.bazel | 2 +- package.json | 2 +- pnpm-lock.yaml | 12 ++--- 9 files changed, 63 insertions(+), 63 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index aac5a765ee48..7487ab7618c1 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@75e967a4a7dd593c812c0b05382c562283ee4d39 + - uses: angular/dev-infra/github-actions/branch-manager@b1a3582375c99e7af6487d9eff637242652acbc2 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6321de6a381..2a904d45f245 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/setup@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Install node modules run: pnpm install --frozen-lockfile - name: Generate JSON schema types @@ -44,11 +44,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/setup@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1a3582375c99e7af6487d9eff637242652acbc2 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -61,11 +61,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/setup@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1a3582375c99e7af6487d9eff637242652acbc2 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -85,13 +85,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/setup@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1a3582375c99e7af6487d9eff637242652acbc2 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -101,11 +101,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/setup@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1a3582375c99e7af6487d9eff637242652acbc2 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -139,7 +139,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -167,13 +167,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/setup@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1a3582375c99e7af6487d9eff637242652acbc2 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -192,13 +192,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/setup@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1a3582375c99e7af6487d9eff637242652acbc2 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -212,13 +212,13 @@ jobs: SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/setup@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1a3582375c99e7af6487d9eff637242652acbc2 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run E2E Browser tests @@ -248,11 +248,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/setup@b1a3582375c99e7af6487d9eff637242652acbc2 - run: pnpm admin snapshots --verbose env: SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }} diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 585239721fab..1d2de44a4146 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@75e967a4a7dd593c812c0b05382c562283ee4d39 + - uses: angular/dev-infra/github-actions/pull-request-labeling@b1a3582375c99e7af6487d9eff637242652acbc2 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@75e967a4a7dd593c812c0b05382c562283ee4d39 + - uses: angular/dev-infra/github-actions/post-approval-changes@b1a3582375c99e7af6487d9eff637242652acbc2 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index f00bf085a431..fd5c606a686e 100644 --- a/.github/workflows/feature-requests.yml +++ b/.github/workflows/feature-requests.yml @@ -16,6 +16,6 @@ jobs: if: github.repository == 'angular/angular-cli' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/feature-request@75e967a4a7dd593c812c0b05382c562283ee4d39 + - uses: angular/dev-infra/github-actions/feature-request@b1a3582375c99e7af6487d9eff637242652acbc2 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index d727ccba8f9e..409d3ae5af79 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -23,7 +23,7 @@ jobs: workflows: ${{ steps.workflows.outputs.workflows }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Install node modules run: pnpm install --frozen-lockfile - id: workflows @@ -38,9 +38,9 @@ jobs: workflow: ${{ fromJSON(needs.list.outputs.workflows) }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/setup@b1a3582375c99e7af6487d9eff637242652acbc2 - 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 25f5be2bf571..1cc17c3527b7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -34,9 +34,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/setup@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup ESLint Caching uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: @@ -56,7 +56,7 @@ jobs: - name: Run Validation run: pnpm admin validate - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/linting/licenses@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Check tooling setup run: pnpm check-tooling-setup - name: Check commit message @@ -72,11 +72,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/setup@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build release targets @@ -93,11 +93,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/setup@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run module and package tests @@ -115,13 +115,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/setup@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Run CLI E2E tests run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -129,11 +129,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/setup@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build E2E tests for Windows on Linux @@ -157,7 +157,7 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -185,13 +185,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/setup@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Run CLI E2E tests run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=3 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -208,12 +208,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/setup@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@75e967a4a7dd593c812c0b05382c562283ee4d39 + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1a3582375c99e7af6487d9eff637242652acbc2 - name: Run CLI E2E tests run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }} diff --git a/MODULE.bazel b/MODULE.bazel index 07065d2cb70f..c6d0c1005ef7 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -33,7 +33,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "75e967a4a7dd593c812c0b05382c562283ee4d39", + commit = "b1a3582375c99e7af6487d9eff637242652acbc2", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 7a0eb41edc26..994ccb5b9300 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@angular/forms": "21.0.0-rc.2", "@angular/localize": "21.0.0-rc.2", "@angular/material": "21.0.0-rc.1", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#fa2b2b9a824c1599b99b5279a3e2f28ecf472a6a", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#58db89e9679349076ef973b2f2e64d0c808edffa", "@angular/platform-browser": "21.0.0-rc.2", "@angular/platform-server": "21.0.0-rc.2", "@angular/router": "21.0.0-rc.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 78c26ca2434a..0482b57bdcd7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -49,8 +49,8 @@ importers: specifier: 21.0.0-rc.1 version: 21.0.0-rc.1(36cf5dcd6d9a30c992eda0464d5874e2) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#fa2b2b9a824c1599b99b5279a3e2f28ecf472a6a - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/fa2b2b9a824c1599b99b5279a3e2f28ecf472a6a(@modelcontextprotocol/sdk@1.20.1) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#58db89e9679349076ef973b2f2e64d0c808edffa + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/58db89e9679349076ef973b2f2e64d0c808edffa(@modelcontextprotocol/sdk@1.20.1) '@angular/platform-browser': specifier: 21.0.0-rc.2 version: 21.0.0-rc.2(@angular/animations@21.0.0-rc.2(@angular/core@21.0.0-rc.2(@angular/compiler@21.0.0-rc.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-rc.2(@angular/core@21.0.0-rc.2(@angular/compiler@21.0.0-rc.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-rc.2(@angular/compiler@21.0.0-rc.2)(rxjs@7.8.2)(zone.js@0.15.1)) @@ -1060,9 +1060,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/fa2b2b9a824c1599b99b5279a3e2f28ecf472a6a': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/fa2b2b9a824c1599b99b5279a3e2f28ecf472a6a} - version: 0.0.0-75e967a4a7dd593c812c0b05382c562283ee4d39 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/58db89e9679349076ef973b2f2e64d0c808edffa': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/58db89e9679349076ef973b2f2e64d0c808edffa} + version: 0.0.0-b1a3582375c99e7af6487d9eff637242652acbc2 hasBin: true '@angular/platform-browser@21.0.0-rc.2': @@ -9568,7 +9568,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/fa2b2b9a824c1599b99b5279a3e2f28ecf472a6a(@modelcontextprotocol/sdk@1.20.1)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/58db89e9679349076ef973b2f2e64d0c808edffa(@modelcontextprotocol/sdk@1.20.1)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2)