diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 61a21883337f..fc8c0482049a 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + - uses: angular/dev-infra/github-actions/branch-manager@4b4659eabe75a67cebf4692c3c88a98275c67200 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97097971319b..d9e3ad4b3799 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@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/setup@4b4659eabe75a67cebf4692c3c88a98275c67200 - 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@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/setup@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4b4659eabe75a67cebf4692c3c88a98275c67200 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@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/setup@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4b4659eabe75a67cebf4692c3c88a98275c67200 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -85,13 +85,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/setup@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4b4659eabe75a67cebf4692c3c88a98275c67200 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -101,11 +101,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/setup@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4b4659eabe75a67cebf4692c3c88a98275c67200 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -139,7 +139,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -167,13 +167,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/setup@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4b4659eabe75a67cebf4692c3c88a98275c67200 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -192,13 +192,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/setup@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4b4659eabe75a67cebf4692c3c88a98275c67200 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -212,13 +212,13 @@ jobs: SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/setup@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4b4659eabe75a67cebf4692c3c88a98275c67200 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run E2E Browser tests @@ -248,11 +248,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/setup@4b4659eabe75a67cebf4692c3c88a98275c67200 - 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 b38ffe5d9d78..f27335163fa5 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/pull-request-labeling@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + - uses: angular/dev-infra/github-actions/pull-request-labeling@4b4659eabe75a67cebf4692c3c88a98275c67200 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/post-approval-changes@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + - uses: angular/dev-infra/github-actions/post-approval-changes@4b4659eabe75a67cebf4692c3c88a98275c67200 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 8e5a414b6bf9..3802dac1a2b9 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@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + - uses: angular/dev-infra/github-actions/feature-request@4b4659eabe75a67cebf4692c3c88a98275c67200 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index bacb085a94a0..35e934493dd3 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@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - 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@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/setup@4b4659eabe75a67cebf4692c3c88a98275c67200 - 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 8e8b80621a30..12c89bfcb81d 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@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/setup@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup ESLint Caching uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 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@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/linting/licenses@4b4659eabe75a67cebf4692c3c88a98275c67200 - 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@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/setup@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4b4659eabe75a67cebf4692c3c88a98275c67200 - 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@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/setup@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run module and package tests @@ -115,13 +115,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/setup@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Run CLI E2E tests run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -129,11 +129,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/setup@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build E2E tests for Windows on Linux @@ -157,7 +157,7 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -185,13 +185,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/setup@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Run CLI E2E tests run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=3 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -208,12 +208,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/setup@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@4b4659eabe75a67cebf4692c3c88a98275c67200 - name: Run CLI E2E tests run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }} diff --git a/MODULE.bazel b/MODULE.bazel index 4aa64fc5c28a..9fefac2c3b5b 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -39,7 +39,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "06d3af5cfd1e122087c0acafdd7909edce4ad1d7", + commit = "4b4659eabe75a67cebf4692c3c88a98275c67200", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index f2e64bee3edf..5b2c5193f168 100644 --- a/package.json +++ b/package.json @@ -46,20 +46,20 @@ }, "homepage": "https://github.com/angular/angular-cli", "devDependencies": { - "@angular/animations": "21.0.0-next.1", - "@angular/cdk": "21.0.0-next.1", - "@angular/common": "21.0.0-next.1", - "@angular/compiler": "21.0.0-next.1", - "@angular/compiler-cli": "21.0.0-next.1", - "@angular/core": "21.0.0-next.1", - "@angular/forms": "21.0.0-next.1", - "@angular/localize": "21.0.0-next.1", - "@angular/material": "21.0.0-next.1", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b991414e4f3ed15d99f4331b5353499434878374", - "@angular/platform-browser": "21.0.0-next.1", - "@angular/platform-server": "21.0.0-next.1", - "@angular/router": "21.0.0-next.1", - "@angular/service-worker": "21.0.0-next.1", + "@angular/animations": "21.0.0-next.2", + "@angular/cdk": "21.0.0-next.2", + "@angular/common": "21.0.0-next.2", + "@angular/compiler": "21.0.0-next.2", + "@angular/compiler-cli": "21.0.0-next.2", + "@angular/core": "21.0.0-next.2", + "@angular/forms": "21.0.0-next.2", + "@angular/localize": "21.0.0-next.2", + "@angular/material": "21.0.0-next.2", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#435c59b107acc48bf2b54814f2208637a960d004", + "@angular/platform-browser": "21.0.0-next.2", + "@angular/platform-server": "21.0.0-next.2", + "@angular/router": "21.0.0-next.2", + "@angular/service-worker": "21.0.0-next.2", "@bazel/bazelisk": "1.26.0", "@bazel/buildifier": "8.2.1", "@eslint/compat": "1.3.2", diff --git a/packages/angular/ssr/package.json b/packages/angular/ssr/package.json index 1be314178300..20be8d9ecf04 100644 --- a/packages/angular/ssr/package.json +++ b/packages/angular/ssr/package.json @@ -29,12 +29,12 @@ }, "devDependencies": { "@angular-devkit/schematics": "workspace:*", - "@angular/common": "21.0.0-next.1", - "@angular/compiler": "21.0.0-next.1", - "@angular/core": "21.0.0-next.1", - "@angular/platform-browser": "21.0.0-next.1", - "@angular/platform-server": "21.0.0-next.1", - "@angular/router": "21.0.0-next.1", + "@angular/common": "21.0.0-next.2", + "@angular/compiler": "21.0.0-next.2", + "@angular/core": "21.0.0-next.2", + "@angular/platform-browser": "21.0.0-next.2", + "@angular/platform-server": "21.0.0-next.2", + "@angular/router": "21.0.0-next.2", "@schematics/angular": "workspace:*", "beasties": "0.3.5" }, diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 4d5842e087b8..419a367309bc 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": "21.0.0-next.1", - "@angular/compiler-cli": "21.0.0-next.1", + "@angular/compiler": "21.0.0-next.2", + "@angular/compiler-cli": "21.0.0-next.2", "typescript": "5.9.2", "webpack": "5.101.3" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c5dd1a2cc034..83c25e19e883 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,47 +20,47 @@ importers: built: true devDependencies: '@angular/animations': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)) + specifier: 21.0.0-next.2 + version: 21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/cdk': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + specifier: 21.0.0-next.2 + version: 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/common': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + specifier: 21.0.0-next.2 + version: 21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 '@angular/compiler-cli': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1(@angular/compiler@21.0.0-next.1)(typescript@5.9.2) + specifier: 21.0.0-next.2 + version: 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2) '@angular/core': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) + specifier: 21.0.0-next.2 + version: 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.1(@angular/animations@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + specifier: 21.0.0-next.2 + version: 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/animations@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/localize': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1(@angular/compiler-cli@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(typescript@5.9.2))(@angular/compiler@21.0.0-next.1) + specifier: 21.0.0-next.2 + version: 21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/compiler@21.0.0-next.2) '@angular/material': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1(e4ddf4f6efcb1a1177eeb5d494108922) + specifier: 21.0.0-next.2 + version: 21.0.0-next.2(ac5333573bc92b51d679ee0e5657a970) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#b991414e4f3ed15d99f4331b5353499434878374 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b991414e4f3ed15d99f4331b5353499434878374(@modelcontextprotocol/sdk@1.17.5) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#435c59b107acc48bf2b54814f2208637a960d004 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/435c59b107acc48bf2b54814f2208637a960d004(@modelcontextprotocol/sdk@1.17.5) '@angular/platform-browser': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1(@angular/animations@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)) + specifier: 21.0.0-next.2 + version: 21.0.0-next.2(@angular/animations@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-server': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.0.0-next.1)(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.1(@angular/animations@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + specifier: 21.0.0-next.2 + version: 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.0.0-next.2)(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/animations@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/router': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.1(@angular/animations@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + specifier: 21.0.0-next.2 + version: 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/animations@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/service-worker': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + specifier: 21.0.0-next.2 + version: 21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.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 @@ -436,7 +436,7 @@ importers: version: 4.4.1 ng-packagr: specifier: 21.0.0-next.0 - version: 21.0.0-next.0(@angular/compiler-cli@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(typescript@5.9.2))(tslib@2.8.1)(typescript@5.9.2) + version: 21.0.0-next.0(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(tslib@2.8.1)(typescript@5.9.2) postcss: specifier: 8.5.6 version: 8.5.6 @@ -530,23 +530,23 @@ importers: specifier: workspace:* version: link:../../angular_devkit/schematics '@angular/common': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + specifier: 21.0.0-next.2 + version: 21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 '@angular/core': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) + specifier: 21.0.0-next.2 + version: 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/platform-browser': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1(@angular/animations@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)) + specifier: 21.0.0-next.2 + version: 21.0.0-next.2(@angular/animations@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-server': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.0.0-next.1)(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.1(@angular/animations@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + specifier: 21.0.0-next.2 + version: 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.0.0-next.2)(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/animations@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/router': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.1(@angular/animations@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + specifier: 21.0.0-next.2 + version: 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/animations@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@schematics/angular': specifier: workspace:* version: link:../../schematics/angular @@ -761,7 +761,7 @@ importers: version: 3.0.4(bufferutil@4.0.9) ng-packagr: specifier: 21.0.0-next.0 - version: 21.0.0-next.0(@angular/compiler-cli@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(typescript@5.9.2))(tslib@2.8.1)(typescript@5.9.2) + version: 21.0.0-next.0(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(tslib@2.8.1)(typescript@5.9.2) undici: specifier: 7.15.0 version: 7.15.0 @@ -859,11 +859,11 @@ importers: specifier: workspace:0.0.0-PLACEHOLDER version: link:../../angular_devkit/core '@angular/compiler': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1 + specifier: 21.0.0-next.2 + version: 21.0.0-next.2 '@angular/compiler-cli': - specifier: 21.0.0-next.1 - version: 21.0.0-next.1(@angular/compiler@21.0.0-next.1)(typescript@5.9.2) + specifier: 21.0.0-next.2 + version: 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2) typescript: specifier: 5.9.2 version: 5.9.2 @@ -975,47 +975,46 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular/animations@21.0.0-next.1': - resolution: {integrity: sha512-4j+V3Zj0Z++pKjArMaPdm+YBQlh/NsiN7yonRVzL/R7GdYeL4Saa8bFMHCpz4Zmh1LOwG4LB0OiV9tjGCiKa2w==} + '@angular/animations@21.0.0-next.2': + resolution: {integrity: sha512-ZRmSMMYzuA1Zs+pRcnejWfoHUThf7DtWMLqeJrD7jL2fomKJ+j6ul4IM5IPTClwKOuC3/FYrpkUbUl0i0ylh8A==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} peerDependencies: - '@angular/common': 21.0.0-next.1 - '@angular/core': 21.0.0-next.1 + '@angular/core': 21.0.0-next.2 - '@angular/cdk@21.0.0-next.1': - resolution: {integrity: sha512-0lExWmXoteQiZSv0d/+ZRFP2UIb3AQR3yQW4ju+LL1TDfM+1xDXIAv6OWX8EkUAOmxdaH5qc/8iiPjwLUIO9vw==} + '@angular/cdk@21.0.0-next.2': + resolution: {integrity: sha512-KMz3ClzTXT2//A4XduBbDtDf0ChksWKvL/9HUZa2wqU7Z4mzArh9nCqTqHvCGFxEosxabx/zKOj8WHr+saJlpQ==} peerDependencies: '@angular/common': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0 '@angular/core': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/common@21.0.0-next.1': - resolution: {integrity: sha512-qinyxreYr00vAqvvEQNsu6hukXU9vTm4qZBAYWYMKl1FW1BeQ49pCPbESleQnqzK35MEXng0BbPeKS6twAC3Ag==} + '@angular/common@21.0.0-next.2': + resolution: {integrity: sha512-6+D2n0lNtgZZc3z/omnkVLAOJ+BKLmDhjrtj3Ss0LCFOrCZu5yyPx7quFH4m4P/R471k95xKJxybzgZCupYoDg==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} peerDependencies: - '@angular/core': 21.0.0-next.1 + '@angular/core': 21.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@21.0.0-next.1': - resolution: {integrity: sha512-fcvtlgCfnc5GSkzIAGyd7wVFM+fbRVJOkB0fAU23be9oCSgcILYgGXZxOj1kJBpySJSudRjBlq8l6IJkDwT8Jw==} + '@angular/compiler-cli@21.0.0-next.2': + resolution: {integrity: sha512-XbZ04Y7Xr6vC8YvkQou5HndAKW6yltUIV6xVb36rBaMS4DLR4kpJ1oxbpLcHDIwf8uwpLD2rSGGI6GCQ7Z8J2g==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 21.0.0-next.1 + '@angular/compiler': 21.0.0-next.2 typescript: 5.9.2 peerDependenciesMeta: typescript: optional: true - '@angular/compiler@21.0.0-next.1': - resolution: {integrity: sha512-yK/b0nGQTUtneWjcfkGE0CVM3sJYG5jadzwJGGJSfSqFCD63IcdFnuhCr5hsFlLJvnRIZHo3xxjxIlYnG6DNwA==} + '@angular/compiler@21.0.0-next.2': + resolution: {integrity: sha512-YJaTI3WPhz2fANa9IgqKByBP1Qxatjxx0waDHT4qHDCIQ/H/KKtwIU1V6/qVxsctnYAKS+DRO7hew+P3/ZIzXg==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} - '@angular/core@21.0.0-next.1': - resolution: {integrity: sha512-Usn/sgyzSLk0cw4Xozfb5HV7Sjp/nLA3XDeTL4idMxRFEJO23HFFR7Usl8Jh6K/adcvqskP4QSxuFeaY5R7y5A==} + '@angular/core@21.0.0-next.2': + resolution: {integrity: sha512-35PHWD9MloIPzMk+u6wiZCfu2pH9wwWG0CRSLY63FAeMjuzgSK4oSQrk0TQ3DItpmgvPslSc/gZUvqh5RKrMzg==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} peerDependencies: - '@angular/compiler': 21.0.0-next.1 + '@angular/compiler': 21.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 peerDependenciesMeta: @@ -1024,74 +1023,75 @@ packages: zone.js: optional: true - '@angular/forms@21.0.0-next.1': - resolution: {integrity: sha512-1BKLdff3NkUlUCUNlPi5DSjU0RTG6aNPcpcLGNdpLZZKllLwYbwu5K5NFC+FBBuajsp21U1qXtab0i3o0Zgkxw==} + '@angular/forms@21.0.0-next.2': + resolution: {integrity: sha512-RAlp1dUr+9irX1mVMeVHkHvZhggBm2Nk2qz3dVQnqidafFkQ1nJvYXkeVjxo8nj7egvUz7FsCFrWXwYFrh7s0A==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} peerDependencies: - '@angular/common': 21.0.0-next.1 - '@angular/core': 21.0.0-next.1 - '@angular/platform-browser': 21.0.0-next.1 + '@angular/common': 21.0.0-next.2 + '@angular/core': 21.0.0-next.2 + '@angular/platform-browser': 21.0.0-next.2 + '@standard-schema/spec': ^1.0.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@21.0.0-next.1': - resolution: {integrity: sha512-VWnonVA5B7HBJYjiWkdq05WvTJPiqQ3FObvUIUNNUDzLOVTQk/fF84TapeWW5Ec/EZlOEdR8ibcbCoAX5QitwQ==} + '@angular/localize@21.0.0-next.2': + resolution: {integrity: sha512-xbzjff3TUWF/dZuF1mfYeIQnCmgVLyvYzhfQRJ0rv89kzNVQc/GCEDhVx4fHhTi13mdv3Gbhvb+loB4dBtl/pQ==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 21.0.0-next.1 - '@angular/compiler-cli': 21.0.0-next.1 + '@angular/compiler': 21.0.0-next.2 + '@angular/compiler-cli': 21.0.0-next.2 - '@angular/material@21.0.0-next.1': - resolution: {integrity: sha512-no8LyIHG7+DRR2jftUNnvB8xMD3V01D9gHFtvzBjnUbt+Obwt7qmXivlpSbjPeTrmiBeq3GhiDlSdTchgV9BeQ==} + '@angular/material@21.0.0-next.2': + resolution: {integrity: sha512-O/Pd/Du4Hq0iLBOlMo5/nfnlYqkPnc1IynofPuk8MnRWUA8DG1vhkCIZePXDSeueo5KTWEQLNNjQvx3gas3RyA==} peerDependencies: - '@angular/cdk': 21.0.0-next.1 + '@angular/cdk': 21.0.0-next.2 '@angular/common': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0 '@angular/core': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0 '@angular/forms': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0 '@angular/platform-browser': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b991414e4f3ed15d99f4331b5353499434878374': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b991414e4f3ed15d99f4331b5353499434878374} - version: 0.0.0-06d3af5cfd1e122087c0acafdd7909edce4ad1d7 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/435c59b107acc48bf2b54814f2208637a960d004': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/435c59b107acc48bf2b54814f2208637a960d004} + version: 0.0.0-4b4659eabe75a67cebf4692c3c88a98275c67200 hasBin: true - '@angular/platform-browser@21.0.0-next.1': - resolution: {integrity: sha512-ow4fT2m4oGJsF/Q4dKpDZ3yfS8BDTsNxbuQ9HoM1dtDvGZBGcz4w1Qa4A+N+3vd9grMuIEYTqcxs+ks1ylaT8A==} + '@angular/platform-browser@21.0.0-next.2': + resolution: {integrity: sha512-jlbm5Vvw4UzJZjGKfOOOmU4QxNs564JomHNX/R53RYE71VwZPI1cWB6ObWHSY4FpzWP+jEOPzsAU7Bg0t9svxg==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} peerDependencies: - '@angular/animations': 21.0.0-next.1 - '@angular/common': 21.0.0-next.1 - '@angular/core': 21.0.0-next.1 + '@angular/animations': 21.0.0-next.2 + '@angular/common': 21.0.0-next.2 + '@angular/core': 21.0.0-next.2 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@21.0.0-next.1': - resolution: {integrity: sha512-qvwOOgtfbE45+1N5S8no+YyfHZGNeqqMl9UBkitgdLYM/O46V5uAN1rldkXGB65dw9Tqv+7Euy1bviFhD5rKnQ==} + '@angular/platform-server@21.0.0-next.2': + resolution: {integrity: sha512-/GpMgBQSoCPGJ4QOrPXmewJsoY71uKJmXlAKK+tO3bDPYzVPHvIq2L1F9/UHJINGVUPRKBCoP4f2t2XU0c/5pA==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} peerDependencies: - '@angular/common': 21.0.0-next.1 - '@angular/compiler': 21.0.0-next.1 - '@angular/core': 21.0.0-next.1 - '@angular/platform-browser': 21.0.0-next.1 + '@angular/common': 21.0.0-next.2 + '@angular/compiler': 21.0.0-next.2 + '@angular/core': 21.0.0-next.2 + '@angular/platform-browser': 21.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@21.0.0-next.1': - resolution: {integrity: sha512-UIEtKx65HC5Z+DmqXpH9RDg5jxEdx4NNCr816uDZQ87prKK3clCcZj+Zt1SE/88TA863xUz4kiF90jFjJHsILg==} + '@angular/router@21.0.0-next.2': + resolution: {integrity: sha512-HsCSrWn4sWgXLIgwdtY8pln26scEbu3P8hXpfu7hSxTqB+lKjFGOh/UpakoC0CJF1pesIJf6YfqmlzeK02xwjw==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} peerDependencies: - '@angular/common': 21.0.0-next.1 - '@angular/core': 21.0.0-next.1 - '@angular/platform-browser': 21.0.0-next.1 + '@angular/common': 21.0.0-next.2 + '@angular/core': 21.0.0-next.2 + '@angular/platform-browser': 21.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 - '@angular/service-worker@21.0.0-next.1': - resolution: {integrity: sha512-0DihHO/CpNsisUO9jLw8V3LeXHmxtHyXtkQRjPencgWlitZaI650s0FNOqbLheiSdvUVOV+qgQQxcS0hPVqZmg==} + '@angular/service-worker@21.0.0-next.2': + resolution: {integrity: sha512-ytJRoym6/olxt8cFWx3KBO7wJY+onMsKt4v6jpjJvfbDxkBccFALtk1pv86ErNvWsMBWYdHTt1Ir+3CGb/MWVA==} engines: {node: ^20.19.0 || ^22.12.0 ||>=24.0.0} hasBin: true peerDependencies: - '@angular/core': 21.0.0-next.1 + '@angular/core': 21.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 '@asamuzakjp/css-color@3.2.0': @@ -6116,9 +6116,6 @@ packages: jasmine-core@5.10.0: resolution: {integrity: sha512-MrChbWV5LBo+EaeKwTM1eZ6oYSz1brvFExnRafraEkJkbJ9evbUxABhnIgGQimhpMxhg+BD6QmOvb/e3NXsNdg==} - jasmine-core@5.9.0: - resolution: {integrity: sha512-OMUvF1iI6+gSRYOhMrH4QYothVLN9C3EJ6wm4g7zLJlnaTl8zbaPOr0bTw70l7QxkoM7sVFOWo83u9B2Fe2Zng==} - jasmine-reporters@2.5.2: resolution: {integrity: sha512-qdewRUuFOSiWhiyWZX8Yx3YNQ9JG51ntBEO4ekLQRpktxFTwUHy24a86zD/Oi2BRTKksEdfWQZcQFqzjqIkPig==} @@ -6133,10 +6130,6 @@ packages: resolution: {integrity: sha512-v4FojO8cXQdx15mJXovGhjJOvyIcVf7AC+H0ZahnfLk52vUbwuLxjVgbikc95yLmgwKQsFT47/FGQ3dOrWVxtQ==} hasBin: true - jasmine@5.9.0: - resolution: {integrity: sha512-SspK51QMnuC92z5zpF4kOkWN+MyZZDOBv8zgzlMAYvMD0UoGwcq5yYaDe1mrpN7wXZ2CFXh5y8Ua2ugwE4OmXQ==} - hasBin: true - jasminewd2@2.2.0: resolution: {integrity: sha512-Rn0nZe4rfDhzA63Al3ZGh0E+JTmM6ESZYXJGKuqKGZObsAB9fwXPD03GjtIEvJBDOhN94T5MzbwZSqzFHSQPzg==} engines: {node: '>= 6.9.x'} @@ -9075,29 +9068,28 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.30 - '@angular/animations@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))': + '@angular/animations@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@angular/common': 21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) tslib: 2.8.1 - '@angular/cdk@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/cdk@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/common': 21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/common': 21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 21.0.0-next.2(@angular/compiler@21.0.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@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/compiler-cli@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(typescript@5.9.2)': + '@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2)': dependencies: - '@angular/compiler': 21.0.0-next.1 + '@angular/compiler': 21.0.0-next.2 '@babel/core': 7.28.3 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 4.0.3 @@ -9111,30 +9103,30 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@21.0.0-next.1': + '@angular/compiler@21.0.0-next.2': dependencies: tslib: 2.8.1 - '@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)': + '@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)': dependencies: rxjs: 7.8.2 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 21.0.0-next.1 + '@angular/compiler': 21.0.0-next.2 zone.js: 0.15.1 - '@angular/forms@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.1(@angular/animations@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/forms@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/animations@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 21.0.0-next.1(@angular/animations@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 21.0.0-next.2(@angular/animations@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/localize@21.0.0-next.1(@angular/compiler-cli@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(typescript@5.9.2))(@angular/compiler@21.0.0-next.1)': + '@angular/localize@21.0.0-next.2(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(@angular/compiler@21.0.0-next.2)': dependencies: - '@angular/compiler': 21.0.0-next.1 - '@angular/compiler-cli': 21.0.0-next.1(@angular/compiler@21.0.0-next.1)(typescript@5.9.2) + '@angular/compiler': 21.0.0-next.2 + '@angular/compiler-cli': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2) '@babel/core': 7.28.3 '@types/babel__core': 7.20.5 tinyglobby: 0.2.14 @@ -9142,17 +9134,17 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/material@21.0.0-next.1(e4ddf4f6efcb1a1177eeb5d494108922)': + '@angular/material@21.0.0-next.2(ac5333573bc92b51d679ee0e5657a970)': dependencies: - '@angular/cdk': 21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/common': 21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/forms': 21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.1(@angular/animations@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) - '@angular/platform-browser': 21.0.0-next.1(@angular/animations@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/cdk': 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/common': 21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/forms': 21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/animations@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + '@angular/platform-browser': 21.0.0-next.2(@angular/animations@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.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/b991414e4f3ed15d99f4331b5353499434878374(@modelcontextprotocol/sdk@1.17.5)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/435c59b107acc48bf2b54814f2208637a960d004(@modelcontextprotocol/sdk@1.17.5)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.2.0) @@ -9196,8 +9188,8 @@ snapshots: firebase: 12.2.1 folder-hash: 4.1.1(supports-color@10.2.0) git-raw-commits: 5.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@5.0.0) - jasmine: 5.9.0 - jasmine-core: 5.9.0 + jasmine: 5.10.0 + jasmine-core: 5.10.0 jasmine-reporters: 2.5.2 jsonc-parser: 3.3.1 minimatch: 10.0.3 @@ -9215,35 +9207,35 @@ snapshots: - '@modelcontextprotocol/sdk' - '@react-native-async-storage/async-storage' - '@angular/platform-browser@21.0.0-next.1(@angular/animations@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))': + '@angular/platform-browser@21.0.0-next.2(@angular/animations@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@angular/common': 21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/common': 21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) tslib: 2.8.1 optionalDependencies: - '@angular/animations': 21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/animations': 21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)) - '@angular/platform-server@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.0.0-next.1)(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.1(@angular/animations@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/platform-server@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@21.0.0-next.2)(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/animations@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 21.0.0-next.1 - '@angular/core': 21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 21.0.0-next.1(@angular/animations@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 21.0.0-next.2 + '@angular/core': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 21.0.0-next.2(@angular/animations@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.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@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.1(@angular/animations@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/router@21.0.0-next.2(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-next.2(@angular/animations@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 21.0.0-next.1(@angular/animations@21.0.0-next.1(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 21.0.0-next.2(@angular/animations@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/service-worker@21.0.0-next.1(@angular/core@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/service-worker@21.0.0-next.2(@angular/core@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 21.0.0-next.1(@angular/compiler@21.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 tslib: 2.8.1 @@ -15088,8 +15080,6 @@ snapshots: jasmine-core@5.10.0: {} - jasmine-core@5.9.0: {} - jasmine-reporters@2.5.2: dependencies: '@xmldom/xmldom': 0.8.11 @@ -15110,11 +15100,6 @@ snapshots: glob: 10.4.5 jasmine-core: 5.10.0 - jasmine@5.9.0: - dependencies: - glob: 10.4.5 - jasmine-core: 5.9.0 - jasminewd2@2.2.0: {} jest-worker@27.5.1: @@ -15806,10 +15791,10 @@ snapshots: netmask@2.0.2: {} - ng-packagr@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.1(@angular/compiler@21.0.0-next.1)(typescript@5.9.2))(tslib@2.8.1)(typescript@5.9.2): + ng-packagr@21.0.0-next.0(@angular/compiler-cli@21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2))(tslib@2.8.1)(typescript@5.9.2): dependencies: '@ampproject/remapping': 2.3.0 - '@angular/compiler-cli': 21.0.0-next.1(@angular/compiler@21.0.0-next.1)(typescript@5.9.2) + '@angular/compiler-cli': 21.0.0-next.2(@angular/compiler@21.0.0-next.2)(typescript@5.9.2) '@rollup/plugin-json': 6.1.0(rollup@4.50.0) '@rollup/wasm-node': 4.50.0 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 64d711a9dea5..2e3ab743eddc 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#b418ee10246a010d61677ccc4e8e4f5d62ca84ce", - "@angular/cdk": "github:angular/cdk-builds#3839e4dccc0029d0f2df44ff2c557519d0d934aa", - "@angular/common": "github:angular/common-builds#608ee9c5d69f31ceaa7c87724e6d2f6b846c6a74", - "@angular/compiler": "github:angular/compiler-builds#1139da3765e36cff163749354cd3142d3ed912be", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#24b0e7a677222c3174c78b5fe5148e50e207a690", - "@angular/core": "github:angular/core-builds#1fde13456061a0f0cad90999db0d2524a2578d94", - "@angular/forms": "github:angular/forms-builds#a49b2cbcd6b3756db12fa7c822b5a68005ae211b", - "@angular/language-service": "github:angular/language-service-builds#816da829f87d1aed64a669e5c73e61770ce0e976", - "@angular/localize": "github:angular/localize-builds#b374a20d54e28d876a5bcce7cb9ed800ce54af2d", - "@angular/material": "github:angular/material-builds#6b2c20c517da6ade9dabff8a536c7db90aa78efa", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#f595aaa3c571f3804a3dbfd23e2aaf4a15ab7fd9", - "@angular/platform-browser": "github:angular/platform-browser-builds#2df664cf001e36e668565cb03267c893963361d2", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#bbdb9dd02bc96678ada189bd9d622499f08898e4", - "@angular/platform-server": "github:angular/platform-server-builds#b5ea608a198e9d9bb325a9d96e886cd4988eb8ea", - "@angular/router": "github:angular/router-builds#3b8dadb4d78a02ed34803b055a75acea14880e70", - "@angular/service-worker": "github:angular/service-worker-builds#e7b6a04f540338a1a63b634c3fea3f8707d60286" + "@angular/animations": "github:angular/animations-builds#bd7e4dc098f3e3d043a4e6b8eafa069ee95de75e", + "@angular/cdk": "github:angular/cdk-builds#8e81f5b4ec5cb0db9847c4c69ded2fe884ce2ccc", + "@angular/common": "github:angular/common-builds#cc3e9beef13f2ae4ae7525690b1b9ed62b96bc27", + "@angular/compiler": "github:angular/compiler-builds#57a93102eaff12219fb757a4cd81534be2e822cf", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#870c9cd33733ae503ff815cb53951a203bc0b95b", + "@angular/core": "github:angular/core-builds#c0ce097da31ef6202f4119182a7d69189a69d52d", + "@angular/forms": "github:angular/forms-builds#e7b8c6d0eef2a57028e5634750a532ef387f2f1c", + "@angular/language-service": "github:angular/language-service-builds#eacbf3ec03157304287a32be7fae7318ea61a026", + "@angular/localize": "github:angular/localize-builds#5c6bb5ace566bbe879fdac381bcc4b2e7618629a", + "@angular/material": "github:angular/material-builds#1ffef9f5de3a6ef30146c11e9d1cabe5a680a509", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#a9e7671fadc59c96cc5e54b7be351ca14366620f", + "@angular/platform-browser": "github:angular/platform-browser-builds#73bfae407899f3de446d2fa1733ce6ea7ca1f935", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#0dd7af36a8fdc4cebd2f04414d8d5128f96d7479", + "@angular/platform-server": "github:angular/platform-server-builds#5ae7aa5500ca10b96e44628fdc8367ee19d7225c", + "@angular/router": "github:angular/router-builds#b6968037c8c0c75fa420a5460e5578912bf3f334", + "@angular/service-worker": "github:angular/service-worker-builds#538ca360e92714d8e2fbd75b954d4b86a103bf55" } }