From a3bc7dc422372765e2dc1791fb2aa3eba25587f7 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 3 Jun 2025 15:38: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 | 12 ++--- tests/legacy-cli/e2e/ng-snapshot/package.json | 32 ++++++------ 11 files changed, 78 insertions(+), 78 deletions(-) diff --git a/.github/shared-actions/windows-bazel-test/action.yml b/.github/shared-actions/windows-bazel-test/action.yml index c54d6db4e0ad..2c91b920bb31 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/setup-wsl@4fa572d7c05565cfe7f8ac5969765e1cead899e1 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 aaa43e918e54..28bcde0d63e3 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@1854e46201de68aed90ca4fab544be06c11133de + - uses: angular/dev-infra/github-actions/branch-manager@4fa572d7c05565cfe7f8ac5969765e1cead899e1 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b13143648484..4603d9789747 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - 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 af82b0cd9868..07c551e12b9d 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -13,13 +13,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@1854e46201de68aed90ca4fab544be06c11133de + - uses: angular/dev-infra/github-actions/commit-message-based-labels@4fa572d7c05565cfe7f8ac5969765e1cead899e1 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@1854e46201de68aed90ca4fab544be06c11133de + - uses: angular/dev-infra/github-actions/post-approval-changes@4fa572d7c05565cfe7f8ac5969765e1cead899e1 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index d6cbac51e776..c21b33003da3 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@1854e46201de68aed90ca4fab544be06c11133de + - uses: angular/dev-infra/github-actions/feature-request@4fa572d7c05565cfe7f8ac5969765e1cead899e1 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index da39c3f2eafd..6bbb9b97ef85 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - 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 08d898a14ff9..7d96e285839c 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/linting/licenses@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - 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@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/setup@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1854e46201de68aed90ca4fab544be06c11133de + uses: angular/dev-infra/github-actions/bazel/configure-remote@4fa572d7c05565cfe7f8ac5969765e1cead899e1 - 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 e186f2a4c2b2..4ec6be5ec8ed 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 = "1854e46201de68aed90ca4fab544be06c11133de", + commit = "4fa572d7c05565cfe7f8ac5969765e1cead899e1", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index e32d1e6a7da9..4f2160433126 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@angular/forms": "20.0.0", "@angular/localize": "20.0.0", "@angular/material": "20.0.0", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8767c685ae5695bde62972a255442d3c3a5857ca", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0ba20dc96eb638ed8ef97b14d72854d50f0238fb", "@angular/platform-browser": "20.0.0", "@angular/platform-server": "20.0.0", "@angular/router": "20.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ab0aac36e61b..66af0c27aeef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: 20.0.0 version: 20.0.0(poz6hjsvy34kfhjzcxn2dsjgwu) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#8767c685ae5695bde62972a255442d3c3a5857ca - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/8767c685ae5695bde62972a255442d3c3a5857ca(encoding@0.1.13) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#0ba20dc96eb638ed8ef97b14d72854d50f0238fb + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/0ba20dc96eb638ed8ef97b14d72854d50f0238fb(encoding@0.1.13) '@angular/platform-browser': specifier: 20.0.0 version: 20.0.0(@angular/animations@20.0.0(@angular/common@20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.0.0(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.0.0(@angular/compiler@20.0.0)(rxjs@7.8.2)(zone.js@0.15.1)) @@ -980,9 +980,9 @@ packages: '@angular/platform-browser': ^20.0.0 || ^21.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/8767c685ae5695bde62972a255442d3c3a5857ca': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/8767c685ae5695bde62972a255442d3c3a5857ca} - version: 0.0.0-1854e46201de68aed90ca4fab544be06c11133de + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/0ba20dc96eb638ed8ef97b14d72854d50f0238fb': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/0ba20dc96eb638ed8ef97b14d72854d50f0238fb} + version: 0.0.0-4fa572d7c05565cfe7f8ac5969765e1cead899e1 hasBin: true '@angular/platform-browser@20.0.0': @@ -8307,7 +8307,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/8767c685ae5695bde62972a255442d3c3a5857ca(encoding@0.1.13)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/0ba20dc96eb638ed8ef97b14d72854d50f0238fb(encoding@0.1.13)': dependencies: '@google-cloud/spanner': 7.21.0(encoding@0.1.13)(supports-color@10.0.0) '@octokit/rest': 21.1.1 diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 174cf5d896ec..746ca1b639c1 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#d902f7a3a5f395c6330f5997e46fcfd6e007e41e", - "@angular/cdk": "github:angular/cdk-builds#fe0043e84a3e5f9e1f71e726dcedc0bc8c134666", - "@angular/common": "github:angular/common-builds#0419f0ad873c26cea3318c558f2801e5a36faade", - "@angular/compiler": "github:angular/compiler-builds#de5e41c15e158b76dfb549433f27f86e2f1c7b4e", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#603a1e61fc21433bc0b4f2de31ead460eee9bf62", - "@angular/core": "github:angular/core-builds#5532cd38acb472bc22dfb0a45b187115be8ae76e", - "@angular/forms": "github:angular/forms-builds#6ce4f511a035c6a1818114a83c9b0053c5df53fa", - "@angular/language-service": "github:angular/language-service-builds#413dacf8ea3ef652527423dae751f3348ef50301", - "@angular/localize": "github:angular/localize-builds#cdb3efe00daddb5c214bdd166b6ed2b4e811e698", - "@angular/material": "github:angular/material-builds#fdab0b4f8ceee4506e1f82d85c624f05c195dfc9", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#f3719686e8e8faa157d795f810458d32cd982e96", - "@angular/platform-browser": "github:angular/platform-browser-builds#2e752e36be5b75fa62071e73172805f8cb5df529", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#394b1e7c47f6b286568419cf623d2d14fe81c7e9", - "@angular/platform-server": "github:angular/platform-server-builds#7376be5ed3cdd60b3284a5d63c951798f2aea062", - "@angular/router": "github:angular/router-builds#828ac4692137189c9e8332d30f30fe39cc669e49", - "@angular/service-worker": "github:angular/service-worker-builds#cc84856813c0b87d321747c8e6e24662ac121cda" + "@angular/animations": "github:angular/animations-builds#730b01a4937a842d488c4e9398de59617cd46b44", + "@angular/cdk": "github:angular/cdk-builds#872e76d978a02d95467ea73f285faf179cd3c2dd", + "@angular/common": "github:angular/common-builds#97a8fbd8c1fed4a6d0975e70f265cd7187eec136", + "@angular/compiler": "github:angular/compiler-builds#bd77579fe93d06d31b634c8cb87e152ce301415c", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#18ef32d7e0fb0ebe6649ef22176fce6ab3556ee3", + "@angular/core": "github:angular/core-builds#511224a886e2e1d0cda394e4b0c8b5c1516fa80a", + "@angular/forms": "github:angular/forms-builds#838f75ab98ff5f36a1971f9495eba1cf7a07c507", + "@angular/language-service": "github:angular/language-service-builds#96a641eb50f3ed5f7b10bb9c4c09ae2d906ea714", + "@angular/localize": "github:angular/localize-builds#099bd7e49a0d0a7a5222cad99a9c95a9287d6df1", + "@angular/material": "github:angular/material-builds#cde4885a63a75c6602401c9a2b13633fa456ba88", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#0ee38326ee01f30c9c8c655a52e324ff28a21aaa", + "@angular/platform-browser": "github:angular/platform-browser-builds#1adb98793c59279dfd35950e5a96acfee8563856", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#32d457f5ab127323f524082dc4cc9bb1c11cc28d", + "@angular/platform-server": "github:angular/platform-server-builds#fa0f06dfc07772f1d9105f046a33b3d0652ab65f", + "@angular/router": "github:angular/router-builds#1b38403c8ab2911c48928af8988eb2eec0ef9dac", + "@angular/service-worker": "github:angular/service-worker-builds#38b06d9b7ebb2501d4dea3337e8e14f3c40f7818" } }