diff --git a/.github/shared-actions/windows-bazel-test/action.yml b/.github/shared-actions/windows-bazel-test/action.yml index 5f4de58a153e..5267aacfca31 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/setup-wsl@f0289062692ca0af149a1bb61cc075a532003f49 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 b4cea7c321e4..6d73cddc6839 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + - uses: angular/dev-infra/github-actions/branch-manager@f0289062692ca0af149a1bb61cc075a532003f49 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fc4bf7a23ca..c29659e523da 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@f0289062692ca0af149a1bb61cc075a532003f49 - 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@f0289062692ca0af149a1bb61cc075a532003f49 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -61,11 +61,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@f0289062692ca0af149a1bb61cc075a532003f49 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f0289062692ca0af149a1bb61cc075a532003f49 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@f0289062692ca0af149a1bb61cc075a532003f49 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@f0289062692ca0af149a1bb61cc075a532003f49 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f0289062692ca0af149a1bb61cc075a532003f49 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@f0289062692ca0af149a1bb61cc075a532003f49 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f0289062692ca0af149a1bb61cc075a532003f49 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@f0289062692ca0af149a1bb61cc075a532003f49 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f0289062692ca0af149a1bb61cc075a532003f49 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@f0289062692ca0af149a1bb61cc075a532003f49 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f0289062692ca0af149a1bb61cc075a532003f49 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@f0289062692ca0af149a1bb61cc075a532003f49 - 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 7a170a49cad7..36fdad9ff13e 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/pull-request-labeling@1f047e7dbae43ea969c2cafb53b33207e86b800f + - uses: angular/dev-infra/github-actions/pull-request-labeling@f0289062692ca0af149a1bb61cc075a532003f49 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + - uses: angular/dev-infra/github-actions/post-approval-changes@f0289062692ca0af149a1bb61cc075a532003f49 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index ed7cd4860d72..b16b31b716b8 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + - uses: angular/dev-infra/github-actions/feature-request@f0289062692ca0af149a1bb61cc075a532003f49 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index a763a0848c49..35c53796ac3b 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f0289062692ca0af149a1bb61cc075a532003f49 - 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@f0289062692ca0af149a1bb61cc075a532003f49 - 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 504ac1010ab4..6c38b0154057 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@f0289062692ca0af149a1bb61cc075a532003f49 - 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/linting/licenses@f0289062692ca0af149a1bb61cc075a532003f49 - 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@f0289062692ca0af149a1bb61cc075a532003f49 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build release targets @@ -93,11 +93,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@f0289062692ca0af149a1bb61cc075a532003f49 - 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f0289062692ca0af149a1bb61cc075a532003f49 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@f0289062692ca0af149a1bb61cc075a532003f49 - 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@f0289062692ca0af149a1bb61cc075a532003f49 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f0289062692ca0af149a1bb61cc075a532003f49 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@f0289062692ca0af149a1bb61cc075a532003f49 - 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@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f0289062692ca0af149a1bb61cc075a532003f49 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/setup@f0289062692ca0af149a1bb61cc075a532003f49 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1f047e7dbae43ea969c2cafb53b33207e86b800f + uses: angular/dev-infra/github-actions/bazel/configure-remote@f0289062692ca0af149a1bb61cc075a532003f49 - 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 a0e71bdf46f1..5ab61ef3a8ba 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 = "1f047e7dbae43ea969c2cafb53b33207e86b800f", + commit = "f0289062692ca0af149a1bb61cc075a532003f49", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index c5ad540b0dde..ba42a02dd272 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@angular/forms": "20.1.0-next.1", "@angular/localize": "20.1.0-next.1", "@angular/material": "20.1.0-next.1", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#4ab7be5c2562e6b3bfb594a282f5e1982e1b1cd6", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c2b8d84fd686967020de322f3f13b3e7ddcd971e", "@angular/platform-browser": "20.1.0-next.1", "@angular/platform-server": "20.1.0-next.1", "@angular/router": "20.1.0-next.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b3fcefbbabc2..a3ad0d41db5f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: 20.1.0-next.1 version: 20.1.0-next.1(rcygfyjr5tgijk74qmfpd3mw5m) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#4ab7be5c2562e6b3bfb594a282f5e1982e1b1cd6 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/4ab7be5c2562e6b3bfb594a282f5e1982e1b1cd6 + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#c2b8d84fd686967020de322f3f13b3e7ddcd971e + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c2b8d84fd686967020de322f3f13b3e7ddcd971e '@angular/platform-browser': specifier: 20.1.0-next.1 version: 20.1.0-next.1(@angular/animations@20.1.0-next.1(@angular/common@20.1.0-next.1(@angular/core@20.1.0-next.1(@angular/compiler@20.1.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.1(@angular/compiler@20.1.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.1(@angular/core@20.1.0-next.1(@angular/compiler@20.1.0-next.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.1(@angular/compiler@20.1.0-next.1)(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/4ab7be5c2562e6b3bfb594a282f5e1982e1b1cd6': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/4ab7be5c2562e6b3bfb594a282f5e1982e1b1cd6} - version: 0.0.0-1f047e7dbae43ea969c2cafb53b33207e86b800f + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c2b8d84fd686967020de322f3f13b3e7ddcd971e': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c2b8d84fd686967020de322f3f13b3e7ddcd971e} + version: 0.0.0-f0289062692ca0af149a1bb61cc075a532003f49 hasBin: true '@angular/platform-browser@20.1.0-next.1': @@ -8315,7 +8315,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/4ab7be5c2562e6b3bfb594a282f5e1982e1b1cd6': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c2b8d84fd686967020de322f3f13b3e7ddcd971e': 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 bea2695dff4c..e641d041c4f2 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#ebd7484b785da203bf2b49da08a31b4323023b2c", - "@angular/cdk": "github:angular/cdk-builds#b0bfc92660ea6b95c7f7ba3d5eeda7528855c207", - "@angular/common": "github:angular/common-builds#10fc82c3e011ec0b512b343b1cec67b79d067c40", - "@angular/compiler": "github:angular/compiler-builds#91765e3efd17354365e444ae8a2acdec8621971d", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#7620f99db219856d14df21cf52bca9fc600a1366", - "@angular/core": "github:angular/core-builds#71fd550fe462e3bbf3fd8007839db4433a15ed03", - "@angular/forms": "github:angular/forms-builds#1bb7bf3c9274539f1bd4d51f632ba7475b25173d", - "@angular/language-service": "github:angular/language-service-builds#75738086619f3ec6314fd88ba14b86529829c843", - "@angular/localize": "github:angular/localize-builds#1a075e8d2b39d483bd18e8630f45e134bb036999", - "@angular/material": "github:angular/material-builds#a7d3d93804ee0f34d281ebe6f4619a8147fcffb6", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#95bf00eeb82f0e5ca9e05fb0dde161e6e9d28b7c", - "@angular/platform-browser": "github:angular/platform-browser-builds#2e950dbc246d1464f7c9950c147fa8421d25c412", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#8240e68fc3c31984330ead59c24925c39c945104", - "@angular/platform-server": "github:angular/platform-server-builds#046e6dd78a05bf28ad01364d0dd8306050df1d06", - "@angular/router": "github:angular/router-builds#a99c3e6353baf625f01e329755cc34d0e127a02b", - "@angular/service-worker": "github:angular/service-worker-builds#b04c6648047ae0539b7ec35224198b38452e7ffe" + "@angular/animations": "github:angular/animations-builds#dba7ce65df45293aaf91dd4770d61c8acaf7d1b1", + "@angular/cdk": "github:angular/cdk-builds#982585e5903e32b48f66d3b62db6a31ca296de7e", + "@angular/common": "github:angular/common-builds#1edf02498e5525982c79f45789ded063c5089cb2", + "@angular/compiler": "github:angular/compiler-builds#63b3faf65519cf3b6e442282157324cefbff0054", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#3b2f01e21ecd80589a32c915f5808352646d2191", + "@angular/core": "github:angular/core-builds#15a4617e6a0eeb8c35fcfbe04775b0510862cfc2", + "@angular/forms": "github:angular/forms-builds#3eb796aa0fd1176cebc93e3eac0f595c439af01a", + "@angular/language-service": "github:angular/language-service-builds#513f6e6dee88dfe6662ee4d073f3f3e32a91ede8", + "@angular/localize": "github:angular/localize-builds#74f995c0678bc16418c6b3e18eaccfede8b115bb", + "@angular/material": "github:angular/material-builds#16c9e89db3009731a3fb283c882402e606852f01", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1c3f3a2cddc7c587aa31761dd4f0218d3d572ada", + "@angular/platform-browser": "github:angular/platform-browser-builds#0c6fc9a009ea7faf38960dfa72ef7b78e7a7d299", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#608ab4dbc899ea4ac4075f861664e8e300bdbdc1", + "@angular/platform-server": "github:angular/platform-server-builds#4041c34541197f9ffc40e55713038a806546d56d", + "@angular/router": "github:angular/router-builds#ac6ed0489811548c96d6d4ea48ab5016fe74c85e", + "@angular/service-worker": "github:angular/service-worker-builds#5d4cb3cb5bba1ea8d3e31f4fdcbfb4275c31a0b5" } }