diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index f44fdf7be978..7a0cfe15753b 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@3186a078ec23edea6e2f6192ed013ec57bd95f87 + - uses: angular/dev-infra/github-actions/branch-manager@5043638fd8529765b375831a4679b9013141b326 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8820b6922ae..b29fd3afd1bd 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@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/setup@5043638fd8529765b375831a4679b9013141b326 - 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@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/setup@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5043638fd8529765b375831a4679b9013141b326 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@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/setup@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5043638fd8529765b375831a4679b9013141b326 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@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/setup@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5043638fd8529765b375831a4679b9013141b326 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -101,11 +101,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/setup@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5043638fd8529765b375831a4679b9013141b326 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -139,7 +139,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -167,13 +167,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/setup@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5043638fd8529765b375831a4679b9013141b326 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -192,13 +192,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/setup@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5043638fd8529765b375831a4679b9013141b326 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -212,13 +212,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@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/setup@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5043638fd8529765b375831a4679b9013141b326 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run E2E Browser tests @@ -248,11 +248,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/setup@5043638fd8529765b375831a4679b9013141b326 - 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 0a5c67972e8f..b043e01b47b8 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/pull-request-labeling@3186a078ec23edea6e2f6192ed013ec57bd95f87 + - uses: angular/dev-infra/github-actions/pull-request-labeling@5043638fd8529765b375831a4679b9013141b326 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/post-approval-changes@3186a078ec23edea6e2f6192ed013ec57bd95f87 + - uses: angular/dev-infra/github-actions/post-approval-changes@5043638fd8529765b375831a4679b9013141b326 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 23435ae8cb4a..195aa209a47e 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@3186a078ec23edea6e2f6192ed013ec57bd95f87 + - uses: angular/dev-infra/github-actions/feature-request@5043638fd8529765b375831a4679b9013141b326 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 64589b9bb77c..b4b83bb8983e 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@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - 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@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/setup@5043638fd8529765b375831a4679b9013141b326 - 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 01083ed3748a..9b580c25c0b6 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@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/setup@5043638fd8529765b375831a4679b9013141b326 - name: Setup ESLint Caching uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 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@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/linting/licenses@5043638fd8529765b375831a4679b9013141b326 - 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@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/setup@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5043638fd8529765b375831a4679b9013141b326 - 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@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/setup@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5043638fd8529765b375831a4679b9013141b326 - 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@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/setup@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5043638fd8529765b375831a4679b9013141b326 - 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 }} @@ -129,11 +129,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/setup@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5043638fd8529765b375831a4679b9013141b326 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build E2E tests for Windows on Linux @@ -157,7 +157,7 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -185,13 +185,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/setup@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5043638fd8529765b375831a4679b9013141b326 - 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 }} @@ -208,12 +208,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5043638fd8529765b375831a4679b9013141b326 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/setup@5043638fd8529765b375831a4679b9013141b326 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3186a078ec23edea6e2f6192ed013ec57bd95f87 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5043638fd8529765b375831a4679b9013141b326 - 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/MODULE.bazel b/MODULE.bazel index 3329671db07c..5a06c8773de6 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -39,7 +39,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "3186a078ec23edea6e2f6192ed013ec57bd95f87", + commit = "5043638fd8529765b375831a4679b9013141b326", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 73f164ff4c80..bfb5dfecd75f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@angular/forms": "21.0.0-next.3", "@angular/localize": "21.0.0-next.3", "@angular/material": "21.0.0-next.2", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#472b13c749d3436957c26d86e296545c4d208589", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ad59d80826f751b82ed501821ec9fcf97a72c96b", "@angular/platform-browser": "21.0.0-next.3", "@angular/platform-server": "21.0.0-next.3", "@angular/router": "21.0.0-next.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d1b8216ccdaa..a4f65d28cb96 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ importers: specifier: 21.0.0-next.2 version: 21.0.0-next.2(7f3490ec460910adb87480eea289cedc) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#472b13c749d3436957c26d86e296545c4d208589 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/472b13c749d3436957c26d86e296545c4d208589(@modelcontextprotocol/sdk@1.17.5) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#ad59d80826f751b82ed501821ec9fcf97a72c96b + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/ad59d80826f751b82ed501821ec9fcf97a72c96b(@modelcontextprotocol/sdk@1.17.5) '@angular/platform-browser': specifier: 21.0.0-next.3 version: 21.0.0-next.3(@angular/animations@21.0.0-next.3(@angular/core@21.0.0-next.3(@angular/compiler@21.0.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.3(@angular/core@21.0.0-next.3(@angular/compiler@21.0.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.3(@angular/compiler@21.0.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)) @@ -1054,9 +1054,9 @@ packages: '@angular/platform-browser': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.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/472b13c749d3436957c26d86e296545c4d208589': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/472b13c749d3436957c26d86e296545c4d208589} - version: 0.0.0-238d775bf817ed92f2ee2e570eada7c4d23ee2be + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/ad59d80826f751b82ed501821ec9fcf97a72c96b': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/ad59d80826f751b82ed501821ec9fcf97a72c96b} + version: 0.0.0-5043638fd8529765b375831a4679b9013141b326 hasBin: true '@angular/platform-browser@21.0.0-next.3': @@ -2126,8 +2126,8 @@ packages: resolution: {integrity: sha512-IJn+8A3QZJfe7FUtWqHVNo3xJs7KFpurCWGWCiCz3oEh+BkRymKZ1QxfAbU2yGMDzTytLGQ2IV6T2r3cuo75/w==} engines: {node: '>=18'} - '@google/genai@1.18.0': - resolution: {integrity: sha512-G1RTmr2nUud9zPfPgNOGGALgvncSMwtH90wgZdaKHULq+p4TY8E85krPbTfLrx7LgythCzWneH9/+bODM/PAZg==} + '@google/genai@1.19.0': + resolution: {integrity: sha512-mIMV3M/KfzzFA//0fziK472wKBJ1TdJLhozIUJKTPLyTDN1NotU+hyoHW/N0cfrcEWUK20YA0GxCeHC4z0SbMA==} engines: {node: '>=20.0.0'} peerDependencies: '@modelcontextprotocol/sdk': ^1.11.4 @@ -9309,11 +9309,11 @@ 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/472b13c749d3436957c26d86e296545c4d208589(@modelcontextprotocol/sdk@1.17.5)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/ad59d80826f751b82ed501821ec9fcf97a72c96b(@modelcontextprotocol/sdk@1.17.5)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) - '@google/genai': 1.18.0(@modelcontextprotocol/sdk@1.17.5)(bufferutil@4.0.9)(encoding@0.1.13)(supports-color@10.2.2)(utf-8-validate@6.0.5) + '@google/genai': 1.19.0(@modelcontextprotocol/sdk@1.17.5)(bufferutil@4.0.9)(encoding@0.1.13)(supports-color@10.2.2)(utf-8-validate@6.0.5) '@inquirer/prompts': 7.8.4(@types/node@24.3.1) '@inquirer/type': 3.0.8(@types/node@24.3.1) '@octokit/auth-app': 8.1.0 @@ -10665,7 +10665,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@google/genai@1.18.0(@modelcontextprotocol/sdk@1.17.5)(bufferutil@4.0.9)(encoding@0.1.13)(supports-color@10.2.2)(utf-8-validate@6.0.5)': + '@google/genai@1.19.0(@modelcontextprotocol/sdk@1.17.5)(bufferutil@4.0.9)(encoding@0.1.13)(supports-color@10.2.2)(utf-8-validate@6.0.5)': dependencies: google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.2.2) ws: 8.18.3(bufferutil@4.0.9)(utf-8-validate@6.0.5) @@ -14265,7 +14265,7 @@ snapshots: extract-zip@2.0.1: dependencies: - debug: 4.3.4 + debug: 4.4.1(supports-color@10.2.2) get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index c79d4c121adb..ccb8ad54483d 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#d04a5f8d10cea4a33a8342c73623cee23f945822", - "@angular/cdk": "github:angular/cdk-builds#fe9337eab50cb643da40ad3a5e87b60739135469", - "@angular/common": "github:angular/common-builds#a50ba9da0d0e53b7d11e73f32907c00398a3bda8", - "@angular/compiler": "github:angular/compiler-builds#8277d404de5aefb74b0121391bdd1e7969ea4556", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#39ab7f57eb37b3ae60205a617eec6c79bd2d27a9", - "@angular/core": "github:angular/core-builds#a158d95b6e40cd3faa84ae5e02987c7177862c94", - "@angular/forms": "github:angular/forms-builds#df73eed14a1636a7e0a6a0d0a7af5fdae281e930", - "@angular/language-service": "github:angular/language-service-builds#b4956b97eebd1265fde7efc4316f7a4d50165bc4", - "@angular/localize": "github:angular/localize-builds#60d28836226a6829ba6321c79e252a899ce7425b", - "@angular/material": "github:angular/material-builds#c8ed486d3bb3e3565c2f129b33f85a813a652749", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#5f4c184e1653ada6657a6d04d887bf6358d43eec", - "@angular/platform-browser": "github:angular/platform-browser-builds#1b3d39a3ecfba7e7531cc91bff530a88bfda3b87", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#92402bdab9b1d8a86d34105a0ed38c4948745a46", - "@angular/platform-server": "github:angular/platform-server-builds#1eb8bb6cca5e6fc2bad7d16e1c8b213d1b7e1704", - "@angular/router": "github:angular/router-builds#a5fef6c001b6d09688105d3817e8a7c6f607fc84", - "@angular/service-worker": "github:angular/service-worker-builds#0f17cdd541a04afdbfc910dd3cc68d59acd4a21f" + "@angular/animations": "github:angular/animations-builds#29c7f6e6045fa2797d31110c12655c49cebb2985", + "@angular/cdk": "github:angular/cdk-builds#0eb34714768f944431998a4d7af9dda116201e19", + "@angular/common": "github:angular/common-builds#0affb40a32bb2401ab71da81f61de3a49c150197", + "@angular/compiler": "github:angular/compiler-builds#d7ce1a4265d0de837f1723fe9aab826861c8fc94", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#a13cf93ef685efae1f4a83c9d74a4a59fb5cb5e3", + "@angular/core": "github:angular/core-builds#270787e36a29cb0f826b5971878e9962a95c00c4", + "@angular/forms": "github:angular/forms-builds#907fd3b945b5868de24edbf2a43dd652d61af69d", + "@angular/language-service": "github:angular/language-service-builds#fa2067246e4bfbfd5a635ae57b4f5fb9458c7f21", + "@angular/localize": "github:angular/localize-builds#f2c16d0f4c8ca14258d93bc2ca6f48777c481756", + "@angular/material": "github:angular/material-builds#225c667fd124f153983feade98fe097d8b6161b3", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#72e44936b63ad020a0c262211a86abf4290273c9", + "@angular/platform-browser": "github:angular/platform-browser-builds#2333e301479d9e2f8126672596ea6ba54cc3e269", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#9782e2a4d021b215890e7e73b39720e1c674ff40", + "@angular/platform-server": "github:angular/platform-server-builds#f97be839d4fb24dc822ab727cbd257e4df2e6ec9", + "@angular/router": "github:angular/router-builds#eb38d38e6741d6191faa4356b2200d15b381e64f", + "@angular/service-worker": "github:angular/service-worker-builds#453627f962fc2f6fdf0850e9eab46c8a7a35ac83" } }