From 7e1bb140308e99b7f0dd6755dcd1928c19895024 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 8 Dec 2025 20:39:51 +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 +- MODULE.bazel.lock | 1 - package.json | 2 +- pnpm-lock.yaml | 12 ++--- tests/legacy-cli/e2e/ng-snapshot/package.json | 32 ++++++------ 11 files changed, 79 insertions(+), 80 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index dbc5d1503874..f3fe748a3133 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@73051ae248ba64911a8e7e66536d8c99ba07ef2a + - uses: angular/dev-infra/github-actions/branch-manager@a35b47ef853067bdac67f4abb5ef145c35a50c32 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40b069bfdc56..df554a18010d 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@a35b47ef853067bdac67f4abb5ef145c35a50c32 - 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@a35b47ef853067bdac67f4abb5ef145c35a50c32 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@a35b47ef853067bdac67f4abb5ef145c35a50c32 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@a35b47ef853067bdac67f4abb5ef145c35a50c32 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@a35b47ef853067bdac67f4abb5ef145c35a50c32 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@a35b47ef853067bdac67f4abb5ef145c35a50c32 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@a35b47ef853067bdac67f4abb5ef145c35a50c32 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@a35b47ef853067bdac67f4abb5ef145c35a50c32 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@a35b47ef853067bdac67f4abb5ef145c35a50c32 - 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 706db95c91af..38f99972c358 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: angular/dev-infra/github-actions/pull-request-labeling@73051ae248ba64911a8e7e66536d8c99ba07ef2a + - uses: angular/dev-infra/github-actions/pull-request-labeling@a35b47ef853067bdac67f4abb5ef145c35a50c32 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - - uses: angular/dev-infra/github-actions/post-approval-changes@73051ae248ba64911a8e7e66536d8c99ba07ef2a + - uses: angular/dev-infra/github-actions/post-approval-changes@a35b47ef853067bdac67f4abb5ef145c35a50c32 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 2e9d0c2ded1a..6ec7b064458c 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + - uses: angular/dev-infra/github-actions/feature-request@a35b47ef853067bdac67f4abb5ef145c35a50c32 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 9217660d4389..e8f182e40d0b 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@a35b47ef853067bdac67f4abb5ef145c35a50c32 - 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 0f2448fd697f..ac527020bb44 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@a35b47ef853067bdac67f4abb5ef145c35a50c32 - 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/linting/licenses@a35b47ef853067bdac67f4abb5ef145c35a50c32 build: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@a35b47ef853067bdac67f4abb5ef145c35a50c32 - 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@a35b47ef853067bdac67f4abb5ef145c35a50c32 - 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@a35b47ef853067bdac67f4abb5ef145c35a50c32 - 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@a35b47ef853067bdac67f4abb5ef145c35a50c32 - 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@a35b47ef853067bdac67f4abb5ef145c35a50c32 - 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@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/setup@a35b47ef853067bdac67f4abb5ef145c35a50c32 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@73051ae248ba64911a8e7e66536d8c99ba07ef2a + uses: angular/dev-infra/github-actions/bazel/configure-remote@a35b47ef853067bdac67f4abb5ef145c35a50c32 - 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 3ec7ab96cc75..170eaf3aef5b 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -33,7 +33,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "73051ae248ba64911a8e7e66536d8c99ba07ef2a", + commit = "a35b47ef853067bdac67f4abb5ef145c35a50c32", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 16c8c8419779..3481e9879a3d 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -16,7 +16,6 @@ "https://bcr.bazel.build/modules/aspect_bazel_lib/2.14.0/MODULE.bazel": "2b31ffcc9bdc8295b2167e07a757dbbc9ac8906e7028e5170a3708cecaac119f", "https://bcr.bazel.build/modules/aspect_bazel_lib/2.17.1/MODULE.bazel": "9b027af55f619c7c444cead71061578fab6587e5e1303fa4ed61d49d2b1a7262", "https://bcr.bazel.build/modules/aspect_bazel_lib/2.19.3/MODULE.bazel": "253d739ba126f62a5767d832765b12b59e9f8d2bc88cc1572f4a73e46eb298ca", - "https://bcr.bazel.build/modules/aspect_bazel_lib/2.21.2/MODULE.bazel": "276347663a25b0d5bd6cad869252bea3e160c4d980e764b15f3bae7f80b30624", "https://bcr.bazel.build/modules/aspect_bazel_lib/2.22.0/MODULE.bazel": "7fe0191f047d4fe4a4a46c1107e2350cbb58a8fc2e10913aa4322d3190dec0bf", "https://bcr.bazel.build/modules/aspect_bazel_lib/2.22.0/source.json": "369df5b7f2eae82f200fff95cf1425f90dee90a0d0948122060b48150ff0e224", "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.7/MODULE.bazel": "491f8681205e31bb57892d67442ce448cda4f472a8e6b3dc062865e29a64f89c", diff --git a/package.json b/package.json index 20ef7af03112..807e213d35f8 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@angular/forms": "21.1.0-next.1", "@angular/localize": "21.1.0-next.1", "@angular/material": "21.1.0-next.1", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9037bb2813539aab76b41abd85ea690e0d839e4a", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9844a1bc25f560766cc370ee5e6e5c70fd77108b", "@angular/platform-browser": "21.1.0-next.1", "@angular/platform-server": "21.1.0-next.1", "@angular/router": "21.1.0-next.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2fb50be9c0d1..cfce792ec57c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ importers: specifier: 21.1.0-next.1 version: 21.1.0-next.1(ccb492dd96d90eab040ed852f8404aa4) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#9037bb2813539aab76b41abd85ea690e0d839e4a - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/9037bb2813539aab76b41abd85ea690e0d839e4a(@modelcontextprotocol/sdk@1.24.2(zod@4.1.13)) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#9844a1bc25f560766cc370ee5e6e5c70fd77108b + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/9844a1bc25f560766cc370ee5e6e5c70fd77108b(@modelcontextprotocol/sdk@1.24.2(zod@4.1.13)) '@angular/platform-browser': specifier: 21.1.0-next.1 version: 21.1.0-next.1(@angular/animations@21.1.0-next.1(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.1.0-next.1(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.1.0-next.1(@angular/compiler@21.1.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)) @@ -1048,9 +1048,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/9037bb2813539aab76b41abd85ea690e0d839e4a': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/9037bb2813539aab76b41abd85ea690e0d839e4a} - version: 0.0.0-a88cb5b721f1547ed5cbdcc5779cade25500f575 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/9844a1bc25f560766cc370ee5e6e5c70fd77108b': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/9844a1bc25f560766cc370ee5e6e5c70fd77108b} + version: 0.0.0-a35b47ef853067bdac67f4abb5ef145c35a50c32 hasBin: true '@angular/platform-browser@21.1.0-next.1': @@ -9519,7 +9519,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/9037bb2813539aab76b41abd85ea690e0d839e4a(@modelcontextprotocol/sdk@1.24.2(zod@4.1.13))': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/9844a1bc25f560766cc370ee5e6e5c70fd77108b(@modelcontextprotocol/sdk@1.24.2(zod@4.1.13))': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 226faf24e7b5..710ee53c2cd8 100644 --- a/tests/legacy-cli/e2e/ng-snapshot/package.json +++ b/tests/legacy-cli/e2e/ng-snapshot/package.json @@ -2,21 +2,21 @@ "description": "snapshot versions of Angular for e2e testing", "private": true, "dependencies": { - "@angular/animations": "github:angular/animations-builds#4fd25b7828b8d0c351cea22d6166e9070e594d98", - "@angular/cdk": "github:angular/cdk-builds#0f465cd702d2c2342030ddc1c9bdad1df221f615", - "@angular/common": "github:angular/common-builds#fae67d42313e092eea59e0ce01b73e6769d29391", - "@angular/compiler": "github:angular/compiler-builds#18facb646514574861b4d9e303b8868f11994fca", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#a948fb2abd45f8906066aa57b5d6ab7f88fd7b23", - "@angular/core": "github:angular/core-builds#58f3209f55fe8ff45d1b895c4cc10db6f982cd6a", - "@angular/forms": "github:angular/forms-builds#a95b5f65c9527211be4f8432b93d3e4f7856f9ab", - "@angular/language-service": "github:angular/language-service-builds#df1494bf50466ea9ce6c76f595986b436980f412", - "@angular/localize": "github:angular/localize-builds#7e1806664c408c5e8a706ee8e343d2cdefe826a4", - "@angular/material": "github:angular/material-builds#fcd2548e2705cea722bb75644ab4eb5b544e4fd4", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#ed266ac485067d6581382e6a9d9aa757d0714568", - "@angular/platform-browser": "github:angular/platform-browser-builds#b2c5e171c4186567d9012fd10868e6a2b7baf0ba", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#f3ecea1be0115c84afdcbcfcbad77ddddb3a7bcb", - "@angular/platform-server": "github:angular/platform-server-builds#2cb5daf2ce11c4f71586f3d832b1e56f8f06fc18", - "@angular/router": "github:angular/router-builds#258969801d17effcf4387e815926ca6bca32588d", - "@angular/service-worker": "github:angular/service-worker-builds#fc1c504dfdf32395b7916a86c7a5827f86e70eda" + "@angular/animations": "github:angular/animations-builds#c213c1b28adb297f98f5b23243bf91c94f6386e2", + "@angular/cdk": "github:angular/cdk-builds#5e3d3ae40de3df4af49ebf3105fd8a8d750d2813", + "@angular/common": "github:angular/common-builds#a6ece403286ed3edf70d5f1295adab6221ef917e", + "@angular/compiler": "github:angular/compiler-builds#8952d1daafab88bb3494e71ba1aa64860ceb52b7", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#9e2235538984df1ba7a433dbbee49081b80a3b5d", + "@angular/core": "github:angular/core-builds#ce6756b3927d61c4afed8b8762a70ae36c0bf32e", + "@angular/forms": "github:angular/forms-builds#b8730af8d2eb5fb786006f197e90592e5cba666e", + "@angular/language-service": "github:angular/language-service-builds#d9b6f4bd44470951891c092dcba7795ab3a087fd", + "@angular/localize": "github:angular/localize-builds#7b0f3c6da8b1eed58935baa55b24f4cf86ab9ac4", + "@angular/material": "github:angular/material-builds#057d6397dab6b50aa3008a6de10a3513c4ee5cdb", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#3117534977f63b130e253f78b11f29af9afa55c6", + "@angular/platform-browser": "github:angular/platform-browser-builds#72e934b452773a48bb8180102a04a5413d105901", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#a191bee19d1e05ef965c91e33c61311f28effa36", + "@angular/platform-server": "github:angular/platform-server-builds#96ff713f05b8acca4d4249a520eb7dc4fa78e30a", + "@angular/router": "github:angular/router-builds#6c2e55a77229790fbf773d9fb1267b4d860f4698", + "@angular/service-worker": "github:angular/service-worker-builds#ada47fda5d6f93dea2a2fd2ccc2490f251924195" } }