diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 2199c1f3be6d..8f4f2478e01e 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + - uses: angular/dev-infra/github-actions/branch-manager@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 703dd732beaf..ce7e004ea513 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - 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 dc61ccd50d57..9ec748a33485 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + - uses: angular/dev-infra/github-actions/commit-message-based-labels@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + - uses: angular/dev-infra/github-actions/post-approval-changes@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index bdcc271996d3..c3141d62e6be 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + - uses: angular/dev-infra/github-actions/feature-request@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 8a91163ab591..38410680a024 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - 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 0ef8c04cc910..03bb374d6d5d 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/linting/licenses@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - 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@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/setup@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d + uses: angular/dev-infra/github-actions/bazel/configure-remote@9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b - 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 d4494b45b491..1735dfa2a73f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@angular/forms": "20.0.0-next.7", "@angular/localize": "20.0.0-next.7", "@angular/material": "20.0.0-next.7", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#94729f43b53fb611c71c695733d2fb3d873cd25d", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#12f9c88e06a6d235d7d3410be9df52442eb552ba", "@angular/platform-browser": "20.0.0-next.7", "@angular/platform-server": "20.0.0-next.7", "@angular/router": "20.0.0-next.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d44b1d6c29c8..4b27b1ab8433 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: 20.0.0-next.7 version: 20.0.0-next.7(ozjl26epfqhdomh6tzbizc4svy) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#94729f43b53fb611c71c695733d2fb3d873cd25d - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/94729f43b53fb611c71c695733d2fb3d873cd25d(encoding@0.1.13) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#12f9c88e06a6d235d7d3410be9df52442eb552ba + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/12f9c88e06a6d235d7d3410be9df52442eb552ba(encoding@0.1.13) '@angular/platform-browser': specifier: 20.0.0-next.7 version: 20.0.0-next.7(@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)) @@ -966,9 +966,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/94729f43b53fb611c71c695733d2fb3d873cd25d': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/94729f43b53fb611c71c695733d2fb3d873cd25d} - version: 0.0.0-64d0e9da9c4309a5a05f6c0a05383203a46a700d + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/12f9c88e06a6d235d7d3410be9df52442eb552ba': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/12f9c88e06a6d235d7d3410be9df52442eb552ba} + version: 0.0.0-9488b2f6521a8178c2cdcd5c2fd7129e4e05e92b hasBin: true '@angular/platform-browser@20.0.0-next.7': @@ -8091,7 +8091,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/94729f43b53fb611c71c695733d2fb3d873cd25d(encoding@0.1.13)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/12f9c88e06a6d235d7d3410be9df52442eb552ba(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 b0ecbb5aef14..db71f291af6b 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#936eb84ef4638b0e6113f1b880049869dbc9423e", - "@angular/cdk": "github:angular/cdk-builds#8fbf8be26679ad50fc72378ea87170dd582dc70b", - "@angular/common": "github:angular/common-builds#60a3713b22ebc0ecbef7adb24019c39d3598ad0b", - "@angular/compiler": "github:angular/compiler-builds#7b58b2a81f005d8b81f4235c3a62561bc6cbb993", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#560a074fdae3819c8fd1d7a28c1fd3bb2ce9d11f", - "@angular/core": "github:angular/core-builds#e4403819ca11b065c4849f0cde627691822d5307", - "@angular/forms": "github:angular/forms-builds#abecbfe1ee3c96392c9557b257e67b2aa33dd9e0", - "@angular/language-service": "github:angular/language-service-builds#aad925773a49798db1a65882fbb9a4a20fa7de85", - "@angular/localize": "github:angular/localize-builds#f425d1f058145d6d1c6c45624f7924415bc5de3e", - "@angular/material": "github:angular/material-builds#7ed103efaf3599ddceb98768512650bb7f399f1f", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#4a5c01a507b4a145ce1d3f92f056075ef776e1e6", - "@angular/platform-browser": "github:angular/platform-browser-builds#c04316b7244712afa9f71d4ed6666e23aa401b44", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#4085458a50ddd4a2b0a27f20b8ec3590e2d3936b", - "@angular/platform-server": "github:angular/platform-server-builds#f6bc5fb6aa8addd996437e77f9463c12b195af8c", - "@angular/router": "github:angular/router-builds#913ecbd023eeade1c3271c71b729073d89ff8971", - "@angular/service-worker": "github:angular/service-worker-builds#9eecdde40236508b0b17a6a6e8af8807021afcb1" + "@angular/animations": "github:angular/animations-builds#7296308df1d60df44b56762ab4b2209c0d834a4b", + "@angular/cdk": "github:angular/cdk-builds#3915b2e6e38a8f187216c0ed5ce59200fe7a79a6", + "@angular/common": "github:angular/common-builds#369f9b75ef090cc42ada4c8a634163631171ed1a", + "@angular/compiler": "github:angular/compiler-builds#58090a16ef8c0f0fa2eefd6ebd242973697d1cf2", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#25e6bf79d19b582c9eb9bc0978404b875c464d82", + "@angular/core": "github:angular/core-builds#84942decdc7e4b08e2c4f7f886ea5b45865e882a", + "@angular/forms": "github:angular/forms-builds#dc74374952ddc21dad3effcdd86e68ee970e9028", + "@angular/language-service": "github:angular/language-service-builds#bbc8c47b47753e4a71c31452ee701f0d23f53721", + "@angular/localize": "github:angular/localize-builds#0487cb6c6521fa1315830ba5779545d61805c522", + "@angular/material": "github:angular/material-builds#dafeb48fe8989cd6f7e1e8a989cd64d7dd62441d", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#6d7b9a629fd4695bdd90497f50fded84a464f9de", + "@angular/platform-browser": "github:angular/platform-browser-builds#6be3d1ace89241c1ddb9c9f29422dd60d827be5e", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#c0cd9fcdd95dd10da7216e51914cd6d5fd4bc72e", + "@angular/platform-server": "github:angular/platform-server-builds#db86c6e094541b95f3b7b40bd63c49d65c9eeb12", + "@angular/router": "github:angular/router-builds#addd2a6054088516b5a14ff268b1bc40bcd995e4", + "@angular/service-worker": "github:angular/service-worker-builds#0ab84f366882cf9ed235785293ab1b1aca9d81b7" } }