From 64c2ff3bfd2359610ab1a806dcab8c79a90b81ed Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 3 Feb 2026 17:51:02 +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 | 54 +++++++++++++++---- 9 files changed, 101 insertions(+), 67 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 447bf9c0b716..ca0df877eae7 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -17,6 +17,6 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@31db86455c01b4b7c17e46c21e545daa6371d7a1 + - uses: angular/dev-infra/github-actions/branch-manager@8573a67713a8f4edb701198b7098afdae4035920 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 164d2cd61195..bd4b559f3d8b 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@8573a67713a8f4edb701198b7098afdae4035920 - 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8573a67713a8f4edb701198b7098afdae4035920 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8573a67713a8f4edb701198b7098afdae4035920 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8573a67713a8f4edb701198b7098afdae4035920 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8573a67713a8f4edb701198b7098afdae4035920 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8573a67713a8f4edb701198b7098afdae4035920 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8573a67713a8f4edb701198b7098afdae4035920 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8573a67713a8f4edb701198b7098afdae4035920 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@8573a67713a8f4edb701198b7098afdae4035920 - 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 84dc541a4260..ac4ffc434b05 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: angular/dev-infra/github-actions/pull-request-labeling@31db86455c01b4b7c17e46c21e545daa6371d7a1 + - uses: angular/dev-infra/github-actions/pull-request-labeling@8573a67713a8f4edb701198b7098afdae4035920 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@31db86455c01b4b7c17e46c21e545daa6371d7a1 + - uses: angular/dev-infra/github-actions/post-approval-changes@8573a67713a8f4edb701198b7098afdae4035920 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 3b144e3bbd77..d1a61c73a603 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + - uses: angular/dev-infra/github-actions/feature-request@8573a67713a8f4edb701198b7098afdae4035920 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 9b6893ee0ed3..b67f1e3317f9 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@8573a67713a8f4edb701198b7098afdae4035920 - 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 560b685b79cd..30ba9b230c1c 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup ESLint Caching uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/linting/licenses@8573a67713a8f4edb701198b7098afdae4035920 build: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8573a67713a8f4edb701198b7098afdae4035920 - 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8573a67713a8f4edb701198b7098afdae4035920 - 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8573a67713a8f4edb701198b7098afdae4035920 - 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: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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8573a67713a8f4edb701198b7098afdae4035920 - 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8573a67713a8f4edb701198b7098afdae4035920 - 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: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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8573a67713a8f4edb701198b7098afdae4035920 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@8573a67713a8f4edb701198b7098afdae4035920 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8573a67713a8f4edb701198b7098afdae4035920 - 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:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }} diff --git a/MODULE.bazel b/MODULE.bazel index a40376290129..3863b5525df4 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -25,7 +25,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "31db86455c01b4b7c17e46c21e545daa6371d7a1", + commit = "8573a67713a8f4edb701198b7098afdae4035920", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index fcf9f1c88e01..30c1ad781083 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@angular/forms": "21.1.2", "@angular/localize": "21.1.2", "@angular/material": "21.1.2", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b48eb307ab83560c557cea5dcaa467d229e438eb", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b2466b62e05ac6b9d9a7f43320df2559c7ffd87a", "@angular/platform-browser": "21.1.2", "@angular/platform-server": "21.1.2", "@angular/router": "21.1.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 74fbb6e06216..b7bed647b77f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ importers: specifier: 21.1.2 version: 21.1.2(1e32b508546eaa30e3213c6dfe771430) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#b48eb307ab83560c557cea5dcaa467d229e438eb - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b48eb307ab83560c557cea5dcaa467d229e438eb(@modelcontextprotocol/sdk@1.25.2(zod@4.3.5)) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#b2466b62e05ac6b9d9a7f43320df2559c7ffd87a + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b2466b62e05ac6b9d9a7f43320df2559c7ffd87a(@modelcontextprotocol/sdk@1.25.2(zod@4.3.6)) '@angular/platform-browser': specifier: 21.1.2 version: 21.1.2(@angular/animations@21.1.2(@angular/core@21.1.2(@angular/compiler@21.1.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.1.2(@angular/core@21.1.2(@angular/compiler@21.1.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.1.2(@angular/compiler@21.1.2)(rxjs@7.8.2)(zone.js@0.16.0)) @@ -1026,9 +1026,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/b48eb307ab83560c557cea5dcaa467d229e438eb': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b48eb307ab83560c557cea5dcaa467d229e438eb} - version: 0.0.0-31db86455c01b4b7c17e46c21e545daa6371d7a1 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b2466b62e05ac6b9d9a7f43320df2559c7ffd87a': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b2466b62e05ac6b9d9a7f43320df2559c7ffd87a} + version: 0.0.0-8573a67713a8f4edb701198b7098afdae4035920 hasBin: true '@angular/platform-browser@21.1.2': @@ -9292,6 +9292,9 @@ packages: zod@4.3.5: resolution: {integrity: sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==} + zod@4.3.6: + resolution: {integrity: sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==} + zone.js@0.16.0: resolution: {integrity: sha512-LqLPpIQANebrlxY6jKcYKdgN5DTXyyHAKnnWWjE5pPfEQ4n7j5zn7mOEEpwNZVKGqx3kKKmvplEmoBrvpgROTA==} @@ -9482,11 +9485,11 @@ 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/b48eb307ab83560c557cea5dcaa467d229e438eb(@modelcontextprotocol/sdk@1.25.2(zod@4.3.5))': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b2466b62e05ac6b9d9a7f43320df2559c7ffd87a(@modelcontextprotocol/sdk@1.25.2(zod@4.3.6))': dependencies: '@actions/core': 3.0.0 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) - '@google/genai': 1.38.0(@modelcontextprotocol/sdk@1.25.2(zod@4.3.5))(bufferutil@4.1.0)(supports-color@10.2.2)(utf-8-validate@6.0.6) + '@google/genai': 1.38.0(@modelcontextprotocol/sdk@1.25.2(zod@4.3.6))(bufferutil@4.1.0)(supports-color@10.2.2)(utf-8-validate@6.0.6) '@inquirer/prompts': 8.2.0(@types/node@24.10.9) '@inquirer/type': 4.0.3(@types/node@24.10.9) '@octokit/auth-app': 8.1.2 @@ -9538,6 +9541,7 @@ snapshots: which: 6.0.0 yaml: 2.8.2 yargs: 18.0.0 + zod: 4.3.6 transitivePeerDependencies: - '@modelcontextprotocol/sdk' - '@react-native-async-storage/async-storage' @@ -10866,13 +10870,13 @@ snapshots: transitivePeerDependencies: - supports-color - '@google/genai@1.38.0(@modelcontextprotocol/sdk@1.25.2(zod@4.3.5))(bufferutil@4.1.0)(supports-color@10.2.2)(utf-8-validate@6.0.6)': + '@google/genai@1.38.0(@modelcontextprotocol/sdk@1.25.2(zod@4.3.6))(bufferutil@4.1.0)(supports-color@10.2.2)(utf-8-validate@6.0.6)': dependencies: google-auth-library: 10.5.0(supports-color@10.2.2) protobufjs: 7.5.4 ws: 8.19.0(bufferutil@4.1.0)(utf-8-validate@6.0.6) optionalDependencies: - '@modelcontextprotocol/sdk': 1.25.2(zod@4.3.5) + '@modelcontextprotocol/sdk': 1.25.2(zod@4.3.6) transitivePeerDependencies: - bufferutil - supports-color @@ -11395,6 +11399,29 @@ snapshots: - hono - supports-color + '@modelcontextprotocol/sdk@1.25.2(zod@4.3.6)': + dependencies: + '@hono/node-server': 1.19.9 + ajv: 8.17.1 + ajv-formats: 3.0.1(ajv@8.17.1) + content-type: 1.0.5 + cors: 2.8.6 + cross-spawn: 7.0.6 + eventsource: 3.0.7 + eventsource-parser: 3.0.6 + express: 5.2.1 + express-rate-limit: 7.5.1(express@5.2.1) + jose: 6.1.3 + json-schema-typed: 8.0.2 + pkce-challenge: 5.0.1 + raw-body: 3.0.2 + zod: 4.3.6 + zod-to-json-schema: 3.25.1(zod@4.3.6) + transitivePeerDependencies: + - hono + - supports-color + optional: true + '@msgpackr-extract/msgpackr-extract-darwin-arm64@3.0.3': optional: true @@ -14744,7 +14771,7 @@ snapshots: extract-zip@2.0.1: dependencies: - debug: 4.3.4 + debug: 4.4.3(supports-color@10.2.2) get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: @@ -19133,8 +19160,15 @@ snapshots: dependencies: zod: 4.3.5 + zod-to-json-schema@3.25.1(zod@4.3.6): + dependencies: + zod: 4.3.6 + optional: true + zod@3.25.76: {} zod@4.3.5: {} + zod@4.3.6: {} + zone.js@0.16.0: {}