diff --git a/.github/shared-actions/windows-bazel-test/action.yml b/.github/shared-actions/windows-bazel-test/action.yml index e9607867efa7..19e457cc7bce 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/setup-wsl@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 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 8c31c3e07aec..b93772301ddd 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@6f54d143077baef582d70873722166fdc040066c + - uses: angular/dev-infra/github-actions/branch-manager@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84761d4f7342..580dc480bfc8 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - 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 3d8a045dc235..86778df773fe 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@6f54d143077baef582d70873722166fdc040066c + - uses: angular/dev-infra/github-actions/pull-request-labeling@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 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@6f54d143077baef582d70873722166fdc040066c + - uses: angular/dev-infra/github-actions/post-approval-changes@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 7bfb7c07d7d1..b55aeb1e01d4 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@6f54d143077baef582d70873722166fdc040066c + - uses: angular/dev-infra/github-actions/feature-request@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index d2074cbfe13a..8b12be5315b5 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - 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 ccdd937997b6..4814a359b379 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/linting/licenses@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - 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@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/setup@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c + uses: angular/dev-infra/github-actions/bazel/configure-remote@b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994 - 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 95d63d6ff99c..6c41ef8b8d56 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 = "6f54d143077baef582d70873722166fdc040066c", + commit = "b1fcd6bdad5f24e3c26ef4e93f4d89820e93d994", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 42072882c38c..0d24a6e0b4a6 100644 --- a/package.json +++ b/package.json @@ -46,20 +46,20 @@ }, "homepage": "https://github.com/angular/angular-cli", "devDependencies": { - "@angular/animations": "20.1.0-rc.0", + "@angular/animations": "20.2.0-next.0", "@angular/cdk": "20.1.0-rc.0", - "@angular/common": "20.1.0-rc.0", - "@angular/compiler": "20.1.0-rc.0", - "@angular/compiler-cli": "20.1.0-rc.0", - "@angular/core": "20.1.0-rc.0", - "@angular/forms": "20.1.0-rc.0", - "@angular/localize": "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#800f6e7be48e84780621f8f7e9eec79a865346fd", - "@angular/platform-browser": "20.1.0-rc.0", - "@angular/platform-server": "20.1.0-rc.0", - "@angular/router": "20.1.0-rc.0", - "@angular/service-worker": "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", "@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 3c728cde8a5c..9fa0a5f77bdf 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.1.0-rc.0", - "@angular/compiler": "20.1.0-rc.0", - "@angular/core": "20.1.0-rc.0", - "@angular/platform-browser": "20.1.0-rc.0", - "@angular/platform-server": "20.1.0-rc.0", - "@angular/router": "20.1.0-rc.0", + "@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", "@schematics/angular": "workspace:*" }, "sideEffects": false, diff --git a/packages/angular_devkit/build_angular/test/hello-world-lib/projects/lib/package.json b/packages/angular_devkit/build_angular/test/hello-world-lib/projects/lib/package.json index e5ebd183f2b9..b06f19f45451 100644 --- a/packages/angular_devkit/build_angular/test/hello-world-lib/projects/lib/package.json +++ b/packages/angular_devkit/build_angular/test/hello-world-lib/projects/lib/package.json @@ -2,7 +2,7 @@ "name": "lib", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^20.1.0-next", - "@angular/core": "^20.1.0-next" + "@angular/common": "^20.2.0-next", + "@angular/core": "^20.2.0-next" } } \ No newline at end of file diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 3a49695c7195..fe06c49f526f 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.1.0-rc.0", - "@angular/compiler-cli": "20.1.0-rc.0", + "@angular/compiler": "20.2.0-next.0", + "@angular/compiler-cli": "20.2.0-next.0", "typescript": "5.8.3", "webpack": "5.100.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 59b129e3cf36..f9f1182932b3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,47 +15,47 @@ importers: .: devDependencies: '@angular/animations': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)) + 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/cdk': specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + 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.1.0-rc.0 - version: 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + 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) '@angular/compiler': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0 + specifier: 20.2.0-next.0 + version: 20.2.0-next.0 '@angular/compiler-cli': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3) + specifier: 20.2.0-next.0 + version: 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3) '@angular/core': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) + 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) '@angular/forms': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + 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) '@angular/localize': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/compiler@20.1.0-rc.0) + 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) '@angular/material': specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(melarogkwzrdjfvre7ad7wi234) + version: 20.1.0-rc.0(difxyzoi5ta3rok2swggpxhcoq) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#800f6e7be48e84780621f8f7e9eec79a865346fd - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/800f6e7be48e84780621f8f7e9eec79a865346fd(@modelcontextprotocol/sdk@1.15.0)(encoding@0.1.13) + 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.0)(encoding@0.1.13) '@angular/platform-browser': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)) + 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)) '@angular/platform-server': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.1.0-rc.0)(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + 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) '@angular/router': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + 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) '@angular/service-worker': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + 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) '@bazel/bazelisk': specifier: 1.26.0 version: 1.26.0 @@ -443,7 +443,7 @@ importers: version: 4.3.0 ng-packagr: specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) + 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) 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.1.0-rc.0 - version: 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + 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) '@angular/compiler': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0 + specifier: 20.2.0-next.0 + version: 20.2.0-next.0 '@angular/core': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) + 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) '@angular/platform-browser': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)) + 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)) '@angular/platform-server': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.1.0-rc.0)(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + 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) '@angular/router': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + 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) '@schematics/angular': specifier: workspace:* version: link:../../schematics/angular @@ -765,7 +765,7 @@ importers: version: 3.0.4 ng-packagr: specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) + 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) undici: specifier: 7.11.0 version: 7.11.0 @@ -859,11 +859,11 @@ importers: specifier: workspace:0.0.0-PLACEHOLDER version: link:../../angular_devkit/core '@angular/compiler': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0 + specifier: 20.2.0-next.0 + version: 20.2.0-next.0 '@angular/compiler-cli': - specifier: 20.1.0-rc.0 - version: 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3) + specifier: 20.2.0-next.0 + version: 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3) typescript: specifier: 5.8.3 version: 5.8.3 @@ -907,12 +907,12 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular/animations@20.1.0-rc.0': - resolution: {integrity: sha512-eBxXkJG1ImSY2GgS1F+htRLjc3G2Y0PAl/9nbdHk6HM5z62A168+A93ihLJzHQR9MmJogsLbmTukB3FmVUbjMg==} + '@angular/animations@20.2.0-next.0': + resolution: {integrity: sha512-3Rf2BOOCKSGoH6VnrXb0y11h9A/WB9c3y3m/QCvNmFzh8zm35ObGLf8OSbQ6hN1zCupTZVm1VS8zfJRa+wbQJQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.1.0-rc.0 - '@angular/core': 20.1.0-rc.0 + '@angular/common': 20.2.0-next.0 + '@angular/core': 20.2.0-next.0 '@angular/cdk@20.1.0-rc.0': resolution: {integrity: sha512-e81eOu3Nxf6QGzhZKBC40udh4R3NdA+fExcJ7XX3Pt4uRBy17NodYWZZUazoiD9S9i+FKfwA1jBbucm7WA6QMg==} @@ -921,33 +921,33 @@ packages: '@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.1.0-rc.0': - resolution: {integrity: sha512-uJcZ32hxFKqz0laGGqO64hRzICQwe2J/z0q9ESDz2ZPQZJFVxVoLITEVwr8Ogx3aH3FwppPe2H4pcVrlPvV+7A==} + '@angular/common@20.2.0-next.0': + resolution: {integrity: sha512-yRS4zZvbg2RPPDV+biq0wjZluUbYRV0MLzgHe/2COQyPEaqMukqSGlYlmm30/YWQ9qcp7W0/SbVyAcyqWgoa0w==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 20.1.0-rc.0 + '@angular/core': 20.2.0-next.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@20.1.0-rc.0': - resolution: {integrity: sha512-nNXSAlYW+zaEifTy+eGXpSvch4eCHMeg1Milr/l4/Vzr8jfWAQpiVk6OyTZyZa4UKHYJkZw6JRauE5npi7WGPg==} + '@angular/compiler-cli@20.2.0-next.0': + resolution: {integrity: sha512-Sp0VAnPlS9BQ1J/m6wwSqbBVEwiHac8kZqeoNcZtbh0AAw8vP5OIQZZ+UV2SVQevSJyWQ3QaLpp4LLkvc7PVfg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 20.1.0-rc.0 + '@angular/compiler': 20.2.0-next.0 typescript: 5.8.3 peerDependenciesMeta: typescript: optional: true - '@angular/compiler@20.1.0-rc.0': - resolution: {integrity: sha512-zgr7+8r7bE4CooNKsDk+e6yWdZwZKeLHfSA8y6syITWNQU/OijOB0vwnOG/NhZSgUb0GKX9rSeYMRhAhDRGoQg==} + '@angular/compiler@20.2.0-next.0': + resolution: {integrity: sha512-llDJiVyw8XOCsxgNP5JRQuxggIFvrGw+btOrctoCglr00y/OJOYjWF7KvK1zB+e3gO3TI3549eDnlgoTSwfUfg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@20.1.0-rc.0': - resolution: {integrity: sha512-dsyi29ieAjKEMspq8I9/CEtg6yPVleHk6Ii31wN3iMtKuEfAu30EZNtFgCqKzv3j4ZvJH/sBV4yh0FSZJSfgCA==} + '@angular/core@20.2.0-next.0': + resolution: {integrity: sha512-cvtCuoENQYxliuXsIiYKXau8/AhVwMalTe0yh/YQ0fBU8ofVQBsyMQFicxLAtv9PFShphXKrPTE/mBmkRZkpCw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/compiler': 20.1.0-rc.0 + '@angular/compiler': 20.2.0-next.0 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 peerDependenciesMeta: @@ -956,22 +956,22 @@ packages: zone.js: optional: true - '@angular/forms@20.1.0-rc.0': - resolution: {integrity: sha512-4hGnfh3Tao10sVF3r3InyqydrFesPeTSHRWOiMZHoZ559jfYqdnHizIyNYW32GBd/9KD+gQfSER4JAO9WzcJzw==} + '@angular/forms@20.2.0-next.0': + resolution: {integrity: sha512-LomtE6a1QBNuPjqeBhInxlOhurGaMHtMR5Hf/GWx7//WD5w86ecDQ+4LnY/9J6+vTL+QaEFbhXt6VoF2/QVjJw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.1.0-rc.0 - '@angular/core': 20.1.0-rc.0 - '@angular/platform-browser': 20.1.0-rc.0 + '@angular/common': 20.2.0-next.0 + '@angular/core': 20.2.0-next.0 + '@angular/platform-browser': 20.2.0-next.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@20.1.0-rc.0': - resolution: {integrity: sha512-UUMEiS6c7RBtCzStSuomZcinnUs4Rym/4RxiTAQUtLZtrrH16nvgUGGP3DqUgLAlKt3MZ1Z4pYtfIEezex3pgQ==} + '@angular/localize@20.2.0-next.0': + resolution: {integrity: sha512-sJdaBoqcIWsdeHJw2xVvhcX+LH4JbFIeZK1/f785wJKrl+EEzqeZv4tQL7202zdQaCkknCgEAS5YjpJj2pD0lQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 20.1.0-rc.0 - '@angular/compiler-cli': 20.1.0-rc.0 + '@angular/compiler': 20.2.0-next.0 + '@angular/compiler-cli': 20.2.0-next.0 '@angular/material@20.1.0-rc.0': resolution: {integrity: sha512-PwwK7p6WHZsrXEQODZdWHMN2BclcCBjArOmYF487gWYySzKDYZUcm/6lXjXV5Tdw8vT564VEFBQpkFPVz5Sq1Q==} @@ -983,47 +983,47 @@ packages: '@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/800f6e7be48e84780621f8f7e9eec79a865346fd': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/800f6e7be48e84780621f8f7e9eec79a865346fd} - version: 0.0.0-6f54d143077baef582d70873722166fdc040066c + '@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 hasBin: true - '@angular/platform-browser@20.1.0-rc.0': - resolution: {integrity: sha512-ATE4cmzfsqLRsth9l7fU0BfqkDvnTRJqIhnK90ATIHHM5rjs2IQNpIAYRVIpNas9Hbt7pxjfWmHVVbuaGWRjOA==} + '@angular/platform-browser@20.2.0-next.0': + resolution: {integrity: sha512-6pCd1ujb0LBI14ZAVihikHNCF/xqySAzpfEuQ7ZpPTLlZ4AX6LJ/NN8OZc03tSrubQmkTvy8ers35BfifHJn7g==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 20.1.0-rc.0 - '@angular/common': 20.1.0-rc.0 - '@angular/core': 20.1.0-rc.0 + '@angular/animations': 20.2.0-next.0 + '@angular/common': 20.2.0-next.0 + '@angular/core': 20.2.0-next.0 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@20.1.0-rc.0': - resolution: {integrity: sha512-hxJHh6PZ+vOLxrXfH64+pJQHVbxafERXBYhD9Tj5fbPCFtOBDK2MbBybIB6fbIzr6O+kFVVsNzm3LRxe9k1FWg==} + '@angular/platform-server@20.2.0-next.0': + resolution: {integrity: sha512-9N9NSQhocvnKdnGKrhZREXQVueS312Mvfb2rw3p8MqbzL6sbgIfWkQ6RS3YFGcVEhyBdOeENK/PukMaqupU/lg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.1.0-rc.0 - '@angular/compiler': 20.1.0-rc.0 - '@angular/core': 20.1.0-rc.0 - '@angular/platform-browser': 20.1.0-rc.0 + '@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 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@20.1.0-rc.0': - resolution: {integrity: sha512-Oa8tru8CPtHQfEtwF4B9zS8kG35ZMwc8RoQSINLZ/h3nuM26/GaF3zcIonTABSReRbuJ90eAEul/LmgLwxeqJA==} + '@angular/router@20.2.0-next.0': + resolution: {integrity: sha512-NYOfZeg3ppXHpgA1l4EQPhweRsolFh9FE24GMH/ehk69lCurhZnh9A56UKkYonN5Nlt7X4kANqg4FO0rLP82pw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.1.0-rc.0 - '@angular/core': 20.1.0-rc.0 - '@angular/platform-browser': 20.1.0-rc.0 + '@angular/common': 20.2.0-next.0 + '@angular/core': 20.2.0-next.0 + '@angular/platform-browser': 20.2.0-next.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/service-worker@20.1.0-rc.0': - resolution: {integrity: sha512-pL8Wdw9BRxNpvL2Jgpdztn5VSYbCdMrTYfaab/3/i+1SRE3am3i7lc9jMsnRq/kxNUOf60vI6/2ANEizKXAyhg==} + '@angular/service-worker@20.2.0-next.0': + resolution: {integrity: sha512-Ltws05ZpdSyaqPe9xnA9HZLaAZxL/BkTsfuXoRtleCc7BpYqKHvtBo439Syed5FqaiSeyfLbq9+xFC4Z52argQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/core': 20.1.0-rc.0 + '@angular/core': 20.2.0-next.0 rxjs: ^6.5.3 || ^7.4.0 '@asamuzakjp/css-color@3.2.0': @@ -1037,10 +1037,6 @@ packages: resolution: {integrity: sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==} engines: {node: '>=6.9.0'} - '@babel/core@7.27.7': - resolution: {integrity: sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==} - engines: {node: '>=6.9.0'} - '@babel/core@7.28.0': resolution: {integrity: sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==} engines: {node: '>=6.9.0'} @@ -8359,30 +8355,30 @@ snapshots: '@jridgewell/gen-mapping': 0.3.12 '@jridgewell/trace-mapping': 0.3.29 - '@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))': + '@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))': dependencies: - '@angular/common': 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.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) tslib: 2.8.1 - '@angular/cdk@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@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)': dependencies: - '@angular/common': 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.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) parse5: 7.3.0 rxjs: 7.8.2 tslib: 2.8.1 - '@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.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)': dependencies: - '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) + '@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 tslib: 2.8.1 - '@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3)': + '@angular/compiler-cli@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3)': dependencies: - '@angular/compiler': 20.1.0-rc.0 - '@babel/core': 7.27.7 + '@angular/compiler': 20.2.0-next.0 + '@babel/core': 7.28.0 '@jridgewell/sourcemap-codec': 1.5.4 chokidar: 4.0.3 convert-source-map: 1.9.0 @@ -8395,48 +8391,48 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@20.1.0-rc.0': + '@angular/compiler@20.2.0-next.0': dependencies: tslib: 2.8.1 - '@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)': + '@angular/core@20.2.0-next.0(@angular/compiler@20.2.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)': dependencies: rxjs: 7.8.2 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 20.1.0-rc.0 + '@angular/compiler': 20.2.0-next.0 zone.js: 0.15.1 - '@angular/forms@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@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)': dependencies: - '@angular/common': 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.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.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 tslib: 2.8.1 - '@angular/localize@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/compiler@20.1.0-rc.0)': + '@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)': dependencies: - '@angular/compiler': 20.1.0-rc.0 - '@angular/compiler-cli': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3) - '@babel/core': 7.27.7 + '@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) + '@babel/core': 7.28.0 '@types/babel__core': 7.20.5 tinyglobby: 0.2.14 yargs: 18.0.0 transitivePeerDependencies: - supports-color - '@angular/material@20.1.0-rc.0(melarogkwzrdjfvre7ad7wi234)': + '@angular/material@20.1.0-rc.0(difxyzoi5ta3rok2swggpxhcoq)': dependencies: - '@angular/cdk': 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/common': 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/forms': 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) - '@angular/platform-browser': 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.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/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)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/800f6e7be48e84780621f8f7e9eec79a865346fd(@modelcontextprotocol/sdk@1.15.0)(encoding@0.1.13)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/7cdb4cce7349f791492eee3ac1f84e2a0e243287(@modelcontextprotocol/sdk@1.15.0)(encoding@0.1.13)': dependencies: '@google-cloud/spanner': 8.0.0(supports-color@10.0.0) '@google/genai': 1.8.0(@modelcontextprotocol/sdk@1.15.0)(encoding@0.1.13)(supports-color@10.0.0) @@ -8457,35 +8453,35 @@ snapshots: - encoding - utf-8-validate - '@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.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))': dependencies: - '@angular/common': 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.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) tslib: 2.8.1 optionalDependencies: - '@angular/animations': 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)) + '@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/platform-server@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.1.0-rc.0)(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@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)': dependencies: - '@angular/common': 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 20.1.0-rc.0 - '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.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/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 tslib: 2.8.1 xhr2: 0.2.1 - '@angular/router@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@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)': dependencies: - '@angular/common': 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.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.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 tslib: 2.8.1 - '@angular/service-worker@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@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)': dependencies: - '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) + '@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 tslib: 2.8.1 @@ -8505,26 +8501,6 @@ snapshots: '@babel/compat-data@7.28.0': {} - '@babel/core@7.27.7': - dependencies: - '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.27.1 - '@babel/generator': 7.28.0 - '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.7) - '@babel/helpers': 7.27.6 - '@babel/parser': 7.28.0 - '@babel/template': 7.27.2 - '@babel/traverse': 7.28.0 - '@babel/types': 7.28.0 - convert-source-map: 2.0.0 - debug: 4.4.1(supports-color@10.0.0) - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/core@7.28.0': dependencies: '@ampproject/remapping': 2.3.0 @@ -8612,15 +8588,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.27.3(@babel/core@7.27.7)': - dependencies: - '@babel/core': 7.27.7 - '@babel/helper-module-imports': 7.27.1 - '@babel/helper-validator-identifier': 7.27.1 - '@babel/traverse': 7.28.0 - transitivePeerDependencies: - - supports-color - '@babel/helper-module-transforms@7.27.3(@babel/core@7.28.0)': dependencies: '@babel/core': 7.28.0 @@ -14418,10 +14385,10 @@ snapshots: netmask@2.0.2: {} - ng-packagr@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): + 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): dependencies: '@ampproject/remapping': 2.3.0 - '@angular/compiler-cli': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3) + '@angular/compiler-cli': 20.2.0-next.0(@angular/compiler@20.2.0-next.0)(typescript@5.8.3) '@rollup/plugin-json': 6.1.0(rollup@4.44.2) '@rollup/wasm-node': 4.44.2 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 07de3596d1a7..c766d659a5e8 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#fc82106437c44334ad9466a7c1960a1d61071964", - "@angular/cdk": "github:angular/cdk-builds#56af0b66b26e5d5d7f99ce203dcc44590e27f79b", - "@angular/common": "github:angular/common-builds#1818daeb93260079996805e61fa3c45621da8394", - "@angular/compiler": "github:angular/compiler-builds#0f4bc23207557dead0ddb86b237e04fe6e6d17ee", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#58b555e5042cc6de0358a046248cdc840eca3b8c", - "@angular/core": "github:angular/core-builds#80e37f6e7f66fd24b78c9279899b50215785ccc9", - "@angular/forms": "github:angular/forms-builds#6824fef2d5103160426c9fc02e6e6e20ec41bde0", - "@angular/language-service": "github:angular/language-service-builds#8d1f2409362cc5bd22a97938557a0d7ae58eba56", - "@angular/localize": "github:angular/localize-builds#9907b426e77ed68f106a08dffa93fb8af1596457", - "@angular/material": "github:angular/material-builds#2d19735a24f298174185af4aa9db2b9253e6051f", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#cd52e9efa224d32cf7a495d5119da2552b84b907", - "@angular/platform-browser": "github:angular/platform-browser-builds#87cb8f8e05263e2e235f6f127a74930a7e0ab373", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#e65283bb8157f7b2eba2746fdc965111d558373b", - "@angular/platform-server": "github:angular/platform-server-builds#9130511dfda5e816a8e3c0753a4b65f2b9dab58d", - "@angular/router": "github:angular/router-builds#acb79af18976d90f6477bd3013465741a5db21f3", - "@angular/service-worker": "github:angular/service-worker-builds#884d34ea7422787977f7fc5ff82111e77df7c75b" + "@angular/animations": "github:angular/animations-builds#b6b108bd7414d14ab74072000df0bdb3c67e38e4", + "@angular/cdk": "github:angular/cdk-builds#ff83a1e350efba0aec5be588d10ef64349f69208", + "@angular/common": "github:angular/common-builds#2c0dd5add0cd5033f6ab679c5f701b9e87eae35f", + "@angular/compiler": "github:angular/compiler-builds#152fc6b869d805b92f5c31a7b5116bab1dd356f4", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#e2863f478c2d4f97d44b1e3a6f69c2ffc3579915", + "@angular/core": "github:angular/core-builds#1c404f97578eb4367a1cb488b670ada7164c4979", + "@angular/forms": "github:angular/forms-builds#0c5c74651b6c3300ea2553623b48ed91b0a5ac80", + "@angular/language-service": "github:angular/language-service-builds#a2c8ca408138cf6c9b5b2afcaa29ae58bc8222cd", + "@angular/localize": "github:angular/localize-builds#9d5f4bdb434354c54b6f60465e7db3a77669f414", + "@angular/material": "github:angular/material-builds#535bc4aa54bbcc218192f5b23d27863570d9c98b", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#382677f8e0eae8297c6bcedde793bc752e3c5af1", + "@angular/platform-browser": "github:angular/platform-browser-builds#8fc5a1fda9c241677271cc43ea71cc8d5ecb6eba", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#8318bd15608dfd3351a881a16c04b9d32e891b5a", + "@angular/platform-server": "github:angular/platform-server-builds#f85db3c75b520826042e7dc5332e7d1763fa31e3", + "@angular/router": "github:angular/router-builds#24290d2099d142fd821bc1bc6ed531d589055db4", + "@angular/service-worker": "github:angular/service-worker-builds#389ea563f6c34e82a3306cb17904e2e8a16a20c9" } }