diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 9cc183c5ec6d..5b657927e61c 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + - uses: angular/dev-infra/github-actions/branch-manager@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e21ad9cc83b9..c85e01cd0a29 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - 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 f78740cb674b..928658784b3e 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + - uses: angular/dev-infra/github-actions/post-approval-changes@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index b5717e755d57..206c3261f48b 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + - uses: angular/dev-infra/github-actions/feature-request@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index d90abd9a9864..167d834460e9 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - 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 db619188fed1..8abbc839e706 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/linting/licenses@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - 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@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@35131fc980ce5451fb89d8c033efc827ad39ca68 + uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 - 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 7463f108591d..a021ac154926 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.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#a9e4627eb45742d81068087a5b57a676104fe053", - "@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", + "@angular/animations": "20.0.0-next.7", + "@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/material": "20.0.0-next.7", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8b24063146736d08426ba5bb7ef6238e591713b2", + "@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", "@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 7d6ef7962bd6..7d3027932475 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.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", + "@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", "@schematics/angular": "workspace:*" }, "sideEffects": false, diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 1eb3be473168..10e9ac77393c 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.6", - "@angular/compiler-cli": "20.0.0-next.6", + "@angular/compiler": "20.0.0-next.7", + "@angular/compiler-cli": "20.0.0-next.7", "typescript": "5.8.3", "webpack": "5.99.5" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 186f70a2c62d..16f5bad192f8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,47 +15,47 @@ importers: .: devDependencies: '@angular/animations': - 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)) + 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/cdk': - 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) + 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) '@angular/common': - 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) + 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) '@angular/compiler': - specifier: 20.0.0-next.6 - version: 20.0.0-next.6 + specifier: 20.0.0-next.7 + version: 20.0.0-next.7 '@angular/compiler-cli': - specifier: 20.0.0-next.6 - version: 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(typescript@5.8.3) + specifier: 20.0.0-next.7 + version: 20.0.0-next.7(@angular/compiler@20.0.0-next.7)(typescript@5.8.3) '@angular/core': - 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) + 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) '@angular/forms': - 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) + 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) '@angular/localize': - 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) + 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) '@angular/material': - specifier: 20.0.0-next.6 - version: 20.0.0-next.6(hgc3ejd44uohyk77n2ezskte2i) + specifier: 20.0.0-next.7 + version: 20.0.0-next.7(ozjl26epfqhdomh6tzbizc4svy) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#a9e4627eb45742d81068087a5b57a676104fe053 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a9e4627eb45742d81068087a5b57a676104fe053(encoding@0.1.13) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#8b24063146736d08426ba5bb7ef6238e591713b2 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/8b24063146736d08426ba5bb7ef6238e591713b2(encoding@0.1.13) '@angular/platform-browser': - 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)) + 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)) '@angular/platform-server': - 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) + 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) '@angular/router': - 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) + 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) '@angular/service-worker': - 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) + 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) '@bazel/bazelisk': specifier: 1.26.0 version: 1.26.0 @@ -428,7 +428,7 @@ importers: version: 4.3.0 ng-packagr: 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))(tslib@2.8.1)(typescript@5.8.3) + version: 20.0.0-next.6(@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) 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.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) + 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) '@angular/compiler': - specifier: 20.0.0-next.6 - version: 20.0.0-next.6 + specifier: 20.0.0-next.7 + version: 20.0.0-next.7 '@angular/core': - 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) + 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) '@angular/platform-browser': - 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)) + 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)) '@angular/platform-server': - 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) + 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) '@angular/router': - 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) + 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) '@schematics/angular': specifier: workspace:* version: link:../../schematics/angular @@ -744,7 +744,7 @@ importers: version: 3.0.4 ng-packagr: 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))(tslib@2.8.1)(typescript@5.8.3) + version: 20.0.0-next.6(@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) undici: specifier: 7.8.0 version: 7.8.0 @@ -838,11 +838,11 @@ importers: specifier: workspace:0.0.0-PLACEHOLDER version: link:../../angular_devkit/core '@angular/compiler': - specifier: 20.0.0-next.6 - version: 20.0.0-next.6 + specifier: 20.0.0-next.7 + version: 20.0.0-next.7 '@angular/compiler-cli': - specifier: 20.0.0-next.6 - version: 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(typescript@5.8.3) + specifier: 20.0.0-next.7 + version: 20.0.0-next.7(@angular/compiler@20.0.0-next.7)(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.6': - resolution: {integrity: sha512-LGbopNGSVzFQGBJn7rl06KJSEAiw5b3vMPYtPYPIuuIvhmAQdtWF0DjYtLjgIs/30eHUR1g8lfAZGNz5Hhd//w==} + '@angular/animations@20.0.0-next.7': + resolution: {integrity: sha512-b6kmmP8OPMqWlqP3x19PXoRyE9oqLcTWlo2zj8qPyMuOr8TEZLgY38Fq65nIshmjITQ9/aeaJ4KEa5n+wc7XfA==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/common': 20.0.0-next.6 - '@angular/core': 20.0.0-next.6 + '@angular/common': 20.0.0-next.7 + '@angular/core': 20.0.0-next.7 - '@angular/cdk@20.0.0-next.6': - resolution: {integrity: sha512-ZebqKJ2/EDLG43ExGKclqGgeqdvXrP5s1uJR62g004RINSKuZ2SPEIISWQOp2NlOzvFcjFtMD83FrCwH2EeRaw==} + '@angular/cdk@20.0.0-next.7': + resolution: {integrity: sha512-a8o/WcUnEfEcv/3h6pbnkcG62l79tfWBNtcgPQHuJWNo+12B0kUnFsadkFFoGxeEmNDKNdFFWQYrcG3iWPDgNg==} 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.6': - resolution: {integrity: sha512-UjC6pECFbn6xIraXk4LZQ5AfBglr5NTki75oRRIRl88P2XSil9C/6OehqFgyTg8u+loAlLRM4VVZdMxml9CrQQ==} + '@angular/common@20.0.0-next.7': + resolution: {integrity: sha512-SZvsuEGaScujA0QMYrNQK7NyzZE2t3oRtzQ7fVNXVw5vYhDg+y1VQeuTmexV7/vqJSmnUPxtzvfI5P/qIA/k0A==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/core': 20.0.0-next.6 + '@angular/core': 20.0.0-next.7 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@20.0.0-next.6': - resolution: {integrity: sha512-08xYm8JujFJbJmVuXn8bd3FlRbz76AhyH1TlKrCY7Ibf+ANb00ZKGtb4tGrduUbivVQllCQMJB9oY6hFxaOG7w==} + '@angular/compiler-cli@20.0.0-next.7': + resolution: {integrity: sha512-dojYeK3kjaV6XjPusUxHJN/8t7jgxB/W+Qbr071/2et3UjMOkuyPUXhWHWJERCRe8H89Tx21iF2GLoeMxiqSsg==} engines: {node: ^20.11.1 || >=22.11.0} hasBin: true peerDependencies: - '@angular/compiler': 20.0.0-next.6 + '@angular/compiler': 20.0.0-next.7 typescript: 5.8.3 - '@angular/compiler@20.0.0-next.6': - resolution: {integrity: sha512-7U/zgfQJteiE/jT8T2V0TcD55mippxfAZBZmMVPhMog9cYiX79VBBFLVJ+K8iIDlPDaMD/j/1JeotkppEf+VJg==} + '@angular/compiler@20.0.0-next.7': + resolution: {integrity: sha512-aRnY79i+ydt+lgGdqqkhPC7+HsSrPdcda8nfH32Z8FH5RlNrFudHzdiWdWwUUMjuBTJIbjPDZUYr/uyWUa65aQ==} engines: {node: ^20.11.1 || >=22.11.0} - '@angular/core@20.0.0-next.6': - resolution: {integrity: sha512-+r2pS0b3OKqQVRElfApcCfP9G4ArQ9LoYYvkHGZlPmIoNpvn8f23EovjfvKFZHIyRVVVW7OhbosWn6eHLZ2Ojw==} + '@angular/core@20.0.0-next.7': + resolution: {integrity: sha512-kHW+evDiezyQESr48WBv351ORvoeqWSl9SLoh05w4LIXHAmhsKgWhOqV61Ji4zxIcF/A+Bt19vATa59/q5nt0g==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/compiler': 20.0.0-next.6 + '@angular/compiler': 20.0.0-next.7 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 peerDependenciesMeta: '@angular/compiler': optional: true - '@angular/forms@20.0.0-next.6': - resolution: {integrity: sha512-Nctrbg1OHJfGjYgZ7Gbqz/+WddVXtNmbA8DM7UR0plE1R5R1KxDudhLn/KWVVw7KH8KqJ9vnZZjOWMoTOxOTeQ==} + '@angular/forms@20.0.0-next.7': + resolution: {integrity: sha512-4oNC7vEWRKPfw0e+2s3TT1gf1pUg/PoajkNyb8MRY6pm5xCO/cVixSejY97I7ftjYd9ksKCzGh2cQs8XlvONsA==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/common': 20.0.0-next.6 - '@angular/core': 20.0.0-next.6 - '@angular/platform-browser': 20.0.0-next.6 + '@angular/common': 20.0.0-next.7 + '@angular/core': 20.0.0-next.7 + '@angular/platform-browser': 20.0.0-next.7 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@20.0.0-next.6': - resolution: {integrity: sha512-9/IKzxDKL7eDsyO6mQM5t+E7/htHYarBXboxhG9ka9A6NSXdBZgg+Lxwu6auRz8XfLKTQoszwhjMmVICJR2LjQ==} + '@angular/localize@20.0.0-next.7': + resolution: {integrity: sha512-m+Xq1lDhu1H3alNlstL8YDOxluvQTPofA7Xema+RV7nA0j0w50v+zmoGuvDgeOVEvOBeSiqedzYuOxqbAkypag==} engines: {node: ^20.11.1 || >=22.11.0} hasBin: true peerDependencies: - '@angular/compiler': 20.0.0-next.6 - '@angular/compiler-cli': 20.0.0-next.6 + '@angular/compiler': 20.0.0-next.7 + '@angular/compiler-cli': 20.0.0-next.7 - '@angular/material@20.0.0-next.6': - resolution: {integrity: sha512-VibAU/+mX1ds7RjS18fLJHmF8ZpsFUgA8KA7pcvD42pHONsIl2HkXI6/ApE5sp4h4XXQbRVqyy2fri8WU5J44w==} + '@angular/material@20.0.0-next.7': + resolution: {integrity: sha512-l8k3z6lRWSFef74QZsfouxztKFcOWNEmwvfAmwQIFLllawLEkni4wGt5TrHLxiU9ttxdoSJ0cePEAKmWpkrIAQ==} peerDependencies: - '@angular/cdk': 20.0.0-next.6 + '@angular/cdk': 20.0.0-next.7 '@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/a9e4627eb45742d81068087a5b57a676104fe053': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a9e4627eb45742d81068087a5b57a676104fe053} - version: 0.0.0-35131fc980ce5451fb89d8c033efc827ad39ca68 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/8b24063146736d08426ba5bb7ef6238e591713b2': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/8b24063146736d08426ba5bb7ef6238e591713b2} + version: 0.0.0-279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 hasBin: true - '@angular/platform-browser@20.0.0-next.6': - resolution: {integrity: sha512-ehNgRzAVUHINC1qJ6mduHQe8Br/v9SQ+WY+PYs5kmjWNTSuAVddC6FNIG+2BFv/Gu/3q/Nh9s8trwsKRUzf9vg==} + '@angular/platform-browser@20.0.0-next.7': + resolution: {integrity: sha512-PwEbfDfY/RiOVa7XP/EoNJkYiZZWF4TYuCoE6sibyKLGnhPeSQ6235HmNNpV+exSlHV8bg9noIA4SBiHm7X1eA==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/animations': 20.0.0-next.6 - '@angular/common': 20.0.0-next.6 - '@angular/core': 20.0.0-next.6 + '@angular/animations': 20.0.0-next.7 + '@angular/common': 20.0.0-next.7 + '@angular/core': 20.0.0-next.7 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@20.0.0-next.6': - resolution: {integrity: sha512-wUbtkjpQ50sU8q8+BN0BLZotNzJwT3pxMfzPX03eJnBiF/oNEJEF+KiXLFTUIUAcq62Iyge65qJkBX6Ia2bRcg==} + '@angular/platform-server@20.0.0-next.7': + resolution: {integrity: sha512-SkOas/BtiWv8shmBSO9l7MIZYy5ypE4DkDUYNS9XotSwttet9zKaZTAv7qlr9e8LMZ6nhYwn8aV8qRJ0Nw5i0g==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@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/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 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@20.0.0-next.6': - resolution: {integrity: sha512-Rz+w2D6ejiIqRJUuMXBmKPRFbkU4ukE8W+d/1XaehpJO3ijfNQwUyfcI506i2Y9BWHLqPm2u+byH61LgSm5Mfg==} + '@angular/router@20.0.0-next.7': + resolution: {integrity: sha512-/OHtqLjuitM4YU4hHDTzBoaWqT3ZaS03pAJNE6G/WQWmpoZbEgOTV2AY+AW8nrucyrTgn9YaDepDPPwUrAcIjg==} engines: {node: ^20.11.1 || >=22.11.0} peerDependencies: - '@angular/common': 20.0.0-next.6 - '@angular/core': 20.0.0-next.6 - '@angular/platform-browser': 20.0.0-next.6 + '@angular/common': 20.0.0-next.7 + '@angular/core': 20.0.0-next.7 + '@angular/platform-browser': 20.0.0-next.7 rxjs: ^6.5.3 || ^7.4.0 - '@angular/service-worker@20.0.0-next.6': - resolution: {integrity: sha512-q8cFU8iC4KZZpGQ3TZAwFULyHh8kwaJr+4Z+WQA/ZTo3oLM4KwcWZIHXRGmFW5+ovddvrpYSitFA8JmKp0t6Zg==} + '@angular/service-worker@20.0.0-next.7': + resolution: {integrity: sha512-iYHkRowt541oPc/B46x7XSanvCRvys3/Fm6dkyFOSrtywl6egYEoOuiMEYP73zE9lMQgGSIrBj5uMgZXXFCEeQ==} engines: {node: ^20.11.1 || >=22.11.0} hasBin: true peerDependencies: - '@angular/core': 20.0.0-next.6 + '@angular/core': 20.0.0-next.7 rxjs: ^6.5.3 || ^7.4.0 '@babel/code-frame@7.26.2': @@ -7951,29 +7951,29 @@ snapshots: '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 - '@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/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))': dependencies: - '@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.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) tslib: 2.8.1 - '@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/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)': dependencies: - '@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.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) parse5: 7.2.1 rxjs: 7.8.2 tslib: 2.8.1 - '@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/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)': dependencies: - '@angular/core': 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0) + '@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 tslib: 2.8.1 - '@angular/compiler-cli@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(typescript@5.8.3)': + '@angular/compiler-cli@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(typescript@5.8.3)': dependencies: - '@angular/compiler': 20.0.0-next.6 + '@angular/compiler': 20.0.0-next.7 '@babel/core': 7.26.10 '@jridgewell/sourcemap-codec': 1.5.0 chokidar: 4.0.3 @@ -7986,30 +7986,30 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@20.0.0-next.6': + '@angular/compiler@20.0.0-next.7': dependencies: tslib: 2.8.1 - '@angular/core@20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0)': + '@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(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.6 + '@angular/compiler': 20.0.0-next.7 - '@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/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)': dependencies: - '@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)) + '@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 tslib: 2.8.1 - '@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)': + '@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)': dependencies: - '@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) + '@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) '@babel/core': 7.26.10 '@types/babel__core': 7.20.5 tinyglobby: 0.2.12 @@ -8017,17 +8017,17 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/material@20.0.0-next.6(hgc3ejd44uohyk77n2ezskte2i)': + '@angular/material@20.0.0-next.7(ozjl26epfqhdomh6tzbizc4svy)': dependencies: - '@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)) + '@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)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a9e4627eb45742d81068087a5b57a676104fe053(encoding@0.1.13)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/8b24063146736d08426ba5bb7ef6238e591713b2(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 @@ -8044,35 +8044,35 @@ snapshots: transitivePeerDependencies: - encoding - '@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))': + '@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))': dependencies: - '@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.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) tslib: 2.8.1 optionalDependencies: - '@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/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/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)': + '@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)': dependencies: - '@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)) + '@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 tslib: 2.8.1 xhr2: 0.2.1 - '@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)': + '@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)': dependencies: - '@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)) + '@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 tslib: 2.8.1 - '@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)': + '@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)': dependencies: - '@angular/core': 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(rxjs@7.8.2)(zone.js@0.15.0) + '@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 tslib: 2.8.1 @@ -13709,10 +13709,10 @@ snapshots: netmask@2.0.2: {} - ng-packagr@20.0.0-next.6(@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): + ng-packagr@20.0.0-next.6(@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): dependencies: '@ampproject/remapping': 2.3.0 - '@angular/compiler-cli': 20.0.0-next.6(@angular/compiler@20.0.0-next.6)(typescript@5.8.3) + '@angular/compiler-cli': 20.0.0-next.7(@angular/compiler@20.0.0-next.7)(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 6b7a276abb22..ea974f0b2245 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#a943bbc5c9591d1d0998942fab2e4dbf0979912d", - "@angular/cdk": "github:angular/cdk-builds#b98b81e4f7c4aad8c2d26a8b1dc71d11bea0b1a1", - "@angular/common": "github:angular/common-builds#265db1198b03206a7f1d1280aac375efe61eea7d", - "@angular/compiler": "github:angular/compiler-builds#9a9d4acdd312c8d65cee52ae56008c8158e0c0e0", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#b0a44cc10787234bbd461fcf22d2f20f9b0cf40b", - "@angular/core": "github:angular/core-builds#a3fd89be600528a0b33d6ce0b65d70b01340be15", - "@angular/forms": "github:angular/forms-builds#deba2b52fb4623b1c756c18240e3561e7d0f9ed1", - "@angular/language-service": "github:angular/language-service-builds#932abce376f38f76327d41cba97538cde5987b03", - "@angular/localize": "github:angular/localize-builds#25ff9ca5e6da83a6f333316f84e7d86c35daaa50", - "@angular/material": "github:angular/material-builds#692993a2638528e197a3c8c325f3fd3095f68351", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#d59fa910f7bbe75fa5c3d94aae1e412280be497e", - "@angular/platform-browser": "github:angular/platform-browser-builds#d62c70b75f958117aa1808c1a42ad821fd4fba1f", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#f1d81f0b303115ab822c239d107585dc1daafe4c", - "@angular/platform-server": "github:angular/platform-server-builds#637ff8d4212bc3abc6f91d76a4c883bc265b9c18", - "@angular/router": "github:angular/router-builds#45ee9deed162ba7650cf3305ef30b0f29c23e0a7", - "@angular/service-worker": "github:angular/service-worker-builds#e6111fdd5e1128f93186b9461e2353c43e6ef951" + "@angular/animations": "github:angular/animations-builds#fb07695e048f75612b062cf64665d8c175a6a9cf", + "@angular/cdk": "github:angular/cdk-builds#11ab65d900efec23ccdfbf76d436a91bbdc8f590", + "@angular/common": "github:angular/common-builds#96c0f29dec64649fd7c2336b01e952d323ee8ea4", + "@angular/compiler": "github:angular/compiler-builds#9dc12e9de2039f09887cf31270b987d596ad6f0b", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#e04a249faa21a834e2d0a06ae39df8e95c3f4141", + "@angular/core": "github:angular/core-builds#dd70b5a8c17a9c9c5447ecd00f208e53cb8a38df", + "@angular/forms": "github:angular/forms-builds#3f47500e75943d61055e93948f5d667a4b364567", + "@angular/language-service": "github:angular/language-service-builds#c4900591835a5242a57dbdc3c5121cf6efc1ab03", + "@angular/localize": "github:angular/localize-builds#6d3f304d48cef3d126da5df5865c833dafb0fca6", + "@angular/material": "github:angular/material-builds#de0e61829e84d0e082e8c027ceea743251f8f4ca", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#e8a9137483a59cded6dbc9975ec01f92deb1f701", + "@angular/platform-browser": "github:angular/platform-browser-builds#5793e43ca9f59a1bb7f220d0c7bad4fd03da99f1", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#f72d358886779b013d9c690ec40aa7819a702778", + "@angular/platform-server": "github:angular/platform-server-builds#a38ebcaf30725ec46129636c9683af42a69db58e", + "@angular/router": "github:angular/router-builds#1bed27082baffbbf679bbcbb7a840af22129af5c", + "@angular/service-worker": "github:angular/service-worker-builds#b948d44d67bfa33d0a521b475f6b5d625ebd00d6" } }