From 7b93a70f8806eb9912228955f25f8275b107a730 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: 2025年8月19日 18:06:05 +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 ++++++++-------- MODULE.bazel | 2 +- MODULE.bazel.lock | 2 +- package.json | 2 +- pnpm-lock.yaml | 12 ++--- tests/legacy-cli/e2e/ng-snapshot/package.json | 32 ++++++------ 12 files changed, 79 insertions(+), 79 deletions(-) diff --git a/.github/shared-actions/windows-bazel-test/action.yml b/.github/shared-actions/windows-bazel-test/action.yml index e92931a1cf80..37353a4c2e87 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@16e272eaa88efe5891e7e6c8e13b956ae7e5a73e + uses: angular/dev-infra/github-actions/setup-wsl@fada401aa5023cb046753a15bfda9ec520eb4ed6 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 adb620ec5285..a0c61d6be8f8 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/branch-manager@fada401aa5023cb046753a15bfda9ec520eb4ed6 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7976826b2de..355e5ee3e2b3 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 - 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 - 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 ae26373cb5db..4a5bc4575fee 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/pull-request-labeling@fada401aa5023cb046753a15bfda9ec520eb4ed6 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/post-approval-changes@fada401aa5023cb046753a15bfda9ec520eb4ed6 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index cc8ab3f6a2b5..fb1a5564e8e6 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + - uses: angular/dev-infra/github-actions/feature-request@fada401aa5023cb046753a15bfda9ec520eb4ed6 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 2799b1da6605..d44c765584eb 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 - 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 - 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 cc32412672de..ad64ba068212 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 - 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/linting/licenses@fada401aa5023cb046753a15bfda9ec520eb4ed6 - 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 - 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 - 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 - 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 - 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@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@7a11f99c467ca5ae4411c27beeec4300e32b616a + uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 - 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 88661a1b3ebc..2bb4aee7f86b 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -39,7 +39,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "7a11f99c467ca5ae4411c27beeec4300e32b616a", + commit = "fada401aa5023cb046753a15bfda9ec520eb4ed6", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index c48515413bc3..15f810f748f6 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": "1505725e48d2d38a0d2dcc00e30c6655ee0e8bd1ba30de3c4f0977ddcdb8eaea", + "@@//package.json": "755e0acc53ee0dbe56e08f161aa5d02ddf7cdfd89b9cc6c076ac29ca1723bab1", "@@devinfra~//bazel/package.json": "960bcecf963a211f96a3967c7cfb5d3e1cea08d94b27056a3e8dbf2fad1e2dd3", "@@rules_browsers~//package.json": "45572077938c7a4916e4aaedf7db7ce8425854ab92f35348cff02a2134023bb8" }, diff --git a/package.json b/package.json index fc093f980863..1ce067e92a97 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@angular/forms": "20.2.0-rc.1", "@angular/localize": "20.2.0-rc.1", "@angular/material": "20.2.0-rc.0", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b9bae2cc9b96652721067a69ece7e79dba123787", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#4fead3666abc9c5dfff101a8bfdc7a2d02f78982", "@angular/platform-browser": "20.2.0-rc.1", "@angular/platform-server": "20.2.0-rc.1", "@angular/router": "20.2.0-rc.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 35a02b2a9d3b..d0b00d97f775 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ importers: specifier: 20.2.0-rc.0 version: 20.2.0-rc.0(57a59829555fb740da3c01217301a099) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#b9bae2cc9b96652721067a69ece7e79dba123787 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b9bae2cc9b96652721067a69ece7e79dba123787(@modelcontextprotocol/sdk@1.17.3) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#4fead3666abc9c5dfff101a8bfdc7a2d02f78982 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/4fead3666abc9c5dfff101a8bfdc7a2d02f78982(@modelcontextprotocol/sdk@1.17.3) '@angular/platform-browser': specifier: 20.2.0-rc.1 version: 20.2.0-rc.1(@angular/animations@20.2.0-rc.1(@angular/common@20.2.0-rc.1(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-rc.1(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-rc.1(@angular/compiler@20.2.0-rc.1)(rxjs@7.8.2)(zone.js@0.15.1)) @@ -1051,9 +1051,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/b9bae2cc9b96652721067a69ece7e79dba123787': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b9bae2cc9b96652721067a69ece7e79dba123787} - version: 0.0.0-7a11f99c467ca5ae4411c27beeec4300e32b616a + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/4fead3666abc9c5dfff101a8bfdc7a2d02f78982': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/4fead3666abc9c5dfff101a8bfdc7a2d02f78982} + version: 0.0.0-fada401aa5023cb046753a15bfda9ec520eb4ed6 hasBin: true '@angular/platform-browser@20.2.0-rc.1': @@ -9305,7 +9305,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/b9bae2cc9b96652721067a69ece7e79dba123787(@modelcontextprotocol/sdk@1.17.3)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/4fead3666abc9c5dfff101a8bfdc7a2d02f78982(@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 94351996fe0b..3b590e08e9f5 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#cd07279c9727bea471d7b23a1aea39becacc7820", - "@angular/cdk": "github:angular/cdk-builds#dffb25d6997e205460cf2aec8595254492fd03cc", - "@angular/common": "github:angular/common-builds#dcec2cd1479fea95932ea37ad43d00021a0da106", - "@angular/compiler": "github:angular/compiler-builds#c3535a3b7c5e674866245dd39d5d9d90bd9a412f", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#af8a7957a36a8ec1d3ad88651ee5c8a6b485dd71", - "@angular/core": "github:angular/core-builds#3ae28d8e6d997da4c24ed626c17415f1f8f76f93", - "@angular/forms": "github:angular/forms-builds#88f9b32545f7a37c1b84a3bc85b93024e76ff3ea", - "@angular/language-service": "github:angular/language-service-builds#434713b86d89a2aa34122fd2208deba0477ba438", - "@angular/localize": "github:angular/localize-builds#5613e8b9f3e2b4e49d1a6f564d67b0ad60a66517", - "@angular/material": "github:angular/material-builds#9ecacb3cb9176235b8a901625ec4b3faae842e91", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#71fe77c8a7080eaa8f57a54aaa1f7116759993ad", - "@angular/platform-browser": "github:angular/platform-browser-builds#5360dcb49b5e80ba40e32682ca267857c7754e15", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#48904ffbdf24554348bdb5766f580ef0fb8bab8a", - "@angular/platform-server": "github:angular/platform-server-builds#34b3e2b6ad6c295a50954415a2b45d603a2d9cfa", - "@angular/router": "github:angular/router-builds#1f6ce9381d4aedcf9d1eb43d291607000cdc008d", - "@angular/service-worker": "github:angular/service-worker-builds#8cbccc75e00551fc3b1f0475264b96ee914c2e1e" + "@angular/animations": "github:angular/animations-builds#7a3961b6c9d27814f2a77782853e156db8391660", + "@angular/cdk": "github:angular/cdk-builds#e032647b30a8d59dddeea30e173580af35580e19", + "@angular/common": "github:angular/common-builds#b686dfd280c587af421aa5e8ed5c620a913cce86", + "@angular/compiler": "github:angular/compiler-builds#40f53cbdae9c527adf1e10237e1655a72cd3fe0e", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#aada0dd110816759493129d93671340b193d6cd2", + "@angular/core": "github:angular/core-builds#ce216a1cdbb0a0eb81f8c310fd7778b59e333884", + "@angular/forms": "github:angular/forms-builds#dc8d1bae43039f9111f38600a9e85e987cfcf828", + "@angular/language-service": "github:angular/language-service-builds#b72461abd85889feb5a54057f82820fd24b5a7e6", + "@angular/localize": "github:angular/localize-builds#aec959305b5b41926fecc0768041329fd3b48f37", + "@angular/material": "github:angular/material-builds#35804cc99cf59d7edc37f2f1898be34083536bf5", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#5ba4cd80a91d9fdabeb22c3d89a529b1568f68f8", + "@angular/platform-browser": "github:angular/platform-browser-builds#5cd761bd2d48b354defbe10e86b1d37cca0118de", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#1834b34deab863e382a4ab1034ad76487c54781c", + "@angular/platform-server": "github:angular/platform-server-builds#23db8a47286d2dc352bb61ec6225eb295ad9e83a", + "@angular/router": "github:angular/router-builds#ffdc2bfc6ab073075da3f1d676f0d378f1d34605", + "@angular/service-worker": "github:angular/service-worker-builds#28935b3f9e41f601579db0c19f95f9d19cc8dc3f" } }

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