diff --git a/.github/shared-actions/windows-bazel-test/action.yml b/.github/shared-actions/windows-bazel-test/action.yml index 0eb9549aa804..c8e9faeb95a8 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 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..9e0b90b0e894 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8247701abd00..62d67aba1c32 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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..7ca4794c9fee 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 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..014e6a766711 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 8e5df62a6c98..c5f6407ed1ca 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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..3add68cd0193 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/setup@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@72763ac08dc5934ddb59f61800c0ebc424308e1d + uses: angular/dev-infra/github-actions/bazel/configure-remote@d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 - 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..0d4be56594b6 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 = "d7a36bc7f6042e3408655c9f6534f9a1613ec8f6", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index ef93a6d21238..09e939c80ddc 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#b63cb4dd647458f12eb22ad9716687aec59f04dd", "@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..96ac070aeb17 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#b63cb4dd647458f12eb22ad9716687aec59f04dd + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b63cb4dd647458f12eb22ad9716687aec59f04dd(@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)) @@ -342,7 +342,7 @@ importers: version: 7.8.2 vitest: specifier: 3.2.4 - version: 3.2.4(@types/node@22.17.0)(jiti@1.21.7)(jsdom@26.1.0)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + version: 3.2.4(@types/node@22.17.0)(jiti@1.21.7)(jsdom@26.1.0)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.1) packages/angular/build: dependencies: @@ -366,7 +366,7 @@ importers: version: 5.1.14(@types/node@22.17.0) '@vitejs/plugin-basic-ssl': specifier: 2.1.0 - version: 2.1.0(vite@7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)) + version: 2.1.0(vite@7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.1)) beasties: specifier: 0.3.5 version: 0.3.5 @@ -378,7 +378,7 @@ importers: version: 0.25.8 https-proxy-agent: specifier: 7.0.6 - version: 7.0.6(supports-color@10.0.0) + version: 7.0.6(supports-color@10.1.0) istanbul-lib-instrument: specifier: 6.0.3 version: 6.0.3 @@ -420,7 +420,7 @@ importers: version: 0.2.14 vite: specifier: 7.0.6 - version: 7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + version: 7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.1) watchpack: specifier: 2.4.4 version: 2.4.4 @@ -452,7 +452,7 @@ importers: version: 7.8.2 vitest: specifier: 3.2.4 - version: 3.2.4(@types/node@22.17.0)(jiti@1.21.7)(jsdom@26.1.0)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + version: 3.2.4(@types/node@22.17.0)(jiti@1.21.7)(jsdom@26.1.0)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.1) packages/angular/cli: dependencies: @@ -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/b63cb4dd647458f12eb22ad9716687aec59f04dd': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b63cb4dd647458f12eb22ad9716687aec59f04dd} + version: 0.0.0-d7a36bc7f6042e3408655c9f6534f9a1613ec8f6 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: @@ -7646,8 +7699,8 @@ packages: stubs@3.0.0: resolution: {integrity: sha512-PdHt7hHUJKxvTCgbKX9C1V/ftOcjJQgz8BZwNfV5c4B6dcGqlpelTbJ999jBGZ2jYiPAwcX5dP6oBwVlBlUbxw==} - supports-color@10.0.0: - resolution: {integrity: sha512-HRVVSbCCMbj7/kdWF9Q+bbckjBHLtHMEoJWlkmYzzdwhYMkjkOwubLM6t7NbWKjgKamGDrWL1++KrjUO1t9oAQ==} + supports-color@10.1.0: + resolution: {integrity: sha512-GBuewsPrhJPftT+fqDa9oI/zc5HNsG9nREqwzoSFDOIqf0NggOZbHQj2TE1P1CDJK8ZogFnlZY9hWoUiur7I/A==} engines: {node: '>=18'} supports-color@2.0.0: @@ -8426,6 +8479,11 @@ packages: engines: {node: '>= 14.6'} hasBin: true + yaml@2.8.1: + resolution: {integrity: sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==} + engines: {node: '>= 14.6'} + hasBin: true + yargs-parser@18.1.3: resolution: {integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==} engines: {node: '>=6'} @@ -8656,21 +8714,21 @@ 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/b63cb4dd647458f12eb22ad9716687aec59f04dd(@modelcontextprotocol/sdk@1.17.1)(encoding@0.1.13)': dependencies: - '@google-cloud/spanner': 8.0.0(supports-color@10.0.0) - '@google/genai': 1.12.0(@modelcontextprotocol/sdk@1.17.1)(encoding@0.1.13)(supports-color@10.0.0) + '@google-cloud/spanner': 8.1.0(encoding@0.1.13)(supports-color@10.1.0) + '@google/genai': 1.12.0(@modelcontextprotocol/sdk@1.17.1)(encoding@0.1.13)(supports-color@10.1.0) '@octokit/rest': 22.0.0 '@types/semver': 7.7.0 '@types/supports-color': 10.0.0 '@yarnpkg/lockfile': 1.1.0 chalk: 5.5.0 semver: 7.7.2 - supports-color: 10.0.0 + supports-color: 10.1.0 typed-graphqlify: 3.1.6 typescript: 5.9.2 which: 5.0.0 - yaml: 2.8.0 + yaml: 2.8.1 transitivePeerDependencies: - '@modelcontextprotocol/sdk' - bufferutil @@ -8725,6 +8783,26 @@ snapshots: '@babel/compat-data@7.28.0': {} + '@babel/core@7.27.7(supports-color@10.1.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.1.0))(supports-color@10.1.0) + '@babel/helpers': 7.28.2 + '@babel/parser': 7.28.0 + '@babel/template': 7.27.2 + '@babel/traverse': 7.28.0(supports-color@10.1.0) + '@babel/types': 7.28.2 + convert-source-map: 2.0.0 + debug: 4.4.1(supports-color@10.1.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,10 +8813,10 @@ 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.1.0) '@babel/types': 7.28.2 convert-source-map: 2.0.0 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -8773,7 +8851,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.1.0) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -8790,7 +8868,7 @@ snapshots: '@babel/core': 7.28.0 '@babel/helper-compilation-targets': 7.27.2 '@babel/helper-plugin-utils': 7.27.1 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) lodash.debounce: 4.0.8 resolve: 1.22.10 transitivePeerDependencies: @@ -8800,24 +8878,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.1.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.1.0)': dependencies: - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.1.0) '@babel/types': 7.28.2 transitivePeerDependencies: - supports-color + '@babel/helper-module-transforms@7.27.3(@babel/core@7.27.7(supports-color@10.1.0))(supports-color@10.1.0)': + dependencies: + '@babel/core': 7.27.7(supports-color@10.1.0) + '@babel/helper-module-imports': 7.27.1(supports-color@10.1.0) + '@babel/helper-validator-identifier': 7.27.1 + '@babel/traverse': 7.28.0(supports-color@10.1.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.1.0) '@babel/helper-validator-identifier': 7.27.1 - '@babel/traverse': 7.28.0 + '@babel/traverse': 7.28.0(supports-color@10.1.0) transitivePeerDependencies: - supports-color @@ -8832,7 +8919,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.1.0) transitivePeerDependencies: - supports-color @@ -8841,13 +8928,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.1.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.1.0) '@babel/types': 7.28.2 transitivePeerDependencies: - supports-color @@ -8865,11 +8952,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.1.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 +8975,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.1.0) transitivePeerDependencies: - supports-color @@ -8910,7 +9002,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.1.0) transitivePeerDependencies: - supports-color @@ -8944,14 +9036,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.1.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.1.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 +9083,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.1.0) transitivePeerDependencies: - supports-color @@ -9005,7 +9097,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.1.0) transitivePeerDependencies: - supports-color @@ -9062,7 +9154,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.1.0) transitivePeerDependencies: - supports-color @@ -9108,7 +9200,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.1.0) transitivePeerDependencies: - supports-color @@ -9148,7 +9240,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.1.0) transitivePeerDependencies: - supports-color @@ -9219,7 +9311,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.1.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 +9462,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.1.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.1.0) + globals: 11.12.0 + transitivePeerDependencies: + - supports-color + + '@babel/traverse@7.28.0(supports-color@10.1.0)': dependencies: '@babel/code-frame': 7.27.1 '@babel/generator': 7.28.0 @@ -9378,7 +9482,7 @@ snapshots: '@babel/parser': 7.28.0 '@babel/template': 7.27.2 '@babel/types': 7.28.2 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) transitivePeerDependencies: - supports-color @@ -9548,7 +9652,7 @@ snapshots: '@eslint/config-array@0.21.0': dependencies: '@eslint/object-schema': 2.1.6 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -9562,7 +9666,7 @@ snapshots: '@eslint/eslintrc@3.3.1': dependencies: ajv: 6.12.6 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) espree: 10.4.0 globals: 14.0.0 ignore: 5.3.2 @@ -9584,20 +9688,35 @@ snapshots: '@glideapps/ts-necessities@2.2.3': {} - '@google-cloud/common@6.0.0(supports-color@10.0.0)': + '@google-cloud/common@6.0.0(supports-color@10.1.0)': dependencies: '@google-cloud/projectify': 4.0.0 '@google-cloud/promisify': 4.1.0 arrify: 2.0.1 duplexify: 4.1.3 extend: 3.0.2 - google-auth-library: 10.2.0(supports-color@10.0.0) + google-auth-library: 10.2.0(supports-color@10.1.0) html-entities: 2.6.0 - retry-request: 8.0.0(supports-color@10.0.0) - teeny-request: 10.1.0(supports-color@10.0.0) + retry-request: 8.0.0(supports-color@10.1.0) + teeny-request: 10.1.0(supports-color@10.1.0) transitivePeerDependencies: - supports-color + '@google-cloud/monitoring@5.3.0(supports-color@10.1.0)': + dependencies: + google-gax: 5.0.1(supports-color@10.1.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.1.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.1.0) + transitivePeerDependencies: + - encoding + - supports-color + '@google-cloud/precise-date@5.0.0': {} '@google-cloud/projectify@4.0.0': {} @@ -9608,16 +9727,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.1.0)': dependencies: - '@google-cloud/common': 6.0.0(supports-color@10.0.0) + '@babel/core': 7.27.7(supports-color@10.1.0) + '@babel/helpers': 7.27.6 + '@babel/traverse': 7.27.7(supports-color@10.1.0) + '@google-cloud/common': 6.0.0(supports-color@10.1.0) + '@google-cloud/monitoring': 5.3.0(supports-color@10.1.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.1.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 @@ -9626,26 +9753,26 @@ snapshots: duplexify: 4.1.3 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-auth-library: 10.2.0(supports-color@10.1.0) + google-gax: 5.0.0(supports-color@10.1.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 protobufjs: 7.5.3 - retry-request: 8.0.0(supports-color@10.0.0) + retry-request: 8.0.0(supports-color@10.1.0) split-array-stream: 2.0.0 stack-trace: 0.0.10 stream-events: 1.0.5 - teeny-request: 10.1.0(supports-color@10.0.0) + teeny-request: 10.1.0(supports-color@10.1.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)': + '@google/genai@1.12.0(@modelcontextprotocol/sdk@1.17.1)(encoding@0.1.13)(supports-color@10.1.0)': dependencies: - google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.0.0) + google-auth-library: 9.15.1(encoding@0.1.13)(supports-color@10.1.0) ws: 8.18.3 optionalDependencies: '@modelcontextprotocol/sdk': 1.17.1 @@ -10034,7 +10161,7 @@ snapshots: dependencies: agent-base: 7.1.4 http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6(supports-color@10.0.0) + https-proxy-agent: 7.0.6(supports-color@10.1.0) lru-cache: 10.4.3 socks-proxy-agent: 8.0.5 transitivePeerDependencies: @@ -10157,11 +10284,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': {} @@ -10257,7 +10403,7 @@ snapshots: '@puppeteer/browsers@2.10.6': dependencies: - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) extract-zip: 2.0.1 progress: 2.0.3 proxy-agent: 6.5.0 @@ -10696,6 +10842,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 @@ -10808,7 +10958,7 @@ snapshots: '@types/supports-color@10.0.0': dependencies: - supports-color: 10.0.0 + supports-color: 10.1.0 '@types/tapable@1.0.12': {} @@ -10882,7 +11032,7 @@ snapshots: '@typescript-eslint/types': 8.38.0 '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.9.2) '@typescript-eslint/visitor-keys': 8.38.0 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) eslint: 9.32.0(jiti@1.21.7) typescript: 5.9.2 transitivePeerDependencies: @@ -10892,7 +11042,7 @@ snapshots: dependencies: '@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.9.2) '@typescript-eslint/types': 8.38.0 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) typescript: 5.9.2 transitivePeerDependencies: - supports-color @@ -10911,7 +11061,7 @@ snapshots: '@typescript-eslint/types': 8.38.0 '@typescript-eslint/typescript-estree': 8.38.0(typescript@5.9.2) '@typescript-eslint/utils': 8.38.0(eslint@9.32.0(jiti@1.21.7))(typescript@5.9.2) - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) eslint: 9.32.0(jiti@1.21.7) ts-api-utils: 2.1.0(typescript@5.9.2) typescript: 5.9.2 @@ -10926,7 +11076,7 @@ snapshots: '@typescript-eslint/tsconfig-utils': 8.38.0(typescript@5.9.2) '@typescript-eslint/types': 8.38.0 '@typescript-eslint/visitor-keys': 8.38.0 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) fast-glob: 3.3.3 is-glob: 4.0.3 minimatch: 9.0.5 @@ -10958,7 +11108,7 @@ snapshots: '@verdaccio/core': 8.0.0-next-8.19 '@verdaccio/loaders': 8.0.0-next-8.9 '@verdaccio/signature': 8.0.0-next-8.11 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) lodash: 4.17.21 verdaccio-htpasswd: 13.0.0-next-8.19 transitivePeerDependencies: @@ -10972,7 +11122,7 @@ snapshots: '@verdaccio/config@8.0.0-next-8.19': dependencies: '@verdaccio/core': 8.0.0-next-8.19 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) js-yaml: 4.1.0 lodash: 4.17.21 minimatch: 7.4.6 @@ -11008,7 +11158,7 @@ snapshots: '@verdaccio/loaders@8.0.0-next-8.9': dependencies: '@verdaccio/core': 8.0.0-next-8.19 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) lodash: 4.17.21 transitivePeerDependencies: - supports-color @@ -11031,7 +11181,7 @@ snapshots: '@verdaccio/core': 8.0.0-next-8.19 '@verdaccio/logger-prettify': 8.0.0-next-8.3 colorette: 2.0.20 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) transitivePeerDependencies: - supports-color @@ -11056,7 +11206,7 @@ snapshots: '@verdaccio/config': 8.0.0-next-8.19 '@verdaccio/core': 8.0.0-next-8.19 '@verdaccio/url': 13.0.0-next-8.19 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) express: 4.21.2 express-rate-limit: 5.5.1 lodash: 4.17.21 @@ -11071,7 +11221,7 @@ snapshots: dependencies: '@verdaccio/config': 8.0.0-next-8.19 '@verdaccio/core': 8.0.0-next-8.19 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) jsonwebtoken: 9.0.2 transitivePeerDependencies: - supports-color @@ -11082,7 +11232,7 @@ snapshots: dependencies: '@verdaccio/core': 8.0.0-next-8.19 '@verdaccio/url': 13.0.0-next-8.19 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) gunzip-maybe: 1.4.2 tar-stream: 3.1.7 transitivePeerDependencies: @@ -11093,7 +11243,7 @@ snapshots: '@verdaccio/url@13.0.0-next-8.19': dependencies: '@verdaccio/core': 8.0.0-next-8.19 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) lodash: 4.17.21 validator: 13.12.0 transitivePeerDependencies: @@ -11105,9 +11255,9 @@ snapshots: lodash: 4.17.21 minimatch: 7.4.6 - '@vitejs/plugin-basic-ssl@2.1.0(vite@7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))': + '@vitejs/plugin-basic-ssl@2.1.0(vite@7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.1))': dependencies: - vite: 7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + vite: 7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.1) '@vitest/expect@3.2.4': dependencies: @@ -11117,13 +11267,13 @@ snapshots: chai: 5.2.1 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.4(vite@7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0))': + '@vitest/mocker@3.2.4(vite@7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.1))': dependencies: '@vitest/spy': 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + vite: 7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.1) '@vitest/pretty-format@3.2.4': dependencies: @@ -11449,9 +11599,9 @@ snapshots: dependencies: es6-promisify: 5.0.0 - agent-base@6.0.2(supports-color@10.0.0): + agent-base@6.0.2(supports-color@10.1.0): dependencies: - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) transitivePeerDependencies: - supports-color @@ -11783,7 +11933,7 @@ snapshots: dependencies: bytes: 3.1.2 content-type: 1.0.5 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) http-errors: 2.0.0 iconv-lite: 0.6.3 on-finished: 2.4.1 @@ -12349,11 +12499,11 @@ snapshots: dependencies: ms: 2.1.3 - debug@4.4.1(supports-color@10.0.0): + debug@4.4.1(supports-color@10.1.0): dependencies: ms: 2.1.3 optionalDependencies: - supports-color: 10.0.0 + supports-color: 10.1.0 decamelize@1.2.0: {} @@ -12836,7 +12986,7 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) escape-string-regexp: 4.0.0 eslint-scope: 8.4.0 eslint-visitor-keys: 4.2.1 @@ -12974,7 +13124,7 @@ snapshots: content-type: 1.0.5 cookie: 0.7.2 cookie-signature: 1.2.2 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) encodeurl: 2.0.0 escape-html: 1.0.3 etag: 1.8.1 @@ -13107,7 +13257,7 @@ snapshots: finalhandler@2.1.0: dependencies: - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) encodeurl: 2.0.0 escape-html: 1.0.3 on-finished: 2.4.1 @@ -13148,7 +13298,7 @@ snapshots: follow-redirects@1.15.11(debug@4.4.1): optionalDependencies: - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) for-each@0.3.5: dependencies: @@ -13236,10 +13386,10 @@ snapshots: functions-have-names@1.2.3: {} - gaxios@6.7.1(encoding@0.1.13)(supports-color@10.0.0): + gaxios@6.7.1(encoding@0.1.13)(supports-color@10.1.0): dependencies: extend: 3.0.2 - https-proxy-agent: 7.0.6(supports-color@10.0.0) + https-proxy-agent: 7.0.6(supports-color@10.1.0) is-stream: 2.0.1 node-fetch: 2.7.0(encoding@0.1.13) uuid: 9.0.1 @@ -13247,26 +13397,26 @@ snapshots: - encoding - supports-color - gaxios@7.1.1(supports-color@10.0.0): + gaxios@7.1.1(supports-color@10.1.0): dependencies: extend: 3.0.2 - https-proxy-agent: 7.0.6(supports-color@10.0.0) + https-proxy-agent: 7.0.6(supports-color@10.1.0) node-fetch: 3.3.2 transitivePeerDependencies: - supports-color - gcp-metadata@6.1.1(encoding@0.1.13)(supports-color@10.0.0): + gcp-metadata@6.1.1(encoding@0.1.13)(supports-color@10.1.0): dependencies: - gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.0.0) + gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.1.0) google-logging-utils: 0.0.2 json-bigint: 1.0.0 transitivePeerDependencies: - encoding - supports-color - gcp-metadata@7.0.1(supports-color@10.0.0): + gcp-metadata@7.0.1(supports-color@10.1.0): dependencies: - gaxios: 7.1.1(supports-color@10.0.0) + gaxios: 7.1.1(supports-color@10.1.0) google-logging-utils: 1.1.1 json-bigint: 1.0.0 transitivePeerDependencies: @@ -13314,7 +13464,7 @@ snapshots: dependencies: basic-ftp: 5.0.5 data-uri-to-buffer: 6.0.2 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) transitivePeerDependencies: - supports-color @@ -13359,6 +13509,8 @@ snapshots: once: 1.4.0 path-is-absolute: 1.0.1 + globals@11.12.0: {} + globals@14.0.0: {} globals@16.3.0: {} @@ -13386,43 +13538,60 @@ snapshots: pify: 2.3.0 pinkie-promise: 2.0.1 - google-auth-library@10.2.0(supports-color@10.0.0): + google-auth-library@10.2.0(supports-color@10.1.0): dependencies: base64-js: 1.5.1 ecdsa-sig-formatter: 1.0.11 - gaxios: 7.1.1(supports-color@10.0.0) - gcp-metadata: 7.0.1(supports-color@10.0.0) + gaxios: 7.1.1(supports-color@10.1.0) + gcp-metadata: 7.0.1(supports-color@10.1.0) google-logging-utils: 1.1.1 - gtoken: 8.0.0(supports-color@10.0.0) + gtoken: 8.0.0(supports-color@10.1.0) jws: 4.0.0 transitivePeerDependencies: - supports-color - google-auth-library@9.15.1(encoding@0.1.13)(supports-color@10.0.0): + google-auth-library@9.15.1(encoding@0.1.13)(supports-color@10.1.0): dependencies: base64-js: 1.5.1 ecdsa-sig-formatter: 1.0.11 - gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.0.0) - gcp-metadata: 6.1.1(encoding@0.1.13)(supports-color@10.0.0) - gtoken: 7.1.0(encoding@0.1.13)(supports-color@10.0.0) + gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.1.0) + gcp-metadata: 6.1.1(encoding@0.1.13)(supports-color@10.1.0) + gtoken: 7.1.0(encoding@0.1.13)(supports-color@10.1.0) jws: 4.0.0 transitivePeerDependencies: - encoding - supports-color - google-gax@5.0.1(supports-color@10.0.0): + google-gax@5.0.0(supports-color@10.1.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.1.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.1.0) + transitivePeerDependencies: + - supports-color + + google-gax@5.0.1(supports-color@10.1.0): dependencies: '@grpc/grpc-js': 1.13.4 '@grpc/proto-loader': 0.7.15 abort-controller: 3.0.0 duplexify: 4.1.3 - google-auth-library: 10.2.0(supports-color@10.0.0) + google-auth-library: 10.2.0(supports-color@10.1.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) + retry-request: 8.0.0(supports-color@10.1.0) transitivePeerDependencies: - supports-color @@ -13441,17 +13610,17 @@ snapshots: '@grpc/grpc-js': 1.13.4 protobufjs: 7.5.3 - gtoken@7.1.0(encoding@0.1.13)(supports-color@10.0.0): + gtoken@7.1.0(encoding@0.1.13)(supports-color@10.1.0): dependencies: - gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.0.0) + gaxios: 6.7.1(encoding@0.1.13)(supports-color@10.1.0) jws: 4.0.0 transitivePeerDependencies: - encoding - supports-color - gtoken@8.0.0(supports-color@10.0.0): + gtoken@8.0.0(supports-color@10.1.0): dependencies: - gaxios: 7.1.1(supports-color@10.0.0) + gaxios: 7.1.1(supports-color@10.1.0) jws: 4.0.0 transitivePeerDependencies: - supports-color @@ -13573,18 +13742,18 @@ snapshots: http-parser-js@0.5.10: {} - http-proxy-agent@5.0.0(supports-color@10.0.0): + http-proxy-agent@5.0.0(supports-color@10.1.0): dependencies: '@tootallnate/once': 2.0.0 - agent-base: 6.0.2(supports-color@10.0.0) - debug: 4.4.1(supports-color@10.0.0) + agent-base: 6.0.2(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.1.0) transitivePeerDependencies: - supports-color http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.4 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) transitivePeerDependencies: - supports-color @@ -13603,7 +13772,7 @@ snapshots: http-proxy-middleware@3.0.5: dependencies: '@types/http-proxy': 1.17.16 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) http-proxy: 1.18.1(debug@4.4.1) is-glob: 4.0.3 is-plain-object: 5.0.0 @@ -13642,17 +13811,17 @@ snapshots: transitivePeerDependencies: - supports-color - https-proxy-agent@5.0.1(supports-color@10.0.0): + https-proxy-agent@5.0.1(supports-color@10.1.0): dependencies: - agent-base: 6.0.2(supports-color@10.0.0) - debug: 4.4.1(supports-color@10.0.0) + agent-base: 6.0.2(supports-color@10.1.0) + debug: 4.4.1(supports-color@10.1.0) transitivePeerDependencies: - supports-color - https-proxy-agent@7.0.6(supports-color@10.0.0): + https-proxy-agent@7.0.6(supports-color@10.1.0): dependencies: agent-base: 7.1.4 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) transitivePeerDependencies: - supports-color @@ -13942,8 +14111,6 @@ snapshots: dependencies: is-inside-container: 1.0.0 - is@3.3.2: {} - isarray@1.0.0: {} isarray@2.0.5: {} @@ -13990,7 +14157,7 @@ snapshots: istanbul-lib-source-maps@4.0.1: dependencies: - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) istanbul-lib-coverage: 3.2.2 source-map: 0.6.1 transitivePeerDependencies: @@ -14068,7 +14235,7 @@ snapshots: decimal.js: 10.6.0 html-encoding-sniffer: 4.0.0 http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6(supports-color@10.0.0) + https-proxy-agent: 7.0.6(supports-color@10.1.0) is-potential-custom-element-name: 1.0.1 nwsapi: 2.2.21 parse5: 7.3.0 @@ -14271,7 +14438,7 @@ snapshots: koa-send@5.0.1: dependencies: - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) http-errors: 1.8.1 resolve-path: 1.4.0 transitivePeerDependencies: @@ -14291,7 +14458,7 @@ snapshots: content-disposition: 0.5.4 content-type: 1.0.5 cookies: 0.9.1 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) delegates: 1.0.0 depd: 2.0.0 destroy: 1.2.0 @@ -14460,7 +14627,7 @@ snapshots: log4js@6.9.1: dependencies: date-format: 4.0.14 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) flatted: 3.3.3 rfdc: 1.4.1 streamroller: 3.1.5 @@ -15024,10 +15191,10 @@ snapshots: dependencies: '@tootallnate/quickjs-emscripten': 0.23.0 agent-base: 7.1.4 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) get-uri: 6.0.5 http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6(supports-color@10.0.0) + https-proxy-agent: 7.0.6(supports-color@10.1.0) pac-resolver: 7.0.1 socks-proxy-agent: 8.0.5 transitivePeerDependencies: @@ -15204,7 +15371,7 @@ snapshots: portfinder@1.0.37: dependencies: async: 3.2.6 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) transitivePeerDependencies: - supports-color @@ -15330,9 +15497,9 @@ snapshots: proxy-agent@6.5.0: dependencies: agent-base: 7.1.4 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.6(supports-color@10.0.0) + https-proxy-agent: 7.0.6(supports-color@10.1.0) lru-cache: 7.18.3 pac-proxy-agent: 7.2.0 proxy-from-env: 1.1.0 @@ -15375,7 +15542,7 @@ snapshots: debug: 4.3.4 devtools-protocol: 0.0.1045489 extract-zip: 2.0.1 - https-proxy-agent: 5.0.1(supports-color@10.0.0) + https-proxy-agent: 5.0.1(supports-color@10.1.0) proxy-from-env: 1.1.0 rimraf: 3.0.2 tar-fs: 2.1.1 @@ -15391,7 +15558,7 @@ snapshots: dependencies: '@puppeteer/browsers': 2.10.6 chromium-bidi: 7.2.0(devtools-protocol@0.0.1464554) - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) devtools-protocol: 0.0.1464554 typed-query-selector: 2.12.0 ws: 8.18.3 @@ -15403,7 +15570,7 @@ snapshots: puppeteer@18.2.1(encoding@0.1.13): dependencies: - https-proxy-agent: 5.0.1(supports-color@10.0.0) + https-proxy-agent: 5.0.1(supports-color@10.1.0) progress: 2.0.3 proxy-from-env: 1.1.0 puppeteer-core: 18.2.1(encoding@0.1.13) @@ -15624,11 +15791,11 @@ snapshots: onetime: 7.0.0 signal-exit: 4.1.0 - retry-request@8.0.0(supports-color@10.0.0): + retry-request@8.0.0(supports-color@10.1.0): dependencies: '@types/request': 2.48.13 extend: 3.0.2 - teeny-request: 10.1.0(supports-color@10.0.0) + teeny-request: 10.1.0(supports-color@10.1.0) transitivePeerDependencies: - supports-color @@ -15719,7 +15886,7 @@ snapshots: router@2.2.0: dependencies: - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) depd: 2.0.0 is-promise: 4.0.0 parseurl: 1.3.3 @@ -15860,7 +16027,7 @@ snapshots: send@1.2.0: dependencies: - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) encodeurl: 2.0.0 escape-html: 1.0.3 etag: 1.8.1 @@ -16072,7 +16239,7 @@ snapshots: socks-proxy-agent@8.0.5: dependencies: agent-base: 7.1.4 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) socks: 2.8.6 transitivePeerDependencies: - supports-color @@ -16133,7 +16300,7 @@ snapshots: spdy-transport@3.0.0: dependencies: - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) detect-node: 2.1.0 hpack.js: 2.1.6 obuf: 1.1.2 @@ -16144,7 +16311,7 @@ snapshots: spdy@4.0.2: dependencies: - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) handle-thing: 2.0.1 http-deceiver: 1.2.7 select-hose: 2.0.0 @@ -16220,7 +16387,7 @@ snapshots: streamroller@3.1.5: dependencies: date-format: 4.0.14 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) fs-extra: 8.1.0 transitivePeerDependencies: - supports-color @@ -16305,7 +16472,7 @@ snapshots: stubs@3.0.0: {} - supports-color@10.0.0: {} + supports-color@10.1.0: {} supports-color@2.0.0: {} @@ -16377,10 +16544,10 @@ snapshots: mkdirp: 3.0.1 yallist: 5.0.0 - teeny-request@10.1.0(supports-color@10.0.0): + teeny-request@10.1.0(supports-color@10.1.0): dependencies: - http-proxy-agent: 5.0.0(supports-color@10.0.0) - https-proxy-agent: 5.0.1(supports-color@10.0.0) + http-proxy-agent: 5.0.0(supports-color@10.1.0) + https-proxy-agent: 5.0.1(supports-color@10.1.0) node-fetch: 3.3.2 stream-events: 1.0.5 transitivePeerDependencies: @@ -16525,7 +16692,7 @@ snapshots: tuf-js@3.1.0: dependencies: '@tufjs/models': 3.0.1 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) make-fetch-happen: 14.0.3 transitivePeerDependencies: - supports-color @@ -16714,7 +16881,7 @@ snapshots: '@verdaccio/config': 8.0.0-next-8.19 '@verdaccio/core': 8.0.0-next-8.19 express: 4.21.2 - https-proxy-agent: 5.0.1(supports-color@10.0.0) + https-proxy-agent: 5.0.1(supports-color@10.1.0) node-fetch: 2.6.7(encoding@0.1.13) transitivePeerDependencies: - encoding @@ -16733,7 +16900,7 @@ snapshots: '@verdaccio/file-locking': 13.0.0-next-8.4 apache-md5: 1.1.8 bcryptjs: 2.4.3 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) http-errors: 2.0.0 unix-crypt-td-js: 1.1.4 transitivePeerDependencies: @@ -16761,7 +16928,7 @@ snapshots: clipanion: 4.0.0-rc.4 compression: 1.8.1 cors: 2.8.5 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) envinfo: 7.14.0 express: 4.21.2 handlebars: 4.7.8 @@ -16783,13 +16950,13 @@ snapshots: core-util-is: 1.0.2 extsprintf: 1.3.0 - vite-node@3.2.4(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0): + vite-node@3.2.4(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.1): dependencies: cac: 6.7.14 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + vite: 7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.1) transitivePeerDependencies: - '@types/node' - jiti @@ -16804,7 +16971,7 @@ snapshots: - tsx - yaml - vite@7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0): + vite@7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.1): dependencies: esbuild: 0.25.8 fdir: 6.4.6(picomatch@4.0.3) @@ -16819,20 +16986,20 @@ snapshots: less: 4.4.0 sass: 1.89.2 terser: 5.43.1 - yaml: 2.8.0 + yaml: 2.8.1 - vitest@3.2.4(@types/node@22.17.0)(jiti@1.21.7)(jsdom@26.1.0)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0): + vitest@3.2.4(@types/node@22.17.0)(jiti@1.21.7)(jsdom@26.1.0)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.1): dependencies: '@types/chai': 5.2.2 '@vitest/expect': 3.2.4 - '@vitest/mocker': 3.2.4(vite@7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0)) + '@vitest/mocker': 3.2.4(vite@7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.1)) '@vitest/pretty-format': 3.2.4 '@vitest/runner': 3.2.4 '@vitest/snapshot': 3.2.4 '@vitest/spy': 3.2.4 '@vitest/utils': 3.2.4 chai: 5.2.1 - debug: 4.4.1(supports-color@10.0.0) + debug: 4.4.1(supports-color@10.1.0) expect-type: 1.2.2 magic-string: 0.30.17 pathe: 2.0.3 @@ -16843,8 +17010,8 @@ snapshots: tinyglobby: 0.2.14 tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: 7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) - vite-node: 3.2.4(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.0) + vite: 7.0.6(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.1) + vite-node: 3.2.4(@types/node@22.17.0)(jiti@1.21.7)(less@4.4.0)(sass@1.89.2)(terser@5.43.1)(yaml@2.8.1) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 22.17.0 @@ -17159,6 +17326,8 @@ snapshots: yaml@2.8.0: {} + yaml@2.8.1: {} + yargs-parser@18.1.3: dependencies: camelcase: 5.3.1 diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 63222e3d7677..2f4a32f1a1e0 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#c6a47f6b7e5232ff6187e28d14c7a1aa09d3e636", + "@angular/cdk": "github:angular/cdk-builds#8929abd619a1efbe8c8d3e3bf21ae7500148fcb6", + "@angular/common": "github:angular/common-builds#db8df9f365dd538931f127f9797acfb4e4b950de", + "@angular/compiler": "github:angular/compiler-builds#3b331c97d0fa8bc0a3db12276c0aa5dcf66bdd5f", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#eccf2bd6ae9f850baceec6d1a2bb46531b0689b5", + "@angular/core": "github:angular/core-builds#4573abb399ac4258cb2c41c3c7c443743f97d192", + "@angular/forms": "github:angular/forms-builds#3c4d07ffcd791a5df19b9b6174d2af3fa92ff85b", + "@angular/language-service": "github:angular/language-service-builds#8280d6d84faaaeb7ad3c71a80292979a43884563", + "@angular/localize": "github:angular/localize-builds#8165762e7a75bdb9661e0743b7335b322a7ff35e", + "@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#8834b61263367027062449aa359495d995ebc7d3", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#c651ef52cb317883dd38942659296c60d003beef", + "@angular/platform-server": "github:angular/platform-server-builds#516da7ce551518e5269e21ce3d89459e8f25a411", + "@angular/router": "github:angular/router-builds#f1a52784d1ec3640d16c17e99b0c3c3346ecc4a1", + "@angular/service-worker": "github:angular/service-worker-builds#c957063d4b67f4516be5455448508fc635f7ae19" } }