diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 6296944bdf20..9201ce1eedc3 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + - uses: angular/dev-infra/github-actions/branch-manager@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 538a46b55350..6ec441594af8 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - 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 1b0889b6537c..6abb319ddf39 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + - uses: angular/dev-infra/github-actions/pull-request-labeling@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + - uses: angular/dev-infra/github-actions/post-approval-changes@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index dd8d2f3e152c..c5ba93bdcb49 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + - uses: angular/dev-infra/github-actions/feature-request@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index fa3aa75e77cf..b6c6bd0d0c61 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - 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 bd3da7b080ed..8449b4c9b6b1 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup ESLint Caching uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/linting/licenses@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - 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@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/setup@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@0566e3ff6f3306497fbb55d743c169654f5be9ea + uses: angular/dev-infra/github-actions/bazel/configure-remote@db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 - 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 fea89cd11da6..99ebc8658044 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -33,7 +33,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "0566e3ff6f3306497fbb55d743c169654f5be9ea", + commit = "db74b80bd7f233f465f6ac89b2093e01ea7ffbf0", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 81ba66d1d389..fb22f6acf5b3 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@angular/forms": "21.0.0-next.9", "@angular/localize": "21.0.0-next.9", "@angular/material": "21.0.0-next.10", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3d7e25640f9d0b1e163deae6f19f3ebc1eb93219", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#616fedd5ae1655bb227f61c67fc9945ec75d3350", "@angular/platform-browser": "21.0.0-next.9", "@angular/platform-server": "21.0.0-next.9", "@angular/router": "21.0.0-next.9", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5ea59115a623..9a318aa6af7d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ importers: specifier: 21.0.0-next.10 version: 21.0.0-next.10(a08c742fd8cc4091bdee765e9534f381) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#3d7e25640f9d0b1e163deae6f19f3ebc1eb93219 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/3d7e25640f9d0b1e163deae6f19f3ebc1eb93219(@modelcontextprotocol/sdk@1.20.2) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#616fedd5ae1655bb227f61c67fc9945ec75d3350 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/616fedd5ae1655bb227f61c67fc9945ec75d3350(@modelcontextprotocol/sdk@1.20.2) '@angular/platform-browser': specifier: 21.0.0-next.9 version: 21.0.0-next.9(@angular/animations@21.0.0-next.9(@angular/core@21.0.0-next.9(@angular/compiler@21.0.0-next.9)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.9(@angular/core@21.0.0-next.9(@angular/compiler@21.0.0-next.9)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.9(@angular/compiler@21.0.0-next.9)(rxjs@7.8.2)(zone.js@0.15.1)) @@ -1048,9 +1048,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/3d7e25640f9d0b1e163deae6f19f3ebc1eb93219': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/3d7e25640f9d0b1e163deae6f19f3ebc1eb93219} - version: 0.0.0-0566e3ff6f3306497fbb55d743c169654f5be9ea + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/616fedd5ae1655bb227f61c67fc9945ec75d3350': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/616fedd5ae1655bb227f61c67fc9945ec75d3350} + version: 0.0.0-db74b80bd7f233f465f6ac89b2093e01ea7ffbf0 hasBin: true '@angular/platform-browser@21.0.0-next.9': @@ -9337,7 +9337,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/3d7e25640f9d0b1e163deae6f19f3ebc1eb93219(@modelcontextprotocol/sdk@1.20.2)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/616fedd5ae1655bb227f61c67fc9945ec75d3350(@modelcontextprotocol/sdk@1.20.2)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index a33cb74beff4..4fcbd1f50bb7 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#f91fd8a184ba76d2a85e27410aee26c59ddabc03", - "@angular/cdk": "github:angular/cdk-builds#da61116726fa5ade7a61cd29b4de2d80ebdfa608", - "@angular/common": "github:angular/common-builds#5afe2d7d50b354f038accc77aa1d4d03049733d9", - "@angular/compiler": "github:angular/compiler-builds#6e5dd6eeddd820e199c6b9dba00152bfc1612b62", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#cfc0f2cd19226f4d5581f0ce09862ef847766107", - "@angular/core": "github:angular/core-builds#d456f7b0c3bda95f9633d3ceae7fe1aac9307019", - "@angular/forms": "github:angular/forms-builds#99723515097c21a4762439da0a25f1151d03f8f7", - "@angular/language-service": "github:angular/language-service-builds#a7b83518407d164bcc7a9ccf8b25780ea89d6c77", - "@angular/localize": "github:angular/localize-builds#25e887e3b62e278989717a5a6747b203b2a5e4d5", - "@angular/material": "github:angular/material-builds#14888ec2f823dca15cae946402a33355a0a91e2a", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#d8b9c83c4e71e4ddb2b9ba88a33931e4ed7d3f14", - "@angular/platform-browser": "github:angular/platform-browser-builds#c00e132cc51ffad05aa9f6a262a02811fb9e192a", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#e7e4002d12bc474494b93b297bf444c4d1c238b9", - "@angular/platform-server": "github:angular/platform-server-builds#08a50c91ff49a759faf345e3ad429e1917c61706", - "@angular/router": "github:angular/router-builds#e1abd2c8fb9616c08529e6a7b5bab44c0db425b7", - "@angular/service-worker": "github:angular/service-worker-builds#9aced4cc0b39d97205440253c37e2a970a1c1740" + "@angular/animations": "github:angular/animations-builds#18649de9fd78cf439f26fcf9f20653ddff4801d8", + "@angular/cdk": "github:angular/cdk-builds#0eb7bc8ebb849769f9097f868d3b11aefe407bcf", + "@angular/common": "github:angular/common-builds#737c58939816086ae2d24624a75596c03e82eda4", + "@angular/compiler": "github:angular/compiler-builds#5cdedfbeb863a1798d1671e166e1d66f1cde47ed", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#5425be633cd24e397eff4ce892403a05e39c7f8b", + "@angular/core": "github:angular/core-builds#3cfe73ab19c6768510088e3088aab7a5344da0a1", + "@angular/forms": "github:angular/forms-builds#e96090b57412ed0144733bdcb38b445881e24a6f", + "@angular/language-service": "github:angular/language-service-builds#f66c17b436bea6776f107546e9afd8f185d5a05e", + "@angular/localize": "github:angular/localize-builds#968e602d08c951e4b4a9f7a615ab0432528f870f", + "@angular/material": "github:angular/material-builds#1088b7359001b8fbc2cc799c6c83747a29eeb3b8", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#a9640d6cb3bceef07b001ae0294e5e7116e4c48d", + "@angular/platform-browser": "github:angular/platform-browser-builds#6776925443b4abfc0e09a59bf7c287e89b281dfc", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#d871d1cbb2c6111c3d554bb788ae550ba701c844", + "@angular/platform-server": "github:angular/platform-server-builds#70a1fcd8c9400829cdcb51864bb3b97b231b8d45", + "@angular/router": "github:angular/router-builds#decd77a72f851538d3579610120bc0806fdfae27", + "@angular/service-worker": "github:angular/service-worker-builds#b5fe45bc255701754a8e819ce0694b55964662c7" } }