From ece8925af0a883dbb3d9e280c964c32f0d59db3d Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 23 Apr 2025 17:04:14 +0000 Subject: [PATCH] build: update angular --- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/ci.yml | 46 +-- .github/workflows/dev-infra.yml | 4 +- .github/workflows/feature-requests.yml | 2 +- .github/workflows/perf.yml | 6 +- .github/workflows/pr.yml | 38 +-- package.json | 24 +- packages/angular/ssr/package.json | 12 +- packages/ngtools/webpack/package.json | 4 +- pnpm-lock.yaml | 269 +++++++++--------- tests/legacy-cli/e2e/ng-snapshot/package.json | 32 +-- 11 files changed, 220 insertions(+), 219 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 8f4f2478e01e..7d37f6d5ba99 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@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + - uses: angular/dev-infra/github-actions/branch-manager@fec9cb5488198bc741f06afab62e5b3c56e9541a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce7e004ea513..ce5f0205154c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Install node modules run: pnpm install --frozen-lockfile - name: Generate JSON schema types @@ -42,11 +42,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -59,11 +59,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a 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@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -108,9 +108,9 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a with: allow_windows_rbe: true google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} @@ -134,13 +134,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -158,13 +158,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -178,13 +178,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@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run E2E Browser tests @@ -214,11 +214,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a - 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 9ec748a33485..3caa2a335ba4 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/commit-message-based-labels@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + - uses: angular/dev-infra/github-actions/commit-message-based-labels@fec9cb5488198bc741f06afab62e5b3c56e9541a 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@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + - uses: angular/dev-infra/github-actions/post-approval-changes@fec9cb5488198bc741f06afab62e5b3c56e9541a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index c3141d62e6be..46f8a46fbcf7 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@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + - uses: angular/dev-infra/github-actions/feature-request@fec9cb5488198bc741f06afab62e5b3c56e9541a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 38410680a024..96d77353ab0a 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@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fec9cb5488198bc741f06afab62e5b3c56e9541a - 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@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a - 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 03bb374d6d5d..ea570580e580 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup ESLint Caching uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: @@ -54,7 +54,7 @@ jobs: - name: Run Validation run: pnpm admin validate - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/linting/licenses@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Check tooling setup run: pnpm check-tooling-setup - name: Check commit message @@ -70,11 +70,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Install node modules run: pnpm install --frozen-lockfile - name: Build release targets @@ -91,11 +91,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a - 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@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a - 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 }} @@ -130,9 +130,9 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a with: allow_windows_rbe: true - name: Run CLI E2E tests @@ -153,13 +153,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a - 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 }} @@ -176,12 +176,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a - 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/package.json b/package.json index 35d2b82fbf81..f2c8b977d96d 100644 --- a/package.json +++ b/package.json @@ -46,20 +46,20 @@ }, "homepage": "https://github.com/angular/angular-cli", "devDependencies": { - "@angular/animations": "20.0.0-next.7", + "@angular/animations": "20.0.0-next.8", "@angular/cdk": "20.0.0-next.7", - "@angular/common": "20.0.0-next.7", - "@angular/compiler": "20.0.0-next.7", - "@angular/compiler-cli": "20.0.0-next.7", - "@angular/core": "20.0.0-next.7", - "@angular/forms": "20.0.0-next.7", - "@angular/localize": "20.0.0-next.7", + "@angular/common": "20.0.0-next.8", + "@angular/compiler": "20.0.0-next.8", + "@angular/compiler-cli": "20.0.0-next.8", + "@angular/core": "20.0.0-next.8", + "@angular/forms": "20.0.0-next.8", + "@angular/localize": "20.0.0-next.8", "@angular/material": "20.0.0-next.7", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#12f9c88e06a6d235d7d3410be9df52442eb552ba", - "@angular/platform-browser": "20.0.0-next.7", - "@angular/platform-server": "20.0.0-next.7", - "@angular/router": "20.0.0-next.7", - "@angular/service-worker": "20.0.0-next.7", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a2f15a74df60d01395a3694ea1b7f9572f75343e", + "@angular/platform-browser": "20.0.0-next.8", + "@angular/platform-server": "20.0.0-next.8", + "@angular/router": "20.0.0-next.8", + "@angular/service-worker": "20.0.0-next.8", "@bazel/bazelisk": "1.26.0", "@bazel/buildifier": "8.0.3", "@eslint/compat": "1.2.8", diff --git a/packages/angular/ssr/package.json b/packages/angular/ssr/package.json index 7d3027932475..34e6037d3765 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.0.0-next.7", - "@angular/compiler": "20.0.0-next.7", - "@angular/core": "20.0.0-next.7", - "@angular/platform-browser": "20.0.0-next.7", - "@angular/platform-server": "20.0.0-next.7", - "@angular/router": "20.0.0-next.7", + "@angular/common": "20.0.0-next.8", + "@angular/compiler": "20.0.0-next.8", + "@angular/core": "20.0.0-next.8", + "@angular/platform-browser": "20.0.0-next.8", + "@angular/platform-server": "20.0.0-next.8", + "@angular/router": "20.0.0-next.8", "@schematics/angular": "workspace:*" }, "sideEffects": false, diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index d779ee832c76..227425dbd372 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.0.0-next.7", - "@angular/compiler-cli": "20.0.0-next.7", + "@angular/compiler": "20.0.0-next.8", + "@angular/compiler-cli": "20.0.0-next.8", "typescript": "5.8.3", "webpack": "5.99.6" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9bdef36b8124..1b5445b55c91 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,47 +15,47 @@ importers: .: devDependencies: '@angular/animations': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)) + specifier: 20.0.0-next.8 + version: 20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)) '@angular/cdk': specifier: 20.0.0-next.7 - version: 20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + version: 20.0.0-next.7(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) '@angular/common': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + specifier: 20.0.0-next.8 + version: 20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) '@angular/compiler': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7 + specifier: 20.0.0-next.8 + version: 20.0.0-next.8 '@angular/compiler-cli': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7(@angular/compiler@20.0.0-next.7)(typescript@5.8.3) + specifier: 20.0.0-next.8 + version: 20.0.0-next.8(@angular/compiler@20.0.0-next.8)(typescript@5.8.3) '@angular/core': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0) + specifier: 20.0.0-next.8 + version: 20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0) '@angular/forms': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.7(@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) + specifier: 20.0.0-next.8 + version: 20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.8(@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@angular/localize': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7(@angular/compiler-cli@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(typescript@5.8.3))(@angular/compiler@20.0.0-next.7) + specifier: 20.0.0-next.8 + version: 20.0.0-next.8(@angular/compiler-cli@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(typescript@5.8.3))(@angular/compiler@20.0.0-next.8) '@angular/material': specifier: 20.0.0-next.7 - version: 20.0.0-next.7(ozjl26epfqhdomh6tzbizc4svy) + version: 20.0.0-next.7(4364ahp6ca6ngxb64n34iirp34) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#12f9c88e06a6d235d7d3410be9df52442eb552ba - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/12f9c88e06a6d235d7d3410be9df52442eb552ba(encoding@0.1.13) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#a2f15a74df60d01395a3694ea1b7f9572f75343e + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a2f15a74df60d01395a3694ea1b7f9572f75343e(encoding@0.1.13) '@angular/platform-browser': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7(@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)) + specifier: 20.0.0-next.8 + version: 20.0.0-next.8(@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)) '@angular/platform-server': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/compiler@20.0.0-next.7)(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.7(@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) + specifier: 20.0.0-next.8 + version: 20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/compiler@20.0.0-next.8)(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.8(@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@angular/router': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.7(@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) + specifier: 20.0.0-next.8 + version: 20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.8(@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@angular/service-worker': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + specifier: 20.0.0-next.8 + version: 20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(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.0.0-next.8 - version: 20.0.0-next.8(@angular/compiler-cli@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) + version: 20.0.0-next.8(@angular/compiler-cli@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) postcss: specifier: 8.5.3 version: 8.5.3 @@ -527,23 +527,23 @@ importers: specifier: workspace:* version: link:../../angular_devkit/schematics '@angular/common': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + specifier: 20.0.0-next.8 + version: 20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) '@angular/compiler': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7 + specifier: 20.0.0-next.8 + version: 20.0.0-next.8 '@angular/core': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0) + specifier: 20.0.0-next.8 + version: 20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0) '@angular/platform-browser': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7(@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)) + specifier: 20.0.0-next.8 + version: 20.0.0-next.8(@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)) '@angular/platform-server': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/compiler@20.0.0-next.7)(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.7(@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) + specifier: 20.0.0-next.8 + version: 20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/compiler@20.0.0-next.8)(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.8(@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@angular/router': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.7(@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) + specifier: 20.0.0-next.8 + version: 20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.8(@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@schematics/angular': specifier: workspace:* version: link:../../schematics/angular @@ -762,7 +762,7 @@ importers: version: 3.0.4 ng-packagr: specifier: 20.0.0-next.8 - version: 20.0.0-next.8(@angular/compiler-cli@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) + version: 20.0.0-next.8(@angular/compiler-cli@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) undici: specifier: 7.8.0 version: 7.8.0 @@ -856,11 +856,11 @@ importers: specifier: workspace:0.0.0-PLACEHOLDER version: link:../../angular_devkit/core '@angular/compiler': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7 + specifier: 20.0.0-next.8 + version: 20.0.0-next.8 '@angular/compiler-cli': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7(@angular/compiler@20.0.0-next.7)(typescript@5.8.3) + specifier: 20.0.0-next.8 + version: 20.0.0-next.8(@angular/compiler@20.0.0-next.8)(typescript@5.8.3) typescript: specifier: 5.8.3 version: 5.8.3 @@ -904,12 +904,12 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular/animations@20.0.0-next.7': - resolution: {integrity: sha512-b6kmmP8OPMqWlqP3x19PXoRyE9oqLcTWlo2zj8qPyMuOr8TEZLgY38Fq65nIshmjITQ9/aeaJ4KEa5n+wc7XfA==} + '@angular/animations@20.0.0-next.8': + resolution: {integrity: sha512-qTUnS2xZA9goGIF35uco2P1IpV3iNjqiZTD2Cp2O79uzPCbR1wrly49WaJxv/ttja8oVV+kHiZ2PdUC9DBh6VQ==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/common': 20.0.0-next.7 - '@angular/core': 20.0.0-next.7 + '@angular/common': 20.0.0-next.8 + '@angular/core': 20.0.0-next.8 '@angular/cdk@20.0.0-next.7': resolution: {integrity: sha512-a8o/WcUnEfEcv/3h6pbnkcG62l79tfWBNtcgPQHuJWNo+12B0kUnFsadkFFoGxeEmNDKNdFFWQYrcG3iWPDgNg==} @@ -918,52 +918,52 @@ 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.0.0-next.7': - resolution: {integrity: sha512-SZvsuEGaScujA0QMYrNQK7NyzZE2t3oRtzQ7fVNXVw5vYhDg+y1VQeuTmexV7/vqJSmnUPxtzvfI5P/qIA/k0A==} + '@angular/common@20.0.0-next.8': + resolution: {integrity: sha512-w2LzTuuR5mnSRizBjNKlIw2tVA3u1jjNc7ErZEDWyKT9hBjYOdWz8IFoNRdhra2gVH4l2Bj7f2i8NVRlYjkJFQ==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/core': 20.0.0-next.7 + '@angular/core': 20.0.0-next.8 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@20.0.0-next.7': - resolution: {integrity: sha512-dojYeK3kjaV6XjPusUxHJN/8t7jgxB/W+Qbr071/2et3UjMOkuyPUXhWHWJERCRe8H89Tx21iF2GLoeMxiqSsg==} + '@angular/compiler-cli@20.0.0-next.8': + resolution: {integrity: sha512-EXE/rnd2i0G7ejEP8JV2sNJ4wq8ib5g+qtTy2BLZHg8X1ewqpdf3dI1Id9b7r0sUU8TEzUi9YSOkuqOrpv/1SA==} engines: {node: ^20.11.1 || >=22.11.0} hasBin: true peerDependencies: - '@angular/compiler': 20.0.0-next.7 + '@angular/compiler': 20.0.0-next.8 typescript: 5.8.3 - '@angular/compiler@20.0.0-next.7': - resolution: {integrity: sha512-aRnY79i+ydt+lgGdqqkhPC7+HsSrPdcda8nfH32Z8FH5RlNrFudHzdiWdWwUUMjuBTJIbjPDZUYr/uyWUa65aQ==} + '@angular/compiler@20.0.0-next.8': + resolution: {integrity: sha512-XsuNoSCC/QPIDhHN1YbBBxoNxgUh3bGioCZ4DeO43PE2FQ9MFv4DjQhuLH5TNkSig+bXd3sI9kj6MkQgedZi5Q==} engines: {node: ^20.11.1 || >=22.11.0} - '@angular/core@20.0.0-next.7': - resolution: {integrity: sha512-kHW+evDiezyQESr48WBv351ORvoeqWSl9SLoh05w4LIXHAmhsKgWhOqV61Ji4zxIcF/A+Bt19vATa59/q5nt0g==} + '@angular/core@20.0.0-next.8': + resolution: {integrity: sha512-DRQQ2D0JAMRlRw380xi3LbONCfvmQSU05RCcuJtaRVnavof3zbAlw8e/A6vD9PIvBj4maCOHgu5ePvM4dgt98w==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/compiler': 20.0.0-next.7 + '@angular/compiler': 20.0.0-next.8 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 peerDependenciesMeta: '@angular/compiler': optional: true - '@angular/forms@20.0.0-next.7': - resolution: {integrity: sha512-4oNC7vEWRKPfw0e+2s3TT1gf1pUg/PoajkNyb8MRY6pm5xCO/cVixSejY97I7ftjYd9ksKCzGh2cQs8XlvONsA==} + '@angular/forms@20.0.0-next.8': + resolution: {integrity: sha512-VnIlh9metcJ5ZBBfwsPB4huboJR3liqMi9LVxEAg7h50BtB1XpLbmXD1wA4REw4rIUGEdxN3ie9XmuLH2Vk8ZA==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/common': 20.0.0-next.7 - '@angular/core': 20.0.0-next.7 - '@angular/platform-browser': 20.0.0-next.7 + '@angular/common': 20.0.0-next.8 + '@angular/core': 20.0.0-next.8 + '@angular/platform-browser': 20.0.0-next.8 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@20.0.0-next.7': - resolution: {integrity: sha512-m+Xq1lDhu1H3alNlstL8YDOxluvQTPofA7Xema+RV7nA0j0w50v+zmoGuvDgeOVEvOBeSiqedzYuOxqbAkypag==} + '@angular/localize@20.0.0-next.8': + resolution: {integrity: sha512-y8wz8BI/8WgxwN+8hmimSIKdB5uNFVRf67cXG0kV5dD/8m++Z2nU3PHT7KCAlEZizgnSpp0zKs77BsJyyM5wSQ==} engines: {node: ^20.11.1 || >=22.11.0} hasBin: true peerDependencies: - '@angular/compiler': 20.0.0-next.7 - '@angular/compiler-cli': 20.0.0-next.7 + '@angular/compiler': 20.0.0-next.8 + '@angular/compiler-cli': 20.0.0-next.8 '@angular/material@20.0.0-next.7': resolution: {integrity: sha512-l8k3z6lRWSFef74QZsfouxztKFcOWNEmwvfAmwQIFLllawLEkni4wGt5TrHLxiU9ttxdoSJ0cePEAKmWpkrIAQ==} @@ -975,47 +975,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/12f9c88e06a6d235d7d3410be9df52442eb552ba': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/12f9c88e06a6d235d7d3410be9df52442eb552ba} - version: 0.0.0-9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a2f15a74df60d01395a3694ea1b7f9572f75343e': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a2f15a74df60d01395a3694ea1b7f9572f75343e} + version: 0.0.0-fec9cb5488198bc741f06afab62e5b3c56e9541a hasBin: true - '@angular/platform-browser@20.0.0-next.7': - resolution: {integrity: sha512-PwEbfDfY/RiOVa7XP/EoNJkYiZZWF4TYuCoE6sibyKLGnhPeSQ6235HmNNpV+exSlHV8bg9noIA4SBiHm7X1eA==} + '@angular/platform-browser@20.0.0-next.8': + resolution: {integrity: sha512-HoeRDDU5ml/9jWUUIn+gbkyZY9xsq+9ok3mOa05nfjX+mP37x2XcehUyM8mZo3nefT+db6dXIWnC6H1z7zbgwg==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/animations': 20.0.0-next.7 - '@angular/common': 20.0.0-next.7 - '@angular/core': 20.0.0-next.7 + '@angular/animations': 20.0.0-next.8 + '@angular/common': 20.0.0-next.8 + '@angular/core': 20.0.0-next.8 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@20.0.0-next.7': - resolution: {integrity: sha512-SkOas/BtiWv8shmBSO9l7MIZYy5ypE4DkDUYNS9XotSwttet9zKaZTAv7qlr9e8LMZ6nhYwn8aV8qRJ0Nw5i0g==} + '@angular/platform-server@20.0.0-next.8': + resolution: {integrity: sha512-6/OdwR2H3Sa8oSRWYiUVR3Ux0jXBtevyRo51Yq8uGO6TDZnJCayt7kBWjVCPAlacHXF33PQJtPgC1+hSfikkyg==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/common': 20.0.0-next.7 - '@angular/compiler': 20.0.0-next.7 - '@angular/core': 20.0.0-next.7 - '@angular/platform-browser': 20.0.0-next.7 + '@angular/common': 20.0.0-next.8 + '@angular/compiler': 20.0.0-next.8 + '@angular/core': 20.0.0-next.8 + '@angular/platform-browser': 20.0.0-next.8 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@20.0.0-next.7': - resolution: {integrity: sha512-/OHtqLjuitM4YU4hHDTzBoaWqT3ZaS03pAJNE6G/WQWmpoZbEgOTV2AY+AW8nrucyrTgn9YaDepDPPwUrAcIjg==} + '@angular/router@20.0.0-next.8': + resolution: {integrity: sha512-QJNJtJg7Zt29jv1tZZDDgw8A2PoM1ZDaBTLGJVj9JStbtfY6QWavxdemX2gtG2rwD6mXwXAG76p+pnkmTFExVQ==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/common': 20.0.0-next.7 - '@angular/core': 20.0.0-next.7 - '@angular/platform-browser': 20.0.0-next.7 + '@angular/common': 20.0.0-next.8 + '@angular/core': 20.0.0-next.8 + '@angular/platform-browser': 20.0.0-next.8 rxjs: ^6.5.3 || ^7.4.0 - '@angular/service-worker@20.0.0-next.7': - resolution: {integrity: sha512-iYHkRowt541oPc/B46x7XSanvCRvys3/Fm6dkyFOSrtywl6egYEoOuiMEYP73zE9lMQgGSIrBj5uMgZXXFCEeQ==} + '@angular/service-worker@20.0.0-next.8': + resolution: {integrity: sha512-BfFv4mDft2JkWRDny49y9GjSF8lB5Qbg746h7yCiDsv8deQRU4J9P1ckfCjSn+UXc+niHQFi0h/lT4QHvZn4lQ==} engines: {node: ^20.11.1 || >=22.11.0} hasBin: true peerDependencies: - '@angular/core': 20.0.0-next.7 + '@angular/core': 20.0.0-next.8 rxjs: ^6.5.3 || ^7.4.0 '@asamuzakjp/css-color@3.1.2': @@ -6767,6 +6767,7 @@ packages: engines: {node: '>=0.6.0', teleport: '>=0.2.0'} deprecated: |- You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. + (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) qjobs@1.2.0: @@ -8346,29 +8347,29 @@ snapshots: '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 - '@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))': + '@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))': dependencies: - '@angular/common': 20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/core': 20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/common': 20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + '@angular/core': 20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0) tslib: 2.8.1 - '@angular/cdk@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2)': + '@angular/cdk@20.0.0-next.7(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/core': 20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/common': 20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + '@angular/core': 20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0) parse5: 7.2.1 rxjs: 7.8.2 tslib: 2.8.1 - '@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2)': + '@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2)': dependencies: - '@angular/core': 20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/core': 20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/compiler-cli@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(typescript@5.8.3)': + '@angular/compiler-cli@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(typescript@5.8.3)': dependencies: - '@angular/compiler': 20.0.0-next.7 + '@angular/compiler': 20.0.0-next.8 '@babel/core': 7.26.10 '@jridgewell/sourcemap-codec': 1.5.0 chokidar: 4.0.3 @@ -8381,30 +8382,30 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@20.0.0-next.7': + '@angular/compiler@20.0.0-next.8': dependencies: tslib: 2.8.1 - '@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)': + '@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)': dependencies: rxjs: 7.8.2 tslib: 2.8.1 zone.js: 0.15.0 optionalDependencies: - '@angular/compiler': 20.0.0-next.7 + '@angular/compiler': 20.0.0-next.8 - '@angular/forms@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.7(@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2)': + '@angular/forms@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.8(@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/core': 20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0-next.7(@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)) + '@angular/common': 20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + '@angular/core': 20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/platform-browser': 20.0.0-next.8(@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/localize@20.0.0-next.7(@angular/compiler-cli@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(typescript@5.8.3))(@angular/compiler@20.0.0-next.7)': + '@angular/localize@20.0.0-next.8(@angular/compiler-cli@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(typescript@5.8.3))(@angular/compiler@20.0.0-next.8)': dependencies: - '@angular/compiler': 20.0.0-next.7 - '@angular/compiler-cli': 20.0.0-next.7(@angular/compiler@20.0.0-next.7)(typescript@5.8.3) + '@angular/compiler': 20.0.0-next.8 + '@angular/compiler-cli': 20.0.0-next.8(@angular/compiler@20.0.0-next.8)(typescript@5.8.3) '@babel/core': 7.26.10 '@types/babel__core': 7.20.5 tinyglobby: 0.2.13 @@ -8412,17 +8413,17 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/material@20.0.0-next.7(ozjl26epfqhdomh6tzbizc4svy)': + '@angular/material@20.0.0-next.7(4364ahp6ca6ngxb64n34iirp34)': dependencies: - '@angular/cdk': 20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/common': 20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/core': 20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/forms': 20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.7(@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) - '@angular/platform-browser': 20.0.0-next.7(@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)) + '@angular/cdk': 20.0.0-next.7(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + '@angular/common': 20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + '@angular/core': 20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/forms': 20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.8(@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) + '@angular/platform-browser': 20.0.0-next.8(@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/12f9c88e06a6d235d7d3410be9df52442eb552ba(encoding@0.1.13)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a2f15a74df60d01395a3694ea1b7f9572f75343e(encoding@0.1.13)': dependencies: '@google-cloud/spanner': 7.19.1(encoding@0.1.13)(supports-color@10.0.0) '@octokit/rest': 21.1.1 @@ -8439,35 +8440,35 @@ snapshots: transitivePeerDependencies: - encoding - '@angular/platform-browser@20.0.0-next.7(@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))': + '@angular/platform-browser@20.0.0-next.8(@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))': dependencies: - '@angular/common': 20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/core': 20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/common': 20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + '@angular/core': 20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0) tslib: 2.8.1 optionalDependencies: - '@angular/animations': 20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)) + '@angular/animations': 20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)) - '@angular/platform-server@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/compiler@20.0.0-next.7)(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.7(@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2)': + '@angular/platform-server@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/compiler@20.0.0-next.8)(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.8(@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/compiler': 20.0.0-next.7 - '@angular/core': 20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0-next.7(@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)) + '@angular/common': 20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + '@angular/compiler': 20.0.0-next.8 + '@angular/core': 20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/platform-browser': 20.0.0-next.8(@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)) rxjs: 7.8.2 tslib: 2.8.1 xhr2: 0.2.1 - '@angular/router@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.7(@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2)': + '@angular/router@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.8(@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/core': 20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0-next.7(@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)) + '@angular/common': 20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + '@angular/core': 20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/platform-browser': 20.0.0-next.8(@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/service-worker@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2)': + '@angular/service-worker@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2)': dependencies: - '@angular/core': 20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/core': 20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0) rxjs: 7.8.2 tslib: 2.8.1 @@ -14325,10 +14326,10 @@ snapshots: netmask@2.0.2: {} - ng-packagr@20.0.0-next.8(@angular/compiler-cli@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): + ng-packagr@20.0.0-next.8(@angular/compiler-cli@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): dependencies: '@ampproject/remapping': 2.3.0 - '@angular/compiler-cli': 20.0.0-next.7(@angular/compiler@20.0.0-next.7)(typescript@5.8.3) + '@angular/compiler-cli': 20.0.0-next.8(@angular/compiler@20.0.0-next.8)(typescript@5.8.3) '@rollup/plugin-json': 6.1.0(rollup@4.40.0) '@rollup/wasm-node': 4.40.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 db71f291af6b..facf14745665 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#7296308df1d60df44b56762ab4b2209c0d834a4b", - "@angular/cdk": "github:angular/cdk-builds#3915b2e6e38a8f187216c0ed5ce59200fe7a79a6", - "@angular/common": "github:angular/common-builds#369f9b75ef090cc42ada4c8a634163631171ed1a", - "@angular/compiler": "github:angular/compiler-builds#58090a16ef8c0f0fa2eefd6ebd242973697d1cf2", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#25e6bf79d19b582c9eb9bc0978404b875c464d82", - "@angular/core": "github:angular/core-builds#84942decdc7e4b08e2c4f7f886ea5b45865e882a", - "@angular/forms": "github:angular/forms-builds#dc74374952ddc21dad3effcdd86e68ee970e9028", - "@angular/language-service": "github:angular/language-service-builds#bbc8c47b47753e4a71c31452ee701f0d23f53721", - "@angular/localize": "github:angular/localize-builds#0487cb6c6521fa1315830ba5779545d61805c522", - "@angular/material": "github:angular/material-builds#dafeb48fe8989cd6f7e1e8a989cd64d7dd62441d", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#6d7b9a629fd4695bdd90497f50fded84a464f9de", - "@angular/platform-browser": "github:angular/platform-browser-builds#6be3d1ace89241c1ddb9c9f29422dd60d827be5e", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#c0cd9fcdd95dd10da7216e51914cd6d5fd4bc72e", - "@angular/platform-server": "github:angular/platform-server-builds#db86c6e094541b95f3b7b40bd63c49d65c9eeb12", - "@angular/router": "github:angular/router-builds#addd2a6054088516b5a14ff268b1bc40bcd995e4", - "@angular/service-worker": "github:angular/service-worker-builds#0ab84f366882cf9ed235785293ab1b1aca9d81b7" + "@angular/animations": "github:angular/animations-builds#529db78641847de7174fef1dbd1cceebc4a2cac7", + "@angular/cdk": "github:angular/cdk-builds#b54de3e88331ada24260b5864ea83e4bda32f70f", + "@angular/common": "github:angular/common-builds#045408189ed65c89063e1362657b4bfe46dec38a", + "@angular/compiler": "github:angular/compiler-builds#272538d76d4131a74fd81b1591a93ce32fa68e42", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#0559b505b98fe658ee4592194f0eab9d73be5bf5", + "@angular/core": "github:angular/core-builds#4d502801b0f0d92ffddc0b992bcd2872eafe1358", + "@angular/forms": "github:angular/forms-builds#8dec530b5dfccbb8d8f183d5c9f7c7a2a1ed4e1e", + "@angular/language-service": "github:angular/language-service-builds#60d33430276cb845fcd17de4d15f09a0e81591c5", + "@angular/localize": "github:angular/localize-builds#8037b9cbb5f3864d5a2a175d666a73944b936d32", + "@angular/material": "github:angular/material-builds#46306ea676425193761fd4cebfc7593a90ed0697", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#ae853aaae82e5474f454a0d8539e0af6bf92b90d", + "@angular/platform-browser": "github:angular/platform-browser-builds#963d4cfc1fc8499116f69eec6a8994c7e41f2fcb", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#958ab85f3fc1761f72e5ef4b2c489f05505e7fe8", + "@angular/platform-server": "github:angular/platform-server-builds#6e68136c88db81e541fddaf4af4e27d4ae70325d", + "@angular/router": "github:angular/router-builds#1015a985dbd947c064917d48acbfa5a958193c02", + "@angular/service-worker": "github:angular/service-worker-builds#64df6af0f8a696f78e0f7238bdfc3f52ea65b014" } }