From 53b39f706ba5e92201f518053fc6731909505383 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 24 Mar 2025 07:03:21 +0000 Subject: [PATCH] build: update angular --- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/ci.yml | 44 +++++++++---------- .github/workflows/dev-infra.yml | 4 +- .github/workflows/feature-requests.yml | 2 +- .github/workflows/perf.yml | 6 +-- .github/workflows/pr.yml | 36 +++++++-------- package.json | 2 +- pnpm-lock.yaml | 28 +++++++----- tests/legacy-cli/e2e/ng-snapshot/package.json | 32 +++++++------- 9 files changed, 81 insertions(+), 75 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 9cd2e2d37ae8..771a448c546f 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@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + - uses: angular/dev-infra/github-actions/branch-manager@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc0379216071..87d56d850233 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Install node modules run: pnpm install --frozen-lockfile - name: Generate JSON schema types @@ -42,11 +42,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build release targets @@ -57,11 +57,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run module and package tests @@ -81,13 +81,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - 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 }} @@ -102,7 +102,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Run CLI E2E tests uses: ./.github/shared-actions/windows-bazel-test with: @@ -123,13 +123,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - 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 }} @@ -145,13 +145,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - 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 }} @@ -163,13 +163,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@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Run E2E Browser tests env: SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }} @@ -197,11 +197,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - 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 47bc1588061e..0ae6d2646a65 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@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + - uses: angular/dev-infra/github-actions/commit-message-based-labels@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 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@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + - uses: angular/dev-infra/github-actions/post-approval-changes@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 3eb38a7dc0cb..98ff10e0ff0d 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@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + - uses: angular/dev-infra/github-actions/feature-request@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 2f2e755fd707..e1b0249f7782 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@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - 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@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - 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 92251d73c792..74eb970f59a6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Setup ESLint Caching uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: @@ -54,7 +54,7 @@ jobs: - name: Run Validation run: pnpm admin validate - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/linting/licenses@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Check tooling setup run: pnpm check-tooling-setup - name: Check commit message @@ -70,11 +70,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build release targets @@ -91,11 +91,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - 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@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - 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 }} @@ -130,7 +130,7 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Run CLI E2E tests uses: ./.github/shared-actions/windows-bazel-test with: @@ -149,13 +149,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - 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 }} @@ -172,12 +172,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/setup@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad960c29189d0bfccbd35c4d47d3d7bff9da3666 - 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/package.json b/package.json index 60391ab910c9..c01e4e2e1f7b 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@angular/forms": "20.0.0-next.3", "@angular/localize": "20.0.0-next.3", "@angular/material": "20.0.0-next.3", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#3e60055cec07598ad7160ba36dd08bf57ae2be98", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#e6534df23185ef6242fa2a6c04ca9567af750acb", "@angular/platform-browser": "20.0.0-next.3", "@angular/platform-server": "20.0.0-next.3", "@angular/router": "20.0.0-next.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e8675ff198bf..bfb7e33ab26f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: 20.0.0-next.3 version: 20.0.0-next.3(ytwihe4lr4cvkw42tsewzwfy4m) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#3e60055cec07598ad7160ba36dd08bf57ae2be98 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/3e60055cec07598ad7160ba36dd08bf57ae2be98(encoding@0.1.13) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#e6534df23185ef6242fa2a6c04ca9567af750acb + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/e6534df23185ef6242fa2a6c04ca9567af750acb(encoding@0.1.13) '@angular/platform-browser': specifier: 20.0.0-next.3 version: 20.0.0-next.3(@angular/animations@20.0.0-next.3(@angular/core@20.0.0-next.3(@angular/compiler@20.0.0-next.3)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.3(@angular/core@20.0.0-next.3(@angular/compiler@20.0.0-next.3)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.3(@angular/compiler@20.0.0-next.3)(rxjs@7.8.2)(zone.js@0.15.0)) @@ -968,9 +968,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/3e60055cec07598ad7160ba36dd08bf57ae2be98': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/3e60055cec07598ad7160ba36dd08bf57ae2be98} - version: 0.0.0-78bd12c8526c396fc85e5ac3d72c039dc7e0a51a + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/e6534df23185ef6242fa2a6c04ca9567af750acb': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/e6534df23185ef6242fa2a6c04ca9567af750acb} + version: 0.0.0-ad960c29189d0bfccbd35c4d47d3d7bff9da3666 hasBin: true '@angular/platform-browser@20.0.0-next.3': @@ -1742,12 +1742,16 @@ packages: resolution: {integrity: sha512-MmaX6HeSvyPbWGwFq7mXdo0uQZLGBYCwziiLIGq5JVX+/bdI3SAq6bP98trV5eTWfLuvsMcIC1YJOF2vfteLFA==} engines: {node: '>=14.0.0'} + '@google-cloud/promisify@4.0.0': + resolution: {integrity: sha512-Orxzlfb9c67A15cq2JQEyVc7wEsmFBmHjZWZYQMUyJ1qivXyMwdyNOs9odi79hze+2zqdTtu1E19IM/FtqZ10g==} + engines: {node: '>=14'} + '@google-cloud/promisify@4.1.0': resolution: {integrity: sha512-G/FQx5cE/+DqBbOpA5jKsegGwdPniU6PuIEMt+qxWgFxvxuFOzVmp6zYchtYuwAWV5/8Dgs0yAmjvNZv3uXLQg==} engines: {node: '>=18'} - '@google-cloud/spanner@7.19.0': - resolution: {integrity: sha512-EQUGFc6l5h4spSbVKtURt+6OY+vFkACkXvdcDFISwB2++VWigeTOE0gFVJMUrko0HaKxOKfWW80+GYZCUToTcA==} + '@google-cloud/spanner@7.19.1': + resolution: {integrity: sha512-a7WlM4T3g5hslSBxQpsCxlH2IGgeVVEnDP5/v51kNlKv/W5PhBMqaHanodkUjbjegsQNlWAkqLClzIwtldfSXg==} engines: {node: '>=14.0.0'} '@grpc/grpc-js@1.13.0': @@ -8041,9 +8045,9 @@ 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/3e60055cec07598ad7160ba36dd08bf57ae2be98(encoding@0.1.13)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/e6534df23185ef6242fa2a6c04ca9567af750acb(encoding@0.1.13)': dependencies: - '@google-cloud/spanner': 7.19.0(encoding@0.1.13)(supports-color@10.0.0) + '@google-cloud/spanner': 7.19.1(encoding@0.1.13)(supports-color@10.0.0) '@octokit/rest': 21.1.1 '@types/semver': 7.5.8 '@types/supports-color': 10.0.0 @@ -8922,14 +8926,16 @@ snapshots: '@google-cloud/projectify@4.0.0': {} + '@google-cloud/promisify@4.0.0': {} + '@google-cloud/promisify@4.1.0': {} - '@google-cloud/spanner@7.19.0(encoding@0.1.13)(supports-color@10.0.0)': + '@google-cloud/spanner@7.19.1(encoding@0.1.13)(supports-color@10.0.0)': dependencies: '@google-cloud/common': 5.0.2(encoding@0.1.13)(supports-color@10.0.0) '@google-cloud/precise-date': 4.0.0 '@google-cloud/projectify': 4.0.0 - '@google-cloud/promisify': 4.1.0 + '@google-cloud/promisify': 4.0.0 '@grpc/proto-loader': 0.7.13 '@opentelemetry/api': 1.9.0 '@opentelemetry/context-async-hooks': 1.30.1(@opentelemetry/api@1.9.0) diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 982d71943f61..6f199c10352e 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#867a09504c66a3a8ffe429e94ed1682040c18558", - "@angular/cdk": "github:angular/cdk-builds#43c25a9986fec47ec5a2f05117d1f4e428c58232", - "@angular/common": "github:angular/common-builds#f1fa14d1f8d9dd3ef5ea246a2a23a89897b4c444", - "@angular/compiler": "github:angular/compiler-builds#c2e2158a0cac646352d554df3ab5f56d68c0239e", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#d81e98e0bac4ba59c5581efd5853b62b3c8fee47", - "@angular/core": "github:angular/core-builds#fcced2cb4536cfe4fb984c7a942fdcf218d38c29", - "@angular/forms": "github:angular/forms-builds#2e91fe997fc64fc401be893cba8eda42357e43d9", - "@angular/language-service": "github:angular/language-service-builds#85eb89f2fde140863357bae9a6ca54c6aa5281a1", - "@angular/localize": "github:angular/localize-builds#de31b308c2468f9010781349b68e5c7865603109", - "@angular/material": "github:angular/material-builds#5326e7142ca706c78c9689d0cb1899d62d05b119", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#da7038ab5a9792b62eb57cc64d7f52a5a532e5b3", - "@angular/platform-browser": "github:angular/platform-browser-builds#0d6c876d98c04e1b7c6fbdbc2ece9a2efafebdac", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#0f3df5b8f09f57fc9ddd51df9ef7b9981d4abb97", - "@angular/platform-server": "github:angular/platform-server-builds#94f1b60d5de7454f48221379b114bcb1d1337a50", - "@angular/router": "github:angular/router-builds#ea0c78dc4bf623aee71c472ec55b8b8fb9750ae3", - "@angular/service-worker": "github:angular/service-worker-builds#7ecbfbbbc139aebd98824add3b1fbfddb84ee767" + "@angular/animations": "github:angular/animations-builds#59ce2356b542c352581b29c38a3eab070f5ed185", + "@angular/cdk": "github:angular/cdk-builds#a57ec0e4ef294c4e237bfa3e4908827c7e8b12dd", + "@angular/common": "github:angular/common-builds#c457c2b45626bce7002fd0690b0da3cd81744b50", + "@angular/compiler": "github:angular/compiler-builds#2f0b4a6e1b153939b6de4c0abf1c0af1eb0216a5", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#5b846c08462a9a3413aa4ff69a36f2a05ae90260", + "@angular/core": "github:angular/core-builds#f35cee9b24c84a77c9ace483cf335c6b58bbcc76", + "@angular/forms": "github:angular/forms-builds#e9d812b1ce0ab182f13cf457e50165e9f1601562", + "@angular/language-service": "github:angular/language-service-builds#9bc2b9ac38049bb5e6c8ccf6ef20505c78831b40", + "@angular/localize": "github:angular/localize-builds#0e13b1fcdedb5c4fdc9ee0b25097d5e80beab6da", + "@angular/material": "github:angular/material-builds#86c37a63f168cf5d8501c2456f7e70b4dd24eb9b", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#9c396c05ddc950fc894bfb73d2e7637b1a42081b", + "@angular/platform-browser": "github:angular/platform-browser-builds#8b728ec63f939b382df120bd6f920903c89935a5", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#b080b3304d5008d6f0c4a195dae79055e1b04a9b", + "@angular/platform-server": "github:angular/platform-server-builds#4e6515d2b833c63bd84c6963e1f82da4c49cb0f0", + "@angular/router": "github:angular/router-builds#02191447bc1b13905964b1f9747faaa6b3ecd5ea", + "@angular/service-worker": "github:angular/service-worker-builds#cf677d645e0ffb2c99c5a8201ba3be9933441d32" } }