From c97c37ad86be7dda7e64a867e4474a3c95a73806 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 5 Aug 2025 14:41:41 +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 | 36 +-- WORKSPACE | 2 +- package.json | 2 +- pnpm-lock.yaml | 242 +++++++++++++++--- tests/legacy-cli/e2e/ng-snapshot/package.json | 32 +-- 11 files changed, 271 insertions(+), 109 deletions(-) diff --git a/.github/shared-actions/windows-bazel-test/action.yml b/.github/shared-actions/windows-bazel-test/action.yml index 0eb9549aa804..fd83bc1fefcb 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/setup-wsl@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 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 e8f546a0827f..93c58df5c9b7 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + - uses: angular/dev-infra/github-actions/branch-manager@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8247701abd00..8b8b0729e5dc 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - 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 025e4f27b256..1806434bcdca 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + - uses: angular/dev-infra/github-actions/pull-request-labeling@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + - uses: angular/dev-infra/github-actions/post-approval-changes@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index c894e0a3ee6f..ae9174011907 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + - uses: angular/dev-infra/github-actions/feature-request@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 8e5df62a6c98..ca2c17ec9820 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - 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 744942607a2e..fed104424c0a 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/linting/licenses@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - 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@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - 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 }} @@ -158,13 +158,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - 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 }} @@ -181,12 +181,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 - 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 2026b1a66165..408c56ab9549 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 = "72763ac08dc5934ddb59f61800c0ebc424308e1d", + commit = "7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index ef93a6d21238..d0056578b079 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@angular/forms": "20.2.0-next.3", "@angular/localize": "20.2.0-next.3", "@angular/material": "20.2.0-next.2", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9aea3ff6c63a7a692d33e91956641887e8c6b838", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#14223d1ca2f838f8fed907a99dba6b73c17c6091", "@angular/platform-browser": "20.2.0-next.3", "@angular/platform-server": "20.2.0-next.3", "@angular/router": "20.2.0-next.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d35e016d4c18..12d7bb4bb1fb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: 20.2.0-next.2 version: 20.2.0-next.2(w423afz5ha7yajtqnfzupgowry) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#9aea3ff6c63a7a692d33e91956641887e8c6b838 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/9aea3ff6c63a7a692d33e91956641887e8c6b838(@modelcontextprotocol/sdk@1.17.1)(encoding@0.1.13) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#14223d1ca2f838f8fed907a99dba6b73c17c6091 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/14223d1ca2f838f8fed907a99dba6b73c17c6091(@modelcontextprotocol/sdk@1.17.1)(encoding@0.1.13) '@angular/platform-browser': specifier: 20.2.0-next.3 version: 20.2.0-next.3(@angular/animations@20.2.0-next.3(@angular/common@20.2.0-next.3(@angular/core@20.2.0-next.3(@angular/compiler@20.2.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.3(@angular/compiler@20.2.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.2.0-next.3(@angular/core@20.2.0-next.3(@angular/compiler@20.2.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.2.0-next.3(@angular/compiler@20.2.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)) @@ -1039,9 +1039,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/9aea3ff6c63a7a692d33e91956641887e8c6b838': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/9aea3ff6c63a7a692d33e91956641887e8c6b838} - version: 0.0.0-72763ac08dc5934ddb59f61800c0ebc424308e1d + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/14223d1ca2f838f8fed907a99dba6b73c17c6091': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/14223d1ca2f838f8fed907a99dba6b73c17c6091} + version: 0.0.0-7a84c5fc1eaddf7b7ec5a178ae4415e92ca48421 hasBin: true '@angular/platform-browser@20.2.0-next.3': @@ -1093,6 +1093,10 @@ packages: resolution: {integrity: sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==} engines: {node: '>=6.9.0'} + '@babel/core@7.27.7': + resolution: {integrity: sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==} + engines: {node: '>=6.9.0'} + '@babel/core@7.28.0': resolution: {integrity: sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==} engines: {node: '>=6.9.0'} @@ -1188,6 +1192,10 @@ packages: resolution: {integrity: sha512-NFJK2sHUvrjo8wAU/nQTWU890/zB2jj0qBcCbZbbf+005cAsv6tMjXz31fBign6M5ov1o0Bllu+9nbqkfsjjJQ==} engines: {node: '>=6.9.0'} + '@babel/helpers@7.27.6': + resolution: {integrity: sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==} + engines: {node: '>=6.9.0'} + '@babel/helpers@7.28.2': resolution: {integrity: sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw==} engines: {node: '>=6.9.0'} @@ -1582,6 +1590,10 @@ packages: resolution: {integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==} engines: {node: '>=6.9.0'} + '@babel/traverse@7.27.7': + resolution: {integrity: sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==} + engines: {node: '>=6.9.0'} + '@babel/traverse@7.28.0': resolution: {integrity: sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg==} engines: {node: '>=6.9.0'} @@ -1861,6 +1873,16 @@ packages: resolution: {integrity: sha512-IXh04DlkLMxWgYLIUYuHHKXKOUwPDzDgke1ykkkJPe48cGIS9kkL2U/o0pm4ankHLlvzLF/ma1eO86n/bkumIA==} engines: {node: '>=18'} + '@google-cloud/monitoring@5.3.0': + resolution: {integrity: sha512-jAx0ASRcRqr+TZIgMTS3gFQR/FqkYzd4usCD0Y/QOkWt4vTT0SgYMaXn62gtuuEmY66VNBVROhpzOMeasgHuKw==} + engines: {node: '>=18'} + + '@google-cloud/opentelemetry-resource-util@2.4.0': + resolution: {integrity: sha512-/7ujlMoKtDtrbQlJihCjQnm31n2s2RTlvJqcSbt2jV3OkCzPAdo3u31Q13HNugqtIRUSk7bUoLx6AzhURkhW4w==} + engines: {node: '>=14'} + peerDependencies: + '@opentelemetry/resources': ^1.0.0 + '@google-cloud/precise-date@5.0.0': resolution: {integrity: sha512-9h0Gvw92EvPdE8AK8AgZPbMnH5ftDyPtKm7/KUfcJVaPEPjwGDsJd1QV0H8esBDV4II41R/2lDWH1epBqIoKUw==} engines: {node: '>=18'} @@ -1881,8 +1903,8 @@ packages: resolution: {integrity: sha512-N8qS6dlORGHwk7WjGXKOSsLjIjNINCPicsOX6gyyLiYk7mq3MtII96NZ9N2ahwA2vnkLmZODOIH9rlNniYWvCQ==} engines: {node: '>=18'} - '@google-cloud/spanner@8.0.0': - resolution: {integrity: sha512-IJn+8A3QZJfe7FUtWqHVNo3xJs7KFpurCWGWCiCz3oEh+BkRymKZ1QxfAbU2yGMDzTytLGQ2IV6T2r3cuo75/w==} + '@google-cloud/spanner@8.1.0': + resolution: {integrity: sha512-Sw+CXNh3xFSZWD4uGy4I5gIePnATZtfg9tP/QXFilXNc1cDwU5uuV0x4yZa5eyIczToilqxpUsQPEN4VxmjJLw==} engines: {node: '>=18'} '@google/genai@1.12.0': @@ -2418,12 +2440,34 @@ packages: peerDependencies: '@opentelemetry/api': '>=1.0.0 <1.10.0' + '@opentelemetry/core@1.30.1': + resolution: {integrity: sha512-OOCM2C/QIURhJMuKaekP3TRBxBKxG/TWWA0TL2J6nXUtDnuCtccy49LUJF8xPFXMX+0LMcxFpCo8M9cGY1W6rQ==} + engines: {node: '>=14'} + peerDependencies: + '@opentelemetry/api': '>=1.0.0 <1.10.0' + '@opentelemetry/core@2.0.1': resolution: {integrity: sha512-MaZk9SJIDgo1peKevlbhP6+IwIiNPNmswNL4AF0WaQJLbHXjr9SrZMgS12+iqr9ToV4ZVosCcc0f8Rg67LXjxw==} engines: {node: ^18.19.0 || >=20.6.0} peerDependencies: '@opentelemetry/api': '>=1.0.0 <1.10.0' + '@opentelemetry/resources@1.30.1': + resolution: {integrity: sha512-5UxZqiAgLYGFjS4s9qm5mBVo433u+dSPUFWVWXmLAD4wB65oMCoXaJP1KJa9DIYYMeHu3z4BZcStG3LC593cWA==} + engines: {node: '>=14'} + peerDependencies: + '@opentelemetry/api': '>=1.0.0 <1.10.0' + + '@opentelemetry/sdk-metrics@1.30.1': + resolution: {integrity: sha512-q9zcZ0Okl8jRgmy7eNW3Ku1XSgg3sDLa5evHZpCwjspw7E8Is4K/haRPDJrBcX3YSn/Y7gUvFnByNYEKQNbNog==} + engines: {node: '>=14'} + peerDependencies: + '@opentelemetry/api': '>=1.3.0 <1.10.0' + + '@opentelemetry/semantic-conventions@1.28.0': + resolution: {integrity: sha512-lp4qAiMTD4sNWW4DbKLBkfiMZ4jbAboJIGOQr5DvciMRI494OapieI9qiODpOt0XBr1LjIDy1xAGAnVs5supTA==} + engines: {node: '>=14'} + '@opentelemetry/semantic-conventions@1.36.0': resolution: {integrity: sha512-TtxJSRD8Ohxp6bKkhrm27JRHAxPczQA7idtcTOMYI+wQRRrfgqxHv1cFbCApcSnNjtXkmzFozn6jQtFrOmbjPQ==} engines: {node: '>=14'} @@ -3001,6 +3045,10 @@ packages: '@types/lodash@4.17.20': resolution: {integrity: sha512-H3MHACvFUEiujabxhaI/ImO6gUrd8oOurg7LQtS7mbwIXA/cUqWrvBsaeJ23aZEPk1TAYkurjfMbSELfoCXlGA==} + '@types/long@5.0.0': + resolution: {integrity: sha512-eQs9RsucA/LNjnMoJvWG/nXa7Pot/RbBzilF/QRIU/xRl+0ApxrSUFsV5lmf01SvSlqMzJ7Zwxe440wmz2SJGA==} + deprecated: This is a stub types definition. long provides its own type definitions, so you do not need this installed. + '@types/micromatch@2.3.35': resolution: {integrity: sha512-J749bHo/Zu56w0G0NI/IGHLQPiSsjx//0zJhfEVAN95K/xM5C8ZDmhkXtU3qns0sBOao7HuQzr8XV1/2o5LbXA==} @@ -5069,6 +5117,10 @@ packages: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} deprecated: Glob versions prior to v9 are no longer supported + globals@11.12.0: + resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} + engines: {node: '>=4'} + globals@14.0.0: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} @@ -5097,6 +5149,10 @@ packages: resolution: {integrity: sha512-Jb6Z0+nvECVz+2lzSMt9u98UsoakXxA2HGHMCxh+so3n90XgYWkq5dur19JAJV7ONiJY22yBTyJB1TSkvPq9Ng==} engines: {node: '>=14'} + google-gax@5.0.0: + resolution: {integrity: sha512-c/xT3qdV1+DOyH2i0E4foZpVqTr31aNKj3ktK0WJlYIymf1Dl+TzPuEB7In6hEb4XNBOXan1wJ0kDa2SxWvxBA==} + engines: {node: '>=18'} + google-gax@5.0.1: resolution: {integrity: sha512-I8fTFXvIG8tYpiDxDXwCXoFsTVsvHJ2GA7DToH+eaRccU8r3nqPMFghVb2GdHSVcu4pq9ScRyB2S1BjO+vsa1Q==} engines: {node: '>=18'} @@ -5629,10 +5685,6 @@ packages: resolution: {integrity: sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==} engines: {node: '>=16'} - is@3.3.2: - resolution: {integrity: sha512-a2xr4E3s1PjDS8ORcGgXpWx6V+liNs+O3JRD2mb9aeugD7rtkkZ0zgLdYgw0tWsKhsdiezGYptSiMlVazCBTuQ==} - engines: {node: '>= 0.4'} - isarray@1.0.0: resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} @@ -6987,6 +7039,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: @@ -8656,9 +8709,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/9aea3ff6c63a7a692d33e91956641887e8c6b838(@modelcontextprotocol/sdk@1.17.1)(encoding@0.1.13)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/14223d1ca2f838f8fed907a99dba6b73c17c6091(@modelcontextprotocol/sdk@1.17.1)(encoding@0.1.13)': dependencies: - '@google-cloud/spanner': 8.0.0(supports-color@10.0.0) + '@google-cloud/spanner': 8.1.0(encoding@0.1.13)(supports-color@10.0.0) '@google/genai': 1.12.0(@modelcontextprotocol/sdk@1.17.1)(encoding@0.1.13)(supports-color@10.0.0) '@octokit/rest': 22.0.0 '@types/semver': 7.7.0 @@ -8725,6 +8778,26 @@ snapshots: '@babel/compat-data@7.28.0': {} + '@babel/core@7.27.7(supports-color@10.0.0)': + dependencies: + '@ampproject/remapping': 2.3.0 + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.28.0 + '@babel/helper-compilation-targets': 7.27.2 + '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.7(supports-color@10.0.0))(supports-color@10.0.0) + '@babel/helpers': 7.28.2 + '@babel/parser': 7.28.0 + '@babel/template': 7.27.2 + '@babel/traverse': 7.28.0(supports-color@10.0.0) + '@babel/types': 7.28.2 + convert-source-map: 2.0.0 + debug: 4.4.1(supports-color@10.0.0) + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color + '@babel/core@7.28.0': dependencies: '@ampproject/remapping': 2.3.0 @@ -8735,7 +8808,7 @@ snapshots: '@babel/helpers': 7.28.2 '@babel/parser': 7.28.0 '@babel/template': 7.27.2 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.0.0) '@babel/types': 7.28.2 convert-source-map: 2.0.0 debug: 4.4.1(supports-color@10.0.0) @@ -8773,7 +8846,7 @@ snapshots: '@babel/helper-optimise-call-expression': 7.27.1 '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.0) '@babel/helper-skip-transparent-expression-wrappers': 7.27.1 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.0.0) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -8800,24 +8873,33 @@ snapshots: '@babel/helper-member-expression-to-functions@7.27.1': dependencies: - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.0.0) '@babel/types': 7.28.2 transitivePeerDependencies: - supports-color - '@babel/helper-module-imports@7.27.1': + '@babel/helper-module-imports@7.27.1(supports-color@10.0.0)': dependencies: - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.0.0) '@babel/types': 7.28.2 transitivePeerDependencies: - supports-color + '@babel/helper-module-transforms@7.27.3(@babel/core@7.27.7(supports-color@10.0.0))(supports-color@10.0.0)': + dependencies: + '@babel/core': 7.27.7(supports-color@10.0.0) + '@babel/helper-module-imports': 7.27.1(supports-color@10.0.0) + '@babel/helper-validator-identifier': 7.27.1 + '@babel/traverse': 7.28.0(supports-color@10.0.0) + transitivePeerDependencies: + - supports-color + '@babel/helper-module-transforms@7.27.3(@babel/core@7.28.0)': dependencies: '@babel/core': 7.28.0 - '@babel/helper-module-imports': 7.27.1 + '@babel/helper-module-imports': 7.27.1(supports-color@10.0.0) '@babel/helper-validator-identifier': 7.27.1 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.0.0) transitivePeerDependencies: - supports-color @@ -8832,7 +8914,7 @@ snapshots: '@babel/core': 7.28.0 '@babel/helper-annotate-as-pure': 7.27.3 '@babel/helper-wrap-function': 7.27.1 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.0.0) transitivePeerDependencies: - supports-color @@ -8841,13 +8923,13 @@ snapshots: '@babel/core': 7.28.0 '@babel/helper-member-expression-to-functions': 7.27.1 '@babel/helper-optimise-call-expression': 7.27.1 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.0.0) transitivePeerDependencies: - supports-color '@babel/helper-skip-transparent-expression-wrappers@7.27.1': dependencies: - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.0.0) '@babel/types': 7.28.2 transitivePeerDependencies: - supports-color @@ -8865,11 +8947,16 @@ snapshots: '@babel/helper-wrap-function@7.27.1': dependencies: '@babel/template': 7.27.2 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.0.0) '@babel/types': 7.28.2 transitivePeerDependencies: - supports-color + '@babel/helpers@7.27.6': + dependencies: + '@babel/template': 7.27.2 + '@babel/types': 7.28.2 + '@babel/helpers@7.28.2': dependencies: '@babel/template': 7.27.2 @@ -8883,7 +8970,7 @@ snapshots: dependencies: '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.0.0) transitivePeerDependencies: - supports-color @@ -8910,7 +8997,7 @@ snapshots: dependencies: '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.0.0) transitivePeerDependencies: - supports-color @@ -8944,14 +9031,14 @@ snapshots: '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.0) - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.0.0) transitivePeerDependencies: - supports-color '@babel/plugin-transform-async-to-generator@7.27.1(@babel/core@7.28.0)': dependencies: '@babel/core': 7.28.0 - '@babel/helper-module-imports': 7.27.1 + '@babel/helper-module-imports': 7.27.1(supports-color@10.0.0) '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-remap-async-to-generator': 7.27.1(@babel/core@7.28.0) transitivePeerDependencies: @@ -8991,7 +9078,7 @@ snapshots: '@babel/helper-globals': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-replace-supers': 7.27.1(@babel/core@7.28.0) - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.0.0) transitivePeerDependencies: - supports-color @@ -9005,7 +9092,7 @@ snapshots: dependencies: '@babel/core': 7.28.0 '@babel/helper-plugin-utils': 7.27.1 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.0.0) transitivePeerDependencies: - supports-color @@ -9062,7 +9149,7 @@ snapshots: '@babel/core': 7.28.0 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.0.0) transitivePeerDependencies: - supports-color @@ -9108,7 +9195,7 @@ snapshots: '@babel/helper-module-transforms': 7.27.3(@babel/core@7.28.0) '@babel/helper-plugin-utils': 7.27.1 '@babel/helper-validator-identifier': 7.27.1 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.0.0) transitivePeerDependencies: - supports-color @@ -9148,7 +9235,7 @@ snapshots: '@babel/helper-plugin-utils': 7.27.1 '@babel/plugin-transform-destructuring': 7.28.0(@babel/core@7.28.0) '@babel/plugin-transform-parameters': 7.27.7(@babel/core@7.28.0) - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.0.0) transitivePeerDependencies: - supports-color @@ -9219,7 +9306,7 @@ snapshots: '@babel/plugin-transform-runtime@7.28.0(@babel/core@7.28.0)': dependencies: '@babel/core': 7.28.0 - '@babel/helper-module-imports': 7.27.1 + '@babel/helper-module-imports': 7.27.1(supports-color@10.0.0) '@babel/helper-plugin-utils': 7.27.1 babel-plugin-polyfill-corejs2: 0.4.14(@babel/core@7.28.0) babel-plugin-polyfill-corejs3: 0.13.0(@babel/core@7.28.0) @@ -9370,7 +9457,19 @@ snapshots: '@babel/parser': 7.28.0 '@babel/types': 7.28.2 - '@babel/traverse@7.28.0': + '@babel/traverse@7.27.7(supports-color@10.0.0)': + dependencies: + '@babel/code-frame': 7.27.1 + '@babel/generator': 7.28.0 + '@babel/parser': 7.28.0 + '@babel/template': 7.27.2 + '@babel/types': 7.28.2 + debug: 4.4.1(supports-color@10.0.0) + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + + '@babel/traverse@7.28.0(supports-color@10.0.0)': dependencies: '@babel/code-frame': 7.27.1 '@babel/generator': 7.28.0 @@ -9598,6 +9697,21 @@ snapshots: transitivePeerDependencies: - supports-color + '@google-cloud/monitoring@5.3.0(supports-color@10.0.0)': + dependencies: + google-gax: 5.0.1(supports-color@10.0.0) + transitivePeerDependencies: + - supports-color + + '@google-cloud/opentelemetry-resource-util@2.4.0(@opentelemetry/resources@1.30.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(supports-color@10.0.0)': + dependencies: + '@opentelemetry/resources': 1.30.1(@opentelemetry/api@1.9.0) + '@opentelemetry/semantic-conventions': 1.36.0 + gcp-metadata: 6.1.1(encoding@0.1.13)(supports-color@10.0.0) + transitivePeerDependencies: + - encoding + - supports-color + '@google-cloud/precise-date@5.0.0': {} '@google-cloud/projectify@4.0.0': {} @@ -9608,16 +9722,24 @@ snapshots: '@google-cloud/promisify@5.0.0': {} - '@google-cloud/spanner@8.0.0(supports-color@10.0.0)': + '@google-cloud/spanner@8.1.0(encoding@0.1.13)(supports-color@10.0.0)': dependencies: + '@babel/core': 7.27.7(supports-color@10.0.0) + '@babel/helpers': 7.27.6 + '@babel/traverse': 7.27.7(supports-color@10.0.0) '@google-cloud/common': 6.0.0(supports-color@10.0.0) + '@google-cloud/monitoring': 5.3.0(supports-color@10.0.0) + '@google-cloud/opentelemetry-resource-util': 2.4.0(@opentelemetry/resources@1.30.1(@opentelemetry/api@1.9.0))(encoding@0.1.13)(supports-color@10.0.0) '@google-cloud/precise-date': 5.0.0 '@google-cloud/projectify': 5.0.0 '@google-cloud/promisify': 5.0.0 + '@grpc/grpc-js': 1.13.4 '@grpc/proto-loader': 0.7.15 '@opentelemetry/api': 1.9.0 '@opentelemetry/context-async-hooks': 2.0.1(@opentelemetry/api@1.9.0) '@opentelemetry/core': 2.0.1(@opentelemetry/api@1.9.0) + '@opentelemetry/resources': 1.30.1(@opentelemetry/api@1.9.0) + '@opentelemetry/sdk-metrics': 1.30.1(@opentelemetry/api@1.9.0) '@opentelemetry/semantic-conventions': 1.36.0 '@types/big.js': 6.2.2 '@types/stack-trace': 0.0.33 @@ -9627,9 +9749,8 @@ snapshots: events-intercept: 2.0.0 extend: 3.0.2 google-auth-library: 10.2.0(supports-color@10.0.0) - google-gax: 5.0.1(supports-color@10.0.0) + google-gax: 5.0.0(supports-color@10.0.0) grpc-gcp: 1.0.1(protobufjs@7.5.3) - is: 3.3.2 lodash.snakecase: 4.1.1 merge-stream: 2.0.0 p-queue: 6.6.2 @@ -9641,6 +9762,7 @@ snapshots: teeny-request: 10.1.0(supports-color@10.0.0) through2: 4.0.2 transitivePeerDependencies: + - encoding - supports-color '@google/genai@1.12.0(@modelcontextprotocol/sdk@1.17.1)(encoding@0.1.13)(supports-color@10.0.0)': @@ -10157,11 +10279,30 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.0 + '@opentelemetry/core@1.30.1(@opentelemetry/api@1.9.0)': + dependencies: + '@opentelemetry/api': 1.9.0 + '@opentelemetry/semantic-conventions': 1.28.0 + '@opentelemetry/core@2.0.1(@opentelemetry/api@1.9.0)': dependencies: '@opentelemetry/api': 1.9.0 '@opentelemetry/semantic-conventions': 1.36.0 + '@opentelemetry/resources@1.30.1(@opentelemetry/api@1.9.0)': + dependencies: + '@opentelemetry/api': 1.9.0 + '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) + '@opentelemetry/semantic-conventions': 1.28.0 + + '@opentelemetry/sdk-metrics@1.30.1(@opentelemetry/api@1.9.0)': + dependencies: + '@opentelemetry/api': 1.9.0 + '@opentelemetry/core': 1.30.1(@opentelemetry/api@1.9.0) + '@opentelemetry/resources': 1.30.1(@opentelemetry/api@1.9.0) + + '@opentelemetry/semantic-conventions@1.28.0': {} + '@opentelemetry/semantic-conventions@1.36.0': {} '@oxc-project/runtime@0.78.0': {} @@ -10696,6 +10837,10 @@ snapshots: '@types/lodash@4.17.20': {} + '@types/long@5.0.0': + dependencies: + long: 5.3.2 + '@types/micromatch@2.3.35': dependencies: '@types/parse-glob': 3.0.32 @@ -13359,6 +13504,8 @@ snapshots: once: 1.4.0 path-is-absolute: 1.0.1 + globals@11.12.0: {} + globals@14.0.0: {} globals@16.3.0: {} @@ -13410,6 +13557,23 @@ snapshots: - encoding - supports-color + google-gax@5.0.0(supports-color@10.0.0): + dependencies: + '@grpc/grpc-js': 1.13.4 + '@grpc/proto-loader': 0.7.15 + '@types/long': 5.0.0 + abort-controller: 3.0.0 + duplexify: 4.1.3 + google-auth-library: 10.2.0(supports-color@10.0.0) + google-logging-utils: 1.1.1 + node-fetch: 3.3.2 + object-hash: 3.0.0 + proto3-json-serializer: 3.0.1 + protobufjs: 7.5.3 + retry-request: 8.0.0(supports-color@10.0.0) + transitivePeerDependencies: + - supports-color + google-gax@5.0.1(supports-color@10.0.0): dependencies: '@grpc/grpc-js': 1.13.4 @@ -13942,8 +14106,6 @@ snapshots: dependencies: is-inside-container: 1.0.0 - is@3.3.2: {} - isarray@1.0.0: {} isarray@2.0.5: {} diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 63222e3d7677..cdcc4740e5d7 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#8facbb82a5906a06ed563b2ab6e3acb29c9608b5", - "@angular/cdk": "github:angular/cdk-builds#226ed2f2a7f81b8327352f431b0229adbe463fc9", - "@angular/common": "github:angular/common-builds#0f994bfd63f01332151282539cb9da8fa2143005", - "@angular/compiler": "github:angular/compiler-builds#15094d781ccb75e1b8c333886cb910d9bd757f88", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#321bcb18369eacb911b2ec0ff7a7a7d7a495d134", - "@angular/core": "github:angular/core-builds#f69e100925139552abbfaa3db75ff07915b825de", - "@angular/forms": "github:angular/forms-builds#da2506ee4bf5ace082c46456eb24a0c13e038172", - "@angular/language-service": "github:angular/language-service-builds#4712139af03ad257a19426a1385dc57d2043ebfa", - "@angular/localize": "github:angular/localize-builds#a8a5e7c4f42d8ef6cb3b905aa53054c8deda3fb6", - "@angular/material": "github:angular/material-builds#009934bdabc114ed5903093ff1d156c02efc76d5", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#4030f4d6ec9b6332b5b65f165734e2153141aa92", - "@angular/platform-browser": "github:angular/platform-browser-builds#7b0fc027c97e702fc008e5e4b775ddd82d6e9af0", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#f86183a4c6db38ba4d7716c6503eeea3b50c6713", - "@angular/platform-server": "github:angular/platform-server-builds#e48745541580511e9788caf3c6a4cc97149d71c8", - "@angular/router": "github:angular/router-builds#01c888bd64d53a82ae8b4e87f477506ffd79c6d8", - "@angular/service-worker": "github:angular/service-worker-builds#57c779d3b21ebf74648e5f908d920eab9dfad4aa" + "@angular/animations": "github:angular/animations-builds#5bdd59835239d4c3302233251b285e42fcb25d0f", + "@angular/cdk": "github:angular/cdk-builds#8929abd619a1efbe8c8d3e3bf21ae7500148fcb6", + "@angular/common": "github:angular/common-builds#751c0fda6f7ffc1b42c8777fff2e23e6dc91d1b6", + "@angular/compiler": "github:angular/compiler-builds#7278b76834d58254838785b113902aabd32509b9", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#78b33dba18426fad8c2a3751896133ad9aef23cf", + "@angular/core": "github:angular/core-builds#5aaa685da026c6b669d69b33ac24020de9b7f2c0", + "@angular/forms": "github:angular/forms-builds#74e4d7bfe7be7ce889d9d0e90ef16937218e84c6", + "@angular/language-service": "github:angular/language-service-builds#282ec0eb1dd2ab5f5c33c8f475e11ee481d73a5d", + "@angular/localize": "github:angular/localize-builds#1785506d9df329698e55b3570b0f5600f3b80224", + "@angular/material": "github:angular/material-builds#244908c958644ea181133568eb1ce99555681acf", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#567a65d5b62154e6f4b03a2360d984873d32b9a4", + "@angular/platform-browser": "github:angular/platform-browser-builds#c6f62c988fa01d0884e985f45767ec0eec9ac384", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#64169d59c28d7e0d80859a31034fd42cf17e8365", + "@angular/platform-server": "github:angular/platform-server-builds#88da24e8ae84cbe7fac1d51bd67f2da550c188df", + "@angular/router": "github:angular/router-builds#403badcc8f021de7445b3893441bd0a181dbd253", + "@angular/service-worker": "github:angular/service-worker-builds#0a7543fc0df11b6135832fc09a61c5b08ee955f2" } }