From 8bbb72cac34670a2f47571a4989c3b21b3e1a797 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 10 Mar 2026 00:17:45 +0000 Subject: [PATCH] build: update cross-repo angular dependencies See associated pull request for more information. --- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/ci.yml | 52 +-- .github/workflows/dev-infra.yml | 6 +- .github/workflows/perf.yml | 6 +- .github/workflows/pr.yml | 44 +-- MODULE.bazel | 8 +- MODULE.bazel.lock | 28 +- package.json | 24 +- packages/angular/ssr/package.json | 12 +- packages/ngtools/webpack/package.json | 4 +- pnpm-lock.yaml | 325 +++++++++--------- tests/e2e/ng-snapshot/package.json | 32 +- 12 files changed, 259 insertions(+), 284 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 9cb2265aae7e..b798c4604936 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + - uses: angular/dev-infra/github-actions/branch-manager@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 177d944ba9db..75aceb2663e0 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - 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 c61f1d1efed9..07c69ab94295 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -15,21 +15,21 @@ jobs: if: github.event_name == 'pull_request_target' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/labeling/pull-request@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + - uses: angular/dev-infra/github-actions/labeling/pull-request@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: if: github.event_name == 'pull_request_target' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/post-approval-changes@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + - uses: angular/dev-infra/github-actions/post-approval-changes@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} issue_labels: if: github.event_name == 'issues' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/labeling/issue@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + - uses: angular/dev-infra/github-actions/labeling/issue@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} google-generative-ai-key: ${{ secrets.GOOGLE_GENERATIVE_AI_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index b3f7a63abc87..8dfd2870fe4a 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - 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 2932b87511d4..86e6c451e931 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/linting/licenses@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 build: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - 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@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c + uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 - 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 7b347cbe5f09..a8f99ea4b81d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -19,28 +19,28 @@ bazel_dep(name = "aspect_rules_jasmine", version = "2.0.4") bazel_dep(name = "rules_angular") git_override( module_name = "rules_angular", - commit = "d746c4f75e42cffe389d1ab077f4639be2bc78d1", + commit = "b930bab8deb308e14d8862d359ef064204daee2a", remote = "https://github.com/angular/rules_angular.git", ) bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "491fa7fc1803683748875b2b89d85700aca2b1f4", + commit = "08542a03ec636e2b37541e3e4104ec1cdf2c32d6", remote = "https://github.com/angular/dev-infra.git", ) bazel_dep(name = "rules_sass") git_override( module_name = "rules_sass", - commit = "1184a80751a21af8348f308abc5b38a41f26850e", + commit = "ac89385361e502fb88fdbffe9979648045d8919c", remote = "https://github.com/angular/rules_sass.git", ) bazel_dep(name = "rules_browsers") git_override( module_name = "rules_browsers", - commit = "8231142fc5516323b040883bf774ba8362645387", + commit = "7043f918640169063a6281ab4afb61389a0aad6d", remote = "https://github.com/angular/rules_browsers.git", ) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 63e767233515..dfac969148da 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -24,13 +24,12 @@ "https://bcr.bazel.build/modules/aspect_rules_jasmine/2.0.4/source.json": "81ffb708333cd98ec3c0b4cc004f4d5cf92a16914b5196a2892c45141bba7cff", "https://bcr.bazel.build/modules/aspect_rules_js/2.0.0/MODULE.bazel": "b45b507574aa60a92796e3e13c195cd5744b3b8aff516a9c0cb5ae6a048161c5", "https://bcr.bazel.build/modules/aspect_rules_js/2.4.2/MODULE.bazel": "0d01db38b96d25df7ed952a5e96eac4b3802723d146961974bf020f6dd07591d", - "https://bcr.bazel.build/modules/aspect_rules_js/2.6.2/MODULE.bazel": "ed2a871f4ab8fbde0cab67c425745069d84ea64b64313fa1a2954017326511f5", "https://bcr.bazel.build/modules/aspect_rules_js/3.0.2/MODULE.bazel": "c5d22d2db2a2f0cf41ec2028ded2e2543d7ff1ea9f6faf5d6b2791546ee1d6a9", "https://bcr.bazel.build/modules/aspect_rules_js/3.0.2/source.json": "8a8642e6869ead1b37c5442b60b59912bb35ae265d94e4115d3e1a2598fdd849", "https://bcr.bazel.build/modules/aspect_rules_ts/3.6.3/MODULE.bazel": "d09db394970f076176ce7bab5b5fa7f0d560fd4f30b8432ea5e2c2570505b130", - "https://bcr.bazel.build/modules/aspect_rules_ts/3.7.0/MODULE.bazel": "5aace216caf88638950ef061245d23c36f57c8359e56e97f02a36f70bb09c50f", "https://bcr.bazel.build/modules/aspect_rules_ts/3.8.5/MODULE.bazel": "bcf8f0b6b9375f0f74451e2f70671efae9bb366acef8fdc04675305eaf137f06", - "https://bcr.bazel.build/modules/aspect_rules_ts/3.8.5/source.json": "fa35e43f6359f654e4b70ce55efdf280d0b06c0b3ef9fc0b06ba52327a0e6311", + "https://bcr.bazel.build/modules/aspect_rules_ts/3.8.6/MODULE.bazel": "371bacab13c9c36323384b56c7cabfde1982b69674e78729e1ddd1edd54d984e", + "https://bcr.bazel.build/modules/aspect_rules_ts/3.8.6/source.json": "b87a583fa2aa5c546221e3c514c883b2344c9284f27347759a5ff700deceb012", "https://bcr.bazel.build/modules/aspect_tools_telemetry/0.2.3/MODULE.bazel": "20f53b145f40957a51077ae90b37b7ce83582a1daf9350349f0f86179e19dd0d", "https://bcr.bazel.build/modules/aspect_tools_telemetry/0.2.6/MODULE.bazel": "cafb8781ad591bc57cc765dca5fefab08cf9f65af363d162b79d49205c7f8af7", "https://bcr.bazel.build/modules/aspect_tools_telemetry/0.2.8/MODULE.bazel": "aa975a83e72bcaac62ee61ab12b788ea324a1d05c4aab28aadb202f647881679", @@ -52,7 +51,6 @@ "https://bcr.bazel.build/modules/bazel_features/1.41.0/source.json": "8fd525b31b0883c47e0593443cdd10219b94a7556b3195fc02d75c86c66cfe30", "https://bcr.bazel.build/modules/bazel_features/1.9.0/MODULE.bazel": "885151d58d90d8d9c811eb75e3288c11f850e1d6b481a8c9f766adee4712358b", "https://bcr.bazel.build/modules/bazel_features/1.9.1/MODULE.bazel": "8f679097876a9b609ad1f60249c49d68bfab783dd9be012faf9d82547b14815a", - "https://bcr.bazel.build/modules/bazel_lib/3.0.0-beta.1/MODULE.bazel": "407729e232f611c3270005b016b437005daa7b1505826798ea584169a476e878", "https://bcr.bazel.build/modules/bazel_lib/3.0.0-rc.0/MODULE.bazel": "d6e00979a98ac14ada5e31c8794708b41434d461e7e7ca39b59b765e6d233b18", "https://bcr.bazel.build/modules/bazel_lib/3.0.0/MODULE.bazel": "22b70b80ac89ad3f3772526cd9feee2fa412c2b01933fea7ed13238a448d370d", "https://bcr.bazel.build/modules/bazel_lib/3.2.2/MODULE.bazel": "e2c890c8a515d6bca9c66d47718aa9e44b458fde64ec7204b8030bf2d349058c", @@ -165,7 +163,6 @@ "https://bcr.bazel.build/modules/rules_nodejs/6.2.0/MODULE.bazel": "ec27907f55eb34705adb4e8257952162a2d4c3ed0f0b3b4c3c1aad1fac7be35e", "https://bcr.bazel.build/modules/rules_nodejs/6.3.0/MODULE.bazel": "45345e4aba35dd6e4701c1eebf5a4e67af4ed708def9ebcdc6027585b34ee52d", "https://bcr.bazel.build/modules/rules_nodejs/6.5.0/MODULE.bazel": "546d0cf79f36f9f6e080816045f97234b071c205f4542e3351bd4424282a8810", - "https://bcr.bazel.build/modules/rules_nodejs/6.5.2/MODULE.bazel": "7f9ea68a0ce6d82905ce9f74e76ab8a8b4531ed4c747018c9d76424ad0b3370d", "https://bcr.bazel.build/modules/rules_nodejs/6.7.3/MODULE.bazel": "c22a48b2a0dbf05a9dc5f83837bbc24c226c1f6e618de3c3a610044c9f336056", "https://bcr.bazel.build/modules/rules_nodejs/6.7.3/source.json": "a3f966f4415a8a6545e560ee5449eac95cc633f96429d08e87c87775c72f5e09", "https://bcr.bazel.build/modules/rules_pkg/0.7.0/MODULE.bazel": "df99f03fc7934a4737122518bb87e667e62d780b610910f0447665a7e2be62dc", @@ -434,11 +431,9 @@ }, "@@aspect_rules_ts+//ts:extensions.bzl%ext": { "general": { - "bzlTransitiveDigest": "6NyLUdrb79stFKm8oWIBK2q65cT5Upbr8IR2Qwsywu8=", - "usagesDigest": "araovWFelvfLxh/XEV9hTACAzPA8hNkpItmM5kCKZiQ=", - "recordedFileInputs": { - "@@rules_browsers+//package.json": "772d873d450a539e2133635aeb5e63744cf1cec86e6b37aeecd9267a147fb0d7" - }, + "bzlTransitiveDigest": "0PprNyRYWkfOXKNvI8gaaD69N+xwJfjp1B9PAbgTdTI=", + "usagesDigest": "GXjk1/lLMGbjULA0h8RtzouEhOhStQEDuoMHoClwtqc=", + "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": {}, "generatedRepoSpecs": { @@ -475,9 +470,8 @@ "npm_rules_browsers_typescript": { "repoRuleId": "@@aspect_rules_ts+//ts/private:npm_repositories.bzl%http_archive_version", "attributes": { - "version": "", - "version_from": "@@rules_browsers+//:package.json", - "integrity": "", + "version": "5.8.2", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", "urls": [ "https://registry.npmjs.org/typescript/-/typescript-{}.tgz" ] @@ -501,7 +495,7 @@ "@@aspect_tools_telemetry+//:extension.bzl%telemetry": { "general": { "bzlTransitiveDigest": "cl5A2O84vDL6Tt+Qga8FCj1DUDGqn+e7ly5rZ+4xvcc=", - "usagesDigest": "WjAXczB0+lKrbiyjhsdOKDO3vZyMrPHKBUgS6uTc3XM=", + "usagesDigest": "4S2FeP1q6AdW4e8yrlxmvEvdMor3zaatSVEcYykHgQM=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": {}, @@ -511,7 +505,7 @@ "attributes": { "deps": { "aspect_rules_js": "3.0.2", - "aspect_rules_ts": "3.8.5", + "aspect_rules_ts": "3.8.6", "aspect_rules_esbuild": "0.25.0", "aspect_rules_jasmine": "2.0.4", "aspect_tools_telemetry": "0.3.3" @@ -962,7 +956,7 @@ "@@rules_nodejs+//nodejs:extensions.bzl%node": { "general": { "bzlTransitiveDigest": "4pUxCNc22K4I+6+4Nxu52Hur12tFRfa1JMsN5mdDv60=", - "usagesDigest": "LWkuWzN4r0/mUt55eEdfQvbzNLGkgnSCDR/51JXQNHs=", + "usagesDigest": "RVRqvqv2B/puZoo/J18nMQjDOufEtP5CHzu0by/yvoc=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": {}, @@ -4941,7 +4935,7 @@ }, "@@rules_sass+//src/toolchain:extensions.bzl%sass": { "general": { - "bzlTransitiveDigest": "RA58Nyrsn03Z5YmQnpmBw3mqlVck++XIrx34amsqU/E=", + "bzlTransitiveDigest": "mOfuR8PsNuUWEq7JZ4MpIRbwyAGAqrCvkXXGaRNnlPQ=", "usagesDigest": "R0KshhzIouLWuexMUCrl4HY+FUDwlVVgF9Z7UnwyUWA=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, diff --git a/package.json b/package.json index 4476da33e1de..aec90bafaee6 100644 --- a/package.json +++ b/package.json @@ -42,20 +42,20 @@ }, "homepage": "https://github.com/angular/angular-cli", "devDependencies": { - "@angular/animations": "22.0.0-next.0", + "@angular/animations": "22.0.0-next.1", "@angular/cdk": "21.3.0-next.0", - "@angular/common": "22.0.0-next.0", - "@angular/compiler": "22.0.0-next.0", - "@angular/compiler-cli": "22.0.0-next.0", - "@angular/core": "22.0.0-next.0", - "@angular/forms": "22.0.0-next.0", - "@angular/localize": "22.0.0-next.0", + "@angular/common": "22.0.0-next.1", + "@angular/compiler": "22.0.0-next.1", + "@angular/compiler-cli": "22.0.0-next.1", + "@angular/core": "22.0.0-next.1", + "@angular/forms": "22.0.0-next.1", + "@angular/localize": "22.0.0-next.1", "@angular/material": "21.3.0-next.0", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#610c7c10ab750bfe5688581d6d5ec11114048f35", - "@angular/platform-browser": "22.0.0-next.0", - "@angular/platform-server": "22.0.0-next.0", - "@angular/router": "22.0.0-next.0", - "@angular/service-worker": "22.0.0-next.0", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#06cf48df3a70d5a314336359dd47722724f69439", + "@angular/platform-browser": "22.0.0-next.1", + "@angular/platform-server": "22.0.0-next.1", + "@angular/router": "22.0.0-next.1", + "@angular/service-worker": "22.0.0-next.1", "@babel/core": "7.29.0", "@bazel/bazelisk": "1.28.1", "@bazel/buildifier": "8.2.1", diff --git a/packages/angular/ssr/package.json b/packages/angular/ssr/package.json index ff9841d70ba7..762c27f282bf 100644 --- a/packages/angular/ssr/package.json +++ b/packages/angular/ssr/package.json @@ -29,12 +29,12 @@ }, "devDependencies": { "@angular-devkit/schematics": "workspace:*", - "@angular/common": "22.0.0-next.0", - "@angular/compiler": "22.0.0-next.0", - "@angular/core": "22.0.0-next.0", - "@angular/platform-browser": "22.0.0-next.0", - "@angular/platform-server": "22.0.0-next.0", - "@angular/router": "22.0.0-next.0", + "@angular/common": "22.0.0-next.1", + "@angular/compiler": "22.0.0-next.1", + "@angular/core": "22.0.0-next.1", + "@angular/platform-browser": "22.0.0-next.1", + "@angular/platform-server": "22.0.0-next.1", + "@angular/router": "22.0.0-next.1", "@schematics/angular": "workspace:*", "beasties": "0.4.1" }, diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 1aab364f0abb..8a3441c99a43 100644 --- a/packages/ngtools/webpack/package.json +++ b/packages/ngtools/webpack/package.json @@ -27,8 +27,8 @@ }, "devDependencies": { "@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER", - "@angular/compiler": "22.0.0-next.0", - "@angular/compiler-cli": "22.0.0-next.0", + "@angular/compiler": "22.0.0-next.1", + "@angular/compiler-cli": "22.0.0-next.1", "typescript": "6.0.1-rc", "webpack": "5.105.4" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8b69f7bf84d1..31b38a74ff74 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,47 +20,47 @@ importers: built: true devDependencies: '@angular/animations': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)) + specifier: 22.0.0-next.1 + version: 22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)) '@angular/cdk': specifier: 21.3.0-next.0 - version: 21.3.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + version: 21.3.0-next.0(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/common': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + specifier: 22.0.0-next.1 + version: 22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) '@angular/compiler': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0 + specifier: 22.0.0-next.1 + version: 22.0.0-next.1 '@angular/compiler-cli': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.1-rc) + specifier: 22.0.0-next.1 + version: 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(typescript@6.0.1-rc) '@angular/core': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) + specifier: 22.0.0-next.1 + version: 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) '@angular/forms': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + specifier: 22.0.0-next.1 + version: 22.0.0-next.1(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/localize': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.1-rc))(@angular/compiler@22.0.0-next.0) + specifier: 22.0.0-next.1 + version: 22.0.0-next.1(@angular/compiler-cli@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(typescript@6.0.1-rc))(@angular/compiler@22.0.0-next.1) '@angular/material': specifier: 21.3.0-next.0 - version: 21.3.0-next.0(3b5e22ded8635c9a08f958235c8786ff) + version: 21.3.0-next.0(2645b915ebf9074f759b05c1e2af589e) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#610c7c10ab750bfe5688581d6d5ec11114048f35 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/610c7c10ab750bfe5688581d6d5ec11114048f35(@modelcontextprotocol/sdk@1.27.1(zod@4.3.6)) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#06cf48df3a70d5a314336359dd47722724f69439 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/06cf48df3a70d5a314336359dd47722724f69439(@modelcontextprotocol/sdk@1.27.1(zod@4.3.6)) '@angular/platform-browser': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)) + specifier: 22.0.0-next.1 + version: 22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)) '@angular/platform-server': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.0)(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + specifier: 22.0.0-next.1 + version: 22.0.0-next.1(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.1)(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/router': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + specifier: 22.0.0-next.1 + version: 22.0.0-next.1(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/service-worker': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + specifier: 22.0.0-next.1 + version: 22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) '@babel/core': specifier: 7.29.0 version: 7.29.0 @@ -321,7 +321,7 @@ importers: version: 28.1.0 ng-packagr: specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.1-rc))(tslib@2.8.1)(typescript@6.0.1-rc) + version: 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(typescript@6.0.1-rc))(tslib@2.8.1)(typescript@6.0.1-rc) rxjs: specifier: 7.8.2 version: 7.8.2 @@ -424,7 +424,7 @@ importers: version: 4.4.2 ng-packagr: specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.1-rc))(tslib@2.8.1)(typescript@6.0.1-rc) + version: 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(typescript@6.0.1-rc))(tslib@2.8.1)(typescript@6.0.1-rc) postcss: specifier: 8.5.8 version: 8.5.8 @@ -518,23 +518,23 @@ importers: specifier: workspace:* version: link:../../angular_devkit/schematics '@angular/common': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + specifier: 22.0.0-next.1 + version: 22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) '@angular/compiler': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0 + specifier: 22.0.0-next.1 + version: 22.0.0-next.1 '@angular/core': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) + specifier: 22.0.0-next.1 + version: 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) '@angular/platform-browser': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)) + specifier: 22.0.0-next.1 + version: 22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)) '@angular/platform-server': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.0)(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + specifier: 22.0.0-next.1 + version: 22.0.0-next.1(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.1)(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/router': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + specifier: 22.0.0-next.1 + version: 22.0.0-next.1(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@schematics/angular': specifier: workspace:* version: link:../../schematics/angular @@ -721,7 +721,7 @@ importers: version: 3.0.4(bufferutil@4.1.0)(utf-8-validate@6.0.6) ng-packagr: specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.1-rc))(tslib@2.8.1)(typescript@6.0.1-rc) + version: 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(typescript@6.0.1-rc))(tslib@2.8.1)(typescript@6.0.1-rc) undici: specifier: 7.22.0 version: 7.22.0 @@ -813,11 +813,11 @@ importers: specifier: workspace:0.0.0-PLACEHOLDER version: link:../../angular_devkit/core '@angular/compiler': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0 + specifier: 22.0.0-next.1 + version: 22.0.0-next.1 '@angular/compiler-cli': - specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.1-rc) + specifier: 22.0.0-next.1 + version: 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(typescript@6.0.1-rc) typescript: specifier: 6.0.1-rc version: 6.0.1-rc @@ -926,11 +926,11 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular/animations@22.0.0-next.0': - resolution: {integrity: sha512-oNobZGZxeOMCKKYg6qxgyanxe3ydRzvCO2VtSoljgW890S84E6pwomUeyu+fn2uHKXEOjVpIUo2qCNw7Ya2cNA==} + '@angular/animations@22.0.0-next.1': + resolution: {integrity: sha512-bJOvi+jo27Zqn4scMNmucsa5RKmXEQDwrIBQCC4w6pzLWH0Q/PXYfD7EI0ssFLcdDJW2DPB8uiSePYlh7UBOFQ==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/core': 22.0.0-next.0 + '@angular/core': 22.0.0-next.1 '@angular/cdk@21.3.0-next.0': resolution: {integrity: sha512-G5EDENTxLaMCZ35DO3FVbplU05r5NPm6bWLp88xrNGc8u3a9cwswp5fNwSVcW3E7c1VuvCC4tTsPmPYI1DycGw==} @@ -940,33 +940,33 @@ packages: '@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/common@22.0.0-next.0': - resolution: {integrity: sha512-f8VpaKaBLQZjnFVNituC4k+X8vlp5s9YlvWs1IZu6bQ6J2WAx87wiPeHA/zuishu9D2bp7y5OcXPccwAk/XNiw==} + '@angular/common@22.0.0-next.1': + resolution: {integrity: sha512-yzlrH6vjdiLhzvSbbwNqiINFVU4TnAIVTDH7wRRayV/c/niGrY/C9AjTqy+/H8rDw94oUbgskplOe8qQGii6Gw==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/core': 22.0.0-next.0 + '@angular/core': 22.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@22.0.0-next.0': - resolution: {integrity: sha512-2WX/B0C2lPclLI0k0q8WJKTsUDOmgYlQqQNepe2VLKqY6h87bVgu5nJuoyOEjN5o9BDyrZWig5XDmlEGvkabrw==} + '@angular/compiler-cli@22.0.0-next.1': + resolution: {integrity: sha512-sbh3d2iG7YMBW2H0pG8jnySjVJz2SVycAQ7D+vP2E2DTaJGDDu9SQyr1MBhM8S81u8QV0u1050wech/EFu+Ukg==} engines: {node: ^22.22.0 || >=24.13.1} hasBin: true peerDependencies: - '@angular/compiler': 22.0.0-next.0 + '@angular/compiler': 22.0.0-next.1 typescript: '>=5.9 <6.1' peerDependenciesMeta: typescript: optional: true - '@angular/compiler@22.0.0-next.0': - resolution: {integrity: sha512-tTUIKgr90oh5/sU9cjPmV3GjQ2pqSojWiZcS8GVDqydKTMx2YOflQ6A8yL3FtL5hkTJ7rlZYZwA1dzRKuNaEvQ==} + '@angular/compiler@22.0.0-next.1': + resolution: {integrity: sha512-qbDEy0RkRy3M8xQj2O5ZVWaSJsm6KqZiz6BRMAvydX3otMImr6ELOuBbAHLGdZ3R1LaVrYeNnSsgQez7Z7Skfw==} engines: {node: ^22.22.0 || >=24.13.1} - '@angular/core@22.0.0-next.0': - resolution: {integrity: sha512-HXMOh56el5hq0541LcxYlIttiFMLNmqJ3kQry27VIPuxakCgZdam8HbhWPje4PMfioiLHShdCZUF+VWnr11Erg==} + '@angular/core@22.0.0-next.1': + resolution: {integrity: sha512-/41VYZpvV/G/HZ4w+nVp5Oywjjy+29JmXiwHMIvcFO47IcT8LVM7jfags/BNYVTk/UjT4HllMi/DWKFAPf3fwA==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/compiler': 22.0.0-next.0 + '@angular/compiler': 22.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 || ~0.16.0 peerDependenciesMeta: @@ -975,22 +975,22 @@ packages: zone.js: optional: true - '@angular/forms@22.0.0-next.0': - resolution: {integrity: sha512-eljVun7G5FLQE6SMiNt0JiMmLsfo/mSFAhAPPp+8VlVxW31RV117RTC0wvP4fMAQMzBgiRRZShQRKMc8orMnoQ==} + '@angular/forms@22.0.0-next.1': + resolution: {integrity: sha512-yI8XGFrVMx2W+tKqlv6svylitvrh2TlwE3z3kZzGQx+SVgz9P53bbnOKwLjtAymudY1P6KTlQmeNasgnsvwmMw==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/common': 22.0.0-next.0 - '@angular/core': 22.0.0-next.0 - '@angular/platform-browser': 22.0.0-next.0 + '@angular/common': 22.0.0-next.1 + '@angular/core': 22.0.0-next.1 + '@angular/platform-browser': 22.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@22.0.0-next.0': - resolution: {integrity: sha512-efHunpqsizxKQKNay1fnG2V/oxrdI5s3+AlznUxNQQ5Rn8bpdvhwdBzGrsQY+H5FqrZNTC/9hhGqczROjMJREA==} + '@angular/localize@22.0.0-next.1': + resolution: {integrity: sha512-3L+IPu+4Kx7MB4ZbFGOX65MCBW/G0NlQeBfyXyU3U5CwHCU6AEyxn+1kU5dfci6ZkCKgdiISEZyWr3tpkFoppg==} engines: {node: ^22.22.0 || >=24.13.1} hasBin: true peerDependencies: - '@angular/compiler': 22.0.0-next.0 - '@angular/compiler-cli': 22.0.0-next.0 + '@angular/compiler': 22.0.0-next.1 + '@angular/compiler-cli': 22.0.0-next.1 '@angular/material@21.3.0-next.0': resolution: {integrity: sha512-rUR6LNR5pe0xOv3llqaXA3x08w/CXCihFRvmxFotvZ12lxm6bNw9sYGz60V6fVYYOYKI96G4Uylz0PlZdiHAYQ==} @@ -1002,47 +1002,47 @@ packages: '@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/610c7c10ab750bfe5688581d6d5ec11114048f35': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/610c7c10ab750bfe5688581d6d5ec11114048f35} - version: 0.0.0-e4dcda13e469f50a6bd92667e2ded8b98173bf2c + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/06cf48df3a70d5a314336359dd47722724f69439': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/06cf48df3a70d5a314336359dd47722724f69439} + version: 0.0.0-08542a03ec636e2b37541e3e4104ec1cdf2c32d6 hasBin: true - '@angular/platform-browser@22.0.0-next.0': - resolution: {integrity: sha512-erbW9VyQMqrW3PfX6lKpAttbxJsc7xWNuO7h449B6PXsNNkyqURC8haJANDWbDx8tTUGDqxEAiAQC7ANtgT6ZA==} + '@angular/platform-browser@22.0.0-next.1': + resolution: {integrity: sha512-n7tevqK5XQGn9iga3nZjtbFA6nGtUZJvuJI+iCN3epZQ9N+IXPrGJzVe1Nx1ys+lGG/RxB8fbTf1yqEXUR/7aQ==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/animations': 22.0.0-next.0 - '@angular/common': 22.0.0-next.0 - '@angular/core': 22.0.0-next.0 + '@angular/animations': 22.0.0-next.1 + '@angular/common': 22.0.0-next.1 + '@angular/core': 22.0.0-next.1 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@22.0.0-next.0': - resolution: {integrity: sha512-i3yYSZ2vrx3XpHEfJS0n18fwAYMig1gPMo8+6YoB5Ywf+R7ffq8kygPxutuI0bVDAbC4ChsVgBdXRrltTiE6fg==} + '@angular/platform-server@22.0.0-next.1': + resolution: {integrity: sha512-eFh+ITBnL8tx/fIQeSjQ2tCRKtiCggmx4Ez6D2uQPEYkDukItRJypjJvgWBYLoG+VZUApgohbbc/qJh0n5zOZA==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/common': 22.0.0-next.0 - '@angular/compiler': 22.0.0-next.0 - '@angular/core': 22.0.0-next.0 - '@angular/platform-browser': 22.0.0-next.0 + '@angular/common': 22.0.0-next.1 + '@angular/compiler': 22.0.0-next.1 + '@angular/core': 22.0.0-next.1 + '@angular/platform-browser': 22.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@22.0.0-next.0': - resolution: {integrity: sha512-LhFmsy+pjdyItBtRoyUni/sF67bXmQkYS3FqcOqpDKDpPKu0gKEisUt/txAp5I2npf5ZX6KTbS0OUkXW/REb8A==} + '@angular/router@22.0.0-next.1': + resolution: {integrity: sha512-aeaf9AS5FnJhWbIvKlngnCyBJx1CutQ2o2ymLbp2lnB/Xc72wdv8R5kuMplAmrrAnjUoI9KO/pwzc0UjMmSU6w==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/common': 22.0.0-next.0 - '@angular/core': 22.0.0-next.0 - '@angular/platform-browser': 22.0.0-next.0 + '@angular/common': 22.0.0-next.1 + '@angular/core': 22.0.0-next.1 + '@angular/platform-browser': 22.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/service-worker@22.0.0-next.0': - resolution: {integrity: sha512-oJ5kXL0Q5krgStHvo6/QsxmRdOlOuoHu4xecD1CpYw93vi/T9ryWAr1w92BgczJsdf5KyChZlFES7g9iEZOD6A==} + '@angular/service-worker@22.0.0-next.1': + resolution: {integrity: sha512-xkoOL21ZC9TlvLKSNm0o1QKN3blQdZVPHItYjzT7kHaXI1hJNEJbqsIA5HljsthBtzfa1CBiweZRzCHGfs5gbA==} engines: {node: ^22.22.0 || >=24.13.1} hasBin: true peerDependencies: - '@angular/core': 22.0.0-next.0 + '@angular/core': 22.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 '@asamuzakjp/css-color@5.0.1': @@ -1580,12 +1580,12 @@ packages: resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} engines: {node: '>=0.1.90'} - '@conventional-changelog/git-client@1.0.1': - resolution: {integrity: sha512-PJEqBwAleffCMETaVm/fUgHldzBE35JFk3/9LL6NUA5EXa3qednu+UT6M7E5iBu3zIQZCULYIiZ90fBYHt6xUw==} + '@conventional-changelog/git-client@2.6.0': + resolution: {integrity: sha512-T+uPDciKf0/ioNNDpMGc8FDsehJClZP0yR3Q5MN6wE/Y/1QZ7F+80OgznnTCOlMEG4AV0LvH2UJi3C/nBnaBUg==} engines: {node: '>=18'} peerDependencies: conventional-commits-filter: ^5.0.0 - conventional-commits-parser: ^6.0.0 + conventional-commits-parser: ^6.3.0 peerDependenciesMeta: conventional-commits-filter: optional: true @@ -3311,6 +3311,10 @@ packages: resolution: {integrity: sha512-mNe0Iigql08YupSOGv197YdHpPPr+EzDZmfCgMc7RPNaZTw5aLN01nBl6CHJOh3BGtnMIj83EeN4butBchc8Ag==} engines: {node: ^20.17.0 || >=22.9.0} + '@simple-libs/child-process-utils@1.0.2': + resolution: {integrity: sha512-/4R8QKnd/8agJynkNdJmNw2MBxuFTRcNFnE5Sg/G+jkSsV8/UBgULMzhizWWW42p8L5H7flImV2ATi79Ove2Tw==} + engines: {node: '>=18'} + '@simple-libs/stream-utils@1.2.0': resolution: {integrity: sha512-KxXvfapcixpz6rVEB6HPjOUZT22yN6v0vI0urQSk1L8MlEWPDFCZkhw2xmkyoTGYeFw7tWTZd7e3lVzRZRN/EA==} engines: {node: '>=18'} @@ -4764,8 +4768,8 @@ packages: ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - ejs@4.0.1: - resolution: {integrity: sha512-krvQtxc0btwSm/nvnt1UpnaFDFVJpJ0fdckmALpCgShsr/iGYHTnJiUliZTgmzq/UxTX33TtOQVKaNigMQp/6Q==} + ejs@5.0.1: + resolution: {integrity: sha512-COqBPFMxuPTPspXl2DkVYaDS3HtrD1GpzOGkNTJ1IYkifq/r9h8SVEFrjA3D9/VJGOEoMQcrlhpntcSUrM8k6A==} engines: {node: '>=0.12.18'} hasBin: true @@ -5148,9 +5152,6 @@ packages: resolution: {integrity: sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==} engines: {node: '>=16.0.0'} - filelist@1.0.6: - resolution: {integrity: sha512-5giy2PkLYY1cP39p17Ech+2xlpTRL9HLspOfEgm0L6CwBXBTgsK5ou0JtzYuepxkaQ/tvhCFIJ5uXo0OrM2DxA==} - fill-range@7.1.1: resolution: {integrity: sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==} engines: {node: '>=8'} @@ -5899,11 +5900,6 @@ packages: jackspeak@3.4.3: resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} - jake@10.9.4: - resolution: {integrity: sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==} - engines: {node: '>=10'} - hasBin: true - jasmine-core@4.6.1: resolution: {integrity: sha512-VYz/BjjmC3klLJlLwA4Kw8ytk0zDSmbbDLNs794VnWmkcCB7I9aAL/D48VNQtmITyPvea2C3jdUMfc3kAoy0PQ==} @@ -6331,10 +6327,6 @@ packages: minimatch@3.1.5: resolution: {integrity: sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==} - minimatch@5.1.9: - resolution: {integrity: sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==} - engines: {node: '>=10'} - minimatch@7.4.6: resolution: {integrity: sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==} engines: {node: '>=10'} @@ -8472,29 +8464,29 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))': + '@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))': dependencies: - '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/core': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) tslib: 2.8.1 - '@angular/cdk@21.3.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': + '@angular/cdk@21.3.0-next.0(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) - '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) - '@angular/platform-browser': 22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)) + '@angular/common': 22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)) parse5: 8.0.0 rxjs: 7.8.2 tslib: 2.8.1 - '@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2)': + '@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/core': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.1-rc)': + '@angular/compiler-cli@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(typescript@6.0.1-rc)': dependencies: - '@angular/compiler': 22.0.0-next.0 + '@angular/compiler': 22.0.0-next.1 '@babel/core': 7.29.0 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 5.0.0 @@ -8508,31 +8500,31 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@22.0.0-next.0': + '@angular/compiler@22.0.0-next.1': dependencies: tslib: 2.8.1 - '@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)': + '@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)': dependencies: rxjs: 7.8.2 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 22.0.0-next.0 + '@angular/compiler': 22.0.0-next.1 zone.js: 0.16.1 - '@angular/forms@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': + '@angular/forms@22.0.0-next.1(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) - '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) - '@angular/platform-browser': 22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)) + '@angular/common': 22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)) '@standard-schema/spec': 1.1.0 rxjs: 7.8.2 tslib: 2.8.1 - '@angular/localize@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.1-rc))(@angular/compiler@22.0.0-next.0)': + '@angular/localize@22.0.0-next.1(@angular/compiler-cli@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(typescript@6.0.1-rc))(@angular/compiler@22.0.0-next.1)': dependencies: - '@angular/compiler': 22.0.0-next.0 - '@angular/compiler-cli': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.1-rc) + '@angular/compiler': 22.0.0-next.1 + '@angular/compiler-cli': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(typescript@6.0.1-rc) '@babel/core': 7.29.0 '@types/babel__core': 7.20.5 tinyglobby: 0.2.15 @@ -8540,20 +8532,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/material@21.3.0-next.0(3b5e22ded8635c9a08f958235c8786ff)': + '@angular/material@21.3.0-next.0(2645b915ebf9074f759b05c1e2af589e)': dependencies: - '@angular/cdk': 21.3.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) - '@angular/common': 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) - '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) - '@angular/forms': 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) - '@angular/platform-browser': 22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)) + '@angular/cdk': 21.3.0-next.0(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + '@angular/common': 22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/forms': 22.0.0-next.1(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + '@angular/platform-browser': 22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/610c7c10ab750bfe5688581d6d5ec11114048f35(@modelcontextprotocol/sdk@1.27.1(zod@4.3.6))': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/06cf48df3a70d5a314336359dd47722724f69439(@modelcontextprotocol/sdk@1.27.1(zod@4.3.6))': dependencies: '@actions/core': 3.0.0 - '@conventional-changelog/git-client': 1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.3.0) + '@conventional-changelog/git-client': 2.6.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.3.0) '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) '@google/genai': 1.43.0(@modelcontextprotocol/sdk@1.27.1(zod@4.3.6))(bufferutil@4.1.0)(supports-color@10.2.2)(utf-8-validate@6.0.6) '@inquirer/prompts': 8.3.0(@types/node@24.11.0) @@ -8584,7 +8576,7 @@ snapshots: cli-progress: 3.12.0 conventional-commits-filter: 5.0.0 conventional-commits-parser: 6.3.0 - ejs: 4.0.1 + ejs: 5.0.1 encoding: 0.1.13 fast-glob: 3.3.3 firebase: 12.10.0 @@ -8610,35 +8602,35 @@ snapshots: - '@modelcontextprotocol/sdk' - '@react-native-async-storage/async-storage' - '@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))': + '@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))': dependencies: - '@angular/common': 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) - '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/common': 22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) tslib: 2.8.1 optionalDependencies: - '@angular/animations': 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)) + '@angular/animations': 22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)) - '@angular/platform-server@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.0)(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': + '@angular/platform-server@22.0.0-next.1(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.1)(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) - '@angular/compiler': 22.0.0-next.0 - '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) - '@angular/platform-browser': 22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)) + '@angular/common': 22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/compiler': 22.0.0-next.1 + '@angular/core': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)) rxjs: 7.8.2 tslib: 2.8.1 xhr2: 0.2.1 - '@angular/router@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': + '@angular/router@22.0.0-next.1(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) - '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) - '@angular/platform-browser': 22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)) + '@angular/common': 22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/service-worker@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2)': + '@angular/service-worker@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/core': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) rxjs: 7.8.2 tslib: 2.8.1 @@ -9342,9 +9334,10 @@ snapshots: '@colors/colors@1.5.0': {} - '@conventional-changelog/git-client@1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.3.0)': + '@conventional-changelog/git-client@2.6.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.3.0)': dependencies: - '@types/semver': 7.7.1 + '@simple-libs/child-process-utils': 1.0.2 + '@simple-libs/stream-utils': 1.2.0 semver: 7.7.4 optionalDependencies: conventional-commits-filter: 5.0.0 @@ -11056,6 +11049,10 @@ snapshots: '@sigstore/core': 3.1.0 '@sigstore/protobuf-specs': 0.5.0 + '@simple-libs/child-process-utils@1.0.2': + dependencies: + '@simple-libs/stream-utils': 1.2.0 + '@simple-libs/stream-utils@1.2.0': {} '@sindresorhus/is@4.6.0': {} @@ -12804,9 +12801,7 @@ snapshots: ee-first@1.1.1: {} - ejs@4.0.1: - dependencies: - jake: 10.9.4 + ejs@5.0.1: {} electron-to-chromium@1.5.302: {} @@ -13339,10 +13334,6 @@ snapshots: dependencies: flat-cache: 4.0.1 - filelist@1.0.6: - dependencies: - minimatch: 5.1.9 - fill-range@7.1.1: dependencies: to-regex-range: 5.0.1 @@ -14195,12 +14186,6 @@ snapshots: optionalDependencies: '@pkgjs/parseargs': 0.11.0 - jake@10.9.4: - dependencies: - async: 3.2.6 - filelist: 1.0.6 - picocolors: 1.1.1 - jasmine-core@4.6.1: {} jasmine-core@6.1.0: {} @@ -14685,10 +14670,6 @@ snapshots: dependencies: brace-expansion: 1.1.12 - minimatch@5.1.9: - dependencies: - brace-expansion: 2.0.2 - minimatch@7.4.6: dependencies: brace-expansion: 2.0.2 @@ -14801,10 +14782,10 @@ snapshots: netmask@2.0.2: {} - ng-packagr@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.1-rc))(tslib@2.8.1)(typescript@6.0.1-rc): + ng-packagr@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(typescript@6.0.1-rc))(tslib@2.8.1)(typescript@6.0.1-rc): dependencies: '@ampproject/remapping': 2.3.0 - '@angular/compiler-cli': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.1-rc) + '@angular/compiler-cli': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(typescript@6.0.1-rc) '@rollup/plugin-json': 6.1.0(rollup@4.59.0) '@rollup/wasm-node': 4.59.0 ajv: 8.18.0 diff --git a/tests/e2e/ng-snapshot/package.json b/tests/e2e/ng-snapshot/package.json index d5b6a1741a24..71a9c8a9f605 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#6deb7836116872ec41c33851cf12be152fc4164c", - "@angular/cdk": "github:angular/cdk-builds#0d40ef4cfe8c15d6a996389f4528b1eb1b933f77", - "@angular/common": "github:angular/common-builds#5a4bc97e0af211080fadb8a32680227ac0467c4f", - "@angular/compiler": "github:angular/compiler-builds#8fd4791a982d28e5822cbc3a609a4adb0105b6d5", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#06b0ed420505ecd5d9bf1de3ec39be772e9c1a1c", - "@angular/core": "github:angular/core-builds#ddb58f19eba430e7977608d632ddc50a6eac9abe", - "@angular/forms": "github:angular/forms-builds#cb11b70e58365a5f490fcdb153417d1cd15ef706", - "@angular/language-service": "github:angular/language-service-builds#e03bcbccc148069234096f18f30506291c86aa97", - "@angular/localize": "github:angular/localize-builds#b14e25d5763e8b2c01968000980ec968f6b1fd6e", - "@angular/material": "github:angular/material-builds#26f37cd9237322c71232b0fbcf63f1359e7af56a", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#8143927f746aee7521769a12c17f2f884066bc13", - "@angular/platform-browser": "github:angular/platform-browser-builds#78bbfc55af2955bf6ecaf1aeb0281afe0bfd0ef4", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#d14c110bb81d14b3379d8835831bbaabc6709058", - "@angular/platform-server": "github:angular/platform-server-builds#b296a99ed401f3af812f60e05e6e5766efaed354", - "@angular/router": "github:angular/router-builds#f614cde22d617a05cd6f0864dfacf95ba3b9b5e3", - "@angular/service-worker": "github:angular/service-worker-builds#7a74790699461d33ace5c675bfde919fc46ae744" + "@angular/animations": "github:angular/animations-builds#0e45ecb1d60e9b946f2bf93faa12ebc21f8fff0e", + "@angular/cdk": "github:angular/cdk-builds#0bef6f6275412065b0abf224163ab66c2fb69ca9", + "@angular/common": "github:angular/common-builds#9e790ffe08aac699bca3dbdf50f559eca77ceda3", + "@angular/compiler": "github:angular/compiler-builds#1178d70490860593d91d77d11241ba3e6e29d3a8", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#08610db44eeedf16d1aeb66a913fbb5d6576bca0", + "@angular/core": "github:angular/core-builds#e746948282798e46d64cf1c7d38c97143cd4349a", + "@angular/forms": "github:angular/forms-builds#96b66c58f03894609955c18646531fa719816d17", + "@angular/language-service": "github:angular/language-service-builds#30a725ed6033a27ec81501e6c2c62ad9fd095fdf", + "@angular/localize": "github:angular/localize-builds#489b1edae70e2995a60e488dc76a79b38617865e", + "@angular/material": "github:angular/material-builds#db331c86faf850c670b17f8fe6b8bbcc5f86a74e", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#34507e80d56bd16ddaec96b6792269ad675ecc0f", + "@angular/platform-browser": "github:angular/platform-browser-builds#7f7a34cde0324bddbc1032a5d21a79dbb6b033f2", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#37d5eb01f04549ce90cee0ef2556a201f3642e3a", + "@angular/platform-server": "github:angular/platform-server-builds#764b1700086c1ea66fc8d59bb076d6e644ecf119", + "@angular/router": "github:angular/router-builds#403aec2c14b0c2fb9557536b9f54c90ff2739b7b", + "@angular/service-worker": "github:angular/service-worker-builds#52b4f137777331ef154344d6b2414d50adfc58e2" } }