diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 73c43bcd589b..79d7c0a9c2c1 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -17,6 +17,6 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + - uses: angular/dev-infra/github-actions/branch-manager@9fcd1a00765bdbe6137505248383565cf24d1f3c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c11789e11b1d..d13e7bd239b5 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@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/setup@9fcd1a00765bdbe6137505248383565cf24d1f3c - 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@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/setup@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/configure-remote@9fcd1a00765bdbe6137505248383565cf24d1f3c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -61,11 +61,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/setup@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/configure-remote@9fcd1a00765bdbe6137505248383565cf24d1f3c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -84,13 +84,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/setup@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/configure-remote@9fcd1a00765bdbe6137505248383565cf24d1f3c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -100,11 +100,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/setup@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/configure-remote@9fcd1a00765bdbe6137505248383565cf24d1f3c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -137,7 +137,7 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -164,13 +164,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/setup@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/configure-remote@9fcd1a00765bdbe6137505248383565cf24d1f3c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -188,13 +188,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/setup@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/configure-remote@9fcd1a00765bdbe6137505248383565cf24d1f3c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -208,13 +208,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@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/setup@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/configure-remote@9fcd1a00765bdbe6137505248383565cf24d1f3c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run E2E Browser tests @@ -244,11 +244,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/setup@9fcd1a00765bdbe6137505248383565cf24d1f3c - 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 9a56ee043a1f..dc612b8d0c2f 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: angular/dev-infra/github-actions/pull-request-labeling@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + - uses: angular/dev-infra/github-actions/pull-request-labeling@9fcd1a00765bdbe6137505248383565cf24d1f3c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + - uses: angular/dev-infra/github-actions/post-approval-changes@9fcd1a00765bdbe6137505248383565cf24d1f3c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index b5d93c6dda68..2be0832b0176 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@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + - uses: angular/dev-infra/github-actions/feature-request@9fcd1a00765bdbe6137505248383565cf24d1f3c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 482aee40f3c3..2e2020a474e5 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@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - 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@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/setup@9fcd1a00765bdbe6137505248383565cf24d1f3c - 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 59053bc4ce84..58d5c58e516b 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@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/setup@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup ESLint Caching uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: @@ -66,17 +66,17 @@ jobs: # it has been merged. run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }} - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/linting/licenses@9fcd1a00765bdbe6137505248383565cf24d1f3c build: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/setup@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/configure-remote@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Install node modules run: pnpm install --frozen-lockfile - name: Build release targets @@ -93,11 +93,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/setup@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/configure-remote@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Install node modules run: pnpm install --frozen-lockfile - name: Run module and package tests @@ -114,13 +114,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/setup@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/configure-remote@9fcd1a00765bdbe6137505248383565cf24d1f3c - 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:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -128,11 +128,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/setup@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/configure-remote@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Install node modules run: pnpm install --frozen-lockfile - name: Build E2E tests for Windows on Linux @@ -156,7 +156,7 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -183,13 +183,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/setup@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/configure-remote@9fcd1a00765bdbe6137505248383565cf24d1f3c - 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:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -205,12 +205,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/setup@9fcd1a00765bdbe6137505248383565cf24d1f3c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@1d545550f0a93b2ffee3672587314d6f6b3dc7fd + uses: angular/dev-infra/github-actions/bazel/configure-remote@9fcd1a00765bdbe6137505248383565cf24d1f3c - 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:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }} diff --git a/MODULE.bazel b/MODULE.bazel index fc060efc56cd..c9870fb9c5e3 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -25,7 +25,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "1d545550f0a93b2ffee3672587314d6f6b3dc7fd", + commit = "9fcd1a00765bdbe6137505248383565cf24d1f3c", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index fe90a42df3db..c5657a839469 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -195,8 +195,8 @@ "https://bcr.bazel.build/modules/stardoc/0.7.2/source.json": "58b029e5e901d6802967754adf0a9056747e8176f017cfe3607c0851f4d42216", "https://bcr.bazel.build/modules/tar.bzl/0.2.1/MODULE.bazel": "52d1c00a80a8cc67acbd01649e83d8dd6a9dc426a6c0b754a04fe8c219c76468", "https://bcr.bazel.build/modules/tar.bzl/0.5.1/MODULE.bazel": "7c2eb3dcfc53b0f3d6f9acdfd911ca803eaf92aadf54f8ca6e4c1f3aee288351", - "https://bcr.bazel.build/modules/tar.bzl/0.7.0/MODULE.bazel": "cc1acd85da33c80e430b65219a620d54d114628df24a618c3a5fa0b65e988da9", - "https://bcr.bazel.build/modules/tar.bzl/0.7.0/source.json": "9becb80306f42d4810bfa16379fb48aad0b01ce5342bc12fe47dcd6af3ac4d7a", + "https://bcr.bazel.build/modules/tar.bzl/0.8.1/MODULE.bazel": "6ffe8907ed4c555bc94bd35a5a01411cc4470c6dace84f9cf487815409e077d1", + "https://bcr.bazel.build/modules/tar.bzl/0.8.1/source.json": "835f83b482facf6205ad8708cf2b2f6524d1d7b1075a90fe9bb540da761d6d2e", "https://bcr.bazel.build/modules/upb/0.0.0-20220923-a547704/MODULE.bazel": "7298990c00040a0e2f121f6c32544bab27d4452f80d9ce51349b1a28f3005c43", "https://bcr.bazel.build/modules/yq.bzl/0.1.1/MODULE.bazel": "9039681f9bcb8958ee2c87ffc74bdafba9f4369096a2b5634b88abc0eaefa072", "https://bcr.bazel.build/modules/yq.bzl/0.2.0/MODULE.bazel": "6f3a675677db8885be4d607fde14cc51829715e3a879fb016eb9bf336786ce6d", @@ -212,7 +212,7 @@ "moduleExtensions": { "@@aspect_rules_esbuild+//esbuild:extensions.bzl%esbuild": { "general": { - "bzlTransitiveDigest": "aigjS9xHJ6Ceed5bsWHVpYu0wQq5x5LKvrE+TrCwiaY=", + "bzlTransitiveDigest": "c4i5gawrp4Au9UMb55EzQCePYwkrFqD9tFBN7GdHG5g=", "usagesDigest": "ToTaCONCN/E05krnHXLM1kpV1zrHNxHrGpUip973II4=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, @@ -413,7 +413,7 @@ }, "@@aspect_rules_js+//npm:extensions.bzl%pnpm": { "general": { - "bzlTransitiveDigest": "VgHl/whC37LJd2Xugb6EJemnvz0YIiZlw3x2My8Zi7I=", + "bzlTransitiveDigest": "HC+l+mTivq1p/KbcVQ+iV5QwYR+oKESJh827FY68SH8=", "usagesDigest": "UmcnMnMoTFM2RJyO6TC18nuxsq6TZvos++0IcZ5l0VY=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, diff --git a/package.json b/package.json index 38482f71f712..250e693ddefe 100644 --- a/package.json +++ b/package.json @@ -43,15 +43,15 @@ "homepage": "https://github.com/angular/angular-cli", "devDependencies": { "@angular/animations": "21.2.0-next.1", - "@angular/cdk": "21.2.0-next.1", + "@angular/cdk": "21.2.0-next.2", "@angular/common": "21.2.0-next.1", "@angular/compiler": "21.2.0-next.1", "@angular/compiler-cli": "21.2.0-next.1", "@angular/core": "21.2.0-next.1", "@angular/forms": "21.2.0-next.1", "@angular/localize": "21.2.0-next.1", - "@angular/material": "21.2.0-next.1", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#15a2e18c3d5403d2b2355c5e42c67effc55f9c9f", + "@angular/material": "21.2.0-next.2", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5b3d6e938f51f74eb99219ee5fed84c0c8e80e99", "@angular/platform-browser": "21.2.0-next.1", "@angular/platform-server": "21.2.0-next.1", "@angular/router": "21.2.0-next.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6fd53b45c7dc..6fa121b5121e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,8 +23,8 @@ importers: specifier: 21.2.0-next.1 version: 21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)) '@angular/cdk': - specifier: 21.2.0-next.1 - version: 21.2.0-next.1(@angular/common@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.1(@angular/animations@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) + specifier: 21.2.0-next.2 + version: 21.2.0-next.2(@angular/common@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.1(@angular/animations@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) '@angular/common': specifier: 21.2.0-next.1 version: 21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) @@ -44,11 +44,11 @@ importers: specifier: 21.2.0-next.1 version: 21.2.0-next.1(@angular/compiler-cli@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(typescript@5.9.3))(@angular/compiler@21.2.0-next.1) '@angular/material': - specifier: 21.2.0-next.1 - version: 21.2.0-next.1(d363ea0c032248a351f6672d2b982900) + specifier: 21.2.0-next.2 + version: 21.2.0-next.2(6b9533c79e21fd4edd0310d63320e9ff) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#15a2e18c3d5403d2b2355c5e42c67effc55f9c9f - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/15a2e18c3d5403d2b2355c5e42c67effc55f9c9f(@modelcontextprotocol/sdk@1.25.3(zod@4.3.6)) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#5b3d6e938f51f74eb99219ee5fed84c0c8e80e99 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/5b3d6e938f51f74eb99219ee5fed84c0c8e80e99(@modelcontextprotocol/sdk@1.25.3(zod@4.3.6)) '@angular/platform-browser': specifier: 21.2.0-next.1 version: 21.2.0-next.1(@angular/animations@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)) @@ -872,14 +872,14 @@ packages: '@acemir/cssom@0.9.31': resolution: {integrity: sha512-ZnR3GSaH+/vJ0YlHau21FjfLYjMpYVIzTD8M8vIEQvIGxeOXyXdzCI140rrCY862p/C/BbzWsjc1dgnM9mkoTA==} - '@actions/core@2.0.2': - resolution: {integrity: sha512-Ast1V7yHbGAhplAsuVlnb/5J8Mtr/Zl6byPPL+Qjq3lmfIgWF1ak1iYfF/079cRERiuTALTXkSuEUdZeDCfGtA==} + '@actions/core@2.0.3': + resolution: {integrity: sha512-Od9Thc3T1mQJYddvVPM4QGiLUewdh+3txmDYHHxoNdkqysR1MbCT+rFOtNUxYAz+7+6RIsqipVahY2GJqGPyxA==} '@actions/exec@2.0.0': resolution: {integrity: sha512-k8ngrX2voJ/RIN6r9xB82NVqKpnMRtxDoiO+g3olkIUpQNqjArXrCQceduQZCQj3P3xm32pChRLqRrtXTlqhIw==} - '@actions/http-client@3.0.1': - resolution: {integrity: sha512-SbGS8c/vySbNO3kjFgSW77n83C4MQx/Yoe+b1hAdpuvfHxnkHzDq2pWljUpAA56Si1Gae/7zjeZsV0CYjmLo/w==} + '@actions/http-client@3.0.2': + resolution: {integrity: sha512-JP38FYYpyqvUsz+Igqlc/JG6YO9PaKuvqjM3iGvaLqFnJ7TFmcLyy2IDrY0bI0qCQug8E9K+elv5ZNfw62ZJzA==} '@actions/io@2.0.0': resolution: {integrity: sha512-Jv33IN09XLO+0HS79aaODsvIRyduiF7NY/F6LYeK5oeUmrsz7aFdRphQjFoESF4jS7lMauDOttKALcpapVDIAg==} @@ -950,8 +950,8 @@ packages: peerDependencies: '@angular/core': 21.2.0-next.1 - '@angular/cdk@21.2.0-next.1': - resolution: {integrity: sha512-vP5sta8kEDA1rbFCHxi1q4S+gfQdh9rsw+zPnmmP1Cttm3axW8WqEVi+46zul2ATGDERdvMSxteY2v+S2rkILw==} + '@angular/cdk@21.2.0-next.2': + resolution: {integrity: sha512-dX12K6HATzw7e5le9VHd9ltyBgQBLIM9K5fftybKO7VleMoRvivgiu0yPf3tlNXWEGsjHSOitezApGoir0Vmvg==} peerDependencies: '@angular/common': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0 '@angular/core': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0 @@ -1010,19 +1010,19 @@ packages: '@angular/compiler': 21.2.0-next.1 '@angular/compiler-cli': 21.2.0-next.1 - '@angular/material@21.2.0-next.1': - resolution: {integrity: sha512-kglL0rQrRCbYXAe8yLRv2sBZq/RLbu4c3a3sUvBbJe94JcE1u8N7WOUMAlxD3GeiEghCUFwq4Pel4p1p+ufJKg==} + '@angular/material@21.2.0-next.2': + resolution: {integrity: sha512-ampOfdcq2FVmMPl4B3qo90CthAOptoEis0/9+CALWZc04kYRPK5TLZsQHLhwNIPxjiWgl+Y/tw5BuL8RUc0L3g==} peerDependencies: - '@angular/cdk': 21.2.0-next.1 + '@angular/cdk': 21.2.0-next.2 '@angular/common': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0 '@angular/core': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0 '@angular/forms': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0 '@angular/platform-browser': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.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/15a2e18c3d5403d2b2355c5e42c67effc55f9c9f': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/15a2e18c3d5403d2b2355c5e42c67effc55f9c9f} - version: 0.0.0-1d545550f0a93b2ffee3672587314d6f6b3dc7fd + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/5b3d6e938f51f74eb99219ee5fed84c0c8e80e99': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/5b3d6e938f51f74eb99219ee5fed84c0c8e80e99} + version: 0.0.0-9fcd1a00765bdbe6137505248383565cf24d1f3c hasBin: true '@angular/platform-browser@21.2.0-next.1': @@ -1873,10 +1873,6 @@ packages: '@noble/hashes': optional: true - '@fastify/busboy@2.1.1': - resolution: {integrity: sha512-vBZP4NlzfOlerQTnba4aqZoMhE/a9HY7HRqoOPaETQcSQuWEIyZMHGfVu6w9wGtGK5fED5qRs2DteVCjOH60sA==} - engines: {node: '>=14'} - '@firebase/ai@2.7.0': resolution: {integrity: sha512-PwpCz+TtAMWICM7uQNO0mkSPpUKwrMV4NSwHkbVKDvPKoaQmSlO96vIz+Suw2Ao1EaUUsxYb5LGImHWt/fSnRQ==} engines: {node: '>=20.0.0'} @@ -6636,6 +6632,9 @@ packages: jasmine-core@5.13.0: resolution: {integrity: sha512-vsYjfh7lyqvZX5QgqKc4YH8phs7g96Z8bsdIFNEU3VqXhlHaq+vov/Fgn/sr6MiUczdZkyXRC3TX369Ll4Nzbw==} + jasmine-core@6.0.0: + resolution: {integrity: sha512-fmBb8aruz2mEIDBUGWOGNmxhXwFJs44SSzwbMcBDqQnNChavPTq3Ra9A6WAn6WdxvxWEdakKTcEb3NzeR3yD1A==} + jasmine-core@6.0.1: resolution: {integrity: sha512-gUtzV5ASR0MLBwDNqri4kBsgKNCcRQd9qOlNw/w/deavD0cl3JmWXXfH8JhKM4LTg6LPTt2IOQ4px3YYfgh2Xg==} @@ -8916,9 +8915,9 @@ packages: undici-types@7.19.1: resolution: {integrity: sha512-z2f4eae6/P3L9bogRUfLEZfRRxyrH4ssRq8s2/NOOgXEwwM5w0hsaj+mtDJPN7sBXQQNlagCzYUfjHywUiTETw==} - undici@5.29.0: - resolution: {integrity: sha512-raqeBD6NQK4SkWhQzeYKd1KmIG6dllBOTt55Rmkt4HtI9mwdWtJljnrXjAFUBLTSN67HWrOIZ3EPF4kjUw80Bg==} - engines: {node: '>=14.0'} + undici@6.23.0: + resolution: {integrity: sha512-VfQPToRA5FZs/qJxLIinmU59u0r7LXqoJkCzinq3ckNJp3vKEh7jTWN589YQ5+aoAC/TGRLyJLCPKcLQbM8r9g==} + engines: {node: '>=18.17'} undici@7.19.2: resolution: {integrity: sha512-4VQSpGEGsWzk0VYxyB/wVX/Q7qf9t5znLRgs0dzszr9w9Fej/8RVNQ+S20vdXSAyra/bJ7ZQfGv6ZMj7UEbzSg==} @@ -9497,19 +9496,19 @@ snapshots: '@acemir/cssom@0.9.31': {} - '@actions/core@2.0.2': + '@actions/core@2.0.3': dependencies: '@actions/exec': 2.0.0 - '@actions/http-client': 3.0.1 + '@actions/http-client': 3.0.2 '@actions/exec@2.0.0': dependencies: '@actions/io': 2.0.0 - '@actions/http-client@3.0.1': + '@actions/http-client@3.0.2': dependencies: tunnel: 0.0.6 - undici: 5.29.0 + undici: 6.23.0 '@actions/io@2.0.0': {} @@ -9607,7 +9606,7 @@ snapshots: '@angular/core': 21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0) tslib: 2.8.1 - '@angular/cdk@21.2.0-next.1(@angular/common@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.1(@angular/animations@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2)': + '@angular/cdk@21.2.0-next.2(@angular/common@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.1(@angular/animations@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2)': dependencies: '@angular/common': 21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) '@angular/core': 21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0) @@ -9670,9 +9669,9 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/material@21.2.0-next.1(d363ea0c032248a351f6672d2b982900)': + '@angular/material@21.2.0-next.2(6b9533c79e21fd4edd0310d63320e9ff)': dependencies: - '@angular/cdk': 21.2.0-next.1(@angular/common@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.1(@angular/animations@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) + '@angular/cdk': 21.2.0-next.2(@angular/common@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.1(@angular/animations@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) '@angular/common': 21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) '@angular/core': 21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0) '@angular/forms': 21.2.0-next.1(@angular/common@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.1(@angular/animations@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) @@ -9680,9 +9679,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/15a2e18c3d5403d2b2355c5e42c67effc55f9c9f(@modelcontextprotocol/sdk@1.25.3(zod@4.3.6))': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/5b3d6e938f51f74eb99219ee5fed84c0c8e80e99(@modelcontextprotocol/sdk@1.25.3(zod@4.3.6))': dependencies: - '@actions/core': 2.0.2 + '@actions/core': 2.0.3 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) '@google/genai': 1.38.0(@modelcontextprotocol/sdk@1.25.3(zod@4.3.6))(bufferutil@4.1.0)(supports-color@10.2.2)(utf-8-validate@6.0.6) '@inquirer/prompts': 8.2.0(@types/node@24.10.9) @@ -9721,7 +9720,7 @@ snapshots: folder-hash: 4.1.1(supports-color@10.2.2) git-raw-commits: 5.0.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.2.1) jasmine: 6.0.0 - jasmine-core: 5.13.0 + jasmine-core: 6.0.0 jasmine-reporters: 2.5.2 jsonc-parser: 3.3.1 minimatch: 10.1.1 @@ -10677,8 +10676,6 @@ snapshots: '@exodus/bytes@1.9.0': {} - '@fastify/busboy@2.1.1': {} - '@firebase/ai@2.7.0(@firebase/app-types@0.9.3)(@firebase/app@0.14.7)': dependencies: '@firebase/app': 0.14.7 @@ -16181,6 +16178,8 @@ snapshots: jasmine-core@5.13.0: {} + jasmine-core@6.0.0: {} + jasmine-core@6.0.1: {} jasmine-reporters@2.5.2: @@ -18942,9 +18941,7 @@ snapshots: undici-types@7.19.1: {} - undici@5.29.0: - dependencies: - '@fastify/busboy': 2.1.1 + undici@6.23.0: {} undici@7.19.2: {} diff --git a/tests/e2e/ng-snapshot/package.json b/tests/e2e/ng-snapshot/package.json index 9c61ece93d7e..69a671171e05 100644 --- a/tests/e2e/ng-snapshot/package.json +++ b/tests/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#ff173e2efc6021fcaaef8ea518b5cd13e0297749", - "@angular/cdk": "github:angular/cdk-builds#e3ca448a376a6d17c730fe6816e08caf4788d531", - "@angular/common": "github:angular/common-builds#83b47d6754d7f6cd13ead99b93f0ab5aea65e9fa", - "@angular/compiler": "github:angular/compiler-builds#75f09475df5ced86c2fa755ce2c5fcf743113e15", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#565c41d44dc03d154f58a87d3e9db912d6645946", - "@angular/core": "github:angular/core-builds#66947cffdd94079e0f06348c4c0b1f3bafda12b5", - "@angular/forms": "github:angular/forms-builds#00668cbcb16c94e065a40b4856392333c00bf39a", - "@angular/language-service": "github:angular/language-service-builds#e038622db21eaa5080ffc180da487a0fe16f206d", - "@angular/localize": "github:angular/localize-builds#2828bef4a780b2e771e2cffd2df2a701c5a2de3a", - "@angular/material": "github:angular/material-builds#38ea206053aeeabf789c3c9e062bc61d1575cbfe", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#437c1fa8991e62be38e5afeb090b5b5d1b816fa0", - "@angular/platform-browser": "github:angular/platform-browser-builds#cd4af49f284aa54bd7ace711c10048a417aadf86", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#72f299c4447729ba6cc7ef6021cb6fcebe43b1ea", - "@angular/platform-server": "github:angular/platform-server-builds#7b0d9d5e880db86b57aa178eb400b87867e54384", - "@angular/router": "github:angular/router-builds#6a35085d1030b54d0bbd967ce566f3f25ed5481c", - "@angular/service-worker": "github:angular/service-worker-builds#0db2d8b950ffea63f64b4c4089853a1c44299940" + "@angular/animations": "github:angular/animations-builds#f5f595f36cac445f4b5ce11850f3ea1872116e1c", + "@angular/cdk": "github:angular/cdk-builds#2b401f72e3c32bad55e2793a09462c5dacd8bbbb", + "@angular/common": "github:angular/common-builds#7b63e88084298941c40c4683e6079579bd61b764", + "@angular/compiler": "github:angular/compiler-builds#1cf4ca4b8947eb4e11190f77cad072d594ccea9d", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#f0f9993c76a8e9f3b6788f915ca417669cd2f175", + "@angular/core": "github:angular/core-builds#5f40526e3423bb974d648f9a4ef2eec996532862", + "@angular/forms": "github:angular/forms-builds#db3da81d99dcd3202f333da7844b1d1637883c71", + "@angular/language-service": "github:angular/language-service-builds#9883aa587cdd9f87d982b8af944c2fd6859f00ac", + "@angular/localize": "github:angular/localize-builds#639fadd9faf79a4a800032124f4e778537bc61c3", + "@angular/material": "github:angular/material-builds#1e6db2cad3a90ca102c2faf33587d6cb08b8c950", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#05978a02912aa437c8a46791931747b989e9f8bd", + "@angular/platform-browser": "github:angular/platform-browser-builds#4ac4abf3c70e7f5d87e9ebdbd216016f518abf49", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#b6e6b4b84f9aa81b4861ed740bb29e452bbc7584", + "@angular/platform-server": "github:angular/platform-server-builds#c9ca2e6d45bebd6bc6403c9db761a96e70b631cf", + "@angular/router": "github:angular/router-builds#8d8a660192e207d787079527e896dbac2d7e35f4", + "@angular/service-worker": "github:angular/service-worker-builds#2a9b02c37fd137562347c1be3dc4b6f88baa0458" } }