From 4904d58e48a18b579dce7e1ee78e01ed2cd6c82f Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 10 Apr 2025 16:03:51 +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 | 28 +- packages/angular/ssr/package.json | 12 +- packages/ngtools/webpack/package.json | 4 +- pnpm-lock.yaml | 282 +++++++++--------- tests/legacy-cli/e2e/ng-snapshot/package.json | 32 +- 11 files changed, 228 insertions(+), 228 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index aedcc2ea6532..3c9f88a5c5b6 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + - uses: angular/dev-infra/github-actions/branch-manager@77fb8b4387755a887550b2e5c3fe1206ae130007 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac411692a3d0..0e7caa6daf36 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77fb8b4387755a887550b2e5c3fe1206ae130007 - 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/setup@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@77fb8b4387755a887550b2e5c3fe1206ae130007 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/setup@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@77fb8b4387755a887550b2e5c3fe1206ae130007 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/setup@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@77fb8b4387755a887550b2e5c3fe1206ae130007 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@77fb8b4387755a887550b2e5c3fe1206ae130007 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/setup@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@77fb8b4387755a887550b2e5c3fe1206ae130007 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/setup@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@77fb8b4387755a887550b2e5c3fe1206ae130007 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/setup@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@77fb8b4387755a887550b2e5c3fe1206ae130007 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/setup@77fb8b4387755a887550b2e5c3fe1206ae130007 - 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 ac9d73c39729..a3a4133735ad 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@77fb8b4387755a887550b2e5c3fe1206ae130007 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + - uses: angular/dev-infra/github-actions/post-approval-changes@77fb8b4387755a887550b2e5c3fe1206ae130007 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index dd958b875b54..d6b84812fe2e 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + - uses: angular/dev-infra/github-actions/feature-request@77fb8b4387755a887550b2e5c3fe1206ae130007 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 14a667a376c2..76dd3d48db12 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77fb8b4387755a887550b2e5c3fe1206ae130007 - 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/setup@77fb8b4387755a887550b2e5c3fe1206ae130007 - 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 9a92f9109037..518d0321e643 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77fb8b4387755a887550b2e5c3fe1206ae130007 - 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/linting/licenses@77fb8b4387755a887550b2e5c3fe1206ae130007 - 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/setup@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@77fb8b4387755a887550b2e5c3fe1206ae130007 - 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/setup@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@77fb8b4387755a887550b2e5c3fe1206ae130007 - 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/setup@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@77fb8b4387755a887550b2e5c3fe1206ae130007 - 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@77fb8b4387755a887550b2e5c3fe1206ae130007 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/setup@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@77fb8b4387755a887550b2e5c3fe1206ae130007 - 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@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/setup@77fb8b4387755a887550b2e5c3fe1206ae130007 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + uses: angular/dev-infra/github-actions/bazel/configure-remote@77fb8b4387755a887550b2e5c3fe1206ae130007 - 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 5cffcc6d725e..b5b7d2e7b060 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.5", - "@angular/cdk": "20.0.0-next.5", - "@angular/common": "20.0.0-next.5", - "@angular/compiler": "20.0.0-next.5", - "@angular/compiler-cli": "20.0.0-next.5", - "@angular/core": "20.0.0-next.5", - "@angular/forms": "20.0.0-next.5", - "@angular/localize": "20.0.0-next.5", - "@angular/material": "20.0.0-next.5", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#71904c53ace2c540d3cf1cd6151ac08665f9179e", - "@angular/platform-browser": "20.0.0-next.5", - "@angular/platform-server": "20.0.0-next.5", - "@angular/router": "20.0.0-next.5", - "@angular/service-worker": "20.0.0-next.5", + "@angular/animations": "20.0.0-next.6", + "@angular/cdk": "20.0.0-next.6", + "@angular/common": "20.0.0-next.6", + "@angular/compiler": "20.0.0-next.6", + "@angular/compiler-cli": "20.0.0-next.6", + "@angular/core": "20.0.0-next.6", + "@angular/forms": "20.0.0-next.6", + "@angular/localize": "20.0.0-next.6", + "@angular/material": "20.0.0-next.6", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#78c7e244442d09fad1d880658da3c88f4627b14e", + "@angular/platform-browser": "20.0.0-next.6", + "@angular/platform-server": "20.0.0-next.6", + "@angular/router": "20.0.0-next.6", + "@angular/service-worker": "20.0.0-next.6", "@bazel/bazelisk": "1.25.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 37cdb43ae389..7d6ef7962bd6 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.5", - "@angular/compiler": "20.0.0-next.5", - "@angular/core": "20.0.0-next.5", - "@angular/platform-browser": "20.0.0-next.5", - "@angular/platform-server": "20.0.0-next.5", - "@angular/router": "20.0.0-next.5", + "@angular/common": "20.0.0-next.6", + "@angular/compiler": "20.0.0-next.6", + "@angular/core": "20.0.0-next.6", + "@angular/platform-browser": "20.0.0-next.6", + "@angular/platform-server": "20.0.0-next.6", + "@angular/router": "20.0.0-next.6", "@schematics/angular": "workspace:*" }, "sideEffects": false, diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 02a88ebc3054..1eb3be473168 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.5", - "@angular/compiler-cli": "20.0.0-next.5", + "@angular/compiler": "20.0.0-next.6", + "@angular/compiler-cli": "20.0.0-next.6", "typescript": "5.8.3", "webpack": "5.99.5" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 76aac87d8916..451588812102 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,47 +15,47 @@ importers: .: devDependencies: '@angular/animations': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)) + specifier: 20.0.0-next.6 + version: 20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)) '@angular/cdk': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + specifier: 20.0.0-next.6 + version: 20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) '@angular/common': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + specifier: 20.0.0-next.6 + version: 20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) '@angular/compiler': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5 + specifier: 20.0.0-next.6 + version: 20.0.0-next.6 '@angular/compiler-cli': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/compiler@20.0.0-next.5)(typescript@5.8.3) + specifier: 20.0.0-next.6 + version: 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(typescript@5.8.3) '@angular/core': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0) + specifier: 20.0.0-next.6 + version: 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0) '@angular/forms': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.5(@angular/animations@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) + specifier: 20.0.0-next.6 + version: 20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.6(@angular/animations@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@angular/localize': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/compiler-cli@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(typescript@5.8.3))(@angular/compiler@20.0.0-next.5) + specifier: 20.0.0-next.6 + version: 20.0.0-next.6(@angular/compiler-cli@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(typescript@5.8.3))(@angular/compiler@20.0.0-next.6) '@angular/material': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5(zed5mlcqqzocvcjadwm7aowd6q) + specifier: 20.0.0-next.6 + version: 20.0.0-next.6(hgc3ejd44uohyk77n2ezskte2i) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#71904c53ace2c540d3cf1cd6151ac08665f9179e - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/71904c53ace2c540d3cf1cd6151ac08665f9179e(encoding@0.1.13) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#78c7e244442d09fad1d880658da3c88f4627b14e + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/78c7e244442d09fad1d880658da3c88f4627b14e(encoding@0.1.13) '@angular/platform-browser': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/animations@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)) + specifier: 20.0.0-next.6 + version: 20.0.0-next.6(@angular/animations@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)) '@angular/platform-server': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/compiler@20.0.0-next.5)(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.5(@angular/animations@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) + specifier: 20.0.0-next.6 + version: 20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/compiler@20.0.0-next.6)(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.6(@angular/animations@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@angular/router': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.5(@angular/animations@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) + specifier: 20.0.0-next.6 + version: 20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.6(@angular/animations@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@angular/service-worker': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + specifier: 20.0.0-next.6 + version: 20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) '@bazel/bazelisk': specifier: 1.25.0 version: 1.25.0 @@ -428,7 +428,7 @@ importers: version: 4.3.0 ng-packagr: specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/compiler-cli@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) + version: 20.0.0-next.5(@angular/compiler-cli@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) postcss: specifier: 8.5.3 version: 8.5.3 @@ -509,23 +509,23 @@ importers: specifier: workspace:* version: link:../../angular_devkit/schematics '@angular/common': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + specifier: 20.0.0-next.6 + version: 20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) '@angular/compiler': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5 + specifier: 20.0.0-next.6 + version: 20.0.0-next.6 '@angular/core': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0) + specifier: 20.0.0-next.6 + version: 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0) '@angular/platform-browser': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/animations@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)) + specifier: 20.0.0-next.6 + version: 20.0.0-next.6(@angular/animations@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)) '@angular/platform-server': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/compiler@20.0.0-next.5)(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.5(@angular/animations@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) + specifier: 20.0.0-next.6 + version: 20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/compiler@20.0.0-next.6)(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.6(@angular/animations@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@angular/router': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.5(@angular/animations@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) + specifier: 20.0.0-next.6 + version: 20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.6(@angular/animations@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) '@schematics/angular': specifier: workspace:* version: link:../../schematics/angular @@ -744,7 +744,7 @@ importers: version: 3.0.4 ng-packagr: specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/compiler-cli@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) + version: 20.0.0-next.5(@angular/compiler-cli@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) undici: specifier: 7.7.0 version: 7.7.0 @@ -838,11 +838,11 @@ importers: specifier: workspace:0.0.0-PLACEHOLDER version: link:../../angular_devkit/core '@angular/compiler': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5 + specifier: 20.0.0-next.6 + version: 20.0.0-next.6 '@angular/compiler-cli': - specifier: 20.0.0-next.5 - version: 20.0.0-next.5(@angular/compiler@20.0.0-next.5)(typescript@5.8.3) + specifier: 20.0.0-next.6 + version: 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(typescript@5.8.3) typescript: specifier: 5.8.3 version: 5.8.3 @@ -880,118 +880,118 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular/animations@20.0.0-next.5': - resolution: {integrity: sha512-Ys3nI47vkOcVCcqAOT8Gozwl/4qpfNXo5EDLw5eKksiKlJTkpJtNu1Ljxk34hJwTTqdYYYOIgHxaJTTf5XdxuQ==} + '@angular/animations@20.0.0-next.6': + resolution: {integrity: sha512-LGbopNGSVzFQGBJn7rl06KJSEAiw5b3vMPYtPYPIuuIvhmAQdtWF0DjYtLjgIs/30eHUR1g8lfAZGNz5Hhd//w==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/common': 20.0.0-next.5 - '@angular/core': 20.0.0-next.5 + '@angular/common': 20.0.0-next.6 + '@angular/core': 20.0.0-next.6 - '@angular/cdk@20.0.0-next.5': - resolution: {integrity: sha512-WVegI+c6+631wKRm7+EJA8jrlMYDETrBe0LyXhWJaQ7SXGGTnvnB3vTjrdDDh0kFl3rd42bAFDXB/Mh3jqB/nw==} + '@angular/cdk@20.0.0-next.6': + resolution: {integrity: sha512-ZebqKJ2/EDLG43ExGKclqGgeqdvXrP5s1uJR62g004RINSKuZ2SPEIISWQOp2NlOzvFcjFtMD83FrCwH2EeRaw==} peerDependencies: '@angular/common': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 '@angular/core': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/common@20.0.0-next.5': - resolution: {integrity: sha512-SzbmSEP/5kiW30qd8S2x9YlMdjNsVUDpb/sjqwa8eOvLaUQf537tLBHx+l38d6mJcM9O1Blg0SA11vL88A/+qg==} + '@angular/common@20.0.0-next.6': + resolution: {integrity: sha512-UjC6pECFbn6xIraXk4LZQ5AfBglr5NTki75oRRIRl88P2XSil9C/6OehqFgyTg8u+loAlLRM4VVZdMxml9CrQQ==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/core': 20.0.0-next.5 + '@angular/core': 20.0.0-next.6 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@20.0.0-next.5': - resolution: {integrity: sha512-U0RIKvGVitFnMIhpl8M76NS5o3Fe57ppQ5BNGK34z8bQpXZ8MTZprcveIwv37B4+5oBu4W/+p3NdsStlbwXzNw==} + '@angular/compiler-cli@20.0.0-next.6': + resolution: {integrity: sha512-08xYm8JujFJbJmVuXn8bd3FlRbz76AhyH1TlKrCY7Ibf+ANb00ZKGtb4tGrduUbivVQllCQMJB9oY6hFxaOG7w==} engines: {node: ^20.11.1 || >=22.11.0} hasBin: true peerDependencies: - '@angular/compiler': 20.0.0-next.5 + '@angular/compiler': 20.0.0-next.6 typescript: 5.8.3 - '@angular/compiler@20.0.0-next.5': - resolution: {integrity: sha512-5ZW1A0XJmV8zG+gDxBWEv1b42KY/bb0Bnf5DZ7SsBAJddxoavoC+46A0TzjlxWwI77z46NsnEODf268XJacpjg==} + '@angular/compiler@20.0.0-next.6': + resolution: {integrity: sha512-7U/zgfQJteiE/jT8T2V0TcD55mippxfAZBZmMVPhMog9cYiX79VBBFLVJ+K8iIDlPDaMD/j/1JeotkppEf+VJg==} engines: {node: ^20.11.1 || >=22.11.0} - '@angular/core@20.0.0-next.5': - resolution: {integrity: sha512-xZ25MXR3ifoxX1RmV2G8DUU9k6V5wWC6WH+WtWR96W6Q1mW1pEt+XAI9NI6+szEFqTErlOTifGkiv1h+Nda8cQ==} + '@angular/core@20.0.0-next.6': + resolution: {integrity: sha512-+r2pS0b3OKqQVRElfApcCfP9G4ArQ9LoYYvkHGZlPmIoNpvn8f23EovjfvKFZHIyRVVVW7OhbosWn6eHLZ2Ojw==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/compiler': 20.0.0-next.5 + '@angular/compiler': 20.0.0-next.6 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 peerDependenciesMeta: '@angular/compiler': optional: true - '@angular/forms@20.0.0-next.5': - resolution: {integrity: sha512-zJ8puD5KWakFvk5LQ/FBz5jNvUATDtIuFZo48R80P2hkEbJgAY/rT+BhNFehyuQBEvXBFNsDjq9xWmQQwIj4zA==} + '@angular/forms@20.0.0-next.6': + resolution: {integrity: sha512-Nctrbg1OHJfGjYgZ7Gbqz/+WddVXtNmbA8DM7UR0plE1R5R1KxDudhLn/KWVVw7KH8KqJ9vnZZjOWMoTOxOTeQ==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/common': 20.0.0-next.5 - '@angular/core': 20.0.0-next.5 - '@angular/platform-browser': 20.0.0-next.5 + '@angular/common': 20.0.0-next.6 + '@angular/core': 20.0.0-next.6 + '@angular/platform-browser': 20.0.0-next.6 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@20.0.0-next.5': - resolution: {integrity: sha512-p6ccYeM3a/ACR150arcjyX0hcELZ94Ta8gZvXyU/p7f0S6kew8RyhEsAFhF3BwG5XMDD8ITtnbQoI5aGPC+zTg==} + '@angular/localize@20.0.0-next.6': + resolution: {integrity: sha512-9/IKzxDKL7eDsyO6mQM5t+E7/htHYarBXboxhG9ka9A6NSXdBZgg+Lxwu6auRz8XfLKTQoszwhjMmVICJR2LjQ==} engines: {node: ^20.11.1 || >=22.11.0} hasBin: true peerDependencies: - '@angular/compiler': 20.0.0-next.5 - '@angular/compiler-cli': 20.0.0-next.5 + '@angular/compiler': 20.0.0-next.6 + '@angular/compiler-cli': 20.0.0-next.6 - '@angular/material@20.0.0-next.5': - resolution: {integrity: sha512-0Ey7PvoPO6KWpEiBuOB4ij3J/X3vjZOAr9g65QppsnRpjcKLR3DyR3JgGOhOEoiIrK7rUENGY1HjhZ5vXSJbbw==} + '@angular/material@20.0.0-next.6': + resolution: {integrity: sha512-VibAU/+mX1ds7RjS18fLJHmF8ZpsFUgA8KA7pcvD42pHONsIl2HkXI6/ApE5sp4h4XXQbRVqyy2fri8WU5J44w==} peerDependencies: - '@angular/cdk': 20.0.0-next.5 + '@angular/cdk': 20.0.0-next.6 '@angular/common': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 '@angular/core': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 '@angular/forms': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 '@angular/platform-browser': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/71904c53ace2c540d3cf1cd6151ac08665f9179e': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/71904c53ace2c540d3cf1cd6151ac08665f9179e} - version: 0.0.0-b45dfa77df2021b23eeda5928ca6cd8bb89b21e7 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/78c7e244442d09fad1d880658da3c88f4627b14e': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/78c7e244442d09fad1d880658da3c88f4627b14e} + version: 0.0.0-77fb8b4387755a887550b2e5c3fe1206ae130007 hasBin: true - '@angular/platform-browser@20.0.0-next.5': - resolution: {integrity: sha512-SGIWQbOp/BIxJKMlNhA0qKm/uG4vX9CpCW1SgRVN2ly9MFlyVUsVYrJK83E9vfUH8rxO7IRQu5OmPDGGHfcxnA==} + '@angular/platform-browser@20.0.0-next.6': + resolution: {integrity: sha512-ehNgRzAVUHINC1qJ6mduHQe8Br/v9SQ+WY+PYs5kmjWNTSuAVddC6FNIG+2BFv/Gu/3q/Nh9s8trwsKRUzf9vg==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/animations': 20.0.0-next.5 - '@angular/common': 20.0.0-next.5 - '@angular/core': 20.0.0-next.5 + '@angular/animations': 20.0.0-next.6 + '@angular/common': 20.0.0-next.6 + '@angular/core': 20.0.0-next.6 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@20.0.0-next.5': - resolution: {integrity: sha512-s0ssRKN8Oe2tY/rwcXZhtOxO4CGoJ7agBLVYiwCWEbf/jQMs2OZ9oZaebySFmSgvn1DnmkGAiNcLtxYNHW1ZDg==} + '@angular/platform-server@20.0.0-next.6': + resolution: {integrity: sha512-wUbtkjpQ50sU8q8+BN0BLZotNzJwT3pxMfzPX03eJnBiF/oNEJEF+KiXLFTUIUAcq62Iyge65qJkBX6Ia2bRcg==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/common': 20.0.0-next.5 - '@angular/compiler': 20.0.0-next.5 - '@angular/core': 20.0.0-next.5 - '@angular/platform-browser': 20.0.0-next.5 + '@angular/common': 20.0.0-next.6 + '@angular/compiler': 20.0.0-next.6 + '@angular/core': 20.0.0-next.6 + '@angular/platform-browser': 20.0.0-next.6 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@20.0.0-next.5': - resolution: {integrity: sha512-MmdLZNPSY3VFN97K8LlQsHbcYLLPF3YhRnNdzGZcxJ0WkMbAB8V4o/udTctGAtSWjtJZJtNa3pCjLGw28D2W5Q==} + '@angular/router@20.0.0-next.6': + resolution: {integrity: sha512-Rz+w2D6ejiIqRJUuMXBmKPRFbkU4ukE8W+d/1XaehpJO3ijfNQwUyfcI506i2Y9BWHLqPm2u+byH61LgSm5Mfg==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/common': 20.0.0-next.5 - '@angular/core': 20.0.0-next.5 - '@angular/platform-browser': 20.0.0-next.5 + '@angular/common': 20.0.0-next.6 + '@angular/core': 20.0.0-next.6 + '@angular/platform-browser': 20.0.0-next.6 rxjs: ^6.5.3 || ^7.4.0 - '@angular/service-worker@20.0.0-next.5': - resolution: {integrity: sha512-wuSEDeCO/keoS0sxcW5HFOcfcZAWk02TJLp8WRGGm5MejKj/cY0gSl4gBTGqEvZ6uEkZkj1M67dNFB0NxWkhXA==} + '@angular/service-worker@20.0.0-next.6': + resolution: {integrity: sha512-q8cFU8iC4KZZpGQ3TZAwFULyHh8kwaJr+4Z+WQA/ZTo3oLM4KwcWZIHXRGmFW5+ovddvrpYSitFA8JmKp0t6Zg==} engines: {node: ^20.11.1 || >=22.11.0} hasBin: true peerDependencies: - '@angular/core': 20.0.0-next.5 + '@angular/core': 20.0.0-next.6 rxjs: ^6.5.3 || ^7.4.0 '@babel/code-frame@7.26.2': @@ -7974,29 +7974,29 @@ snapshots: '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 - '@angular/animations@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))': + '@angular/animations@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))': dependencies: - '@angular/common': 20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/core': 20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/common': 20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + '@angular/core': 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0) tslib: 2.8.1 - '@angular/cdk@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2)': + '@angular/cdk@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/core': 20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/common': 20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + '@angular/core': 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(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.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2)': + '@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2)': dependencies: - '@angular/core': 20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/core': 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/compiler-cli@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(typescript@5.8.3)': + '@angular/compiler-cli@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(typescript@5.8.3)': dependencies: - '@angular/compiler': 20.0.0-next.5 + '@angular/compiler': 20.0.0-next.6 '@babel/core': 7.26.10 '@jridgewell/sourcemap-codec': 1.5.0 chokidar: 4.0.3 @@ -8009,30 +8009,30 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@20.0.0-next.5': + '@angular/compiler@20.0.0-next.6': dependencies: tslib: 2.8.1 - '@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)': + '@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(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.5 + '@angular/compiler': 20.0.0-next.6 - '@angular/forms@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.5(@angular/animations@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2)': + '@angular/forms@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.6(@angular/animations@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/core': 20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0-next.5(@angular/animations@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)) + '@angular/common': 20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + '@angular/core': 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/platform-browser': 20.0.0-next.6(@angular/animations@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/localize@20.0.0-next.5(@angular/compiler-cli@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(typescript@5.8.3))(@angular/compiler@20.0.0-next.5)': + '@angular/localize@20.0.0-next.6(@angular/compiler-cli@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(typescript@5.8.3))(@angular/compiler@20.0.0-next.6)': dependencies: - '@angular/compiler': 20.0.0-next.5 - '@angular/compiler-cli': 20.0.0-next.5(@angular/compiler@20.0.0-next.5)(typescript@5.8.3) + '@angular/compiler': 20.0.0-next.6 + '@angular/compiler-cli': 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(typescript@5.8.3) '@babel/core': 7.26.10 '@types/babel__core': 7.20.5 tinyglobby: 0.2.12 @@ -8040,17 +8040,17 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/material@20.0.0-next.5(zed5mlcqqzocvcjadwm7aowd6q)': + '@angular/material@20.0.0-next.6(hgc3ejd44uohyk77n2ezskte2i)': dependencies: - '@angular/cdk': 20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/common': 20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/core': 20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/forms': 20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.5(@angular/animations@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) - '@angular/platform-browser': 20.0.0-next.5(@angular/animations@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)) + '@angular/cdk': 20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + '@angular/common': 20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + '@angular/core': 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/forms': 20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.6(@angular/animations@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) + '@angular/platform-browser': 20.0.0-next.6(@angular/animations@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(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/71904c53ace2c540d3cf1cd6151ac08665f9179e(encoding@0.1.13)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/78c7e244442d09fad1d880658da3c88f4627b14e(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 @@ -8067,35 +8067,35 @@ snapshots: transitivePeerDependencies: - encoding - '@angular/platform-browser@20.0.0-next.5(@angular/animations@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))': + '@angular/platform-browser@20.0.0-next.6(@angular/animations@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))': dependencies: - '@angular/common': 20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/core': 20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/common': 20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + '@angular/core': 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0) tslib: 2.8.1 optionalDependencies: - '@angular/animations': 20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)) + '@angular/animations': 20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)) - '@angular/platform-server@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/compiler@20.0.0-next.5)(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.5(@angular/animations@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2)': + '@angular/platform-server@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/compiler@20.0.0-next.6)(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.6(@angular/animations@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/compiler': 20.0.0-next.5 - '@angular/core': 20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0-next.5(@angular/animations@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)) + '@angular/common': 20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + '@angular/compiler': 20.0.0-next.6 + '@angular/core': 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/platform-browser': 20.0.0-next.6(@angular/animations@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(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.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.5(@angular/animations@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2)': + '@angular/router@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.6(@angular/animations@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/core': 20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0-next.5(@angular/animations@20.0.0-next.5(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0)) + '@angular/common': 20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + '@angular/core': 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/platform-browser': 20.0.0-next.6(@angular/animations@20.0.0-next.6(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/service-worker@20.0.0-next.5(@angular/core@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2)': + '@angular/service-worker@20.0.0-next.6(@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2)': dependencies: - '@angular/core': 20.0.0-next.5(@angular/compiler@20.0.0-next.5)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/core': 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0) rxjs: 7.8.2 tslib: 2.8.1 @@ -13768,10 +13768,10 @@ snapshots: netmask@2.0.2: {} - ng-packagr@20.0.0-next.5(@angular/compiler-cli@20.0.0-next.5(@angular/compiler@20.0.0-next.5)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): + ng-packagr@20.0.0-next.5(@angular/compiler-cli@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(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.5(@angular/compiler@20.0.0-next.5)(typescript@5.8.3) + '@angular/compiler-cli': 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(typescript@5.8.3) '@rollup/plugin-json': 6.1.0(rollup@4.39.0) '@rollup/wasm-node': 4.39.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 878fdb7ca8af..1800e1d61170 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#e2717dcb5b3c553f463043bce6d18ff7a437485a", - "@angular/cdk": "github:angular/cdk-builds#3949f269ae6b0dffd65beac126ed1451be8dabcb", - "@angular/common": "github:angular/common-builds#007769e1e45fc9a072ed6c2fe9619adbdbe88afa", - "@angular/compiler": "github:angular/compiler-builds#86ebca3b6857c90fa7f9193c61b9145133b55ca0", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#84c4a33fd56594d9e3343ffff1b00efa8576d997", - "@angular/core": "github:angular/core-builds#3b9c1bf0dc876dc42bb2c1f87c79ab9defff88e7", - "@angular/forms": "github:angular/forms-builds#998f5dde4e0f3be77a70a043a7a31e4878573410", - "@angular/language-service": "github:angular/language-service-builds#d3f1e6f0d5ba68ab20446af009307539fb4d31ef", - "@angular/localize": "github:angular/localize-builds#1992d88856f4ba32382bb27530987b9793ef4649", - "@angular/material": "github:angular/material-builds#56b58aea08c4b93f3f2c15853d48c6f86523f897", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#a87bedc767855410cc0be27b31005f8c03655463", - "@angular/platform-browser": "github:angular/platform-browser-builds#530d2065d254fe695cddc24a3dcd3b1faed2e551", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#5a280908316a1cbf5b993db3fd00a11f4633c1db", - "@angular/platform-server": "github:angular/platform-server-builds#569fb8f99de02748e57a24a4600015225d05b50d", - "@angular/router": "github:angular/router-builds#24abf7c68a380620734103c9b1b89197c966d9d5", - "@angular/service-worker": "github:angular/service-worker-builds#0869deac34df17466faf02641331fd5c6572d5bf" + "@angular/animations": "github:angular/animations-builds#207e34556f8e7712aae5a2f2920ac84e6a00a676", + "@angular/cdk": "github:angular/cdk-builds#227624156f41dc604ad7a2d9d3b4f834168bf03c", + "@angular/common": "github:angular/common-builds#a02eaba4a6ca032091eb3e4f190a6652a88f2593", + "@angular/compiler": "github:angular/compiler-builds#850d629a70bd7fc76dfeadd8aa8601251f36dca6", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#e139b08231672416f156b1b78de339abfce6b8fd", + "@angular/core": "github:angular/core-builds#59185452c0c77bf180bd418345eb4e50104b8e2f", + "@angular/forms": "github:angular/forms-builds#667eb709aaee1954cb5ece166a6ecee9d58eb51b", + "@angular/language-service": "github:angular/language-service-builds#f8df72fb2df9c7aae44a051a42d9c3f85eec100f", + "@angular/localize": "github:angular/localize-builds#1d47a5875d710faf34d3a2466f6297a93a359457", + "@angular/material": "github:angular/material-builds#350a3a2a2cee018c667542ee7782ddd5f7b676db", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#f77c7457c9f7327decbe17cb4fc7af4fce969b1f", + "@angular/platform-browser": "github:angular/platform-browser-builds#9404712af919f57aae477c5e5cee2962e8b83362", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#7187006801117c82b3c486dbe790f2baebcfddd8", + "@angular/platform-server": "github:angular/platform-server-builds#f6a80756f9cc842dac8472c959928bd081e83cfb", + "@angular/router": "github:angular/router-builds#f5069d971b0ebd4cc5bd0165f4a9e0b526230047", + "@angular/service-worker": "github:angular/service-worker-builds#8b30b5d10610a26e6d10170da80be0085578b1d2" } }