From 33f99baaf78295753ea4345d36f2e884a25fd16c Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 11 Mar 2026 22:09:14 +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 | 6 +- package.json | 28 +- packages/angular/ssr/package.json | 12 +- packages/ngtools/webpack/package.json | 4 +- pnpm-lock.yaml | 296 +++++++++--------- tests/e2e/ng-snapshot/package.json | 32 +- 11 files changed, 244 insertions(+), 244 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index b798c4604936..bc0ac561ec45 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + - uses: angular/dev-infra/github-actions/branch-manager@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75aceb2663e0..0a5040329149 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/setup@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/setup@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/setup@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/setup@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/setup@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/setup@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/setup@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/setup@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/setup@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - 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 07c69ab94295..1dc21840f795 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + - uses: angular/dev-infra/github-actions/labeling/pull-request@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + - uses: angular/dev-infra/github-actions/post-approval-changes@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + - uses: angular/dev-infra/github-actions/labeling/issue@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 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 8dfd2870fe4a..723d6113c10e 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/setup@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - 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 86e6c451e931..5965bdd891d3 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/setup@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/linting/licenses@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 build: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/setup@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/setup@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/setup@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/setup@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/setup@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - 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@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/setup@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447 - 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 e4ad3ddfeccd..bd0e595266bf 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -19,21 +19,21 @@ bazel_dep(name = "aspect_rules_jasmine", version = "2.0.4") bazel_dep(name = "rules_angular") git_override( module_name = "rules_angular", - commit = "b930bab8deb308e14d8862d359ef064204daee2a", + commit = "c879cfd1e5f55ff4fce089028b4c842110a7c876", remote = "https://github.com/angular/rules_angular.git", ) bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "08542a03ec636e2b37541e3e4104ec1cdf2c32d6", + commit = "8e64fee5ad16a9fd39143b3dc6cdbeae4c6e1447", remote = "https://github.com/angular/dev-infra.git", ) bazel_dep(name = "rules_sass") git_override( module_name = "rules_sass", - commit = "ac89385361e502fb88fdbffe9979648045d8919c", + commit = "23dbc96e739352b52f14b806d022aa16eb74e81c", remote = "https://github.com/angular/rules_sass.git", ) diff --git a/package.json b/package.json index 0058a17fbbff..349591822f9c 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.1", - "@angular/cdk": "21.3.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#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", + "@angular/animations": "22.0.0-next.2", + "@angular/cdk": "22.0.0-next.0", + "@angular/common": "22.0.0-next.2", + "@angular/compiler": "22.0.0-next.2", + "@angular/compiler-cli": "22.0.0-next.2", + "@angular/core": "22.0.0-next.2", + "@angular/forms": "22.0.0-next.2", + "@angular/localize": "22.0.0-next.2", + "@angular/material": "22.0.0-next.0", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f9eabeac6431a685f8ff3258df26039f810171a8", + "@angular/platform-browser": "22.0.0-next.2", + "@angular/platform-server": "22.0.0-next.2", + "@angular/router": "22.0.0-next.2", + "@angular/service-worker": "22.0.0-next.2", "@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 762c27f282bf..fe09324b0cc8 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.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", + "@angular/common": "22.0.0-next.2", + "@angular/compiler": "22.0.0-next.2", + "@angular/core": "22.0.0-next.2", + "@angular/platform-browser": "22.0.0-next.2", + "@angular/platform-server": "22.0.0-next.2", + "@angular/router": "22.0.0-next.2", "@schematics/angular": "workspace:*", "beasties": "0.4.1" }, diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 8a3441c99a43..f4d509ef01b5 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.1", - "@angular/compiler-cli": "22.0.0-next.1", + "@angular/compiler": "22.0.0-next.2", + "@angular/compiler-cli": "22.0.0-next.2", "typescript": "6.0.1-rc", "webpack": "5.105.4" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fcbf99be4dd7..5edb92a6f34c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,47 +20,47 @@ importers: built: true devDependencies: '@angular/animations': - 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)) + specifier: 22.0.0-next.2 + version: 22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(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.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) + specifier: 22.0.0-next.0 + version: 22.0.0-next.0(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/common': - 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) + specifier: 22.0.0-next.2 + version: 22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) '@angular/compiler': - specifier: 22.0.0-next.1 - version: 22.0.0-next.1 + specifier: 22.0.0-next.2 + version: 22.0.0-next.2 '@angular/compiler-cli': - specifier: 22.0.0-next.1 - version: 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(typescript@6.0.1-rc) + specifier: 22.0.0-next.2 + version: 22.0.0-next.2(@angular/compiler@22.0.0-next.2)(typescript@6.0.1-rc) '@angular/core': - 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) + specifier: 22.0.0-next.2 + version: 22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1) '@angular/forms': - 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) + specifier: 22.0.0-next.2 + version: 22.0.0-next.2(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/localize': - 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) + specifier: 22.0.0-next.2 + version: 22.0.0-next.2(@angular/compiler-cli@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(typescript@6.0.1-rc))(@angular/compiler@22.0.0-next.2) '@angular/material': - specifier: 21.3.0-next.0 - version: 21.3.0-next.0(2645b915ebf9074f759b05c1e2af589e) + specifier: 22.0.0-next.0 + version: 22.0.0-next.0(f052a1d5efb79e6d166932622dfe588f) '@angular/ng-dev': - 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)) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#f9eabeac6431a685f8ff3258df26039f810171a8 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f9eabeac6431a685f8ff3258df26039f810171a8(@modelcontextprotocol/sdk@1.27.1(zod@4.3.6)) '@angular/platform-browser': - 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)) + specifier: 22.0.0-next.2 + version: 22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)) '@angular/platform-server': - 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) + specifier: 22.0.0-next.2 + version: 22.0.0-next.2(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.2)(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/router': - 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) + specifier: 22.0.0-next.2 + version: 22.0.0-next.2(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/service-worker': - 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) + specifier: 22.0.0-next.2 + version: 22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(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.1(@angular/compiler@22.0.0-next.1)(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.2(@angular/compiler@22.0.0-next.2)(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.1(@angular/compiler@22.0.0-next.1)(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.2(@angular/compiler@22.0.0-next.2)(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.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) + specifier: 22.0.0-next.2 + version: 22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) '@angular/compiler': - specifier: 22.0.0-next.1 - version: 22.0.0-next.1 + specifier: 22.0.0-next.2 + version: 22.0.0-next.2 '@angular/core': - 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) + specifier: 22.0.0-next.2 + version: 22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1) '@angular/platform-browser': - 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)) + specifier: 22.0.0-next.2 + version: 22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)) '@angular/platform-server': - 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) + specifier: 22.0.0-next.2 + version: 22.0.0-next.2(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.2)(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/router': - 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) + specifier: 22.0.0-next.2 + version: 22.0.0-next.2(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(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.1(@angular/compiler@22.0.0-next.1)(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.2(@angular/compiler@22.0.0-next.2)(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.1 - version: 22.0.0-next.1 + specifier: 22.0.0-next.2 + version: 22.0.0-next.2 '@angular/compiler-cli': - specifier: 22.0.0-next.1 - version: 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(typescript@6.0.1-rc) + specifier: 22.0.0-next.2 + version: 22.0.0-next.2(@angular/compiler@22.0.0-next.2)(typescript@6.0.1-rc) typescript: specifier: 6.0.1-rc version: 6.0.1-rc @@ -926,47 +926,47 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular/animations@22.0.0-next.1': - resolution: {integrity: sha512-bJOvi+jo27Zqn4scMNmucsa5RKmXEQDwrIBQCC4w6pzLWH0Q/PXYfD7EI0ssFLcdDJW2DPB8uiSePYlh7UBOFQ==} + '@angular/animations@22.0.0-next.2': + resolution: {integrity: sha512-AET2hF1P4kDU1q77eVm7ylsHsSHM87OhDk9ydKZObS64mhQLdKNcHLaHoreUtqr2mJVZV0U9KOuKWmevo5Oi6g==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/core': 22.0.0-next.1 + '@angular/core': 22.0.0-next.2 - '@angular/cdk@21.3.0-next.0': - resolution: {integrity: sha512-G5EDENTxLaMCZ35DO3FVbplU05r5NPm6bWLp88xrNGc8u3a9cwswp5fNwSVcW3E7c1VuvCC4tTsPmPYI1DycGw==} + '@angular/cdk@22.0.0-next.0': + resolution: {integrity: sha512-ca6pMpN9tAupIyr8LDaqpVlBN9beGL91unXH95pGfsngTCWcz7mh3IYVQ2CJ24e9O+2Lp/gtLYhvzOpIUpiV3A==} 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 - '@angular/platform-browser': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0 + '@angular/common': ^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0 + '@angular/core': ^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0 + '@angular/platform-browser': ^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/common@22.0.0-next.1': - resolution: {integrity: sha512-yzlrH6vjdiLhzvSbbwNqiINFVU4TnAIVTDH7wRRayV/c/niGrY/C9AjTqy+/H8rDw94oUbgskplOe8qQGii6Gw==} + '@angular/common@22.0.0-next.2': + resolution: {integrity: sha512-AImYdvf6vyqsijaXY1xhMCS9/Mmb7RClMFqy40qRElNEmbVQMXpvysnwRIZsgd6ncrIfJq1x570q9vXH8LPYJw==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/core': 22.0.0-next.1 + '@angular/core': 22.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@22.0.0-next.1': - resolution: {integrity: sha512-sbh3d2iG7YMBW2H0pG8jnySjVJz2SVycAQ7D+vP2E2DTaJGDDu9SQyr1MBhM8S81u8QV0u1050wech/EFu+Ukg==} + '@angular/compiler-cli@22.0.0-next.2': + resolution: {integrity: sha512-DmqcjCstHmEDxS6bGqIBW6Tf+kfFKshoKgHzdEXIcCFPpxVbWVJCUNGSmO5XZl+T5UW/CiKmyEzckCSsee8KIw==} engines: {node: ^22.22.0 || >=24.13.1} hasBin: true peerDependencies: - '@angular/compiler': 22.0.0-next.1 + '@angular/compiler': 22.0.0-next.2 typescript: '>=5.9 <6.1' peerDependenciesMeta: typescript: optional: true - '@angular/compiler@22.0.0-next.1': - resolution: {integrity: sha512-qbDEy0RkRy3M8xQj2O5ZVWaSJsm6KqZiz6BRMAvydX3otMImr6ELOuBbAHLGdZ3R1LaVrYeNnSsgQez7Z7Skfw==} + '@angular/compiler@22.0.0-next.2': + resolution: {integrity: sha512-XFz+V0HkXlG1Ca+cJK8W/KjdEFWqNCPeQ0fRbdJngWC2fawwF5STNj8eTS9u1j6PwySajzu4OEyxJeVrDZMjDg==} engines: {node: ^22.22.0 || >=24.13.1} - '@angular/core@22.0.0-next.1': - resolution: {integrity: sha512-/41VYZpvV/G/HZ4w+nVp5Oywjjy+29JmXiwHMIvcFO47IcT8LVM7jfags/BNYVTk/UjT4HllMi/DWKFAPf3fwA==} + '@angular/core@22.0.0-next.2': + resolution: {integrity: sha512-xUxPiftI6I7I7n/LQoNJzjFRvmeanbDmrJMAAq63NBL1tXlj+3XYTyT0jUkyCVytv+pMOpoQoafuWPuoZMpFvQ==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/compiler': 22.0.0-next.1 + '@angular/compiler': 22.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 || ~0.16.0 peerDependenciesMeta: @@ -975,74 +975,74 @@ packages: zone.js: optional: true - '@angular/forms@22.0.0-next.1': - resolution: {integrity: sha512-yI8XGFrVMx2W+tKqlv6svylitvrh2TlwE3z3kZzGQx+SVgz9P53bbnOKwLjtAymudY1P6KTlQmeNasgnsvwmMw==} + '@angular/forms@22.0.0-next.2': + resolution: {integrity: sha512-O4UJqUCI1DnmKYwiVnHMD9n8frnI8wyVc2EizislY5MOW/6w1Z5G24mjA3FDI1OJ1y75eyOynFLi0CKa9uE9bA==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/common': 22.0.0-next.1 - '@angular/core': 22.0.0-next.1 - '@angular/platform-browser': 22.0.0-next.1 + '@angular/common': 22.0.0-next.2 + '@angular/core': 22.0.0-next.2 + '@angular/platform-browser': 22.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@22.0.0-next.1': - resolution: {integrity: sha512-3L+IPu+4Kx7MB4ZbFGOX65MCBW/G0NlQeBfyXyU3U5CwHCU6AEyxn+1kU5dfci6ZkCKgdiISEZyWr3tpkFoppg==} + '@angular/localize@22.0.0-next.2': + resolution: {integrity: sha512-D2SG8qDZAsnOsPlR8wwE6/u6Iwa3lD/ljelusATUyfnrGU9b1ZYaeMzZZjevCz+ylGioj9/Mvky/5GFQ9cXK8A==} engines: {node: ^22.22.0 || >=24.13.1} hasBin: true peerDependencies: - '@angular/compiler': 22.0.0-next.1 - '@angular/compiler-cli': 22.0.0-next.1 + '@angular/compiler': 22.0.0-next.2 + '@angular/compiler-cli': 22.0.0-next.2 - '@angular/material@21.3.0-next.0': - resolution: {integrity: sha512-rUR6LNR5pe0xOv3llqaXA3x08w/CXCihFRvmxFotvZ12lxm6bNw9sYGz60V6fVYYOYKI96G4Uylz0PlZdiHAYQ==} + '@angular/material@22.0.0-next.0': + resolution: {integrity: sha512-kI9DRWyARS0p45zSGLqdvDRT3+QRo/kBg11ieewmx9n+o3zCI+vOqVD7wyUA9vFARDSIR5SLRTjVu2QSaGPWgQ==} peerDependencies: - '@angular/cdk': 21.3.0-next.0 - '@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 + '@angular/cdk': 22.0.0-next.0 + '@angular/common': ^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0 + '@angular/core': ^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0 + '@angular/forms': ^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0 + '@angular/platform-browser': ^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.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/06cf48df3a70d5a314336359dd47722724f69439': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/06cf48df3a70d5a314336359dd47722724f69439} - version: 0.0.0-08542a03ec636e2b37541e3e4104ec1cdf2c32d6 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f9eabeac6431a685f8ff3258df26039f810171a8': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f9eabeac6431a685f8ff3258df26039f810171a8} + version: 0.0.0-a84b05cc48579b0a567fbafde11203864c6af8be hasBin: true - '@angular/platform-browser@22.0.0-next.1': - resolution: {integrity: sha512-n7tevqK5XQGn9iga3nZjtbFA6nGtUZJvuJI+iCN3epZQ9N+IXPrGJzVe1Nx1ys+lGG/RxB8fbTf1yqEXUR/7aQ==} + '@angular/platform-browser@22.0.0-next.2': + resolution: {integrity: sha512-orxlHh3fY1YZJuCuMNfBLhHCKC4GAqeGNdMfSVM52imgFxf5oa4Ss2A6Rg6kqdK7LlSL1Z4/3WVU7IL3QBzXOQ==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/animations': 22.0.0-next.1 - '@angular/common': 22.0.0-next.1 - '@angular/core': 22.0.0-next.1 + '@angular/animations': 22.0.0-next.2 + '@angular/common': 22.0.0-next.2 + '@angular/core': 22.0.0-next.2 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@22.0.0-next.1': - resolution: {integrity: sha512-eFh+ITBnL8tx/fIQeSjQ2tCRKtiCggmx4Ez6D2uQPEYkDukItRJypjJvgWBYLoG+VZUApgohbbc/qJh0n5zOZA==} + '@angular/platform-server@22.0.0-next.2': + resolution: {integrity: sha512-HHld8KrqMCGv/R+LWIfNMbJUyIcQOwOolJjW02tRVGs9dNyaRYLvX+h0R5cyJ1BbU3NWi+O3XxjZ3+ZQw+Vclg==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@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/common': 22.0.0-next.2 + '@angular/compiler': 22.0.0-next.2 + '@angular/core': 22.0.0-next.2 + '@angular/platform-browser': 22.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@22.0.0-next.1': - resolution: {integrity: sha512-aeaf9AS5FnJhWbIvKlngnCyBJx1CutQ2o2ymLbp2lnB/Xc72wdv8R5kuMplAmrrAnjUoI9KO/pwzc0UjMmSU6w==} + '@angular/router@22.0.0-next.2': + resolution: {integrity: sha512-AMbWhr2F7TXbIu7bEAcjKJzY9JvYEVgVoQVN0eRY5f+yv2L5Hv9+UjUU7Gvn2cFrEEsHvmJ6apRXAO5gnt1pWA==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/common': 22.0.0-next.1 - '@angular/core': 22.0.0-next.1 - '@angular/platform-browser': 22.0.0-next.1 + '@angular/common': 22.0.0-next.2 + '@angular/core': 22.0.0-next.2 + '@angular/platform-browser': 22.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 - '@angular/service-worker@22.0.0-next.1': - resolution: {integrity: sha512-xkoOL21ZC9TlvLKSNm0o1QKN3blQdZVPHItYjzT7kHaXI1hJNEJbqsIA5HljsthBtzfa1CBiweZRzCHGfs5gbA==} + '@angular/service-worker@22.0.0-next.2': + resolution: {integrity: sha512-eXf9Ts/+aFmB1+tu9/62w7K/t2MEgMcALIsiYKOPJzo+znlTS3s9hTli05yOV4DdHu/xnvqvM32UJN3FPTdvRw==} engines: {node: ^22.22.0 || >=24.13.1} hasBin: true peerDependencies: - '@angular/core': 22.0.0-next.1 + '@angular/core': 22.0.0-next.2 rxjs: ^6.5.3 || ^7.4.0 '@asamuzakjp/css-color@5.0.1': @@ -8460,29 +8460,29 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@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/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))': dependencies: - '@angular/core': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/core': 22.0.0-next.2(@angular/compiler@22.0.0-next.2)(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.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/cdk@22.0.0-next.0(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@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)) + '@angular/common': 22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(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.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/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/core': 22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/compiler-cli@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(typescript@6.0.1-rc)': + '@angular/compiler-cli@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(typescript@6.0.1-rc)': dependencies: - '@angular/compiler': 22.0.0-next.1 + '@angular/compiler': 22.0.0-next.2 '@babel/core': 7.29.0 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 5.0.0 @@ -8496,31 +8496,31 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@22.0.0-next.1': + '@angular/compiler@22.0.0-next.2': dependencies: tslib: 2.8.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/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(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.1 + '@angular/compiler': 22.0.0-next.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/forms@22.0.0-next.2(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@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)) + '@angular/common': 22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(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.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/localize@22.0.0-next.2(@angular/compiler-cli@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(typescript@6.0.1-rc))(@angular/compiler@22.0.0-next.2)': dependencies: - '@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) + '@angular/compiler': 22.0.0-next.2 + '@angular/compiler-cli': 22.0.0-next.2(@angular/compiler@22.0.0-next.2)(typescript@6.0.1-rc) '@babel/core': 7.29.0 '@types/babel__core': 7.20.5 tinyglobby: 0.2.15 @@ -8528,17 +8528,17 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/material@21.3.0-next.0(2645b915ebf9074f759b05c1e2af589e)': + '@angular/material@22.0.0-next.0(f052a1d5efb79e6d166932622dfe588f)': dependencies: - '@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)) + '@angular/cdk': 22.0.0-next.0(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + '@angular/common': 22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/forms': 22.0.0-next.2(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + '@angular/platform-browser': 22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(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/06cf48df3a70d5a314336359dd47722724f69439(@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/f9eabeac6431a685f8ff3258df26039f810171a8(@modelcontextprotocol/sdk@1.27.1(zod@4.3.6))': dependencies: '@actions/core': 3.0.0 '@conventional-changelog/git-client': 2.6.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.3.0) @@ -8598,35 +8598,35 @@ snapshots: - '@modelcontextprotocol/sdk' - '@react-native-async-storage/async-storage' - '@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))': + '@angular/platform-browser@22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))': dependencies: - '@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/common': 22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1) tslib: 2.8.1 optionalDependencies: - '@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/animations': 22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)) - '@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)': + '@angular/platform-server@22.0.0-next.2(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.2)(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@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)) + '@angular/common': 22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/compiler': 22.0.0-next.2 + '@angular/core': 22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(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.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/router@22.0.0-next.2(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@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)) + '@angular/common': 22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.2(@angular/animations@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1)) rxjs: 7.8.2 tslib: 2.8.1 - '@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)': + '@angular/service-worker@22.0.0-next.2(@angular/core@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/core': 22.0.0-next.2(@angular/compiler@22.0.0-next.2)(rxjs@7.8.2)(zone.js@0.16.1) rxjs: 7.8.2 tslib: 2.8.1 @@ -14776,10 +14776,10 @@ snapshots: netmask@2.0.2: {} - 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): + ng-packagr@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.2(@angular/compiler@22.0.0-next.2)(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.1(@angular/compiler@22.0.0-next.1)(typescript@6.0.1-rc) + '@angular/compiler-cli': 22.0.0-next.2(@angular/compiler@22.0.0-next.2)(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 71a9c8a9f605..e8a3bfad259e 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#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" + "@angular/animations": "github:angular/animations-builds#6e1a4149f63a3f768a40c47ec826a8f4ec626875", + "@angular/cdk": "github:angular/cdk-builds#b63e124c24ccabbb896151ae4b3100a5daa5f6bd", + "@angular/common": "github:angular/common-builds#69b973ad2bdc597952f05220392ab23f5c98bca4", + "@angular/compiler": "github:angular/compiler-builds#18134553c4d2f9140e552a99e479027b59ab1668", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#cf97f7a630a3e026d39dce6a9f2e7cf020320372", + "@angular/core": "github:angular/core-builds#58e43a7543be3eb3a9a5617854fb7e3e48c4ebf3", + "@angular/forms": "github:angular/forms-builds#627646cd0443ad2c6bbee151b3d32c5bbecdf0ee", + "@angular/language-service": "github:angular/language-service-builds#798e97a1651b5ba665fe6ccec816369dfc96ce8e", + "@angular/localize": "github:angular/localize-builds#20d5945e6d7264e637ae533d3935a24523b2cc86", + "@angular/material": "github:angular/material-builds#590940a39eb467512afb208e0a4c6ac39463f9f6", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#6bf9992ee509b30153733a97e466cfc189efc45e", + "@angular/platform-browser": "github:angular/platform-browser-builds#9e6855da54bf8e52a32b792ef20e252257ab9377", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#3d435a90283e7f09d5342cab0f916494689b6ea7", + "@angular/platform-server": "github:angular/platform-server-builds#eeaa23774c1668c3da635a46fbf92464162c79a4", + "@angular/router": "github:angular/router-builds#a5b4386caa804e9cc189befc0fbbb5d1085a7d5d", + "@angular/service-worker": "github:angular/service-worker-builds#f1e079edcb23576539d39df22275558148191e3b" } }