From 023ca1fa580d985e598cbde67b972ccdafde8b8b Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Fri, 18 Jul 2025 16:41:58 +0000 Subject: [PATCH] build: update cross-repo angular dependencies See associated pull request for more information. --- .../windows-bazel-test/action.yml | 2 +- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/ci.yml | 50 +-- .github/workflows/dev-infra.yml | 4 +- .github/workflows/feature-requests.yml | 2 +- .github/workflows/perf.yml | 6 +- .github/workflows/pr.yml | 42 +-- WORKSPACE | 2 +- package.json | 28 +- packages/angular/build/package.json | 2 +- packages/angular/ssr/package.json | 12 +- .../angular_devkit/build_angular/package.json | 2 +- packages/ngtools/webpack/package.json | 4 +- pnpm-lock.yaml | 294 +++++++++--------- tests/legacy-cli/e2e/ng-snapshot/package.json | 32 +- 15 files changed, 242 insertions(+), 242 deletions(-) diff --git a/.github/shared-actions/windows-bazel-test/action.yml b/.github/shared-actions/windows-bazel-test/action.yml index 19e457cc7bce..d75d5d58fdbf 100644 --- a/.github/shared-actions/windows-bazel-test/action.yml +++ b/.github/shared-actions/windows-bazel-test/action.yml @@ -18,7 +18,7 @@ runs: steps: - name: Initialize WSL id: init_wsl - uses: angular/dev-infra/github-actions/setup-wsl@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/setup-wsl@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: wsl_firewall_interface: 'vEthernet (WSL (Hyper-V firewall))' diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index b93772301ddd..1e59dd8ca194 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + - uses: angular/dev-infra/github-actions/branch-manager@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 580dc480bfc8..1536d616c27c 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@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - 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@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -61,11 +61,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -87,13 +87,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -110,11 +110,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: allow_windows_rbe: true google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} @@ -138,13 +138,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -163,13 +163,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -183,13 +183,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@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run E2E Browser tests @@ -219,11 +219,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - 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 86778df773fe..d4a498874037 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/pull-request-labeling@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + - uses: angular/dev-infra/github-actions/pull-request-labeling@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + - uses: angular/dev-infra/github-actions/post-approval-changes@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index b55aeb1e01d4..35ea9442a295 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@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + - uses: angular/dev-infra/github-actions/feature-request@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 8b12be5315b5..bcf4ff635cda 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@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - 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@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - 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 4814a359b379..19477d178c89 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@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup ESLint Caching uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 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@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/linting/licenses@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - 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@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build release targets @@ -93,11 +93,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run module and package tests @@ -117,13 +117,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - 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 }} @@ -132,11 +132,11 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 with: allow_windows_rbe: true - name: Run CLI E2E tests @@ -157,13 +157,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - 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 }} @@ -180,12 +180,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/setup@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 - 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/WORKSPACE b/WORKSPACE index 6c41ef8b8d56..59435fd89345 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -230,7 +230,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "devinfra", - commit = "b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994", + commit = "64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 94eb4a05c1ab..ee62a6d8847e 100644 --- a/package.json +++ b/package.json @@ -46,20 +46,20 @@ }, "homepage": "https://github.com/angular/angular-cli", "devDependencies": { - "@angular/animations": "20.2.0-next.0", - "@angular/cdk": "20.1.0-rc.0", - "@angular/common": "20.2.0-next.0", - "@angular/compiler": "20.2.0-next.0", - "@angular/compiler-cli": "20.2.0-next.0", - "@angular/core": "20.2.0-next.0", - "@angular/forms": "20.2.0-next.0", - "@angular/localize": "20.2.0-next.0", - "@angular/material": "20.1.0-rc.0", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7cdb4cce7349f791492eee3ac1f84e2a0e243287", - "@angular/platform-browser": "20.2.0-next.0", - "@angular/platform-server": "20.2.0-next.0", - "@angular/router": "20.2.0-next.0", - "@angular/service-worker": "20.2.0-next.0", + "@angular/animations": "20.2.0-next.1", + "@angular/cdk": "20.2.0-next.0", + "@angular/common": "20.2.0-next.1", + "@angular/compiler": "20.2.0-next.1", + "@angular/compiler-cli": "20.2.0-next.1", + "@angular/core": "20.2.0-next.1", + "@angular/forms": "20.2.0-next.1", + "@angular/localize": "20.2.0-next.1", + "@angular/material": "20.2.0-next.0", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#385f44abcf5e2a2180306e45db85a806fe8ce059", + "@angular/platform-browser": "20.2.0-next.1", + "@angular/platform-server": "20.2.0-next.1", + "@angular/router": "20.2.0-next.1", + "@angular/service-worker": "20.2.0-next.1", "@bazel/bazelisk": "1.26.0", "@bazel/buildifier": "8.2.1", "@eslint/compat": "1.3.1", diff --git a/packages/angular/build/package.json b/packages/angular/build/package.json index 34fc9640600a..afccce823399 100644 --- a/packages/angular/build/package.json +++ b/packages/angular/build/package.json @@ -53,7 +53,7 @@ "@angular-devkit/core": "workspace:*", "jsdom": "26.1.0", "less": "4.3.0", - "ng-packagr": "20.1.0-rc.0", + "ng-packagr": "20.2.0-next.0", "postcss": "8.5.6", "rxjs": "7.8.2", "vitest": "3.2.4" diff --git a/packages/angular/ssr/package.json b/packages/angular/ssr/package.json index 9fa0a5f77bdf..087dd28e1d6a 100644 --- a/packages/angular/ssr/package.json +++ b/packages/angular/ssr/package.json @@ -29,12 +29,12 @@ }, "devDependencies": { "@angular-devkit/schematics": "workspace:*", - "@angular/common": "20.2.0-next.0", - "@angular/compiler": "20.2.0-next.0", - "@angular/core": "20.2.0-next.0", - "@angular/platform-browser": "20.2.0-next.0", - "@angular/platform-server": "20.2.0-next.0", - "@angular/router": "20.2.0-next.0", + "@angular/common": "20.2.0-next.1", + "@angular/compiler": "20.2.0-next.1", + "@angular/core": "20.2.0-next.1", + "@angular/platform-browser": "20.2.0-next.1", + "@angular/platform-server": "20.2.0-next.1", + "@angular/router": "20.2.0-next.1", "@schematics/angular": "workspace:*" }, "sideEffects": false, diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index ce922120f4bc..338e5ec1ff76 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -68,7 +68,7 @@ "@angular/ssr": "workspace:*", "@web/test-runner": "0.20.2", "browser-sync": "3.0.4", - "ng-packagr": "20.1.0-rc.0", + "ng-packagr": "20.2.0-next.0", "undici": "7.11.0" }, "peerDependencies": { diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 0cf2fa917138..7b61b3a53e11 100644 --- a/packages/ngtools/webpack/package.json +++ b/packages/ngtools/webpack/package.json @@ -27,8 +27,8 @@ }, "devDependencies": { "@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER", - "@angular/compiler": "20.2.0-next.0", - "@angular/compiler-cli": "20.2.0-next.0", + "@angular/compiler": "20.2.0-next.1", + "@angular/compiler-cli": "20.2.0-next.1", "typescript": "5.8.3", "webpack": "5.100.2" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f1a729169c22..94c88bd60bd5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,47 +15,47 @@ importers: .: devDependencies: '@angular/animations': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)) + specifier: 20.2.0-next.1 + version: 20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/cdk': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/common': specifier: 20.2.0-next.0 - version: 20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.2.0-next.0(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/common': + specifier: 20.2.0-next.1 + version: 20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0 + specifier: 20.2.0-next.1 + version: 20.2.0-next.1 '@angular/compiler-cli': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3) + specifier: 20.2.0-next.1 + version: 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3) '@angular/core': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1) + specifier: 20.2.0-next.1 + version: 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + specifier: 20.2.0-next.1 + version: 20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/localize': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/compiler@20.2.0-next.0) + specifier: 20.2.0-next.1 + version: 20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/compiler@20.2.0-next.1) '@angular/material': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(difxyzoi5ta3rok2swggpxhcoq) + specifier: 20.2.0-next.0 + version: 20.2.0-next.0(izo7ao2rdctwtvsrpb4zt6c36q) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#7cdb4cce7349f791492eee3ac1f84e2a0e243287 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/7cdb4cce7349f791492eee3ac1f84e2a0e243287(@modelcontextprotocol/sdk@1.15.1)(encoding@0.1.13) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#385f44abcf5e2a2180306e45db85a806fe8ce059 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/385f44abcf5e2a2180306e45db85a806fe8ce059(@modelcontextprotocol/sdk@1.15.1)(encoding@0.1.13) '@angular/platform-browser': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)) + specifier: 20.2.0-next.1 + version: 20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-server': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.2.0-next.0)(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + specifier: 20.2.0-next.1 + version: 20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.2.0-next.1)(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/router': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + specifier: 20.2.0-next.1 + version: 20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/service-worker': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + specifier: 20.2.0-next.1 + version: 20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@bazel/bazelisk': specifier: 1.26.0 version: 1.26.0 @@ -442,8 +442,8 @@ importers: specifier: 4.3.0 version: 4.3.0 ng-packagr: - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) + specifier: 20.2.0-next.0 + version: 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) postcss: specifier: 8.5.6 version: 8.5.6 @@ -536,23 +536,23 @@ importers: specifier: workspace:* version: link:../../angular_devkit/schematics '@angular/common': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + specifier: 20.2.0-next.1 + version: 20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0 + specifier: 20.2.0-next.1 + version: 20.2.0-next.1 '@angular/core': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1) + specifier: 20.2.0-next.1 + version: 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/platform-browser': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)) + specifier: 20.2.0-next.1 + version: 20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-server': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.2.0-next.0)(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + specifier: 20.2.0-next.1 + version: 20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.2.0-next.1)(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/router': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + specifier: 20.2.0-next.1 + version: 20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@schematics/angular': specifier: workspace:* version: link:../../schematics/angular @@ -767,8 +767,8 @@ importers: specifier: 3.0.4 version: 3.0.4 ng-packagr: - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) + specifier: 20.2.0-next.0 + version: 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) undici: specifier: 7.11.0 version: 7.11.0 @@ -862,11 +862,11 @@ importers: specifier: workspace:0.0.0-PLACEHOLDER version: link:../../angular_devkit/core '@angular/compiler': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0 + specifier: 20.2.0-next.1 + version: 20.2.0-next.1 '@angular/compiler-cli': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3) + specifier: 20.2.0-next.1 + version: 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3) typescript: specifier: 5.8.3 version: 5.8.3 @@ -962,47 +962,47 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular/animations@20.2.0-next.0': - resolution: {integrity: sha512-3Rf2BOOCKSGoH6VnrXb0y11h9A/WB9c3y3m/QCvNmFzh8zm35ObGLf8OSbQ6hN1zCupTZVm1VS8zfJRa+wbQJQ==} + '@angular/animations@20.2.0-next.1': + resolution: {integrity: sha512-5q0ho+h6S8mHKCoTpA9KRp+ncWQhmemPhII7rpjZ3wyCyOzgE98uQ15B3KiNF7r7gl99x6qe3phWXZps8XQOzA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.2.0-next.0 - '@angular/core': 20.2.0-next.0 + '@angular/common': 20.2.0-next.1 + '@angular/core': 20.2.0-next.1 - '@angular/cdk@20.1.0-rc.0': - resolution: {integrity: sha512-e81eOu3Nxf6QGzhZKBC40udh4R3NdA+fExcJ7XX3Pt4uRBy17NodYWZZUazoiD9S9i+FKfwA1jBbucm7WA6QMg==} + '@angular/cdk@20.2.0-next.0': + resolution: {integrity: sha512-cQk8LQW4/Xj6Gfv3eVb6IkD71/dGrdjWqclzdVopVhRnF6s5/QbjiQkojr4UzbC1mqAZ3L+EFnJCrjfOCcxrIg==} peerDependencies: '@angular/common': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 '@angular/core': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/common@20.2.0-next.0': - resolution: {integrity: sha512-yRS4zZvbg2RPPDV+biq0wjZluUbYRV0MLzgHe/2COQyPEaqMukqSGlYlmm30/YWQ9qcp7W0/SbVyAcyqWgoa0w==} + '@angular/common@20.2.0-next.1': + resolution: {integrity: sha512-I5njujaVyRfA7IGBUAhgSWw4XYWqx79qyzlXuMOGBOgGSUFfx/n7Uv1yfm4O9STA9Rmdqj3z6/q8lHe7pmidOA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 20.2.0-next.0 + '@angular/core': 20.2.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@20.2.0-next.0': - resolution: {integrity: sha512-Sp0VAnPlS9BQ1J/m6wwSqbBVEwiHac8kZqeoNcZtbh0AAw8vP5OIQZZ+UV2SVQevSJyWQ3QaLpp4LLkvc7PVfg==} + '@angular/compiler-cli@20.2.0-next.1': + resolution: {integrity: sha512-t7dgF+n0YDjEtSWkosMgnGz7xUuGBMCe1KaXccGhlD9hrTzemyiOO3+oNSpDxgk0b7hmqhjt14iWFioVpMbSGw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 20.2.0-next.0 + '@angular/compiler': 20.2.0-next.1 typescript: 5.8.3 peerDependenciesMeta: typescript: optional: true - '@angular/compiler@20.2.0-next.0': - resolution: {integrity: sha512-llDJiVyw8XOCsxgNP5JRQuxggIFvrGw+btOrctoCglr00y/OJOYjWF7KvK1zB+e3gO3TI3549eDnlgoTSwfUfg==} + '@angular/compiler@20.2.0-next.1': + resolution: {integrity: sha512-DOHh/PBWmN3hF8Umf8eM7FbUYwwA7oFrySk/4E8c6IAFq5H9ZbWG9Zlxr9LBYXtxtic0z8GVIHUMdvkV7iPZDA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@20.2.0-next.0': - resolution: {integrity: sha512-cvtCuoENQYxliuXsIiYKXau8/AhVwMalTe0yh/YQ0fBU8ofVQBsyMQFicxLAtv9PFShphXKrPTE/mBmkRZkpCw==} + '@angular/core@20.2.0-next.1': + resolution: {integrity: sha512-lCvQC1J7m6T0RAbKmfNxrZTje8qGom3ALkjino4EiTzzT0bfRGXC5a0rySVR1cIqXe9UMgSlTyyU2Tc5Sqex5g==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/compiler': 20.2.0-next.0 + '@angular/compiler': 20.2.0-next.1 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 peerDependenciesMeta: @@ -1011,74 +1011,74 @@ packages: zone.js: optional: true - '@angular/forms@20.2.0-next.0': - resolution: {integrity: sha512-LomtE6a1QBNuPjqeBhInxlOhurGaMHtMR5Hf/GWx7//WD5w86ecDQ+4LnY/9J6+vTL+QaEFbhXt6VoF2/QVjJw==} + '@angular/forms@20.2.0-next.1': + resolution: {integrity: sha512-/eWmPRSFFf05z6BTBMRbFbsjb/ocsPmyG0kXFdZ9ahkezMXJFNje6u8hcQsRxPNKZovzPgDPEHZ0GZ/3BnIBOQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.2.0-next.0 - '@angular/core': 20.2.0-next.0 - '@angular/platform-browser': 20.2.0-next.0 + '@angular/common': 20.2.0-next.1 + '@angular/core': 20.2.0-next.1 + '@angular/platform-browser': 20.2.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@20.2.0-next.0': - resolution: {integrity: sha512-sJdaBoqcIWsdeHJw2xVvhcX+LH4JbFIeZK1/f785wJKrl+EEzqeZv4tQL7202zdQaCkknCgEAS5YjpJj2pD0lQ==} + '@angular/localize@20.2.0-next.1': + resolution: {integrity: sha512-LngudwEcfgsZAJtDJMiXnHBeCJN4XqQ1LoyAHOpV7oGv/9mvHwgEdxOPzCavAxw+T0v6YLVNEdUrr2dgiEgs8Q==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 20.2.0-next.0 - '@angular/compiler-cli': 20.2.0-next.0 + '@angular/compiler': 20.2.0-next.1 + '@angular/compiler-cli': 20.2.0-next.1 - '@angular/material@20.1.0-rc.0': - resolution: {integrity: sha512-PwwK7p6WHZsrXEQODZdWHMN2BclcCBjArOmYF487gWYySzKDYZUcm/6lXjXV5Tdw8vT564VEFBQpkFPVz5Sq1Q==} + '@angular/material@20.2.0-next.0': + resolution: {integrity: sha512-u+3k/jp1/5qDrkPv9EpzZ6M+LDSZDZ5FJtXtiu4g3RpmtVUKIN0zGvPWHJJiWWHeY5rOa7cHOcPzyairOFsHGw==} peerDependencies: - '@angular/cdk': 20.1.0-rc.0 + '@angular/cdk': 20.2.0-next.0 '@angular/common': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 '@angular/core': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 '@angular/forms': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 '@angular/platform-browser': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.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/7cdb4cce7349f791492eee3ac1f84e2a0e243287': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/7cdb4cce7349f791492eee3ac1f84e2a0e243287} - version: 0.0.0-b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/385f44abcf5e2a2180306e45db85a806fe8ce059': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/385f44abcf5e2a2180306e45db85a806fe8ce059} + version: 0.0.0-64e129b9b9b27fc54b1e6e08d012d0d4fd2ed798 hasBin: true - '@angular/platform-browser@20.2.0-next.0': - resolution: {integrity: sha512-6pCd1ujb0LBI14ZAVihikHNCF/xqySAzpfEuQ7ZpPTLlZ4AX6LJ/NN8OZc03tSrubQmkTvy8ers35BfifHJn7g==} + '@angular/platform-browser@20.2.0-next.1': + resolution: {integrity: sha512-X8g777B6N7PukvPhxVysp2SXNCkM4oI70eo2hr1EWcspdbGK2/7rlXZC02Fv7WaILOoyYRClNEktRdSSuKczrw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 20.2.0-next.0 - '@angular/common': 20.2.0-next.0 - '@angular/core': 20.2.0-next.0 + '@angular/animations': 20.2.0-next.1 + '@angular/common': 20.2.0-next.1 + '@angular/core': 20.2.0-next.1 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@20.2.0-next.0': - resolution: {integrity: sha512-9N9NSQhocvnKdnGKrhZREXQVueS312Mvfb2rw3p8MqbzL6sbgIfWkQ6RS3YFGcVEhyBdOeENK/PukMaqupU/lg==} + '@angular/platform-server@20.2.0-next.1': + resolution: {integrity: sha512-G3OMPqKCg0f87sWh219KHVolZhJcnSzx+EHiiEVTo/nCb9/0wl1nrIIlsClrrzwFg11rfnJcQqbYIIJdOaGJQg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.2.0-next.0 - '@angular/compiler': 20.2.0-next.0 - '@angular/core': 20.2.0-next.0 - '@angular/platform-browser': 20.2.0-next.0 + '@angular/common': 20.2.0-next.1 + '@angular/compiler': 20.2.0-next.1 + '@angular/core': 20.2.0-next.1 + '@angular/platform-browser': 20.2.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@20.2.0-next.0': - resolution: {integrity: sha512-NYOfZeg3ppXHpgA1l4EQPhweRsolFh9FE24GMH/ehk69lCurhZnh9A56UKkYonN5Nlt7X4kANqg4FO0rLP82pw==} + '@angular/router@20.2.0-next.1': + resolution: {integrity: sha512-KPWNupKlM6xb5/P3/Jvmn7XeCuO0McIJ0VoKJ/YZsZkueQ0czNm4iT2DL6v7DhaEVG5yoMTHvacyfNyYoqWXhA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.2.0-next.0 - '@angular/core': 20.2.0-next.0 - '@angular/platform-browser': 20.2.0-next.0 + '@angular/common': 20.2.0-next.1 + '@angular/core': 20.2.0-next.1 + '@angular/platform-browser': 20.2.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/service-worker@20.2.0-next.0': - resolution: {integrity: sha512-Ltws05ZpdSyaqPe9xnA9HZLaAZxL/BkTsfuXoRtleCc7BpYqKHvtBo439Syed5FqaiSeyfLbq9+xFC4Z52argQ==} + '@angular/service-worker@20.2.0-next.1': + resolution: {integrity: sha512-MHI1s4hxNzJl1vvyY6DW7/WO1VDprp42TK69dA2lXGNHUrfGN3G/Y+I64+IrjXq2bLgCmcOK9IzhtWbQ6SwpdA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/core': 20.2.0-next.0 + '@angular/core': 20.2.0-next.1 rxjs: ^6.5.3 || ^7.4.0 '@asamuzakjp/css-color@3.2.0': @@ -6194,12 +6194,12 @@ packages: resolution: {integrity: sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==} engines: {node: '>= 0.4.0'} - ng-packagr@20.1.0-rc.0: - resolution: {integrity: sha512-Hir8szrNxRDTlXC30WIDjA1ZEHcBF7sEeEYIQLK3BYoaEszG0Dgo7bLcefoW6JMbWzKIOvab8x5uv3k5iP+dFg==} + ng-packagr@20.2.0-next.0: + resolution: {integrity: sha512-c3RjOoHDGAGbVCSOKT0r9FzlSf1KmY++Sr5LIh7QujkAUZsFCkOxQIeA6JGBJ4WQ+qldVISs6OgojcpWGR2wuA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler-cli': ^20.0.0 || ^20.1.0-next.0 + '@angular/compiler-cli': ^20.0.0 || ^20.1.0-next.0 || ^20.2.0-next.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 tslib: ^2.3.0 typescript: 5.8.3 @@ -8442,29 +8442,29 @@ snapshots: '@jridgewell/gen-mapping': 0.3.12 '@jridgewell/trace-mapping': 0.3.29 - '@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))': + '@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@angular/common': 20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/common': 20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) tslib: 2.8.1 - '@angular/cdk@20.1.0-rc.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/cdk@20.2.0-next.0(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1) - parse5: 7.3.0 + '@angular/common': 20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) + parse5: 8.0.0 rxjs: 7.8.2 tslib: 2.8.1 - '@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3)': + '@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3)': dependencies: - '@angular/compiler': 20.2.0-next.0 + '@angular/compiler': 20.2.0-next.1 '@babel/core': 7.28.0 '@jridgewell/sourcemap-codec': 1.5.4 chokidar: 4.0.3 @@ -8478,30 +8478,30 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@20.2.0-next.0': + '@angular/compiler@20.2.0-next.1': dependencies: tslib: 2.8.1 - '@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)': + '@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)': dependencies: rxjs: 7.8.2 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 20.2.0-next.0 + '@angular/compiler': 20.2.0-next.1 zone.js: 0.15.1 - '@angular/forms@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/forms@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/localize@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(@angular/compiler@20.2.0-next.0)': + '@angular/localize@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(@angular/compiler@20.2.0-next.1)': dependencies: - '@angular/compiler': 20.2.0-next.0 - '@angular/compiler-cli': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3) + '@angular/compiler': 20.2.0-next.1 + '@angular/compiler-cli': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3) '@babel/core': 7.28.0 '@types/babel__core': 7.20.5 tinyglobby: 0.2.14 @@ -8509,17 +8509,17 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/material@20.1.0-rc.0(difxyzoi5ta3rok2swggpxhcoq)': + '@angular/material@20.2.0-next.0(izo7ao2rdctwtvsrpb4zt6c36q)': dependencies: - '@angular/cdk': 20.1.0-rc.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/common': 20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/forms': 20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) - '@angular/platform-browser': 20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/cdk': 20.2.0-next.0(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/common': 20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/forms': 20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + '@angular/platform-browser': 20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/7cdb4cce7349f791492eee3ac1f84e2a0e243287(@modelcontextprotocol/sdk@1.15.1)(encoding@0.1.13)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/385f44abcf5e2a2180306e45db85a806fe8ce059(@modelcontextprotocol/sdk@1.15.1)(encoding@0.1.13)': dependencies: '@google-cloud/spanner': 8.0.0(supports-color@10.0.0) '@google/genai': 1.9.0(@modelcontextprotocol/sdk@1.15.1)(encoding@0.1.13)(supports-color@10.0.0) @@ -8540,35 +8540,35 @@ snapshots: - encoding - utf-8-validate - '@angular/platform-browser@20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))': + '@angular/platform-browser@20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@angular/common': 20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/common': 20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) tslib: 2.8.1 optionalDependencies: - '@angular/animations': 20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/animations': 20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)) - '@angular/platform-server@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.2.0-next.0)(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/platform-server@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.2.0-next.1)(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 20.2.0-next.0 - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 20.2.0-next.1 + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 tslib: 2.8.1 xhr2: 0.2.1 - '@angular/router@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/router@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 20.2.0-next.0(@angular/animations@20.2.0-next.0(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.2.0-next.1(@angular/animations@20.2.0-next.1(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/service-worker@20.2.0-next.0(@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/service-worker@20.2.0-next.1(@angular/core@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 tslib: 2.8.1 @@ -14475,10 +14475,10 @@ snapshots: netmask@2.0.2: {} - ng-packagr@20.1.0-rc.0(@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): + ng-packagr@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): dependencies: '@ampproject/remapping': 2.3.0 - '@angular/compiler-cli': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3) + '@angular/compiler-cli': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.8.3) '@rollup/plugin-json': 6.1.0(rollup@4.45.1) '@rollup/wasm-node': 4.45.1 ajv: 8.17.1 diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index c0d8d3a362c3..2d024de30f41 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#c9e99a71fa2b387fcdf41ee29116d657941830ee", - "@angular/cdk": "github:angular/cdk-builds#7a4e4528bf76ee5fc2260a4b1cf8c9093b08475a", - "@angular/common": "github:angular/common-builds#0b345af924da5bc59225a50703b4d5570f84680a", - "@angular/compiler": "github:angular/compiler-builds#a9c12f2db24eb936db45877287a89fc49887cb42", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#5d7d4ea07ccdfc32a6dbb5ad398537d8503529c7", - "@angular/core": "github:angular/core-builds#cf5e27030dad5d2d87d00b72efbb8dce0ee7169e", - "@angular/forms": "github:angular/forms-builds#3e6491d86d1095f09a62d52e3bc82f06c8d36c44", - "@angular/language-service": "github:angular/language-service-builds#3e213f777ed9856ccdadf073b9455ccb1b56e04f", - "@angular/localize": "github:angular/localize-builds#f103568d030a024f13679db974b38ce60a449711", - "@angular/material": "github:angular/material-builds#883cc8683c9f7319af32b1cdab8f001e2bd6f365", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b2e49e2d77713212f2bf8f3a1a742b955567236d", - "@angular/platform-browser": "github:angular/platform-browser-builds#8c6d5cbc8bceab41dccd711ceebb8a47d1d41db0", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#c5e8798a36c23a806cdce21e5b9975c3f557378d", - "@angular/platform-server": "github:angular/platform-server-builds#fe6a1964fa8d58f97d04ee3dcec7d2c7451b4ff0", - "@angular/router": "github:angular/router-builds#cd967355583a68d2a15f4a852113ca692f012529", - "@angular/service-worker": "github:angular/service-worker-builds#168cc0b9f221ae00a83d61f27220f3b25a3eb666" + "@angular/animations": "github:angular/animations-builds#bb49b4c7bf58b80feaf457ff62a6704ecdb56c9a", + "@angular/cdk": "github:angular/cdk-builds#54cbc4384e19068a22f1929fe97e7a2b639efbd8", + "@angular/common": "github:angular/common-builds#2f9f36de06829cd69d78c227c135f1583db2e738", + "@angular/compiler": "github:angular/compiler-builds#a9b4c942d8e5998ec986c068085523036da0eb52", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#489c1771dab59c2dece99ba4eb201da1ee9854de", + "@angular/core": "github:angular/core-builds#62a8001db4fb4c87b53ee65e7f7801e787318ce3", + "@angular/forms": "github:angular/forms-builds#d0cf4878a5d6fe61c5e1498d223d2f06a907319d", + "@angular/language-service": "github:angular/language-service-builds#73b113a151332f61a97cc080fb3c0886c211ad4c", + "@angular/localize": "github:angular/localize-builds#ea5de9100c711ac441395a923980cbeb710e73e9", + "@angular/material": "github:angular/material-builds#71215989827280ca2b4fb51fd5299f7aaff3765c", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#6e80f52b84743a55411517d748dd63fea3505e55", + "@angular/platform-browser": "github:angular/platform-browser-builds#cabbf57cac9385b37e3dd1ad328619b3c698a597", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#2acca4e889fcca3bd0f81b507171dfb30b322103", + "@angular/platform-server": "github:angular/platform-server-builds#1468cf0ce687854b59eca80b95a214207f2645a9", + "@angular/router": "github:angular/router-builds#b152839b2b0fbd3bafa9f8ab100e16738adc7a88", + "@angular/service-worker": "github:angular/service-worker-builds#02381be77dfcf4422e4f5c4f723430286de74d84" } }