From 32cd1c1dd055c1415e57502d1ff995022c1adfa7 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 9 Dec 2025 21:05:41 +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 50e86e0270db..a816554d6f8d 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + - uses: angular/dev-infra/github-actions/branch-manager@4ec84059f295affa82fe766682981b8b838a057b with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1c3e63730e0..431b8bfe0784 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@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b - 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@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b 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@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -84,13 +84,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -100,11 +100,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -137,7 +137,7 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -164,13 +164,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -188,13 +188,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -208,13 +208,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@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run E2E Browser tests @@ -244,11 +244,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b - 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 e9ac011ed2a8..ad762fa315a2 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - - uses: angular/dev-infra/github-actions/pull-request-labeling@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + - uses: angular/dev-infra/github-actions/pull-request-labeling@4ec84059f295affa82fe766682981b8b838a057b with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - - uses: angular/dev-infra/github-actions/post-approval-changes@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + - uses: angular/dev-infra/github-actions/post-approval-changes@4ec84059f295affa82fe766682981b8b838a057b with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 4fc22ed17ced..6f4ef3b0d173 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@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + - uses: angular/dev-infra/github-actions/feature-request@4ec84059f295affa82fe766682981b8b838a057b with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index e2c363688a05..d8a2416e01a0 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@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - 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@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b - 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 ab9f5742ed4b..f90a0b9cc8fd 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@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b - name: Setup ESLint Caching uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: @@ -66,17 +66,17 @@ jobs: # it has been merged. 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@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/linting/licenses@4ec84059f295affa82fe766682981b8b838a057b build: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b - 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@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b - name: Install node modules run: pnpm install --frozen-lockfile - name: Run module and package tests @@ -114,13 +114,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b - 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 }} @@ -128,11 +128,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b - name: Install node modules run: pnpm install --frozen-lockfile - name: Build E2E tests for Windows on Linux @@ -156,7 +156,7 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -183,13 +183,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b - 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 }} @@ -205,12 +205,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4ec84059f295affa82fe766682981b8b838a057b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/setup@4ec84059f295affa82fe766682981b8b838a057b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fabf48e542781bd9f18b1dd9dddfd5053cde77ac + uses: angular/dev-infra/github-actions/bazel/configure-remote@4ec84059f295affa82fe766682981b8b838a057b - 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 cc96c93936cd..377a7e8dfa0d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -33,7 +33,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "fabf48e542781bd9f18b1dd9dddfd5053cde77ac", + commit = "4ec84059f295affa82fe766682981b8b838a057b", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 77fced4d00f6..4ec5bfbb7008 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@angular/forms": "21.0.3", "@angular/localize": "21.0.3", "@angular/material": "21.0.2", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#19b0de8c238ca855171534f45c598e4b180f66e5", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9eb95b33207c15948038e76862ed856c1ef44eb6", "@angular/platform-browser": "21.0.3", "@angular/platform-server": "21.0.3", "@angular/router": "21.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 641fd1120c18..908efb6a2320 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ importers: specifier: 21.0.2 version: 21.0.2(f699e560cd436f07b171f1dd598515ab) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#19b0de8c238ca855171534f45c598e4b180f66e5 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/19b0de8c238ca855171534f45c598e4b180f66e5(@modelcontextprotocol/sdk@1.24.0(zod@4.1.12)) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#9eb95b33207c15948038e76862ed856c1ef44eb6 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/9eb95b33207c15948038e76862ed856c1ef44eb6(@modelcontextprotocol/sdk@1.24.0(zod@4.1.12)) '@angular/platform-browser': specifier: 21.0.3 version: 21.0.3(@angular/animations@21.0.3(@angular/core@21.0.3(@angular/compiler@21.0.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.3(@angular/core@21.0.3(@angular/compiler@21.0.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.3(@angular/compiler@21.0.3)(rxjs@7.8.2)(zone.js@0.15.1)) @@ -1060,9 +1060,9 @@ packages: '@angular/platform-browser': ^21.0.0 || ^22.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/19b0de8c238ca855171534f45c598e4b180f66e5': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/19b0de8c238ca855171534f45c598e4b180f66e5} - version: 0.0.0-fabf48e542781bd9f18b1dd9dddfd5053cde77ac + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/9eb95b33207c15948038e76862ed856c1ef44eb6': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/9eb95b33207c15948038e76862ed856c1ef44eb6} + version: 0.0.0-4ec84059f295affa82fe766682981b8b838a057b hasBin: true '@angular/platform-browser@21.0.3': @@ -9720,7 +9720,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/19b0de8c238ca855171534f45c598e4b180f66e5(@modelcontextprotocol/sdk@1.24.0(zod@4.1.12))': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/9eb95b33207c15948038e76862ed856c1ef44eb6(@modelcontextprotocol/sdk@1.24.0(zod@4.1.12))': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2)