diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 7d37f6d5ba99..7bebf2ce768f 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + - uses: angular/dev-infra/github-actions/branch-manager@46b594244e02f9c26b67f22d1756bae31230e517 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce5f0205154c..ab9da90ea4c3 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517 - 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517 - 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 3caa2a335ba4..93b5b7b9155d 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + - uses: angular/dev-infra/github-actions/commit-message-based-labels@46b594244e02f9c26b67f22d1756bae31230e517 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + - uses: angular/dev-infra/github-actions/post-approval-changes@46b594244e02f9c26b67f22d1756bae31230e517 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 46f8a46fbcf7..b9c29a8d06c1 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + - uses: angular/dev-infra/github-actions/feature-request@46b594244e02f9c26b67f22d1756bae31230e517 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 9bac6295e842..68ec6a3fcb35 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517 - 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517 - 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 ea570580e580..c1a229e0f0ae 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517 - 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/linting/licenses@46b594244e02f9c26b67f22d1756bae31230e517 - 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517 - 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517 - 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517 - 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517 - 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@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@46b594244e02f9c26b67f22d1756bae31230e517 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/setup@46b594244e02f9c26b67f22d1756bae31230e517 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fec9cb5488198bc741f06afab62e5b3c56e9541a + uses: angular/dev-infra/github-actions/bazel/configure-remote@46b594244e02f9c26b67f22d1756bae31230e517 - 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 f3eb6a2d2f4a..611f05790249 100644 --- a/package.json +++ b/package.json @@ -47,15 +47,15 @@ "homepage": "https://github.com/angular/angular-cli", "devDependencies": { "@angular/animations": "20.0.0-next.8", - "@angular/cdk": "20.0.0-next.7", + "@angular/cdk": "20.0.0-next.8", "@angular/common": "20.0.0-next.8", "@angular/compiler": "20.0.0-next.8", "@angular/compiler-cli": "20.0.0-next.8", "@angular/core": "20.0.0-next.8", "@angular/forms": "20.0.0-next.8", "@angular/localize": "20.0.0-next.8", - "@angular/material": "20.0.0-next.7", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a2f15a74df60d01395a3694ea1b7f9572f75343e", + "@angular/material": "20.0.0-next.8", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#716f2825babbb756d3fb9cf3485f8e341c4fbe99", "@angular/platform-browser": "20.0.0-next.8", "@angular/platform-server": "20.0.0-next.8", "@angular/router": "20.0.0-next.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 043538656568..1c91ead7a8c2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: 20.0.0-next.8 version: 20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)) '@angular/cdk': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + specifier: 20.0.0-next.8 + version: 20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) '@angular/common': specifier: 20.0.0-next.8 version: 20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) @@ -39,11 +39,11 @@ importers: specifier: 20.0.0-next.8 version: 20.0.0-next.8(@angular/compiler-cli@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(typescript@5.8.3))(@angular/compiler@20.0.0-next.8) '@angular/material': - specifier: 20.0.0-next.7 - version: 20.0.0-next.7(4364ahp6ca6ngxb64n34iirp34) + specifier: 20.0.0-next.8 + version: 20.0.0-next.8(xkh3rgfd6kh4s63neut5dc6bd4) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#a2f15a74df60d01395a3694ea1b7f9572f75343e - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a2f15a74df60d01395a3694ea1b7f9572f75343e(encoding@0.1.13) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#716f2825babbb756d3fb9cf3485f8e341c4fbe99 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/716f2825babbb756d3fb9cf3485f8e341c4fbe99(encoding@0.1.13) '@angular/platform-browser': specifier: 20.0.0-next.8 version: 20.0.0-next.8(@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)) @@ -911,8 +911,8 @@ packages: '@angular/common': 20.0.0-next.8 '@angular/core': 20.0.0-next.8 - '@angular/cdk@20.0.0-next.7': - resolution: {integrity: sha512-a8o/WcUnEfEcv/3h6pbnkcG62l79tfWBNtcgPQHuJWNo+12B0kUnFsadkFFoGxeEmNDKNdFFWQYrcG3iWPDgNg==} + '@angular/cdk@20.0.0-next.8': + resolution: {integrity: sha512-QDI5TOdnfzBXrhbmv68NV0PqqikpEDHaiVkt742XB3XY9MjgVNH0D9fdQucn+vzfEhWs9lABuxXY/IBdI7iqaQ==} 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 @@ -965,19 +965,19 @@ packages: '@angular/compiler': 20.0.0-next.8 '@angular/compiler-cli': 20.0.0-next.8 - '@angular/material@20.0.0-next.7': - resolution: {integrity: sha512-l8k3z6lRWSFef74QZsfouxztKFcOWNEmwvfAmwQIFLllawLEkni4wGt5TrHLxiU9ttxdoSJ0cePEAKmWpkrIAQ==} + '@angular/material@20.0.0-next.8': + resolution: {integrity: sha512-KNUTlYILituqHptwgWn7YVzWJ26LybJF48XfJKEb2EhMIyz1Hkw9LkE8AZTvspCqaX3nJSqURcN5vmeXfWy9tw==} peerDependencies: - '@angular/cdk': 20.0.0-next.7 + '@angular/cdk': 20.0.0-next.8 '@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/a2f15a74df60d01395a3694ea1b7f9572f75343e': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a2f15a74df60d01395a3694ea1b7f9572f75343e} - version: 0.0.0-fec9cb5488198bc741f06afab62e5b3c56e9541a + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/716f2825babbb756d3fb9cf3485f8e341c4fbe99': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/716f2825babbb756d3fb9cf3485f8e341c4fbe99} + version: 0.0.0-46b594244e02f9c26b67f22d1756bae31230e517 hasBin: true '@angular/platform-browser@20.0.0-next.8': @@ -8251,7 +8251,7 @@ snapshots: '@angular/core': 20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0) tslib: 2.8.1 - '@angular/cdk@20.0.0-next.7(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2)': + '@angular/cdk@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2)': dependencies: '@angular/common': 20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) '@angular/core': 20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0) @@ -8311,9 +8311,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/material@20.0.0-next.7(4364ahp6ca6ngxb64n34iirp34)': + '@angular/material@20.0.0-next.8(xkh3rgfd6kh4s63neut5dc6bd4)': dependencies: - '@angular/cdk': 20.0.0-next.7(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) + '@angular/cdk': 20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) '@angular/common': 20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2) '@angular/core': 20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0) '@angular/forms': 20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(@angular/platform-browser@20.0.0-next.8(@angular/animations@20.0.0-next.8(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.8(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.8(@angular/compiler@20.0.0-next.8)(rxjs@7.8.2)(zone.js@0.15.0)))(rxjs@7.8.2) @@ -8321,7 +8321,7 @@ snapshots: rxjs: 7.8.2 tslib: 2.8.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/a2f15a74df60d01395a3694ea1b7f9572f75343e(encoding@0.1.13)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/716f2825babbb756d3fb9cf3485f8e341c4fbe99(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 diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index facf14745665..973c98f17e16 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#529db78641847de7174fef1dbd1cceebc4a2cac7", - "@angular/cdk": "github:angular/cdk-builds#b54de3e88331ada24260b5864ea83e4bda32f70f", - "@angular/common": "github:angular/common-builds#045408189ed65c89063e1362657b4bfe46dec38a", - "@angular/compiler": "github:angular/compiler-builds#272538d76d4131a74fd81b1591a93ce32fa68e42", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#0559b505b98fe658ee4592194f0eab9d73be5bf5", - "@angular/core": "github:angular/core-builds#4d502801b0f0d92ffddc0b992bcd2872eafe1358", - "@angular/forms": "github:angular/forms-builds#8dec530b5dfccbb8d8f183d5c9f7c7a2a1ed4e1e", - "@angular/language-service": "github:angular/language-service-builds#60d33430276cb845fcd17de4d15f09a0e81591c5", - "@angular/localize": "github:angular/localize-builds#8037b9cbb5f3864d5a2a175d666a73944b936d32", - "@angular/material": "github:angular/material-builds#46306ea676425193761fd4cebfc7593a90ed0697", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#ae853aaae82e5474f454a0d8539e0af6bf92b90d", - "@angular/platform-browser": "github:angular/platform-browser-builds#963d4cfc1fc8499116f69eec6a8994c7e41f2fcb", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#958ab85f3fc1761f72e5ef4b2c489f05505e7fe8", - "@angular/platform-server": "github:angular/platform-server-builds#6e68136c88db81e541fddaf4af4e27d4ae70325d", - "@angular/router": "github:angular/router-builds#1015a985dbd947c064917d48acbfa5a958193c02", - "@angular/service-worker": "github:angular/service-worker-builds#64df6af0f8a696f78e0f7238bdfc3f52ea65b014" + "@angular/animations": "github:angular/animations-builds#81cbc1c1e58c33d3ffeedf8b3130b787095182c4", + "@angular/cdk": "github:angular/cdk-builds#c0ccb94fbeaebb11e0d4ae18591a4e67735ced58", + "@angular/common": "github:angular/common-builds#21cb4dccba7da94741431af6e6706b0fdc9c59d3", + "@angular/compiler": "github:angular/compiler-builds#cfed3f1350a4ba00e170320f40508f1dfd4a05ff", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#a958fcf8038526926edd2fd9a7d857aada7adec6", + "@angular/core": "github:angular/core-builds#a0fa9bfaff86b2bc94f262cb83947a2cc9ef63e6", + "@angular/forms": "github:angular/forms-builds#a541b9954d2b36b210c71345aa987dbc38c50fe5", + "@angular/language-service": "github:angular/language-service-builds#bfcef88985525cf775360a77f609c47c4c24cf7d", + "@angular/localize": "github:angular/localize-builds#aa259d6f4693ac341409c3bfb40a1093590732f5", + "@angular/material": "github:angular/material-builds#050102cdb06f3d0035b7a249ba3b1b5598a17209", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#6d4eb85e960305117520866794a7b495b934db09", + "@angular/platform-browser": "github:angular/platform-browser-builds#42200b68156c3ba4ed9b41669c17749af83e40dd", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#d02c3e828257b67b112c5925ee8fd707e8862773", + "@angular/platform-server": "github:angular/platform-server-builds#716266693dc2a97c16e736ddfb51863f1c29821e", + "@angular/router": "github:angular/router-builds#76c090dd1892e476a74d3a4f7f1ccfb0a2842ae3", + "@angular/service-worker": "github:angular/service-worker-builds#6604eedeaca30090b446e53db041bb812db0e6f3" } }