diff --git a/.github/shared-actions/windows-bazel-test/action.yml b/.github/shared-actions/windows-bazel-test/action.yml index 0a713d696441..b84a4e53723a 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/setup-wsl@f072244090ead81c3fc2446317a1d4d7a6727537 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 b32608db2aac..1301cf58251b 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@d8615e0a8fe169efadb68bddf338514f18317b9b + - uses: angular/dev-infra/github-actions/branch-manager@f072244090ead81c3fc2446317a1d4d7a6727537 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 263e3072a428..a3fc8449a44e 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/setup@f072244090ead81c3fc2446317a1d4d7a6727537 - 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/setup@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/configure-remote@f072244090ead81c3fc2446317a1d4d7a6727537 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/setup@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/configure-remote@f072244090ead81c3fc2446317a1d4d7a6727537 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/setup@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/configure-remote@f072244090ead81c3fc2446317a1d4d7a6727537 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/setup@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/configure-remote@f072244090ead81c3fc2446317a1d4d7a6727537 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/setup@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/configure-remote@f072244090ead81c3fc2446317a1d4d7a6727537 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/setup@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/configure-remote@f072244090ead81c3fc2446317a1d4d7a6727537 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/setup@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/configure-remote@f072244090ead81c3fc2446317a1d4d7a6727537 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/setup@f072244090ead81c3fc2446317a1d4d7a6727537 - 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 fce8a475eb33..3a252e353fd0 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@d8615e0a8fe169efadb68bddf338514f18317b9b + - uses: angular/dev-infra/github-actions/commit-message-based-labels@f072244090ead81c3fc2446317a1d4d7a6727537 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@d8615e0a8fe169efadb68bddf338514f18317b9b + - uses: angular/dev-infra/github-actions/post-approval-changes@f072244090ead81c3fc2446317a1d4d7a6727537 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index ea6695c81c5b..e2bb5e48601d 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@d8615e0a8fe169efadb68bddf338514f18317b9b + - uses: angular/dev-infra/github-actions/feature-request@f072244090ead81c3fc2446317a1d4d7a6727537 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index a93edd99a833..ef663c385545 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f072244090ead81c3fc2446317a1d4d7a6727537 - 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/setup@f072244090ead81c3fc2446317a1d4d7a6727537 - 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 42e4e51bec29..dcec94d0b878 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/setup@f072244090ead81c3fc2446317a1d4d7a6727537 - 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/linting/licenses@f072244090ead81c3fc2446317a1d4d7a6727537 - 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/setup@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/configure-remote@f072244090ead81c3fc2446317a1d4d7a6727537 - 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/setup@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/configure-remote@f072244090ead81c3fc2446317a1d4d7a6727537 - 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/setup@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/configure-remote@f072244090ead81c3fc2446317a1d4d7a6727537 - 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/setup@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/configure-remote@f072244090ead81c3fc2446317a1d4d7a6727537 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/setup@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/configure-remote@f072244090ead81c3fc2446317a1d4d7a6727537 - 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@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/setup@f072244090ead81c3fc2446317a1d4d7a6727537 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@d8615e0a8fe169efadb68bddf338514f18317b9b + uses: angular/dev-infra/github-actions/bazel/configure-remote@f072244090ead81c3fc2446317a1d4d7a6727537 - 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 162e63052d1f..565012346573 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 = "d8615e0a8fe169efadb68bddf338514f18317b9b", + commit = "f072244090ead81c3fc2446317a1d4d7a6727537", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 2ad774de57ef..5b2934da7374 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@angular/forms": "20.1.0-next.0", "@angular/localize": "20.1.0-next.0", "@angular/material": "20.1.0-next.0", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#237cb88aa3a27cf514fcd103ad1b5af7bdccb641", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#03896acc53dcd538c4b3b71240af9e344ba3cfec", "@angular/platform-browser": "20.1.0-next.0", "@angular/platform-server": "20.1.0-next.0", "@angular/router": "20.1.0-next.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9770fb86848e..df0037b89549 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: 20.1.0-next.0 version: 20.1.0-next.0(4wux34b4hvvx5bs377ruhvyphy) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#237cb88aa3a27cf514fcd103ad1b5af7bdccb641 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/237cb88aa3a27cf514fcd103ad1b5af7bdccb641 + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#03896acc53dcd538c4b3b71240af9e344ba3cfec + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/03896acc53dcd538c4b3b71240af9e344ba3cfec '@angular/platform-browser': specifier: 20.1.0-next.0 version: 20.1.0-next.0(@angular/animations@20.1.0-next.0(@angular/common@20.1.0-next.0(@angular/core@20.1.0-next.0(@angular/compiler@20.1.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.0(@angular/compiler@20.1.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.0(@angular/core@20.1.0-next.0(@angular/compiler@20.1.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.0(@angular/compiler@20.1.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)) @@ -980,9 +980,9 @@ packages: '@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/237cb88aa3a27cf514fcd103ad1b5af7bdccb641': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/237cb88aa3a27cf514fcd103ad1b5af7bdccb641} - version: 0.0.0-d8615e0a8fe169efadb68bddf338514f18317b9b + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/03896acc53dcd538c4b3b71240af9e344ba3cfec': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/03896acc53dcd538c4b3b71240af9e344ba3cfec} + version: 0.0.0-f072244090ead81c3fc2446317a1d4d7a6727537 hasBin: true '@angular/platform-browser@20.1.0-next.0': @@ -8311,7 +8311,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/237cb88aa3a27cf514fcd103ad1b5af7bdccb641': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/03896acc53dcd538c4b3b71240af9e344ba3cfec': dependencies: '@google-cloud/spanner': 8.0.0(supports-color@10.0.0) '@octokit/rest': 22.0.0 diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index a507d6b1443d..ec7c1bfc723d 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#eb023ef951ac39e47c4869828f73180c89d33ee3", - "@angular/cdk": "github:angular/cdk-builds#55e21afac11a9c0688d6d45f985e4b31ecaf8699", - "@angular/common": "github:angular/common-builds#40302f812cd6632d4ddeca5247bfe0fb192e1223", - "@angular/compiler": "github:angular/compiler-builds#cae0ac06f776f825b7cfe7cc5517524aa16a7b2a", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#fdfcdb4cafa2979e15da63efa78d065770f20525", - "@angular/core": "github:angular/core-builds#6b5078b3aea6bce41720cf362da3d2165d3827a2", - "@angular/forms": "github:angular/forms-builds#dd4e73c6f0bfd91283d9563b9fac55c2413a6503", - "@angular/language-service": "github:angular/language-service-builds#981c62d2545736280da7835300635d3071db50ca", - "@angular/localize": "github:angular/localize-builds#e8074e236608ac842fb98648546826f03a326415", - "@angular/material": "github:angular/material-builds#718cab4999ed4052d4fcb977ad2992e7b33aece1", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#4725682ebb29357b82580d8739daa58066d3bfb3", - "@angular/platform-browser": "github:angular/platform-browser-builds#d9467261819f622d5f10a9f161b2231065360cab", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#bc754a5b78dd081f135af7886df0172eea8c8210", - "@angular/platform-server": "github:angular/platform-server-builds#58f4f43ef998176eeb173c452f2bcdd61836a346", - "@angular/router": "github:angular/router-builds#8ed18f56402a0beb3f175567652e905b0d12affb", - "@angular/service-worker": "github:angular/service-worker-builds#1f23556d42b8f57e2512758f35151cb73841f455" + "@angular/animations": "github:angular/animations-builds#bcc07cdd9e1c208d756cbf37b5f37b33245b9cc3", + "@angular/cdk": "github:angular/cdk-builds#d732d0761cf59f98b0877c471d23671b106a67a3", + "@angular/common": "github:angular/common-builds#deb5d1ab1ecd95b103aa5696962fca2b88815b34", + "@angular/compiler": "github:angular/compiler-builds#10f2fca0a5d89f36c31c9255327cb3355b5ebfe9", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#037a418996536f53b36f896c05700619e0e68409", + "@angular/core": "github:angular/core-builds#8cbe216a823e2857889cb5ddfe1d802ecd07c650", + "@angular/forms": "github:angular/forms-builds#fdff7f65686946c3b8acc6cc57dd38b19a9f15bd", + "@angular/language-service": "github:angular/language-service-builds#bc4b3892d1e001138eab1752cb284c334dee15d7", + "@angular/localize": "github:angular/localize-builds#ddcea6a0a274eb8f1f97574c4152360d554cdcee", + "@angular/material": "github:angular/material-builds#5e3bd5cf4de0387d04428f8f3fca2ba9d9f23061", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#a415bbb937964ce3e79bdaa32aaf18b1a661b7eb", + "@angular/platform-browser": "github:angular/platform-browser-builds#c4e360793d7db06c3bbd084a0972d876bc4ef276", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#15a8c5812e1732f013aac702148bd1112a75d877", + "@angular/platform-server": "github:angular/platform-server-builds#0344c984525838166fdf9cc3f169b08ee670bcbf", + "@angular/router": "github:angular/router-builds#c71c8f8091d611de2fe61ebd523baecf1dbe5a64", + "@angular/service-worker": "github:angular/service-worker-builds#541118eb92265ae35d2a521244926d9b0c5b2477" } }