diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 22cdc3b1730f..1f3261e0e854 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@f2a610b26cd7a451eddd50eb071dc495e3346a80 + - uses: angular/dev-infra/github-actions/branch-manager@47572aba6019f368057c00966ac7ce354b1d65bc with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ca1e893322c..f02abd9d59ae 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@b79ac7f5d6689becb7f2d559affbab5afb361389 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc - 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@b79ac7f5d6689becb7f2d559affbab5afb361389 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc - name: Install node modules run: pnpm install --frozen-lockfile - name: Build release targets @@ -57,11 +57,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc - name: Install node modules run: pnpm install --frozen-lockfile - name: Run module and package tests @@ -81,13 +81,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc - 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 }} @@ -102,7 +102,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc - name: Run CLI E2E tests uses: ./.github/shared-actions/windows-bazel-test with: @@ -123,13 +123,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc - 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 }} @@ -145,13 +145,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc - 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 }} @@ -163,13 +163,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@b79ac7f5d6689becb7f2d559affbab5afb361389 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc - name: Run E2E Browser tests env: SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }} @@ -197,11 +197,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc - 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 3c4162fdb232..b4ab1d44985b 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@f2a610b26cd7a451eddd50eb071dc495e3346a80 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@47572aba6019f368057c00966ac7ce354b1d65bc 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@f2a610b26cd7a451eddd50eb071dc495e3346a80 + - uses: angular/dev-infra/github-actions/post-approval-changes@47572aba6019f368057c00966ac7ce354b1d65bc with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index a3277a5a7ab6..5e922d9c70f0 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@f2a610b26cd7a451eddd50eb071dc495e3346a80 + - uses: angular/dev-infra/github-actions/feature-request@47572aba6019f368057c00966ac7ce354b1d65bc with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index d03ea94d2b8f..de3d47cc389e 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@b79ac7f5d6689becb7f2d559affbab5afb361389 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc - 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@b79ac7f5d6689becb7f2d559affbab5afb361389 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc - 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 fb5bdec5fc05..5e2afb76122a 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@b79ac7f5d6689becb7f2d559affbab5afb361389 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc - name: Setup ESLint Caching uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2 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@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/linting/licenses@47572aba6019f368057c00966ac7ce354b1d65bc - 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@b79ac7f5d6689becb7f2d559affbab5afb361389 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc - 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@b79ac7f5d6689becb7f2d559affbab5afb361389 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc - 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@b79ac7f5d6689becb7f2d559affbab5afb361389 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc - 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,7 +130,7 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc - name: Run CLI E2E tests uses: ./.github/shared-actions/windows-bazel-test with: @@ -149,13 +149,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc - 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 }} @@ -172,12 +172,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@47572aba6019f368057c00966ac7ce354b1d65bc - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/setup@47572aba6019f368057c00966ac7ce354b1d65bc - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f2a610b26cd7a451eddd50eb071dc495e3346a80 + uses: angular/dev-infra/github-actions/bazel/configure-remote@47572aba6019f368057c00966ac7ce354b1d65bc - 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 4563d40d73f1..d96a2e93fcd2 100644 --- a/package.json +++ b/package.json @@ -47,21 +47,21 @@ "homepage": "https://github.com/angular/angular-cli", "devDependencies": { "@ampproject/remapping": "2.3.0", - "@angular/animations": "20.0.0-next.1", - "@angular/cdk": "20.0.0-next.0", - "@angular/common": "20.0.0-next.1", - "@angular/compiler": "20.0.0-next.1", - "@angular/compiler-cli": "20.0.0-next.1", - "@angular/core": "20.0.0-next.1", - "@angular/forms": "20.0.0-next.1", - "@angular/localize": "20.0.0-next.1", - "@angular/material": "20.0.0-next.0", + "@angular/animations": "20.0.0-next.2", + "@angular/cdk": "20.0.0-next.1", + "@angular/common": "20.0.0-next.2", + "@angular/compiler": "20.0.0-next.2", + "@angular/compiler-cli": "20.0.0-next.2", + "@angular/core": "20.0.0-next.2", + "@angular/forms": "20.0.0-next.2", + "@angular/localize": "20.0.0-next.2", + "@angular/material": "20.0.0-next.1", "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9fd3adb2e8b9a0fef1ba5bc905a900e018445e05", - "@angular/platform-browser": "20.0.0-next.1", - "@angular/platform-browser-dynamic": "20.0.0-next.1", - "@angular/platform-server": "20.0.0-next.1", - "@angular/router": "20.0.0-next.1", - "@angular/service-worker": "20.0.0-next.1", + "@angular/platform-browser": "20.0.0-next.2", + "@angular/platform-browser-dynamic": "20.0.0-next.2", + "@angular/platform-server": "20.0.0-next.2", + "@angular/router": "20.0.0-next.2", + "@angular/service-worker": "20.0.0-next.2", "@babel/core": "7.26.10", "@babel/generator": "7.26.10", "@babel/helper-annotate-as-pure": "7.25.9", diff --git a/packages/angular/ssr/package.json b/packages/angular/ssr/package.json index 5f922e8a76d1..7f579f5deadd 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.0", - "@angular/compiler": "20.0.0-next.0", - "@angular/core": "20.0.0-next.0", - "@angular/platform-browser": "20.0.0-next.0", - "@angular/platform-server": "20.0.0-next.0", - "@angular/router": "20.0.0-next.0", + "@angular/common": "20.0.0-next.2", + "@angular/compiler": "20.0.0-next.2", + "@angular/core": "20.0.0-next.2", + "@angular/platform-browser": "20.0.0-next.2", + "@angular/platform-server": "20.0.0-next.2", + "@angular/router": "20.0.0-next.2", "@schematics/angular": "workspace:*" }, "sideEffects": false, diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index b7b3dc475d24..f4aa7645c974 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.0", - "@angular/compiler-cli": "20.0.0-next.0", + "@angular/compiler": "20.0.0-next.2", + "@angular/compiler-cli": "20.0.0-next.2", "typescript": "5.8.2", "webpack": "5.98.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ef2cf94cc3ee..a0e3e0d068d6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,50 +18,50 @@ importers: specifier: 2.3.0 version: 2.3.0 '@angular/animations': - specifier: 20.0.0-next.1 - version: 20.0.0-next.1(@angular/core@20.0.0-next.1) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/core@20.0.0-next.2) '@angular/cdk': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1)(rxjs@7.8.2) - '@angular/common': specifier: 20.0.0-next.1 - version: 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2) + version: 20.0.0-next.1(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2)(rxjs@7.8.2) + '@angular/common': + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2) '@angular/compiler': - specifier: 20.0.0-next.1 - version: 20.0.0-next.1(@angular/core@20.0.0-next.1) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/core@20.0.0-next.2) '@angular/compiler-cli': - specifier: 20.0.0-next.1 - version: 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/compiler@20.0.0-next.2)(typescript@5.8.2) '@angular/core': - specifier: 20.0.0-next.1 - version: 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/compiler@20.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.0) '@angular/forms': - specifier: 20.0.0-next.1 - version: 20.0.0-next.1(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1))(rxjs@7.8.2) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2)(@angular/platform-browser@20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2))(rxjs@7.8.2) '@angular/localize': - specifier: 20.0.0-next.1 - version: 20.0.0-next.1(@angular/compiler-cli@20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2))(@angular/compiler@20.0.0-next.1) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/compiler-cli@20.0.0-next.2(@angular/compiler@20.0.0-next.2)(typescript@5.8.2))(@angular/compiler@20.0.0-next.2) '@angular/material': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/cdk@20.0.0-next.0(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1)(@angular/forms@20.0.0-next.1(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1))(rxjs@7.8.2))(@angular/platform-browser@20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1))(rxjs@7.8.2) + specifier: 20.0.0-next.1 + version: 20.0.0-next.1(@angular/cdk@20.0.0-next.1(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2)(@angular/forms@20.0.0-next.2(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2)(@angular/platform-browser@20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2))(rxjs@7.8.2))(@angular/platform-browser@20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2))(rxjs@7.8.2) '@angular/ng-dev': specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#9fd3adb2e8b9a0fef1ba5bc905a900e018445e05 version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/9fd3adb2e8b9a0fef1ba5bc905a900e018445e05(encoding@0.1.13) '@angular/platform-browser': - specifier: 20.0.0-next.1 - version: 20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2) '@angular/platform-browser-dynamic': - specifier: 20.0.0-next.1 - version: 20.0.0-next.1(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/compiler@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1)) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/compiler@20.0.0-next.2)(@angular/core@20.0.0-next.2)(@angular/platform-browser@20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2)) '@angular/platform-server': - specifier: 20.0.0-next.1 - version: 20.0.0-next.1(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/compiler@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1))(rxjs@7.8.2) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/compiler@20.0.0-next.2)(@angular/core@20.0.0-next.2)(@angular/platform-browser@20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2))(rxjs@7.8.2) '@angular/router': - specifier: 20.0.0-next.1 - version: 20.0.0-next.1(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1))(rxjs@7.8.2) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2)(@angular/platform-browser@20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2))(rxjs@7.8.2) '@angular/service-worker': - specifier: 20.0.0-next.1 - version: 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2) '@babel/core': specifier: 7.26.10 version: 7.26.10 @@ -364,7 +364,7 @@ importers: version: 2.0.1 ng-packagr: specifier: 20.0.0-next.1 - version: 20.0.0-next.1(@angular/compiler-cli@20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2))(tslib@2.8.1)(typescript@5.8.2) + version: 20.0.0-next.1(@angular/compiler-cli@20.0.0-next.2(@angular/compiler@20.0.0-next.2)(typescript@5.8.2))(tslib@2.8.1)(typescript@5.8.2) npm: specifier: ^11.0.0 version: 11.2.0 @@ -698,23 +698,23 @@ importers: specifier: workspace:* version: link:../../angular_devkit/schematics '@angular/common': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2) '@angular/compiler': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0)) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/core@20.0.0-next.2) '@angular/core': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/compiler@20.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.0) '@angular/platform-browser': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0)) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2) '@angular/platform-server': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/common@20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/compiler@20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.0(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/compiler@20.0.0-next.2)(@angular/core@20.0.0-next.2)(@angular/platform-browser@20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2))(rxjs@7.8.2) '@angular/router': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/common@20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.0(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2)(@angular/platform-browser@20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2))(rxjs@7.8.2) '@schematics/angular': specifier: workspace:* version: link:../../schematics/angular @@ -1017,11 +1017,11 @@ importers: specifier: workspace:0.0.0-PLACEHOLDER version: link:../../angular_devkit/core '@angular/compiler': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0)) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/core@20.0.0-next.2) '@angular/compiler-cli': - specifier: 20.0.0-next.0 - version: 20.0.0-next.0(@angular/compiler@20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0)))(typescript@5.8.2) + specifier: 20.0.0-next.2 + version: 20.0.0-next.2(@angular/compiler@20.0.0-next.2)(typescript@5.8.2) typescript: specifier: 5.8.2 version: 5.8.2 @@ -1053,106 +1053,75 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular/animations@20.0.0-next.1': - resolution: {integrity: sha512-gdQmIX1QIeTavYipty612eWNvhkBITKkvgnk34rZ2anDOJeCL+7HimHy4bOhj0oeRx2c+WGcrFLYMK4jOf5JYA==} + '@angular/animations@20.0.0-next.2': + resolution: {integrity: sha512-4BDWr2uA/Z67Y2jNoCPius0qSDNNX5ezte2VzK0F7+v54g8FQlzHb2uZuPm7jnKMxOzoHyWHnUq1CGgH15myuQ==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - '@angular/core': 20.0.0-next.1 + '@angular/core': 20.0.0-next.2 - '@angular/cdk@20.0.0-next.0': - resolution: {integrity: sha512-3PB0GP6EaEHC/8kkEUwZ3ULjDhXcIfBdlI14eKVpKMDnmVJxg3Yl48k2U6zrWbHR+nPsWqpGd96iKkbSm1YM6g==} + '@angular/cdk@20.0.0-next.1': + resolution: {integrity: sha512-nm71L2C13lw7zv5BQ30ZeXyUwKHErVYoR02RuDRcGQFh61/PKZNaIaJHOFqgT5bMpPrlbRvUGKgYhbbYYqc44A==} 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.0': - resolution: {integrity: sha512-IWjT32qKbhC8Ns6Xz7m6aPUmac7cT+7nUbWzvLGW+eszcC6HspqEaeW64ssNM5MmvaxoMqoBQ5UuB+CrJ47g/w==} + '@angular/common@20.0.0-next.2': + resolution: {integrity: sha512-ojFSGYhIkuxEh6vjSpCiappo6xz1SXtgm5WIaYujzMnorQfeHXViSR2XxoFim5laWmtkO1bxn4udcXRXGwg7bQ==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - '@angular/core': 20.0.0-next.0 + '@angular/core': 20.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 - '@angular/common@20.0.0-next.1': - resolution: {integrity: sha512-NqkucRjpT4L6Y9ghkhxEevGGnOONE9jRYi1HszTba3lZWOhHLUkAO18z3wNDVREcTI+Bw25z9U/M5VAM7wAxUw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} - peerDependencies: - '@angular/core': 20.0.0-next.1 - rxjs: ^6.5.3 || ^7.4.0 - - '@angular/compiler-cli@20.0.0-next.0': - resolution: {integrity: sha512-DBm+x4uz+92KTlmdKJlVG2fCulUKMcAmc9WS2JUB6rPzgRD+4PaForLuQfd17UTxGplN8SpYEh6PvecV+wEwHg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} - hasBin: true - peerDependencies: - '@angular/compiler': 20.0.0-next.0 - typescript: 5.8.2 - - '@angular/compiler-cli@20.0.0-next.1': - resolution: {integrity: sha512-6g17TQVRA8CWYP1oYLED6aUw7Txy586aQ14Fmlkmd5drpOWSPzyawE+bV0KHq3zT1Hx3UoKuU/ALB4RvlgeY9w==} + '@angular/compiler-cli@20.0.0-next.2': + resolution: {integrity: sha512-AzdcEIlRb7Fi+jXRzHVkjx0KRWWnK5gtOPj6/miQvvsSIGQ9afie2ZjGAJUoRgBGLlQ6cpCiEy7FmTKo/22eDw==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} hasBin: true peerDependencies: - '@angular/compiler': 20.0.0-next.1 + '@angular/compiler': 20.0.0-next.2 typescript: 5.8.2 - '@angular/compiler@20.0.0-next.0': - resolution: {integrity: sha512-DU6YAf1b0BYpHnfDTlACSAa9K6UpKMg6KcYTdcCpcVcw9LitKMVBZSvIwjQmev7pEPfZ5Amdm9y/VSgKYWLZSg==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} - peerDependencies: - '@angular/core': 20.0.0-next.0 - peerDependenciesMeta: - '@angular/core': - optional: true - - '@angular/compiler@20.0.0-next.1': - resolution: {integrity: sha512-IlNC7y+xYSygp3t+BiFk+xM1cbOXMOZ+2hftmWCJS5DmCGp775DtlPGT/lQd6yV5ud4PJ67dhcpj2SJFtNpL8A==} + '@angular/compiler@20.0.0-next.2': + resolution: {integrity: sha512-wHXWSpAKqYVklB1c1ju1HBKnW2dnjVm2fYB9TiwEO0vh5LWXYJIF5e7prFZTyUzk0f7p+XCTeAB5nWg2/o02Ig==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - '@angular/core': 20.0.0-next.1 + '@angular/core': 20.0.0-next.2 peerDependenciesMeta: '@angular/core': optional: true - '@angular/core@20.0.0-next.0': - resolution: {integrity: sha512-fmt/XD39Ycg5al1gpGdV5R9v2dagG+E720BdVK7bviY0RFkMntkbPHt8V3Shu5lq2eOlgXPuQP87iOuuXKtdHg==} + '@angular/core@20.0.0-next.2': + resolution: {integrity: sha512-nF1yPPXO0EZQmNsvR7p3KCPUnxVQxHEVNIBunBCoOia5DEi9E7l+VkMT/2Bnp/7h/ZCdOst4A3Uj4XqpNhUYtA==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - rxjs: ^6.5.3 || ^7.4.0 - zone.js: ~0.15.0 - - '@angular/core@20.0.0-next.1': - resolution: {integrity: sha512-QBJI6eG1qfDoEXddyc6rObyoWVrWbGBFsFNRfW8hzyKE6xILDyN9lca327CU0iPTysJBlzeeKPPrlaUZ1X0Hww==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} - peerDependencies: - '@angular/compiler': 20.0.0-next.1 + '@angular/compiler': 20.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 peerDependenciesMeta: '@angular/compiler': optional: true - '@angular/forms@20.0.0-next.1': - resolution: {integrity: sha512-Eb3aWev/pWUFaE22nJPyJG32j8GwARUJ3LSBePpMY0Dd9Ddo4z02evAGsihkIOwuPlwml6hWVWbjHSAwGbfeoQ==} + '@angular/forms@20.0.0-next.2': + resolution: {integrity: sha512-Sd6dq+cAdBIrRlKreNEXTl12aQOnXrTiU108Ll+AnSMdAvpqOqoLWkE5vXAHLXcfS0dacerMVFR2s6+4x3DJJQ==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - '@angular/common': 20.0.0-next.1 - '@angular/core': 20.0.0-next.1 - '@angular/platform-browser': 20.0.0-next.1 + '@angular/common': 20.0.0-next.2 + '@angular/core': 20.0.0-next.2 + '@angular/platform-browser': 20.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@20.0.0-next.1': - resolution: {integrity: sha512-5oOqQlCnE5H2YdDDWUxn+s51BWJGabF9m3bfnRxDAmoriMzUn5Z9eUqQ2v7zG32q9Ve71TgqfGPy1jQmlbWV7Q==} + '@angular/localize@20.0.0-next.2': + resolution: {integrity: sha512-V9BMrHXfo3HPWp07fbeVgpy4xiMi8bcuTAhxKyKPqXfPA4MX/8Y8FGIYxcTLFqzPNBu+7qe0OgtoQT502MrJjA==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} hasBin: true peerDependencies: - '@angular/compiler': 20.0.0-next.1 - '@angular/compiler-cli': 20.0.0-next.1 + '@angular/compiler': 20.0.0-next.2 + '@angular/compiler-cli': 20.0.0-next.2 - '@angular/material@20.0.0-next.0': - resolution: {integrity: sha512-cexU/AOkVFzPCVh5BtVEzUAewE0KjLQW/8nC6LGSOnbHjJ1tUoM+zHeqiMMDvOKzA7f7YsQg4WddlL++ANF5jA==} + '@angular/material@20.0.0-next.1': + resolution: {integrity: sha512-otR0S79z5JGFYVV+XbRbDJWF33BK2F/jNKQnjVaVHFaepBU6tLvjYpQL8nM34sXuzAIVrEn/wjv4bAJkxWRXOw==} peerDependencies: - '@angular/cdk': 20.0.0-next.0 + '@angular/cdk': 20.0.0-next.1 '@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 @@ -1164,81 +1133,51 @@ packages: version: 0.0.0-47572aba6019f368057c00966ac7ce354b1d65bc hasBin: true - '@angular/platform-browser-dynamic@20.0.0-next.1': - resolution: {integrity: sha512-HoQXaW3Se8wxuRYtcJzanX2fOROXfy+VAEjLTyk7GFh2oXj/PsQs837sdX4qJfxdV2DXWkAB60YpzNI3xXuHtw==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} - peerDependencies: - '@angular/common': 20.0.0-next.1 - '@angular/compiler': 20.0.0-next.1 - '@angular/core': 20.0.0-next.1 - '@angular/platform-browser': 20.0.0-next.1 - - '@angular/platform-browser@20.0.0-next.0': - resolution: {integrity: sha512-pRXFSkvhNfN2AUKvk4VQcl9CW95D24lqyWg3wHHVz3I3Iy66fnMUjGAwGr6N6eHIaxxL6UEia75su+pi0WAJqg==} + '@angular/platform-browser-dynamic@20.0.0-next.2': + resolution: {integrity: sha512-S1BH1LPVdc3nspXwzPPIgc/U5ZMidzzJ7bSO8+9bmWtfsMgC8dLFjXnUbEmprwJe/Lw8l6lODTnfBgZXfsSo1w==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - '@angular/animations': 20.0.0-next.0 - '@angular/common': 20.0.0-next.0 - '@angular/core': 20.0.0-next.0 - peerDependenciesMeta: - '@angular/animations': - optional: true + '@angular/common': 20.0.0-next.2 + '@angular/compiler': 20.0.0-next.2 + '@angular/core': 20.0.0-next.2 + '@angular/platform-browser': 20.0.0-next.2 - '@angular/platform-browser@20.0.0-next.1': - resolution: {integrity: sha512-v0r05Y/GqvFtjVh0P9/TEzuElmX15fKLpqm+OPGKPjHstibzLPtS6bDMxpONVW0/cBtH25gm9zkim19GY3o2eA==} + '@angular/platform-browser@20.0.0-next.2': + resolution: {integrity: sha512-JXmDlUcq4pPHznyKVf4XtsWn7syt1X+zQCNdef+e7ZHwixFlsJtD+akj1bF8mhXvd2YACgkgN0sXGPiGZTHeBQ==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - '@angular/animations': 20.0.0-next.1 - '@angular/common': 20.0.0-next.1 - '@angular/core': 20.0.0-next.1 + '@angular/animations': 20.0.0-next.2 + '@angular/common': 20.0.0-next.2 + '@angular/core': 20.0.0-next.2 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@20.0.0-next.0': - resolution: {integrity: sha512-IzJ0vzKwwZeHjMnqobGxr7vahBAcv1D/EaKdvaeZYbOxKh8NriKnWpdJcnMsvFXMdpO3X9rNzd2tb00gXn2PDQ==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} - peerDependencies: - '@angular/common': 20.0.0-next.0 - '@angular/compiler': 20.0.0-next.0 - '@angular/core': 20.0.0-next.0 - '@angular/platform-browser': 20.0.0-next.0 - rxjs: '*' - - '@angular/platform-server@20.0.0-next.1': - resolution: {integrity: sha512-M0Q+RJ0AXfKW2h0zRVK0/xAKTD0TAP4v9W36AO5aa7ywnxvyYm+52s6qHRAZGqCLwCwCkOqTMv7rlvPMWNg7Xw==} + '@angular/platform-server@20.0.0-next.2': + resolution: {integrity: sha512-JxWC2cEceHZH7CZ+IzdwffvFvkhHKiYkdqZU2+Fy1a9piqnpm4abE02ayXhAhw1xt80BZNYr9Q8xBO2QNwGIrA==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - '@angular/common': 20.0.0-next.1 - '@angular/compiler': 20.0.0-next.1 - '@angular/core': 20.0.0-next.1 - '@angular/platform-browser': 20.0.0-next.1 - rxjs: '*' - - '@angular/router@20.0.0-next.0': - resolution: {integrity: sha512-2M8+eWaiN/Vbl/JRyhiNr48Ba0so5SqrHQoZIkPhLPxZAtmfxeTQ/LH7dj+ZtTNzGT78eOTlBPGb+xjLrE4BmA==} - engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} - peerDependencies: - '@angular/common': 20.0.0-next.0 - '@angular/core': 20.0.0-next.0 - '@angular/platform-browser': 20.0.0-next.0 + '@angular/common': 20.0.0-next.2 + '@angular/compiler': 20.0.0-next.2 + '@angular/core': 20.0.0-next.2 + '@angular/platform-browser': 20.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@20.0.0-next.1': - resolution: {integrity: sha512-aScQ230WCripRSQ2gg0zSoR4nBHPN2eD9DzCX2jQWFRnTAflqHpGJvBV/MRiTGRDUNk7Q4d9mC/y9R36fyuPLw==} + '@angular/router@20.0.0-next.2': + resolution: {integrity: sha512-WdykD+USpP/Wxcv2fwASFuHUAU6pflSs4gFjT6hoXVOrN5JzSzBo4abE4Jn7S3i+LBV+znUeUHs0wx/mwsq2Ww==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} peerDependencies: - '@angular/common': 20.0.0-next.1 - '@angular/core': 20.0.0-next.1 - '@angular/platform-browser': 20.0.0-next.1 + '@angular/common': 20.0.0-next.2 + '@angular/core': 20.0.0-next.2 + '@angular/platform-browser': 20.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 - '@angular/service-worker@20.0.0-next.1': - resolution: {integrity: sha512-WFwZIY06x8jKZxWHUgWOzZeBLTB87psTzgttbKlCOQ7Dz6W6unSOfv95gyk9+0LV61cOSfYZaZmS+6mbMUihpg==} + '@angular/service-worker@20.0.0-next.2': + resolution: {integrity: sha512-YH817tESXCUWIaSUBDUYNTqIUcXUqD7mG/WJI94de2hyCIaYBhxMyqo+IM/7OOKR0y44S5yzLJ4eGUyh5JUeiA==} engines: {node: ^18.19.1 || ^20.11.1 || >=22.0.0} hasBin: true peerDependencies: - '@angular/core': 20.0.0-next.1 + '@angular/core': 20.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 '@babel/code-frame@7.26.2': @@ -1348,10 +1287,6 @@ packages: resolution: {integrity: sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==} engines: {node: '>=6.9.0'} - '@babel/helpers@7.26.9': - resolution: {integrity: sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==} - engines: {node: '>=6.9.0'} - '@babel/parser@7.26.10': resolution: {integrity: sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==} engines: {node: '>=6.0.0'} @@ -8195,50 +8130,29 @@ snapshots: '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 - '@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1)': + '@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2)': dependencies: - '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/core': 20.0.0-next.2(@angular/compiler@20.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.0) tslib: 2.8.1 - '@angular/cdk@20.0.0-next.0(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1)(rxjs@7.8.2)': + '@angular/cdk@20.0.0-next.1(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2)(rxjs@7.8.2)': dependencies: - '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2) - '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/common': 20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2) + '@angular/core': 20.0.0-next.2(@angular/compiler@20.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.0) rxjs: 7.8.2 tslib: 2.8.1 optionalDependencies: parse5: 7.2.1 - '@angular/common@20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2)': - dependencies: - '@angular/core': 20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0) - rxjs: 7.8.2 - tslib: 2.8.1 - - '@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2)': + '@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2)': dependencies: - '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/core': 20.0.0-next.2(@angular/compiler@20.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.0) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/compiler-cli@20.0.0-next.0(@angular/compiler@20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0)))(typescript@5.8.2)': - dependencies: - '@angular/compiler': 20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0)) - '@babel/core': 7.26.9 - '@jridgewell/sourcemap-codec': 1.5.0 - chokidar: 4.0.3 - convert-source-map: 1.9.0 - reflect-metadata: 0.2.2 - semver: 7.7.1 - tslib: 2.8.1 - typescript: 5.8.2 - yargs: 17.7.2 - transitivePeerDependencies: - - supports-color - - '@angular/compiler-cli@20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2)': + '@angular/compiler-cli@20.0.0-next.2(@angular/compiler@20.0.0-next.2)(typescript@5.8.2)': dependencies: - '@angular/compiler': 20.0.0-next.1(@angular/core@20.0.0-next.1) + '@angular/compiler': 20.0.0-next.2(@angular/core@20.0.0-next.2) '@babel/core': 7.26.9 '@jridgewell/sourcemap-codec': 1.5.0 chokidar: 4.0.3 @@ -8251,58 +8165,46 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))': + '@angular/compiler@20.0.0-next.2(@angular/core@20.0.0-next.2)': dependencies: tslib: 2.8.1 optionalDependencies: - '@angular/core': 20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/core': 20.0.0-next.2(@angular/compiler@20.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/compiler@20.0.0-next.1(@angular/core@20.0.0-next.1)': - dependencies: - tslib: 2.8.1 - optionalDependencies: - '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) - - '@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0)': - dependencies: - rxjs: 7.8.2 - tslib: 2.8.1 - zone.js: 0.15.0 - - '@angular/core@20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0)': + '@angular/core@20.0.0-next.2(@angular/compiler@20.0.0-next.2)(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.1(@angular/core@20.0.0-next.1) + '@angular/compiler': 20.0.0-next.2(@angular/core@20.0.0-next.2) - '@angular/forms@20.0.0-next.1(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1))(rxjs@7.8.2)': + '@angular/forms@20.0.0-next.2(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2)(@angular/platform-browser@20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2) - '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1) + '@angular/common': 20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2) + '@angular/core': 20.0.0-next.2(@angular/compiler@20.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/platform-browser': 20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/localize@20.0.0-next.1(@angular/compiler-cli@20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2))(@angular/compiler@20.0.0-next.1)': + '@angular/localize@20.0.0-next.2(@angular/compiler-cli@20.0.0-next.2(@angular/compiler@20.0.0-next.2)(typescript@5.8.2))(@angular/compiler@20.0.0-next.2)': dependencies: - '@angular/compiler': 20.0.0-next.1(@angular/core@20.0.0-next.1) - '@angular/compiler-cli': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2) + '@angular/compiler': 20.0.0-next.2(@angular/core@20.0.0-next.2) + '@angular/compiler-cli': 20.0.0-next.2(@angular/compiler@20.0.0-next.2)(typescript@5.8.2) '@babel/core': 7.26.9 '@types/babel__core': 7.20.5 - fast-glob: 3.3.3 + tinyglobby: 0.2.12 yargs: 17.7.2 transitivePeerDependencies: - supports-color - '@angular/material@20.0.0-next.0(@angular/cdk@20.0.0-next.0(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1)(@angular/forms@20.0.0-next.1(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1))(rxjs@7.8.2))(@angular/platform-browser@20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1))(rxjs@7.8.2)': + '@angular/material@20.0.0-next.1(@angular/cdk@20.0.0-next.1(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2)(@angular/forms@20.0.0-next.2(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2)(@angular/platform-browser@20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2))(rxjs@7.8.2))(@angular/platform-browser@20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2))(rxjs@7.8.2)': dependencies: - '@angular/cdk': 20.0.0-next.0(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1)(rxjs@7.8.2) - '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2) - '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/forms': 20.0.0-next.1(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1))(rxjs@7.8.2) - '@angular/platform-browser': 20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1) + '@angular/cdk': 20.0.0-next.1(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2)(rxjs@7.8.2) + '@angular/common': 20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2) + '@angular/core': 20.0.0-next.2(@angular/compiler@20.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/forms': 20.0.0-next.2(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2)(@angular/platform-browser@20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2))(rxjs@7.8.2) + '@angular/platform-browser': 20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2) rxjs: 7.8.2 tslib: 2.8.1 @@ -8323,69 +8225,43 @@ snapshots: transitivePeerDependencies: - encoding - '@angular/platform-browser-dynamic@20.0.0-next.1(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/compiler@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1))': - dependencies: - '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2) - '@angular/compiler': 20.0.0-next.1(@angular/core@20.0.0-next.1) - '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1) - tslib: 2.8.1 - - '@angular/platform-browser@20.0.0-next.0(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))': + '@angular/platform-browser-dynamic@20.0.0-next.2(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/compiler@20.0.0-next.2)(@angular/core@20.0.0-next.2)(@angular/platform-browser@20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2))': dependencies: - '@angular/common': 20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/core': 20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/common': 20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2) + '@angular/compiler': 20.0.0-next.2(@angular/core@20.0.0-next.2) + '@angular/core': 20.0.0-next.2(@angular/compiler@20.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/platform-browser': 20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2) tslib: 2.8.1 - optionalDependencies: - '@angular/animations': 20.0.0-next.1(@angular/core@20.0.0-next.1) - '@angular/platform-browser@20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1)': + '@angular/platform-browser@20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2)': dependencies: - '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2) - '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/common': 20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2) + '@angular/core': 20.0.0-next.2(@angular/compiler@20.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.0) tslib: 2.8.1 optionalDependencies: - '@angular/animations': 20.0.0-next.1(@angular/core@20.0.0-next.1) + '@angular/animations': 20.0.0-next.2(@angular/core@20.0.0-next.2) - '@angular/platform-server@20.0.0-next.0(@angular/common@20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/compiler@20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.0(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2)': + '@angular/platform-server@20.0.0-next.2(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/compiler@20.0.0-next.2)(@angular/core@20.0.0-next.2)(@angular/platform-browser@20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/compiler': 20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0)) - '@angular/core': 20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0-next.0(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0)) + '@angular/common': 20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2) + '@angular/compiler': 20.0.0-next.2(@angular/core@20.0.0-next.2) + '@angular/core': 20.0.0-next.2(@angular/compiler@20.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/platform-browser': 20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2) rxjs: 7.8.2 tslib: 2.8.1 xhr2: 0.2.1 - '@angular/platform-server@20.0.0-next.1(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/compiler@20.0.0-next.1)(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1))(rxjs@7.8.2)': + '@angular/router@20.0.0-next.2(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2)(@angular/platform-browser@20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2) - '@angular/compiler': 20.0.0-next.1(@angular/core@20.0.0-next.1) - '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1) + '@angular/common': 20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2) + '@angular/core': 20.0.0-next.2(@angular/compiler@20.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/platform-browser': 20.0.0-next.2(@angular/animations@20.0.0-next.2(@angular/core@20.0.0-next.2))(@angular/common@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2))(@angular/core@20.0.0-next.2) rxjs: 7.8.2 tslib: 2.8.1 - xhr2: 0.2.1 - '@angular/router@20.0.0-next.0(@angular/common@20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.0(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2)': + '@angular/service-worker@20.0.0-next.2(@angular/core@20.0.0-next.2)(rxjs@7.8.2)': dependencies: - '@angular/common': 20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) - '@angular/core': 20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0-next.0(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.0(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.0(rxjs@7.8.2)(zone.js@0.15.0)) - rxjs: 7.8.2 - tslib: 2.8.1 - - '@angular/router@20.0.0-next.1(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1)(@angular/platform-browser@20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1))(rxjs@7.8.2)': - dependencies: - '@angular/common': 20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2) - '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) - '@angular/platform-browser': 20.0.0-next.1(@angular/animations@20.0.0-next.1(@angular/core@20.0.0-next.1))(@angular/common@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2))(@angular/core@20.0.0-next.1) - rxjs: 7.8.2 - tslib: 2.8.1 - - '@angular/service-worker@20.0.0-next.1(@angular/core@20.0.0-next.1)(rxjs@7.8.2)': - dependencies: - '@angular/core': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(rxjs@7.8.2)(zone.js@0.15.0) + '@angular/core': 20.0.0-next.2(@angular/compiler@20.0.0-next.2)(rxjs@7.8.2)(zone.js@0.15.0) rxjs: 7.8.2 tslib: 2.8.1 @@ -8424,11 +8300,11 @@ snapshots: '@babel/generator': 7.26.10 '@babel/helper-compilation-targets': 7.26.5 '@babel/helper-module-transforms': 7.26.0(@babel/core@7.26.9) - '@babel/helpers': 7.26.9 - '@babel/parser': 7.26.9 + '@babel/helpers': 7.26.10 + '@babel/parser': 7.26.10 '@babel/template': 7.26.9 - '@babel/traverse': 7.26.9 - '@babel/types': 7.26.9 + '@babel/traverse': 7.26.10 + '@babel/types': 7.26.10 convert-source-map: 2.0.0 debug: 4.4.0(supports-color@10.0.0) gensync: 1.0.0-beta.2 @@ -8465,7 +8341,7 @@ snapshots: '@babel/helper-optimise-call-expression': 7.25.9 '@babel/helper-replace-supers': 7.26.5(@babel/core@7.26.10) '@babel/helper-skip-transparent-expression-wrappers': 7.25.9 - '@babel/traverse': 7.26.9 + '@babel/traverse': 7.26.10 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -8490,8 +8366,8 @@ snapshots: '@babel/helper-member-expression-to-functions@7.25.9': dependencies: - '@babel/traverse': 7.26.9 - '@babel/types': 7.26.9 + '@babel/traverse': 7.26.10 + '@babel/types': 7.26.10 transitivePeerDependencies: - supports-color @@ -8522,7 +8398,7 @@ snapshots: '@babel/helper-optimise-call-expression@7.25.9': dependencies: - '@babel/types': 7.26.9 + '@babel/types': 7.26.10 '@babel/helper-plugin-utils@7.26.5': {} @@ -8540,14 +8416,14 @@ snapshots: '@babel/core': 7.26.10 '@babel/helper-member-expression-to-functions': 7.25.9 '@babel/helper-optimise-call-expression': 7.25.9 - '@babel/traverse': 7.26.9 + '@babel/traverse': 7.26.10 transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.25.9': dependencies: - '@babel/traverse': 7.26.9 - '@babel/types': 7.26.9 + '@babel/traverse': 7.26.10 + '@babel/types': 7.26.10 transitivePeerDependencies: - supports-color @@ -8574,11 +8450,6 @@ snapshots: '@babel/template': 7.26.9 '@babel/types': 7.26.10 - '@babel/helpers@7.26.9': - dependencies: - '@babel/template': 7.26.9 - '@babel/types': 7.26.9 - '@babel/parser@7.26.10': dependencies: '@babel/types': 7.26.10 @@ -14036,9 +13907,9 @@ snapshots: netmask@2.0.2: {} - ng-packagr@20.0.0-next.1(@angular/compiler-cli@20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2))(tslib@2.8.1)(typescript@5.8.2): + ng-packagr@20.0.0-next.1(@angular/compiler-cli@20.0.0-next.2(@angular/compiler@20.0.0-next.2)(typescript@5.8.2))(tslib@2.8.1)(typescript@5.8.2): dependencies: - '@angular/compiler-cli': 20.0.0-next.1(@angular/compiler@20.0.0-next.1)(typescript@5.8.2) + '@angular/compiler-cli': 20.0.0-next.2(@angular/compiler@20.0.0-next.2)(typescript@5.8.2) '@rollup/plugin-json': 6.1.0(rollup@4.35.0) '@rollup/wasm-node': 4.35.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 05b55851562c..68b49cc7f14b 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#93a39fe3a4df0af283a62a7055d1a6de1fb57dc6", - "@angular/cdk": "github:angular/cdk-builds#3c5ee0681cd2ad12f89f5d8624f6537b855b36cb", - "@angular/common": "github:angular/common-builds#2bc57f0c847d5751a8cf652b8936e9ab0f4428fa", - "@angular/compiler": "github:angular/compiler-builds#b6a8c9537b6f527f475ac522bab5a431d97260cc", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#2269e2afa62247a55e846156dc98b57c7642cb48", - "@angular/core": "github:angular/core-builds#5ae5975c8196aee32b641e89961b5a086d72c338", - "@angular/forms": "github:angular/forms-builds#0aee14465b746e8b7f4267d64c77b4fc1027d23f", - "@angular/language-service": "github:angular/language-service-builds#ceb9ee1c7882c8f76a0c219ed9fad1c43cbe3274", - "@angular/localize": "github:angular/localize-builds#38f6103916608c1c45048885398f1e16edbe2173", - "@angular/material": "github:angular/material-builds#94422108cf0ab7866577b54720e80f5e863467d8", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1fc17532c947167f48d995b095dc51587531428a", - "@angular/platform-browser": "github:angular/platform-browser-builds#52ff9a969bc6e7642750e97fc9eaa027cf1212bd", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#a3299a29f0f2629ba47f5c47e8cb496c62ea83e2", - "@angular/platform-server": "github:angular/platform-server-builds#2c0cc072ac18712cf7e25f67580a1d4f4c0d39cb", - "@angular/router": "github:angular/router-builds#f0c0688706f2d7bac7ba673d08782ceefe998244", - "@angular/service-worker": "github:angular/service-worker-builds#8e522d006c1cea20dd5f8d598ba1b1f54fbe175b" + "@angular/animations": "github:angular/animations-builds#e584028b42528409c7b03bc106ff0b464ab15bd1", + "@angular/cdk": "github:angular/cdk-builds#f2ce6604298eead771fdacc88ac9cb68c0df809d", + "@angular/common": "github:angular/common-builds#01d50485fe83c22951bae8cc1a4671c348126422", + "@angular/compiler": "github:angular/compiler-builds#523dac1689489b3d7343550b4db895d0985a22b5", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#ff3ed451766275c62cd8318f0dc670b69bc2de2b", + "@angular/core": "github:angular/core-builds#10fc1e4ed3f0d68d3e5a88548b4c41161f8f163a", + "@angular/forms": "github:angular/forms-builds#25932d9c18080a8dd5abb247e699a41a3d8a3095", + "@angular/language-service": "github:angular/language-service-builds#7f8ee163b14ae930ee0eb048a814a3acd3892de6", + "@angular/localize": "github:angular/localize-builds#fcce120e4fecd67191852617c0943da9ecb634fa", + "@angular/material": "github:angular/material-builds#8acdf1d04acfdf819722953611164ae0766a597b", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#8b9f4812852729a6ba9e33125d51ad6e008aa491", + "@angular/platform-browser": "github:angular/platform-browser-builds#95eaabd4669a61c7969f0b38ec4324441cd84818", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#d0e03e61ff2a26d47ee227581f47b6f6902e5799", + "@angular/platform-server": "github:angular/platform-server-builds#c3f2e2235192a984e338a1a911bd1819d24b8916", + "@angular/router": "github:angular/router-builds#6b4daa7fcedc7455785d8c9eda943d91eb601031", + "@angular/service-worker": "github:angular/service-worker-builds#7479509d39a9e67d546524c00054151b6051f2cf" } }