diff --git a/.github/shared-actions/windows-bazel-test/action.yml b/.github/shared-actions/windows-bazel-test/action.yml index 10f389d2f7fe..7a853ef7d0ef 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/setup-wsl@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c 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 f0990e775216..dbe8d1e8eb85 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + - uses: angular/dev-infra/github-actions/branch-manager@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbfb3a0c35c8..08ba5de4f70b 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - 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 a5272ec58428..60d2b6309f81 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + - uses: angular/dev-infra/github-actions/pull-request-labeling@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + - uses: angular/dev-infra/github-actions/post-approval-changes@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index cde9ef5cd907..1bbdca65e8cf 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + - uses: angular/dev-infra/github-actions/feature-request@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 4e8d2393e00d..46a5776bb61a 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - 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 9f95f87c9ac8..82fa7a2870f3 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/linting/licenses@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - 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@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/setup@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5dcd68302563500c0931b35b8d42e03ad5157db1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c - 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 45463d56cc02..305c5a5f85b1 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -39,7 +39,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "5dcd68302563500c0931b35b8d42e03ad5157db1", + commit = "72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index cf203ad3a1f3..359f94572864 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -527,7 +527,7 @@ "bzlTransitiveDigest": "9IJp6IlB/FMHFBJe4MX/DQM4zi3oArC8yqYE/+NyPwk=", "usagesDigest": "ltWGqWW6sLMu/u31IwJqdHjhE4iS2Cto+bTSDdqQO0w=", "recordedFileInputs": { - "@@//package.json": "be61b1d6d538a655683111fd1babe00545498ed7d6012f85b972d84703ae8298", + "@@//package.json": "7e69db764c4f6c04db4c194f1f1a4e65c8e535c966443f8fb973072d93cf25aa", "@@devinfra~//bazel/package.json": "960bcecf963a211f96a3967c7cfb5d3e1cea08d94b27056a3e8dbf2fad1e2dd3", "@@rules_browsers~//package.json": "45572077938c7a4916e4aaedf7db7ce8425854ab92f35348cff02a2134023bb8" }, diff --git a/package.json b/package.json index 8b65a3f07fd5..60d493c6cac5 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@angular/forms": "21.0.0-next.0", "@angular/localize": "21.0.0-next.0", "@angular/material": "21.0.0-next.0", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#d4d56bbdde1c29d7a97080bde10dd87aec64a0c3", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c93dfc86a1a9a4eaa73c5ed26ef5f3bd333128d9", "@angular/platform-browser": "21.0.0-next.0", "@angular/platform-server": "21.0.0-next.0", "@angular/router": "21.0.0-next.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a7be4d6125ad..2695cd7630ea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ importers: specifier: 21.0.0-next.0 version: 21.0.0-next.0(90dac3354d42f26db01ba1c2b56252d8) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#d4d56bbdde1c29d7a97080bde10dd87aec64a0c3 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/d4d56bbdde1c29d7a97080bde10dd87aec64a0c3(@modelcontextprotocol/sdk@1.17.3) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#c93dfc86a1a9a4eaa73c5ed26ef5f3bd333128d9 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c93dfc86a1a9a4eaa73c5ed26ef5f3bd333128d9(@modelcontextprotocol/sdk@1.17.3) '@angular/platform-browser': specifier: 21.0.0-next.0 version: 21.0.0-next.0(@angular/animations@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.0(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)) @@ -1051,9 +1051,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/d4d56bbdde1c29d7a97080bde10dd87aec64a0c3': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/d4d56bbdde1c29d7a97080bde10dd87aec64a0c3} - version: 0.0.0-5dcd68302563500c0931b35b8d42e03ad5157db1 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c93dfc86a1a9a4eaa73c5ed26ef5f3bd333128d9': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c93dfc86a1a9a4eaa73c5ed26ef5f3bd333128d9} + version: 0.0.0-72f5a5f5bbbdf5bbaf0c8abf33cf6fbaef2ff50c hasBin: true '@angular/platform-browser@21.0.0-next.0': @@ -9294,7 +9294,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/d4d56bbdde1c29d7a97080bde10dd87aec64a0c3(@modelcontextprotocol/sdk@1.17.3)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c93dfc86a1a9a4eaa73c5ed26ef5f3bd333128d9(@modelcontextprotocol/sdk@1.17.3)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.1.0) diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 5536d31a64ef..4060cc014313 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#c12d8b745cf70dc223c40ebe85f39af92ea9afef", - "@angular/cdk": "github:angular/cdk-builds#1e564f863e6e6e8be9e42b93ee041a00f41a98cb", - "@angular/common": "github:angular/common-builds#abdaadf29d35ae975e9eff6073d536e20e068b4d", - "@angular/compiler": "github:angular/compiler-builds#c593ed00687f6cb91ab5fe2cee04ab67cf85cc02", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#0543c9fbcdfdbb074df4eb5d155a31b6cc0733d6", - "@angular/core": "github:angular/core-builds#9f638598937b432bd7a4ba7e56cf966283bd1878", - "@angular/forms": "github:angular/forms-builds#76b346b988ce97a133d0e0e5986aa7e567df81ad", - "@angular/language-service": "github:angular/language-service-builds#cc1cd547b8e7ca54a91d0f9b95ff903bacda8c8b", - "@angular/localize": "github:angular/localize-builds#f0a542380c563582465ead6f093b1b587a99d785", - "@angular/material": "github:angular/material-builds#d53f1cbdeed41d19ae09039045c3d3ecb18ea58e", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1dae90a20fee07077902584269d3e3e49a897e75", - "@angular/platform-browser": "github:angular/platform-browser-builds#dddffab630f897c08c3bfbcd05e918d8a549eec8", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#768fa1f6e1e004c9f3fbef48a5a1201e6bc61461", - "@angular/platform-server": "github:angular/platform-server-builds#317999739e707cb53d19a97c92672f4837662173", - "@angular/router": "github:angular/router-builds#28a8d20485e75b2b22e36e9410514aa9d88d962c", - "@angular/service-worker": "github:angular/service-worker-builds#e92cce88e6c02abf685028274b550886a3c5716e" + "@angular/animations": "github:angular/animations-builds#d0c60cbb8de643d761ee4b98e2cf98ada6e0c15d", + "@angular/cdk": "github:angular/cdk-builds#325abda92832c2ebeca6cf2367cebbd64fcbabbb", + "@angular/common": "github:angular/common-builds#debcf164d4b331a2c5f7c5fc31569aa7162d25b6", + "@angular/compiler": "github:angular/compiler-builds#eae37d7f89d2898a673594eda4e2883ea2124945", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#e001c3205fd634fa35d7d6b2ea539c3a0dd03cf4", + "@angular/core": "github:angular/core-builds#33fca7fd19742b3aa957c25ecea745e28d3209c2", + "@angular/forms": "github:angular/forms-builds#002938831fdb042acfe0bb943258a27f2b6da1c5", + "@angular/language-service": "github:angular/language-service-builds#90b0522ea48e75eeffbace7954bd66dfa426338a", + "@angular/localize": "github:angular/localize-builds#4c104ee04be20159e714ae58d44c9657a0fbc0fc", + "@angular/material": "github:angular/material-builds#d1f51958ff27151f43d0019990e8371987f56688", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#a36ff68b11bc93524d296ce2e7594dc18c3cda85", + "@angular/platform-browser": "github:angular/platform-browser-builds#ea7527800ae06f004107a6f3587a8668c1656946", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#17356427a87da999afd9d796900eb65f66502e6f", + "@angular/platform-server": "github:angular/platform-server-builds#a850e829c0586c98aefdcbfed01dc73390c1e5fd", + "@angular/router": "github:angular/router-builds#7c0085b881fee9035a0e3992b7226a6cce8238cf", + "@angular/service-worker": "github:angular/service-worker-builds#914365688824ae365540f6924fe7836b0238a729" } }

AltStyle によって変換されたページ (->オリジナル) /