diff --git a/.github/shared-actions/windows-bazel-test/action.yml b/.github/shared-actions/windows-bazel-test/action.yml index 2af27a9a340b..be63f0a4e340 100644 --- a/.github/shared-actions/windows-bazel-test/action.yml +++ b/.github/shared-actions/windows-bazel-test/action.yml @@ -18,7 +18,7 @@ runs: steps: - name: Initialize WSL id: init_wsl - uses: angular/dev-infra/github-actions/setup-wsl@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/setup-wsl@fd8272be12b7fc6fcc39f1e087114239244c1303 with: wsl_firewall_interface: 'vEthernet (WSL (Hyper-V firewall))' diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 21fb7db87890..1a4801c3aef2 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@91948588476a107c9bc6b5f6888641dd4d58c26d + - uses: angular/dev-infra/github-actions/branch-manager@fd8272be12b7fc6fcc39f1e087114239244c1303 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31d3b9eda0dd..1257247b1f8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/setup@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Install node modules run: pnpm install --frozen-lockfile - name: Generate JSON schema types @@ -44,11 +44,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/setup@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fd8272be12b7fc6fcc39f1e087114239244c1303 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -61,11 +61,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/setup@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fd8272be12b7fc6fcc39f1e087114239244c1303 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -87,13 +87,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/setup@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fd8272be12b7fc6fcc39f1e087114239244c1303 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -110,11 +110,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/setup@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fd8272be12b7fc6fcc39f1e087114239244c1303 with: allow_windows_rbe: true google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} @@ -138,13 +138,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/setup@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fd8272be12b7fc6fcc39f1e087114239244c1303 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -163,13 +163,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/setup@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fd8272be12b7fc6fcc39f1e087114239244c1303 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -183,13 +183,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@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/setup@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fd8272be12b7fc6fcc39f1e087114239244c1303 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run E2E Browser tests @@ -219,11 +219,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/setup@fd8272be12b7fc6fcc39f1e087114239244c1303 - 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 c3d2b0822875..7059a6080ee2 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@91948588476a107c9bc6b5f6888641dd4d58c26d + - uses: angular/dev-infra/github-actions/commit-message-based-labels@fd8272be12b7fc6fcc39f1e087114239244c1303 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@91948588476a107c9bc6b5f6888641dd4d58c26d + - uses: angular/dev-infra/github-actions/post-approval-changes@fd8272be12b7fc6fcc39f1e087114239244c1303 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 76ac5deb83e4..8c10c55ba7fd 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@91948588476a107c9bc6b5f6888641dd4d58c26d + - uses: angular/dev-infra/github-actions/feature-request@fd8272be12b7fc6fcc39f1e087114239244c1303 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 87c64417f54b..99611236a1fe 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@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd8272be12b7fc6fcc39f1e087114239244c1303 - 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@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/setup@fd8272be12b7fc6fcc39f1e087114239244c1303 - 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 02fb00027978..05eeebc41a27 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -34,9 +34,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/setup@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup ESLint Caching uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: @@ -56,7 +56,7 @@ jobs: - name: Run Validation run: pnpm admin validate - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/linting/licenses@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Check tooling setup run: pnpm check-tooling-setup - name: Check commit message @@ -72,11 +72,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/setup@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build release targets @@ -93,11 +93,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/setup@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run module and package tests @@ -117,13 +117,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/setup@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fd8272be12b7fc6fcc39f1e087114239244c1303 - 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 }} @@ -132,11 +132,11 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/setup@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fd8272be12b7fc6fcc39f1e087114239244c1303 with: allow_windows_rbe: true - name: Run CLI E2E tests @@ -157,13 +157,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/setup@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fd8272be12b7fc6fcc39f1e087114239244c1303 - 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 }} @@ -180,12 +180,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/setup@fd8272be12b7fc6fcc39f1e087114239244c1303 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@91948588476a107c9bc6b5f6888641dd4d58c26d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fd8272be12b7fc6fcc39f1e087114239244c1303 - 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/WORKSPACE b/WORKSPACE index e7c039d88dee..2f197992da4e 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -230,7 +230,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "devinfra", - commit = "91948588476a107c9bc6b5f6888641dd4d58c26d", + commit = "fd8272be12b7fc6fcc39f1e087114239244c1303", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 6f9cc7cc955a..cbe9915165e3 100644 --- a/package.json +++ b/package.json @@ -47,15 +47,15 @@ "homepage": "https://github.com/angular/angular-cli", "devDependencies": { "@angular/animations": "20.0.0", - "@angular/cdk": "20.0.0-rc.2", + "@angular/cdk": "20.0.0", "@angular/common": "20.0.0", "@angular/compiler": "20.0.0", "@angular/compiler-cli": "20.0.0", "@angular/core": "20.0.0", "@angular/forms": "20.0.0", "@angular/localize": "20.0.0", - "@angular/material": "20.0.0-rc.2", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#047c627668b82e315361e1f28b9fbd3063136f12", + "@angular/material": "20.0.0", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ee3c5252f691e47cf838f4cc954ae6964b6dfe21", "@angular/platform-browser": "20.0.0", "@angular/platform-server": "20.0.0", "@angular/router": "20.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1f3dd80e8e73..29ad89ee84cf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: 20.0.0 version: 20.0.0(@angular/common@20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/cdk': - specifier: 20.0.0-rc.2 - version: 20.0.0-rc.2(@angular/common@20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + specifier: 20.0.0 + version: 20.0.0(@angular/common@20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/common': specifier: 20.0.0 version: 20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) @@ -39,11 +39,11 @@ importers: specifier: 20.0.0 version: 20.0.0(@angular/compiler-cli@20.0.0(@angular/compiler@20.0.0)(typescript@5.8.3))(@angular/compiler@20.0.0) '@angular/material': - specifier: 20.0.0-rc.2 - version: 20.0.0-rc.2(3v46ot4d54ezsg4almmv6s33z4) + specifier: 20.0.0 + version: 20.0.0(poz6hjsvy34kfhjzcxn2dsjgwu) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#047c627668b82e315361e1f28b9fbd3063136f12 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/047c627668b82e315361e1f28b9fbd3063136f12(encoding@0.1.13) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#ee3c5252f691e47cf838f4cc954ae6964b6dfe21 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/ee3c5252f691e47cf838f4cc954ae6964b6dfe21(encoding@0.1.13) '@angular/platform-browser': specifier: 20.0.0 version: 20.0.0(@angular/animations@20.0.0(@angular/common@20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1)) @@ -911,11 +911,11 @@ packages: '@angular/common': 20.0.0 '@angular/core': 20.0.0 - '@angular/cdk@20.0.0-rc.2': - resolution: {integrity: sha512-jqv5621my90f9mn3iZRkAp8f7Dn1b16QyuDl6csOsH4wATySIprCE9jECcyAOtWvWGibw4fr5kocYkX+Lljlag==} + '@angular/cdk@20.0.0': + resolution: {integrity: sha512-m7YwhztKgmLo7hJwggeyY28DFuKIKu6F9y6d8eV7dpILgNz9tI9uuwFFDOKe4rLJG2hV1ywyGP070k8z1kpAkw==} 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 + '@angular/common': ^20.0.0 || ^21.0.0 + '@angular/core': ^20.0.0 || ^21.0.0 rxjs: ^6.5.3 || ^7.4.0 '@angular/common@20.0.0': @@ -970,19 +970,19 @@ packages: '@angular/compiler': 20.0.0 '@angular/compiler-cli': 20.0.0 - '@angular/material@20.0.0-rc.2': - resolution: {integrity: sha512-/ktz7f9Kc3+8NaJGDAROFlgGWMWGb0SgLio4CcxxZ2JxNH4JB2XSTnoQoFrShATTuaoBQ/D8/YaE+L5BZTPvGw==} + '@angular/material@20.0.0': + resolution: {integrity: sha512-uhSICVswGHwLuQg0Cn9q9ppdEBhpJDdW5FEotiVqjfPXjp/S6k7m/Ho8BNbDLdJNuMjF3uypc+tgzJIO+SHIOw==} peerDependencies: - '@angular/cdk': 20.0.0-rc.2 - '@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 + '@angular/cdk': 20.0.0 + '@angular/common': ^20.0.0 || ^21.0.0 + '@angular/core': ^20.0.0 || ^21.0.0 + '@angular/forms': ^20.0.0 || ^21.0.0 + '@angular/platform-browser': ^20.0.0 || ^21.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/047c627668b82e315361e1f28b9fbd3063136f12': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/047c627668b82e315361e1f28b9fbd3063136f12} - version: 0.0.0-91948588476a107c9bc6b5f6888641dd4d58c26d + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/ee3c5252f691e47cf838f4cc954ae6964b6dfe21': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/ee3c5252f691e47cf838f4cc954ae6964b6dfe21} + version: 0.0.0-fd8272be12b7fc6fcc39f1e087114239244c1303 hasBin: true '@angular/platform-browser@20.0.0': @@ -8256,7 +8256,7 @@ snapshots: '@angular/core': 20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1) tslib: 2.8.1 - '@angular/cdk@20.0.0-rc.2(@angular/common@20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/cdk@20.0.0(@angular/common@20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: '@angular/common': 20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/core': 20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1) @@ -8317,9 +8317,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/material@20.0.0-rc.2(3v46ot4d54ezsg4almmv6s33z4)': + '@angular/material@20.0.0(poz6hjsvy34kfhjzcxn2dsjgwu)': dependencies: - '@angular/cdk': 20.0.0-rc.2(@angular/common@20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/cdk': 20.0.0(@angular/common@20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/common': 20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/core': 20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': 20.0.0(@angular/common@20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.0.0(@angular/animations@20.0.0(@angular/common@20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) @@ -8327,7 +8327,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/047c627668b82e315361e1f28b9fbd3063136f12(encoding@0.1.13)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/ee3c5252f691e47cf838f4cc954ae6964b6dfe21(encoding@0.1.13)': dependencies: '@google-cloud/spanner': 7.21.0(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 a022e600f219..9a6fbf19c492 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#b03fb36877b4d01a5889b6bd8e0cbcb4f764fc75", - "@angular/cdk": "github:angular/cdk-builds#649caa8fd5bc7105001354cc93d5415f9292ccc3", - "@angular/common": "github:angular/common-builds#235e6a33df8ad6911e11a282994037a2cf0bd614", - "@angular/compiler": "github:angular/compiler-builds#8991d076225d840d004f7676d8fd7529b853f8cd", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#835a690eaae7fdf02ec281846f62c769a7ea7e7a", - "@angular/core": "github:angular/core-builds#58f04463f042e1fdf9cf503c8b7b82c565b39438", - "@angular/forms": "github:angular/forms-builds#c8802e43a8ffc0dfc16d195f07a2d715496f925c", - "@angular/language-service": "github:angular/language-service-builds#70e988bcfa77cd9c9cc836067423c64da97b9a64", - "@angular/localize": "github:angular/localize-builds#8603f109d9bc8650246dcbc701d190dc28058de9", - "@angular/material": "github:angular/material-builds#0e2a58cdf7727e5c37d1d69eb634b05ee4113fb2", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#107426bfe2585cd0914b74dc881350f3df20d7bc", - "@angular/platform-browser": "github:angular/platform-browser-builds#a665370502434be240a8c17dafe53ee49b3b1cb5", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#f6405adedad37f95ec4539d05a7d00361676e7e3", - "@angular/platform-server": "github:angular/platform-server-builds#738f3082024536643043f051b2e907eab9a8601d", - "@angular/router": "github:angular/router-builds#96b534dd01963376fe6bc4b0820272a79eef4567", - "@angular/service-worker": "github:angular/service-worker-builds#b6d1849f867c41ec4b3291ce15600bb324f11e17" + "@angular/animations": "github:angular/animations-builds#8ff0386d16dab76326c5cbb655dfe53454b7cc7a", + "@angular/cdk": "github:angular/cdk-builds#edcf1c680ec199a37165f28df8ef43e2a04ab34f", + "@angular/common": "github:angular/common-builds#3695a20a74bacb53b8714ec04e3a6922bbc3b22c", + "@angular/compiler": "github:angular/compiler-builds#4cd29fb92f40bba2d64206cddc803ba65d0565ef", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#1f9a165026febcf576571b60679f582da49e8473", + "@angular/core": "github:angular/core-builds#a304003fef4d24792c95b7d31af3aef727a2dc60", + "@angular/forms": "github:angular/forms-builds#6d25d643686dbaae44accb2176d327933d4cea30", + "@angular/language-service": "github:angular/language-service-builds#1eb1f31f2f07aa8d645a291ba8d5e5d7f3b608c3", + "@angular/localize": "github:angular/localize-builds#6642155ffeaf648fd9fc6a98c2028da1e487e580", + "@angular/material": "github:angular/material-builds#a4e33bd0614b700762ea9154a76dd817ba4d6a74", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#5bbacfb8dfa5f7f444ec07b7fffc584137bd57d3", + "@angular/platform-browser": "github:angular/platform-browser-builds#245c4509bc33577261d29d9a972091a80a7ba5d7", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#01b7cdf4ae36fa2d56b451478e9b3da827c95221", + "@angular/platform-server": "github:angular/platform-server-builds#9b136002c0ed7a757e2f5407670b2c8104d8bec4", + "@angular/router": "github:angular/router-builds#ac9f5fbd8b26611586466c537ecd178941e457b4", + "@angular/service-worker": "github:angular/service-worker-builds#86ed3dc6be30fa8f1e2b2eae6d648018a412f11b" } }