From cc4dbe49589f108ff6c0415c58f6387e4818e081 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Fri, 25 Jul 2025 21:04:27 +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/ssr/package.json | 12 +- packages/ngtools/webpack/package.json | 4 +- pnpm-lock.yaml | 282 +++++++++--------- tests/legacy-cli/e2e/ng-snapshot/package.json | 32 +- 13 files changed, 234 insertions(+), 234 deletions(-) diff --git a/.github/shared-actions/windows-bazel-test/action.yml b/.github/shared-actions/windows-bazel-test/action.yml index 6568da442243..763191129a1e 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/setup-wsl@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 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 2198617094fa..6286068d294f 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@5293c189424a61f7255d8171e3d653f983404851 + - uses: angular/dev-infra/github-actions/branch-manager@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8ac71c64c7d..4195d7c5c7d4 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - 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 94126390f575..4fd1f6ddc564 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@5293c189424a61f7255d8171e3d653f983404851 + - uses: angular/dev-infra/github-actions/pull-request-labeling@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 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@5293c189424a61f7255d8171e3d653f983404851 + - uses: angular/dev-infra/github-actions/post-approval-changes@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index ce2098bc3bbc..2d75848d3d8f 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@5293c189424a61f7255d8171e3d653f983404851 + - uses: angular/dev-infra/github-actions/feature-request@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 6da5040af7f7..a73c6ddb9dec 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - 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 d467899f2653..58932a2f9df1 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/linting/licenses@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@59c46175bf3a8870c0c2ceb9de1eb741fd50d415 - 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 c58da7029ce3..3118642d3ee7 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 = "5293c189424a61f7255d8171e3d653f983404851", + commit = "59c46175bf3a8870c0c2ceb9de1eb741fd50d415", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 18950271b688..3a1e0771156c 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.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#75a2aee57f2d3bf783f74fcf4338228a3a69d0e6", - "@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", + "@angular/animations": "20.2.0-next.2", + "@angular/cdk": "20.2.0-next.1", + "@angular/common": "20.2.0-next.2", + "@angular/compiler": "20.2.0-next.2", + "@angular/compiler-cli": "20.2.0-next.2", + "@angular/core": "20.2.0-next.2", + "@angular/forms": "20.2.0-next.2", + "@angular/localize": "20.2.0-next.2", + "@angular/material": "20.2.0-next.1", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8ea29eed9e8aa1143124de9d65d10fbba834bdea", + "@angular/platform-browser": "20.2.0-next.2", + "@angular/platform-server": "20.2.0-next.2", + "@angular/router": "20.2.0-next.2", + "@angular/service-worker": "20.2.0-next.2", "@bazel/bazelisk": "1.26.0", "@bazel/buildifier": "8.2.1", "@eslint/compat": "1.3.1", diff --git a/packages/angular/ssr/package.json b/packages/angular/ssr/package.json index 087dd28e1d6a..2e7e5273d916 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.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", + "@angular/common": "20.2.0-next.2", + "@angular/compiler": "20.2.0-next.2", + "@angular/core": "20.2.0-next.2", + "@angular/platform-browser": "20.2.0-next.2", + "@angular/platform-server": "20.2.0-next.2", + "@angular/router": "20.2.0-next.2", "@schematics/angular": "workspace:*" }, "sideEffects": false, diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 7e8f00635e4f..acdfa3a1b116 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.1", - "@angular/compiler-cli": "20.2.0-next.1", + "@angular/compiler": "20.2.0-next.2", + "@angular/compiler-cli": "20.2.0-next.2", "typescript": "5.8.3", "webpack": "5.100.2" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a767d8a04d1f..75b43d4010d6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,47 +15,47 @@ importers: .: devDependencies: '@angular/animations': - 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)) + specifier: 20.2.0-next.2 + version: 20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/cdk': - specifier: 20.2.0-next.0 - 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) + version: 20.2.0-next.1(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/common': + specifier: 20.2.0-next.2 + version: 20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': - specifier: 20.2.0-next.1 - version: 20.2.0-next.1 + specifier: 20.2.0-next.2 + version: 20.2.0-next.2 '@angular/compiler-cli': - specifier: 20.2.0-next.1 - version: 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.9.0-beta) + specifier: 20.2.0-next.2 + version: 20.2.0-next.2(@angular/compiler@20.2.0-next.2)(typescript@5.9.0-beta) '@angular/core': - 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) + specifier: 20.2.0-next.2 + version: 20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': - 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) + specifier: 20.2.0-next.2 + version: 20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.2(@angular/animations@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/localize': - 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.9.0-beta))(@angular/compiler@20.2.0-next.1) + specifier: 20.2.0-next.2 + version: 20.2.0-next.2(@angular/compiler-cli@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(typescript@5.9.0-beta))(@angular/compiler@20.2.0-next.2) '@angular/material': - specifier: 20.2.0-next.0 - version: 20.2.0-next.0(izo7ao2rdctwtvsrpb4zt6c36q) + specifier: 20.2.0-next.1 + version: 20.2.0-next.1(vskujalos7dmbi42cg4eq3aeqm) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#75a2aee57f2d3bf783f74fcf4338228a3a69d0e6 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/75a2aee57f2d3bf783f74fcf4338228a3a69d0e6(@modelcontextprotocol/sdk@1.16.0)(encoding@0.1.13) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#8ea29eed9e8aa1143124de9d65d10fbba834bdea + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/8ea29eed9e8aa1143124de9d65d10fbba834bdea(@modelcontextprotocol/sdk@1.16.0)(encoding@0.1.13) '@angular/platform-browser': - 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)) + specifier: 20.2.0-next.2 + version: 20.2.0-next.2(@angular/animations@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-server': - 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) + specifier: 20.2.0-next.2 + version: 20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.2.0-next.2)(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.2(@angular/animations@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/router': - 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) + specifier: 20.2.0-next.2 + version: 20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.2(@angular/animations@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/service-worker': - 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) + specifier: 20.2.0-next.2 + version: 20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@bazel/bazelisk': specifier: 1.26.0 version: 1.26.0 @@ -443,7 +443,7 @@ importers: version: 4.4.0 ng-packagr: 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.9.0-beta))(tslib@2.8.1)(typescript@5.9.0-beta) + version: 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(typescript@5.9.0-beta))(tslib@2.8.1)(typescript@5.9.0-beta) postcss: specifier: 8.5.6 version: 8.5.6 @@ -533,23 +533,23 @@ importers: specifier: workspace:* version: link:../../angular_devkit/schematics '@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) + specifier: 20.2.0-next.2 + version: 20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': - specifier: 20.2.0-next.1 - version: 20.2.0-next.1 + specifier: 20.2.0-next.2 + version: 20.2.0-next.2 '@angular/core': - 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) + specifier: 20.2.0-next.2 + version: 20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/platform-browser': - 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)) + specifier: 20.2.0-next.2 + version: 20.2.0-next.2(@angular/animations@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-server': - 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) + specifier: 20.2.0-next.2 + version: 20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.2.0-next.2)(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.2(@angular/animations@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/router': - 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) + specifier: 20.2.0-next.2 + version: 20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.2(@angular/animations@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@schematics/angular': specifier: workspace:* version: link:../../schematics/angular @@ -765,7 +765,7 @@ importers: version: 3.0.4 ng-packagr: 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.9.0-beta))(tslib@2.8.1)(typescript@5.9.0-beta) + version: 20.2.0-next.0(@angular/compiler-cli@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(typescript@5.9.0-beta))(tslib@2.8.1)(typescript@5.9.0-beta) undici: specifier: 7.12.0 version: 7.12.0 @@ -859,11 +859,11 @@ importers: specifier: workspace:0.0.0-PLACEHOLDER version: link:../../angular_devkit/core '@angular/compiler': - specifier: 20.2.0-next.1 - version: 20.2.0-next.1 + specifier: 20.2.0-next.2 + version: 20.2.0-next.2 '@angular/compiler-cli': - specifier: 20.2.0-next.1 - version: 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.9.0-beta) + specifier: 20.2.0-next.2 + version: 20.2.0-next.2(@angular/compiler@20.2.0-next.2)(typescript@5.9.0-beta) typescript: specifier: 5.9.0-beta version: 5.9.0-beta @@ -959,47 +959,47 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular/animations@20.2.0-next.1': - resolution: {integrity: sha512-5q0ho+h6S8mHKCoTpA9KRp+ncWQhmemPhII7rpjZ3wyCyOzgE98uQ15B3KiNF7r7gl99x6qe3phWXZps8XQOzA==} + '@angular/animations@20.2.0-next.2': + resolution: {integrity: sha512-1HX8cB1ICoRhjdk2PRM0hSV5OyelPURJPtVQ4qkkr3lB/ez+kjeNZpMK6kNYn9n7+1/oE3zA+FvBIwzC/9qOXg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.2.0-next.1 - '@angular/core': 20.2.0-next.1 + '@angular/common': 20.2.0-next.2 + '@angular/core': 20.2.0-next.2 - '@angular/cdk@20.2.0-next.0': - resolution: {integrity: sha512-cQk8LQW4/Xj6Gfv3eVb6IkD71/dGrdjWqclzdVopVhRnF6s5/QbjiQkojr4UzbC1mqAZ3L+EFnJCrjfOCcxrIg==} + '@angular/cdk@20.2.0-next.1': + resolution: {integrity: sha512-4c8ABT7dxcI8grU+RR3ZX00ifB3hWfrtxNp1BbwlvRR3R/WSzuTdQqScBAV1gnmel/oNn2o1ehkWXHHOTCw/0w==} 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.1': - resolution: {integrity: sha512-I5njujaVyRfA7IGBUAhgSWw4XYWqx79qyzlXuMOGBOgGSUFfx/n7Uv1yfm4O9STA9Rmdqj3z6/q8lHe7pmidOA==} + '@angular/common@20.2.0-next.2': + resolution: {integrity: sha512-ULPFrSu7lpdvycKY0qeamW0TaR9fYHe38mMPjIS0c6hfB1Y1I2ljmaQG6GN5bkNa0WVPlUCjDDhJl+p7mGXFWQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 20.2.0-next.1 + '@angular/core': 20.2.0-next.2 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@20.2.0-next.1': - resolution: {integrity: sha512-t7dgF+n0YDjEtSWkosMgnGz7xUuGBMCe1KaXccGhlD9hrTzemyiOO3+oNSpDxgk0b7hmqhjt14iWFioVpMbSGw==} + '@angular/compiler-cli@20.2.0-next.2': + resolution: {integrity: sha512-0lMDH+MO3dAsMuHLEHzPwwct7Nz7gYh2EbVTw9dYuoGUqvvTzGiD2tQY6lgaDaZ9sE8MgDfssh2QuMrw0entXg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 20.2.0-next.1 + '@angular/compiler': 20.2.0-next.2 typescript: 5.9.0-beta peerDependenciesMeta: typescript: optional: true - '@angular/compiler@20.2.0-next.1': - resolution: {integrity: sha512-DOHh/PBWmN3hF8Umf8eM7FbUYwwA7oFrySk/4E8c6IAFq5H9ZbWG9Zlxr9LBYXtxtic0z8GVIHUMdvkV7iPZDA==} + '@angular/compiler@20.2.0-next.2': + resolution: {integrity: sha512-i1FgN0i0znbW8jigPxjVj6qPDQcnf7SwwKWUBBF1PMiXvJlJD4NA3m2p9JtOSFmDdi0rFBhMbV8FX46dEirJBg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@20.2.0-next.1': - resolution: {integrity: sha512-lCvQC1J7m6T0RAbKmfNxrZTje8qGom3ALkjino4EiTzzT0bfRGXC5a0rySVR1cIqXe9UMgSlTyyU2Tc5Sqex5g==} + '@angular/core@20.2.0-next.2': + resolution: {integrity: sha512-rRlCGMOd5IwnWlfO0amry9uk0AEMGP0s6XP8fCBxDRx0IrDCcmULjhGhqRj4xbj5NJzTTuMr90QuT3IRO3EA3g==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/compiler': 20.2.0-next.1 + '@angular/compiler': 20.2.0-next.2 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 peerDependenciesMeta: @@ -1008,74 +1008,74 @@ packages: zone.js: optional: true - '@angular/forms@20.2.0-next.1': - resolution: {integrity: sha512-/eWmPRSFFf05z6BTBMRbFbsjb/ocsPmyG0kXFdZ9ahkezMXJFNje6u8hcQsRxPNKZovzPgDPEHZ0GZ/3BnIBOQ==} + '@angular/forms@20.2.0-next.2': + resolution: {integrity: sha512-Lgoj1geHTIuLFXWHbvQqg82/EjBYiG8P6VDwYHn12W40yWDKKcQKySj2QMngdJQ65jba9yocgp7MCPLz/gECYg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.2.0-next.1 - '@angular/core': 20.2.0-next.1 - '@angular/platform-browser': 20.2.0-next.1 + '@angular/common': 20.2.0-next.2 + '@angular/core': 20.2.0-next.2 + '@angular/platform-browser': 20.2.0-next.2 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@20.2.0-next.1': - resolution: {integrity: sha512-LngudwEcfgsZAJtDJMiXnHBeCJN4XqQ1LoyAHOpV7oGv/9mvHwgEdxOPzCavAxw+T0v6YLVNEdUrr2dgiEgs8Q==} + '@angular/localize@20.2.0-next.2': + resolution: {integrity: sha512-e0BYga0hGjODQHZx+SF09JHNXw+3/0JWo4mwd6TBsOsAY3/9bRGkVv0o/S0+RwbRYaffdONqLaIJzQh8uKX3oQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 20.2.0-next.1 - '@angular/compiler-cli': 20.2.0-next.1 + '@angular/compiler': 20.2.0-next.2 + '@angular/compiler-cli': 20.2.0-next.2 - '@angular/material@20.2.0-next.0': - resolution: {integrity: sha512-u+3k/jp1/5qDrkPv9EpzZ6M+LDSZDZ5FJtXtiu4g3RpmtVUKIN0zGvPWHJJiWWHeY5rOa7cHOcPzyairOFsHGw==} + '@angular/material@20.2.0-next.1': + resolution: {integrity: sha512-0hdT0iQl9iswTP/GCqD3QjO0fy6PlbSdfEEctJy79tTdCmZo6zrKHNm5y7AtFmyaT84nD7ERz2Q0/tQbF1x14g==} peerDependencies: - '@angular/cdk': 20.2.0-next.0 + '@angular/cdk': 20.2.0-next.1 '@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/75a2aee57f2d3bf783f74fcf4338228a3a69d0e6': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/75a2aee57f2d3bf783f74fcf4338228a3a69d0e6} - version: 0.0.0-5293c189424a61f7255d8171e3d653f983404851 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/8ea29eed9e8aa1143124de9d65d10fbba834bdea': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/8ea29eed9e8aa1143124de9d65d10fbba834bdea} + version: 0.0.0-59c46175bf3a8870c0c2ceb9de1eb741fd50d415 hasBin: true - '@angular/platform-browser@20.2.0-next.1': - resolution: {integrity: sha512-X8g777B6N7PukvPhxVysp2SXNCkM4oI70eo2hr1EWcspdbGK2/7rlXZC02Fv7WaILOoyYRClNEktRdSSuKczrw==} + '@angular/platform-browser@20.2.0-next.2': + resolution: {integrity: sha512-AraHBlSidMyaI+p8+VQ4Qi2piYdUkeri5FAp2kb625k7tAP9VqFGfHuZlzdaVR299Amwgufu0tZgst6vBDtwfQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 20.2.0-next.1 - '@angular/common': 20.2.0-next.1 - '@angular/core': 20.2.0-next.1 + '@angular/animations': 20.2.0-next.2 + '@angular/common': 20.2.0-next.2 + '@angular/core': 20.2.0-next.2 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@20.2.0-next.1': - resolution: {integrity: sha512-G3OMPqKCg0f87sWh219KHVolZhJcnSzx+EHiiEVTo/nCb9/0wl1nrIIlsClrrzwFg11rfnJcQqbYIIJdOaGJQg==} + '@angular/platform-server@20.2.0-next.2': + resolution: {integrity: sha512-44DIKwj90eBePv1qfyBejBxC6M3UI0hNL774fDpJq76HsItPUHjreCe2Pl43jSlc4jTAUU7bQEMBADJnFw2v2w==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@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/common': 20.2.0-next.2 + '@angular/compiler': 20.2.0-next.2 + '@angular/core': 20.2.0-next.2 + '@angular/platform-browser': 20.2.0-next.2 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@20.2.0-next.1': - resolution: {integrity: sha512-KPWNupKlM6xb5/P3/Jvmn7XeCuO0McIJ0VoKJ/YZsZkueQ0czNm4iT2DL6v7DhaEVG5yoMTHvacyfNyYoqWXhA==} + '@angular/router@20.2.0-next.2': + resolution: {integrity: sha512-Hf2cY3qcxWY/wnrr5tp9WRhK8kgKGUpH/vtdzlwvG9n1LHR1HKKRMoC6oJplZjOx2XIhtUCYZa+nDu3lhnT61w==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.2.0-next.1 - '@angular/core': 20.2.0-next.1 - '@angular/platform-browser': 20.2.0-next.1 + '@angular/common': 20.2.0-next.2 + '@angular/core': 20.2.0-next.2 + '@angular/platform-browser': 20.2.0-next.2 rxjs: ^6.5.3 || ^7.4.0 - '@angular/service-worker@20.2.0-next.1': - resolution: {integrity: sha512-MHI1s4hxNzJl1vvyY6DW7/WO1VDprp42TK69dA2lXGNHUrfGN3G/Y+I64+IrjXq2bLgCmcOK9IzhtWbQ6SwpdA==} + '@angular/service-worker@20.2.0-next.2': + resolution: {integrity: sha512-qMLtB8QvAdF2ZQ9shCg8T33keRXfLIu6BTs9dWn3dsiYa6i4hgeCmp3faisAjQsmV6K72XgfGWRYYfZ1fNn4KQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/core': 20.2.0-next.1 + '@angular/core': 20.2.0-next.2 rxjs: ^6.5.3 || ^7.4.0 '@asamuzakjp/css-color@3.2.0': @@ -8551,29 +8551,29 @@ snapshots: '@jridgewell/gen-mapping': 0.3.12 '@jridgewell/trace-mapping': 0.3.29 - '@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/animations@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@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.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) tslib: 2.8.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/cdk@20.2.0-next.1(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@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.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.2.0-next.2(@angular/compiler@20.2.0-next.2)(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.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/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.9.0-beta)': + '@angular/compiler-cli@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(typescript@5.9.0-beta)': dependencies: - '@angular/compiler': 20.2.0-next.1 + '@angular/compiler': 20.2.0-next.2 '@babel/core': 7.28.0 '@jridgewell/sourcemap-codec': 1.5.4 chokidar: 4.0.3 @@ -8587,30 +8587,30 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@20.2.0-next.1': + '@angular/compiler@20.2.0-next.2': dependencies: tslib: 2.8.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/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(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.1 + '@angular/compiler': 20.2.0-next.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/forms@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.2(@angular/animations@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@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)) + '@angular/common': 20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.2.0-next.2(@angular/animations@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/localize@20.2.0-next.1(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.9.0-beta))(@angular/compiler@20.2.0-next.1)': + '@angular/localize@20.2.0-next.2(@angular/compiler-cli@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(typescript@5.9.0-beta))(@angular/compiler@20.2.0-next.2)': dependencies: - '@angular/compiler': 20.2.0-next.1 - '@angular/compiler-cli': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.9.0-beta) + '@angular/compiler': 20.2.0-next.2 + '@angular/compiler-cli': 20.2.0-next.2(@angular/compiler@20.2.0-next.2)(typescript@5.9.0-beta) '@babel/core': 7.28.0 '@types/babel__core': 7.20.5 tinyglobby: 0.2.14 @@ -8618,17 +8618,17 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/material@20.2.0-next.0(izo7ao2rdctwtvsrpb4zt6c36q)': + '@angular/material@20.2.0-next.1(vskujalos7dmbi42cg4eq3aeqm)': dependencies: - '@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)) + '@angular/cdk': 20.2.0-next.1(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/common': 20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/forms': 20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.2(@angular/animations@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + '@angular/platform-browser': 20.2.0-next.2(@angular/animations@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(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/75a2aee57f2d3bf783f74fcf4338228a3a69d0e6(@modelcontextprotocol/sdk@1.16.0)(encoding@0.1.13)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/8ea29eed9e8aa1143124de9d65d10fbba834bdea(@modelcontextprotocol/sdk@1.16.0)(encoding@0.1.13)': dependencies: '@google-cloud/spanner': 8.0.0(supports-color@10.0.0) '@google/genai': 1.10.0(@modelcontextprotocol/sdk@1.16.0)(encoding@0.1.13)(supports-color@10.0.0) @@ -8649,35 +8649,35 @@ snapshots: - encoding - utf-8-validate - '@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))': + '@angular/platform-browser@20.2.0-next.2(@angular/animations@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@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.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) tslib: 2.8.1 optionalDependencies: - '@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/animations': 20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)) - '@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)': + '@angular/platform-server@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.2.0-next.2)(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.2(@angular/animations@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@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)) + '@angular/common': 20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 20.2.0-next.2 + '@angular/core': 20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.2.0-next.2(@angular/animations@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(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.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/router@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.2.0-next.2(@angular/animations@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@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)) + '@angular/common': 20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.2.0-next.2(@angular/animations@20.2.0-next.2(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 tslib: 2.8.1 - '@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)': + '@angular/service-worker@20.2.0-next.2(@angular/core@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 20.2.0-next.2(@angular/compiler@20.2.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 tslib: 2.8.1 @@ -14677,10 +14677,10 @@ snapshots: netmask@2.0.2: {} - ng-packagr@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.9.0-beta))(tslib@2.8.1)(typescript@5.9.0-beta): + ng-packagr@20.2.0-next.0(@angular/compiler-cli@20.2.0-next.2(@angular/compiler@20.2.0-next.2)(typescript@5.9.0-beta))(tslib@2.8.1)(typescript@5.9.0-beta): dependencies: '@ampproject/remapping': 2.3.0 - '@angular/compiler-cli': 20.2.0-next.1(@angular/compiler@20.2.0-next.1)(typescript@5.9.0-beta) + '@angular/compiler-cli': 20.2.0-next.2(@angular/compiler@20.2.0-next.2)(typescript@5.9.0-beta) '@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 f1e5334907a9..0ab9129a89a7 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#4c22d3bd4cde74c23667c03fcd9f951a7173746f", - "@angular/cdk": "github:angular/cdk-builds#03288e5d173649a29ab5ff28e6a36f277ba12827", - "@angular/common": "github:angular/common-builds#deca01060ce3a62f43930f8f9c09d82a988a391a", - "@angular/compiler": "github:angular/compiler-builds#a48748b73f150b10ecd51e23ff925c6fb52444c4", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#dfb4c5ff3ff38c81bcfab7f0ac68939ed32c80ee", - "@angular/core": "github:angular/core-builds#a7ae35882d96235f8c3c1c2830f71cbbb900bc3c", - "@angular/forms": "github:angular/forms-builds#99ee11ba557c004b4439ba162b315ae5c5545ead", - "@angular/language-service": "github:angular/language-service-builds#5925d818413f6a3af307dbce62bfea0de3ad8d76", - "@angular/localize": "github:angular/localize-builds#2a8550dc64303b1071eae89b774380def1e6a65a", - "@angular/material": "github:angular/material-builds#4f4c5159fa41d7e04b02383817f130a079a27d83", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#277201cf2929e70d9dfafdb06e5aff6f61729e4a", - "@angular/platform-browser": "github:angular/platform-browser-builds#ac982448c4f8acd16bf3934a1adf0fbdde7bbf1f", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#ee27911b3e970e471ed4475ef7cc160a7be3956d", - "@angular/platform-server": "github:angular/platform-server-builds#96c339c1791e803a4d96b83f79216ff138019666", - "@angular/router": "github:angular/router-builds#a66d17611cfff2b32b7aaee1f41553460fa81f10", - "@angular/service-worker": "github:angular/service-worker-builds#d16f7594e232730c0d7c3ad33ba8f397ce917c69" + "@angular/animations": "github:angular/animations-builds#72a43406d31afc08b18b32683a006c83db5afea8", + "@angular/cdk": "github:angular/cdk-builds#611a852a09c1efe4b37c0cfb40b1bd633c759162", + "@angular/common": "github:angular/common-builds#2b56c38e39babe982bbcb980fc6601ec559d2fae", + "@angular/compiler": "github:angular/compiler-builds#bb48be411ab2235568d26f971be8a0f20d420558", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#9d4a8610334d1e578667c6b210d0aaf9896b7c85", + "@angular/core": "github:angular/core-builds#d15914f06c3ab540ff40925f728508532435aa37", + "@angular/forms": "github:angular/forms-builds#91a8f5080cf731a9478171dd7dd55cfbd01304e4", + "@angular/language-service": "github:angular/language-service-builds#3f018999b19744a393289920b780453423ecb2d5", + "@angular/localize": "github:angular/localize-builds#4eed072b8c749315c6b067b48f83a41b4fcb7f10", + "@angular/material": "github:angular/material-builds#eb0d70c5076954812b1ddfd421629eabc304bdbe", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#0815d09a3c0f40ecb34b4d986d2762ea2a3a1ca6", + "@angular/platform-browser": "github:angular/platform-browser-builds#7f83c25522fd1cde23b748375ed4e615980e2abe", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#282b3e4bb4b08a34e09d850d1e773193c8ff17a8", + "@angular/platform-server": "github:angular/platform-server-builds#f42730cc1b337ceb1afc805d37b55ab54bc58634", + "@angular/router": "github:angular/router-builds#bd64238142d8acda0e4beb7c1909694cef6bc228", + "@angular/service-worker": "github:angular/service-worker-builds#5fa27fbedbcbe6e6ea0997dc5a8049259aa4967f" } }