From 181adafdb89487e9748af0d4ae4969ca6f4ca689 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 26 Jun 2025 12:46:12 +0000 Subject: [PATCH] build: update cross-repo angular dependencies See associated pull request for more information. --- .../windows-bazel-test/action.yml | 2 +- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/ci.yml | 50 +++++++++---------- .github/workflows/dev-infra.yml | 4 +- .github/workflows/feature-requests.yml | 2 +- .github/workflows/perf.yml | 6 +-- .github/workflows/pr.yml | 42 ++++++++-------- WORKSPACE | 2 +- package.json | 2 +- pnpm-lock.yaml | 13 ++--- tests/legacy-cli/e2e/ng-snapshot/package.json | 32 ++++++------ 11 files changed, 79 insertions(+), 78 deletions(-) diff --git a/.github/shared-actions/windows-bazel-test/action.yml b/.github/shared-actions/windows-bazel-test/action.yml index 4a3c4b95e823..3a68bf8cd367 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/setup-wsl@5a3a86f416ca80bb31a1672985f555b760242388 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 5b5f18b3d6fa..6139e2d21453 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + - uses: angular/dev-infra/github-actions/branch-manager@5a3a86f416ca80bb31a1672985f555b760242388 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffe3226b36ea..6d5ab3429887 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388 - 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388 - 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 93f7cda7f0a8..7b533530c02e 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -13,13 +13,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/pull-request-labeling@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + - uses: angular/dev-infra/github-actions/pull-request-labeling@5a3a86f416ca80bb31a1672985f555b760242388 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + - uses: angular/dev-infra/github-actions/post-approval-changes@5a3a86f416ca80bb31a1672985f555b760242388 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 9010228c875e..dbfad7701a31 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + - uses: angular/dev-infra/github-actions/feature-request@5a3a86f416ca80bb31a1672985f555b760242388 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index b217c0402737..cce2ff64628e 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388 - 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 6370a9012c3a..ed44cfb1eb63 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup ESLint Caching uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: @@ -56,7 +56,7 @@ jobs: - name: Run Validation run: pnpm admin validate - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/linting/licenses@5a3a86f416ca80bb31a1672985f555b760242388 - 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388 - 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388 - 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388 - 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388 - 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@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5a3a86f416ca80bb31a1672985f555b760242388 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/setup@5a3a86f416ca80bb31a1672985f555b760242388 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + uses: angular/dev-infra/github-actions/bazel/configure-remote@5a3a86f416ca80bb31a1672985f555b760242388 - name: Run CLI E2E tests run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }} diff --git a/WORKSPACE b/WORKSPACE index f4a0880643f0..8368cc429f4a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -230,7 +230,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "devinfra", - commit = "f3ac6ef8b4291287e19d23c2a708dbc4ac24293a", + commit = "5a3a86f416ca80bb31a1672985f555b760242388", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 593bc8605ad4..36ed62c57580 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@angular/forms": "20.1.0-next.3", "@angular/localize": "20.1.0-next.3", "@angular/material": "20.1.0-next.2", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#af92dd0055dbfb437c73fd2ab963149a4341d018", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f56bdc58ebba6615c0abd26718a9854044907335", "@angular/platform-browser": "20.1.0-next.3", "@angular/platform-server": "20.1.0-next.3", "@angular/router": "20.1.0-next.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 088e09e772a3..0b285d3cf0b0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: 20.1.0-next.2 version: 20.1.0-next.2(qcbtsxazl5mfvqry4icthrqdfq) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#af92dd0055dbfb437c73fd2ab963149a4341d018 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/af92dd0055dbfb437c73fd2ab963149a4341d018(@modelcontextprotocol/sdk@1.13.1)(encoding@0.1.13) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#f56bdc58ebba6615c0abd26718a9854044907335 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f56bdc58ebba6615c0abd26718a9854044907335(@modelcontextprotocol/sdk@1.13.1)(encoding@0.1.13) '@angular/platform-browser': specifier: 20.1.0-next.3 version: 20.1.0-next.3(@angular/animations@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)) @@ -983,9 +983,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/af92dd0055dbfb437c73fd2ab963149a4341d018': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/af92dd0055dbfb437c73fd2ab963149a4341d018} - version: 0.0.0-f3ac6ef8b4291287e19d23c2a708dbc4ac24293a + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f56bdc58ebba6615c0abd26718a9854044907335': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f56bdc58ebba6615c0abd26718a9854044907335} + version: 0.0.0-5a3a86f416ca80bb31a1672985f555b760242388 hasBin: true '@angular/platform-browser@20.1.0-next.3': @@ -6797,6 +6797,7 @@ packages: engines: {node: '>=0.6.0', teleport: '>=0.2.0'} deprecated: |- You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. + (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) qjobs@1.2.0: @@ -8427,7 +8428,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/af92dd0055dbfb437c73fd2ab963149a4341d018(@modelcontextprotocol/sdk@1.13.1)(encoding@0.1.13)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f56bdc58ebba6615c0abd26718a9854044907335(@modelcontextprotocol/sdk@1.13.1)(encoding@0.1.13)': dependencies: '@google-cloud/spanner': 8.0.0(supports-color@10.0.0) '@google/genai': 1.6.0(@modelcontextprotocol/sdk@1.13.1)(encoding@0.1.13)(supports-color@10.0.0) diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index c3750998f25d..10e82c1ce345 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#c73c3854e648cf406d43eab5abee96696a13fc7e", - "@angular/cdk": "github:angular/cdk-builds#21b697868a6a9703fa98a25d3b0c454a3fa39c1a", - "@angular/common": "github:angular/common-builds#84f7b1f77c6e400402d62387f5fbca13b86b6415", - "@angular/compiler": "github:angular/compiler-builds#1a02f2038667dd08315b5052e2b1c5c90e51b04a", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#040f6f52ce80925e9ebbfa5f0a1e59cf4ace7512", - "@angular/core": "github:angular/core-builds#73174cd449a3abe36997263e13c3fe457816e3b7", - "@angular/forms": "github:angular/forms-builds#0ccf8a55282a8573e6095ea931cecb096e2a54d5", - "@angular/language-service": "github:angular/language-service-builds#9efff51e5a33599460e0d5fb707596044b9f5414", - "@angular/localize": "github:angular/localize-builds#35fc98de154a9fe0cc8064c11b22f072ff4582ec", - "@angular/material": "github:angular/material-builds#c9cfa639a26d5828c2f4d8488d8a5b26ec7ecbd7", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1738ff1edfea0032b9a96218732102f5a2dada54", - "@angular/platform-browser": "github:angular/platform-browser-builds#9027474bb85ba683109c11eb2d13e9febac67b22", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#be52575aac53462eb7154e987ec21b0a1ac48b48", - "@angular/platform-server": "github:angular/platform-server-builds#50cf84de69a9243b369a29f900a6e5981b485848", - "@angular/router": "github:angular/router-builds#197ec0f197b981f34bb975dfa51627bc82c16892", - "@angular/service-worker": "github:angular/service-worker-builds#8471f07ac7a42d6bf8f563c3dfbb3c7d0d9347c0" + "@angular/animations": "github:angular/animations-builds#579bd2f07de6de69ed191e0df70903cbd2ea234a", + "@angular/cdk": "github:angular/cdk-builds#62e829cd3bbaa49f23410bdcf93632cfea52b396", + "@angular/common": "github:angular/common-builds#03aba4ae25559090b7f79da26818f327bd0db950", + "@angular/compiler": "github:angular/compiler-builds#23e3f23d0408c352327370bd0adb8b8e1704fb78", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#ff53d06b66e8c9fe9e430ab39f6727be6abb83b2", + "@angular/core": "github:angular/core-builds#4990254a5b2b83c45739188f63d350168079ad7c", + "@angular/forms": "github:angular/forms-builds#5a9099b2e3aa285d8f6d771812e454d1226b43f1", + "@angular/language-service": "github:angular/language-service-builds#3fba2358967f76c10fd943f5edaeb97b4bcf0915", + "@angular/localize": "github:angular/localize-builds#ff47982dc614c5df54c13acb98ab0d62155bb988", + "@angular/material": "github:angular/material-builds#d37450b772d93671bcd0d7768ee9575de71d5eb8", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#8679e21f0d6a497d9dfada28cc83f1ae17e313d0", + "@angular/platform-browser": "github:angular/platform-browser-builds#69b75e9fe143d6214705d8b8364fe378e14771a3", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#765531db7ca020c2e4b05357b7bcefa11878c4a2", + "@angular/platform-server": "github:angular/platform-server-builds#5f9fb34fc9373c0b779dc6b1f856d1f5b6849cf4", + "@angular/router": "github:angular/router-builds#7c5180a7b0a118a189b590eaaa8b8f087f7abd47", + "@angular/service-worker": "github:angular/service-worker-builds#e8972a1fba7f57cec59243b664b7362215417146" } }