From 090e9200db0d9f70d368061c2d7616277356b1f8 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 10 Sep 2026 10:30:22 +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 | 2 +- modules/testing/builder/package.json | 2 +- package.json | 28 +- packages/angular/build/package.json | 2 +- packages/angular/ssr/package.json | 12 +- .../angular_devkit/build_angular/package.json | 2 +- packages/ngtools/webpack/package.json | 4 +- pnpm-lock.yaml | 522 +++++++----------- tests/e2e/ng-snapshot/package.json | 32 +- 14 files changed, 310 insertions(+), 406 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 30585fa707fd..9a635ff6fde3 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -18,6 +18,6 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@183403ae13b785698eaf13c819dda55b9fed430b # main + - uses: angular/dev-infra/github-actions/branch-manager@4a09f9588769980eacb41fcc76e2c76d048eac42 # main with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fad471f1244..2013913ef12c 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@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/setup@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - 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@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/setup@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@4a09f9588769980eacb41fcc76e2c76d048eac42 # main 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@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/setup@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@4a09f9588769980eacb41fcc76e2c76d048eac42 # main 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@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/setup@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@4a09f9588769980eacb41fcc76e2c76d048eac42 # main 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@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/setup@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@4a09f9588769980eacb41fcc76e2c76d048eac42 # main 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@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - 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@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/setup@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@4a09f9588769980eacb41fcc76e2c76d048eac42 # main 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@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/setup@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@4a09f9588769980eacb41fcc76e2c76d048eac42 # main 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@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/setup@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@4a09f9588769980eacb41fcc76e2c76d048eac42 # main with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Start Sauce Connect @@ -245,11 +245,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/setup@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - 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 bb05d9b3dbfe..61b28bdbf280 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -16,21 +16,21 @@ jobs: if: github.event_name == 'pull_request_target' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/labeling/pull-request@183403ae13b785698eaf13c819dda55b9fed430b # main + - uses: angular/dev-infra/github-actions/labeling/pull-request@4a09f9588769980eacb41fcc76e2c76d048eac42 # main 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@183403ae13b785698eaf13c819dda55b9fed430b # main + - uses: angular/dev-infra/github-actions/post-approval-changes@4a09f9588769980eacb41fcc76e2c76d048eac42 # main 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@183403ae13b785698eaf13c819dda55b9fed430b # main + - uses: angular/dev-infra/github-actions/labeling/issue@4a09f9588769980eacb41fcc76e2c76d048eac42 # main 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 504f7e5136ad..a1ed1ed6655b 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -22,7 +22,7 @@ jobs: workflows: ${{ steps.workflows.outputs.workflows }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Install node modules run: pnpm install --frozen-lockfile - id: workflows @@ -40,9 +40,9 @@ jobs: workflow: ${{ fromJSON(needs.list.outputs.workflows) }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/setup@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - 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 8b2baafbd3b4..fe1e3ece870b 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@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/setup@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup ESLint Caching uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 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@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/linting/licenses@4a09f9588769980eacb41fcc76e2c76d048eac42 # main build: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/setup@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - 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@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/setup@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - 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@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/setup@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - 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@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/setup@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - 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@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - 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@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/setup@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - 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@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/setup@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@183403ae13b785698eaf13c819dda55b9fed430b # main + uses: angular/dev-infra/github-actions/bazel/configure-remote@4a09f9588769980eacb41fcc76e2c76d048eac42 # main - 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 470c5e258947..bc557aca4a98 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -26,7 +26,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "183403ae13b785698eaf13c819dda55b9fed430b", + commit = "4a09f9588769980eacb41fcc76e2c76d048eac42", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/modules/testing/builder/package.json b/modules/testing/builder/package.json index d61b5633635a..760eeb37ab68 100644 --- a/modules/testing/builder/package.json +++ b/modules/testing/builder/package.json @@ -8,7 +8,7 @@ "browser-sync": "3.0.4", "istanbul-lib-instrument": "6.0.3", "jsdom": "30.0.1", - "ng-packagr": "22.2.0-next.5", + "ng-packagr": "22.2.0-next.6", "rxjs": "7.8.2", "vitest": "5.0.0" } diff --git a/package.json b/package.json index aca8947fdead..43aaa9a2474c 100644 --- a/package.json +++ b/package.json @@ -42,23 +42,23 @@ }, "homepage": "https://github.com/angular/angular-cli", "dependencies": { - "@angular/compiler-cli": "22.2.0-next.5", + "@angular/compiler-cli": "22.2.0-next.7", "typescript": "6.0.3" }, "devDependencies": { - "@angular/animations": "22.2.0-next.5", - "@angular/cdk": "22.2.0-next.4", - "@angular/common": "22.2.0-next.5", - "@angular/compiler": "22.2.0-next.5", - "@angular/core": "22.2.0-next.5", - "@angular/forms": "22.2.0-next.5", - "@angular/localize": "22.2.0-next.5", - "@angular/material": "22.2.0-next.4", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2fe8cf97ca7d7f1616c3f29e910dde3a7ac5b981", - "@angular/platform-browser": "22.2.0-next.5", - "@angular/platform-server": "22.2.0-next.5", - "@angular/router": "22.2.0-next.5", - "@angular/service-worker": "22.2.0-next.5", + "@angular/animations": "22.2.0-next.7", + "@angular/cdk": "22.2.0-next.5", + "@angular/common": "22.2.0-next.7", + "@angular/compiler": "22.2.0-next.7", + "@angular/core": "22.2.0-next.7", + "@angular/forms": "22.2.0-next.7", + "@angular/localize": "22.2.0-next.7", + "@angular/material": "22.2.0-next.5", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c3d7ed184d71d390d3eacff85f4b2b3f16b82660", + "@angular/platform-browser": "22.2.0-next.7", + "@angular/platform-server": "22.2.0-next.7", + "@angular/router": "22.2.0-next.7", + "@angular/service-worker": "22.2.0-next.7", "@babel/core": "8.0.1", "@bazel/bazelisk": "1.28.1", "@bazel/buildifier": "8.2.1", diff --git a/packages/angular/build/package.json b/packages/angular/build/package.json index c4b02d20234d..d1b74508d12a 100644 --- a/packages/angular/build/package.json +++ b/packages/angular/build/package.json @@ -57,7 +57,7 @@ "istanbul-lib-instrument": "6.0.3", "jsdom": "30.0.1", "less": "4.9.1", - "ng-packagr": "22.2.0-next.5", + "ng-packagr": "22.2.0-next.6", "postcss": "8.5.28", "rollup": "4.63.1", "rxjs": "7.8.2", diff --git a/packages/angular/ssr/package.json b/packages/angular/ssr/package.json index 82edb52e27d8..8385a03fd620 100644 --- a/packages/angular/ssr/package.json +++ b/packages/angular/ssr/package.json @@ -38,12 +38,12 @@ }, "devDependencies": { "@angular-devkit/schematics": "workspace:*", - "@angular/common": "22.2.0-next.5", - "@angular/compiler": "22.2.0-next.5", - "@angular/core": "22.2.0-next.5", - "@angular/platform-browser": "22.2.0-next.5", - "@angular/platform-server": "22.2.0-next.5", - "@angular/router": "22.2.0-next.5", + "@angular/common": "22.2.0-next.7", + "@angular/compiler": "22.2.0-next.7", + "@angular/core": "22.2.0-next.7", + "@angular/platform-browser": "22.2.0-next.7", + "@angular/platform-server": "22.2.0-next.7", + "@angular/router": "22.2.0-next.7", "@schematics/angular": "workspace:*" }, "sideEffects": false, diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index 73c89f358f40..a9603a5938b0 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -66,7 +66,7 @@ "devDependencies": { "@angular/ssr": "workspace:*", "browser-sync": "3.0.4", - "ng-packagr": "22.2.0-next.5", + "ng-packagr": "22.2.0-next.6", "sass": "1.104.0", "undici": "8.10.2" }, diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 1e9b53a37b71..4226e9a754c8 100644 --- a/packages/ngtools/webpack/package.json +++ b/packages/ngtools/webpack/package.json @@ -17,8 +17,8 @@ }, "devDependencies": { "@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER", - "@angular/compiler": "22.2.0-next.5", - "@angular/compiler-cli": "22.2.0-next.5", + "@angular/compiler": "22.2.0-next.7", + "@angular/compiler-cli": "22.2.0-next.7", "typescript": "6.0.3", "webpack": "5.110.3" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bed00e1e16d4..06c11202269c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -115,8 +115,8 @@ importers: .: dependencies: '@angular/compiler-cli': - specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.3) + specifier: 22.2.0-next.7 + version: 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.3) typescript: specifier: 6.0.3 version: 6.0.3 @@ -127,44 +127,44 @@ importers: built: true devDependencies: '@angular/animations': - specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)) + specifier: 22.2.0-next.7 + version: 22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)) '@angular/cdk': - specifier: 22.2.0-next.4 - version: 22.2.0-next.4(164cec07f845c9f2a6f509bb1888cfce) - '@angular/common': specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2) + version: 22.2.0-next.5(39c40c9a1f9bb5f879e47a803a31d169) + '@angular/common': + specifier: 22.2.0-next.7 + version: 22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2) '@angular/compiler': - specifier: 22.2.0-next.5 - version: 22.2.0-next.5 + specifier: 22.2.0-next.7 + version: 22.2.0-next.7 '@angular/core': - specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3) + specifier: 22.2.0-next.7 + version: 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3) '@angular/forms': - specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.5(@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2) + specifier: 22.2.0-next.7 + version: 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2) '@angular/localize': - specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.3))(@angular/compiler@22.2.0-next.5) + specifier: 22.2.0-next.7 + version: 22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.3))(@angular/compiler@22.2.0-next.7) '@angular/material': - specifier: 22.2.0-next.4 - version: 22.2.0-next.4(95bc9c8a06206acb56b97c62cbcd354e) + specifier: 22.2.0-next.5 + version: 22.2.0-next.5(81e39f7844a84d7288807077d0a318ec) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#2fe8cf97ca7d7f1616c3f29e910dde3a7ac5b981 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/2fe8cf97ca7d7f1616c3f29e910dde3a7ac5b981 + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#c3d7ed184d71d390d3eacff85f4b2b3f16b82660 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c3d7ed184d71d390d3eacff85f4b2b3f16b82660 '@angular/platform-browser': - specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)) + specifier: 22.2.0-next.7 + version: 22.2.0-next.7(@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)) '@angular/platform-server': - specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/compiler@22.2.0-next.5)(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.5(@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2) + specifier: 22.2.0-next.7 + version: 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/compiler@22.2.0-next.7)(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2) '@angular/router': - specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.5(@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2) + specifier: 22.2.0-next.7 + version: 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2) '@angular/service-worker': - specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2) + specifier: 22.2.0-next.7 + version: 22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2) '@babel/core': specifier: 8.0.1 version: 8.0.1 @@ -406,8 +406,8 @@ importers: specifier: 30.0.1 version: 30.0.1 ng-packagr: - specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.3))(supports-color@11.0.0)(tslib@2.8.1)(typescript@6.0.3) + specifier: 22.2.0-next.6 + version: 22.2.0-next.6(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.3))(supports-color@11.0.0)(tslib@2.8.1)(typescript@6.0.3) rxjs: specifier: 7.8.2 version: 7.8.2 @@ -521,8 +521,8 @@ importers: specifier: 4.9.1 version: 4.9.1(supports-color@11.0.0) ng-packagr: - specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.3))(supports-color@11.0.0)(tslib@2.8.1)(typescript@6.0.3) + specifier: 22.2.0-next.6 + version: 22.2.0-next.6(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.3))(supports-color@11.0.0)(tslib@2.8.1)(typescript@6.0.3) postcss: specifier: 8.5.28 version: 8.5.28 @@ -610,23 +610,23 @@ importers: specifier: workspace:* version: link:../../angular_devkit/schematics '@angular/common': - specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2) + specifier: 22.2.0-next.7 + version: 22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2) '@angular/compiler': - specifier: 22.2.0-next.5 - version: 22.2.0-next.5 + specifier: 22.2.0-next.7 + version: 22.2.0-next.7 '@angular/core': - specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3) + specifier: 22.2.0-next.7 + version: 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3) '@angular/platform-browser': - specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)) + specifier: 22.2.0-next.7 + version: 22.2.0-next.7(@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)) '@angular/platform-server': - specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/compiler@22.2.0-next.5)(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.5(@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2) + specifier: 22.2.0-next.7 + version: 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/compiler@22.2.0-next.7)(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2) '@angular/router': - specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.5(@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2) + specifier: 22.2.0-next.7 + version: 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2) '@schematics/angular': specifier: workspace:* version: link:../../schematics/angular @@ -809,8 +809,8 @@ importers: specifier: 3.0.4 version: 3.0.4(bufferutil@4.1.0)(debug@4.4.3(supports-color@11.0.0))(supports-color@11.0.0)(utf-8-validate@6.0.6) ng-packagr: - specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.3))(supports-color@11.0.0)(tslib@2.8.1)(typescript@6.0.3) + specifier: 22.2.0-next.6 + version: 22.2.0-next.6(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.3))(supports-color@11.0.0)(tslib@2.8.1)(typescript@6.0.3) sass: specifier: 1.104.0 version: 1.104.0 @@ -905,11 +905,11 @@ importers: specifier: workspace:0.0.0-PLACEHOLDER version: link:../../angular_devkit/core '@angular/compiler': - specifier: 22.2.0-next.5 - version: 22.2.0-next.5 + specifier: 22.2.0-next.7 + version: 22.2.0-next.7 '@angular/compiler-cli': - specifier: 22.2.0-next.5 - version: 22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.3) + specifier: 22.2.0-next.7 + version: 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.3) typescript: specifier: 6.0.3 version: 6.0.3 @@ -969,14 +969,14 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular/animations@22.2.0-next.5': - resolution: {integrity: sha512-Q2ImjJNM14L+jKh5EvxDtooRf8tshZ+rlomtf24AI6Cxr7FelPXwPOZbYmHkPu0y5hqhey5+WNG5RQLRvKjiLQ==} + '@angular/animations@22.2.0-next.7': + resolution: {integrity: sha512-msL7uq19ijV0pniSv2C7zWF3AnXCKtvANodjqsjtyS05gQPfJQ+TqLHLzf/kMKZZLgCXREaowaI0oeuxM5/kJg==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/core': 22.2.0-next.5 + '@angular/core': 22.2.0-next.7 - '@angular/cdk@22.2.0-next.4': - resolution: {integrity: sha512-ZqORCqi7eGIXgiObGA1Lmf7+l+7VP5gp7/ge3cNHUOcJP6HRJlt4ISjUFT+j7t9FU1lkf6nNBSwEcIG2EI+EGw==} + '@angular/cdk@22.2.0-next.5': + resolution: {integrity: sha512-ihTqQzTHgKOOwnSEtH7MuBsJoIPMJ5rUdXLaJGbqDZbxAZ5hAMmhRRvlv78cSmHGLWFdBybxfKlb9IEzIZ0RUw==} peerDependencies: '@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 @@ -984,33 +984,33 @@ packages: '@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.2.0-next.5': - resolution: {integrity: sha512-D11bjuSXSuIB+EQ04Ep1NyhbvuJHbZqKBkNzXDK0Mfkkbjfl9rN4YOs7vGNcXOm/pFXWSR4DR5IqQWeiiSlUBQ==} + '@angular/common@22.2.0-next.7': + resolution: {integrity: sha512-KZtQn/IVxuRCywnTxnGX68bCWCnbLT4aqxCLHYY+1ySIMUQq0COIjD1yuNoUReOqvIIp1YIXliW0WyYYa+M9TQ==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/core': 22.2.0-next.5 + '@angular/core': 22.2.0-next.7 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@22.2.0-next.5': - resolution: {integrity: sha512-zuAYA4ZAYf1HY82nJRuo7Ft00YwAiRo/aZGuRSU4A+RlHROq57X1W8NyINdMpMPEyL2O14WgRG2/MlGDKnF49Q==} + '@angular/compiler-cli@22.2.0-next.7': + resolution: {integrity: sha512-+VK9nYswQoGM1wovyAfTX/lAa+WXZoDNmTQH2DRazXnY66mcU745ZaCDzbJmoBpgnJthvgBbpFRM3fR6JSqfpw==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} hasBin: true peerDependencies: - '@angular/compiler': 22.2.0-next.5 + '@angular/compiler': 22.2.0-next.7 typescript: '>=6.0 <6.1' peerDependenciesMeta: typescript: optional: true - '@angular/compiler@22.2.0-next.5': - resolution: {integrity: sha512-EZ3O1e0aQDsYPX8jffsX7mNoyqWHOMqpzP4ULjt45JZkpAT/H/Ss7p8MFKnox60AFbvmEENm/srcnDJ5s9sTLA==} + '@angular/compiler@22.2.0-next.7': + resolution: {integrity: sha512-OMtL5mNoAtrwAIjShQ41X8eV2YKfCqAzN72MCxnZl/KcLhqguTQx9hY2LmdT13z+ovA6HleiceP+16+toUxVWw==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} - '@angular/core@22.2.0-next.5': - resolution: {integrity: sha512-Gh+JycsZiZhVZEODpCBEc20XXl6aIN/w+bB7A9a7/d0bMRdX3IBtYNxCOMor9L7bJVfwD+N3NTWpb+wSv81wMQ==} + '@angular/core@22.2.0-next.7': + resolution: {integrity: sha512-0zBKFpgIY24Lr21bNeRPF1PHXF5MVduxujrUfNlPOsORMGfjUf3YnJi5EM3V45Ew+uEowAuorEO/CbCrQSVaPA==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/compiler': 22.2.0-next.5 + '@angular/compiler': 22.2.0-next.7 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 || ~0.16.0 peerDependenciesMeta: @@ -1019,74 +1019,74 @@ packages: zone.js: optional: true - '@angular/forms@22.2.0-next.5': - resolution: {integrity: sha512-eyECVvZ/pJGKzXTWf3SC1d+hSIVWQvJreiCo0kX2e9pDzuGoK5Br8gifP38tgwym2FuR/5THJRn2K998pUZ4Xg==} + '@angular/forms@22.2.0-next.7': + resolution: {integrity: sha512-cn5NmrgnNAzo3CI3+UyVM/Z5ajL9SQ5uBnb6YmJ5pLePeIG7lDlAGWQrHWbVAgCcQ8Ps1kTfEmTAhcSCq906gg==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/common': 22.2.0-next.5 - '@angular/core': 22.2.0-next.5 - '@angular/platform-browser': 22.2.0-next.5 + '@angular/common': 22.2.0-next.7 + '@angular/core': 22.2.0-next.7 + '@angular/platform-browser': 22.2.0-next.7 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@22.2.0-next.5': - resolution: {integrity: sha512-kquo2tv5g3SF33acN6SQpiOwr0TpP45/iKRLkX/xcWY6XZ7S9bxU4W6CiJ4fZfelfTDKBr6ZhxA8QNnw7Y1Z8w==} + '@angular/localize@22.2.0-next.7': + resolution: {integrity: sha512-4gj94NGOzSjP7Wnfgm3DQYVphvMVQ0lMkZ0/8OKvy54cUX3/yzyw/hKAMpCM5+wzEaQ1GRo4oyU7D0QS/O5Ysw==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} hasBin: true peerDependencies: - '@angular/compiler': 22.2.0-next.5 - '@angular/compiler-cli': 22.2.0-next.5 + '@angular/compiler': 22.2.0-next.7 + '@angular/compiler-cli': 22.2.0-next.7 - '@angular/material@22.2.0-next.4': - resolution: {integrity: sha512-BTGnryNFfLvN8jI02msMNbHdNVcOaFL0MMH8S+jpQc8ooULx8bRwQZSWk8LKusayVyZH4JbT3YvV7PW/qw0ndA==} + '@angular/material@22.2.0-next.5': + resolution: {integrity: sha512-EY0S6BmsBBNjrfO9zR8LRMtOcPfEwMKNr8HPnHyXUN/lN4cQcwr0SCYFU0WLV32dIq84DbEYCs1klZWtZKaaeQ==} peerDependencies: - '@angular/cdk': 22.2.0-next.4 + '@angular/cdk': 22.2.0-next.5 '@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/2fe8cf97ca7d7f1616c3f29e910dde3a7ac5b981': - resolution: {gitHosted: true, integrity: sha512-gvSQwKrcdUefjQGC9dzuaiNY3G61f0w8sGDrQSS6ju8FKITLMlWJREmD6DzYkTclDdzE0GwxbJmUYX7QbYYvaQ==, tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/2fe8cf97ca7d7f1616c3f29e910dde3a7ac5b981} - version: 0.0.0-183403ae13b785698eaf13c819dda55b9fed430b + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c3d7ed184d71d390d3eacff85f4b2b3f16b82660': + resolution: {gitHosted: true, integrity: sha512-DBHbT5IV4wnEUd5/+wh1cTxmwKNsxGahmN4DJ92T1aY5DcvCxhsoedLtHNX9Wi81hNEc37phIr+qaDsZWQVdQw==, tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c3d7ed184d71d390d3eacff85f4b2b3f16b82660} + version: 0.0.0-f5c817076b8e4da7b6e91783dbcd553c5003a296 hasBin: true - '@angular/platform-browser@22.2.0-next.5': - resolution: {integrity: sha512-eSTpC4/SqkQ6QDTblFNznT7jRwX9o4X1cO7Hf+F0p07hofbbi8ptDXl0iZs6643C5eSaoyp1Bncd8wJzwoFmPw==} + '@angular/platform-browser@22.2.0-next.7': + resolution: {integrity: sha512-z3KDNFLCRT2IsDwdl7YFLToeowshz6M4XxRON2/V6RqdrPHs2l/ieYjYk9Va35r6a06iu/8/DxNNXNBiHXDQMg==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/animations': 22.2.0-next.5 - '@angular/common': 22.2.0-next.5 - '@angular/core': 22.2.0-next.5 + '@angular/animations': 22.2.0-next.7 + '@angular/common': 22.2.0-next.7 + '@angular/core': 22.2.0-next.7 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@22.2.0-next.5': - resolution: {integrity: sha512-MrXjF0GI2CSnNBbAhOJXjsXraL5H3P32VaG9Eh6DJNNZpR6pzM9HWOjbXHQ1elrYNBN2rV67HRSiDkRYu46AVw==} + '@angular/platform-server@22.2.0-next.7': + resolution: {integrity: sha512-y5FjyISYE5jvInd1SsloeRLToQaPD9MzRsNglqOKHHIOHQ96q4PERukT4Q3IRtg6KYwwU5LEdxlNAsUyI8XZxw==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/common': 22.2.0-next.5 - '@angular/compiler': 22.2.0-next.5 - '@angular/core': 22.2.0-next.5 - '@angular/platform-browser': 22.2.0-next.5 + '@angular/common': 22.2.0-next.7 + '@angular/compiler': 22.2.0-next.7 + '@angular/core': 22.2.0-next.7 + '@angular/platform-browser': 22.2.0-next.7 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@22.2.0-next.5': - resolution: {integrity: sha512-40viSK016CMgwVjbW8oLLv0zZSWCNVCFG1bqxOnqujPbP/lW3vlu4ul0Ine9tUlKnkfNZKV+NTCQtHlY1li+5Q==} + '@angular/router@22.2.0-next.7': + resolution: {integrity: sha512-za4bd01sICnusgCeExYoP8eQI2QMPVgPgDnyfIyNMw1UVkYXcLj0JOhNo7GDTcUfEUXSKN/jR7BUHXKrNQnC7Q==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} peerDependencies: - '@angular/common': 22.2.0-next.5 - '@angular/core': 22.2.0-next.5 - '@angular/platform-browser': 22.2.0-next.5 + '@angular/common': 22.2.0-next.7 + '@angular/core': 22.2.0-next.7 + '@angular/platform-browser': 22.2.0-next.7 rxjs: ^6.5.3 || ^7.4.0 - '@angular/service-worker@22.2.0-next.5': - resolution: {integrity: sha512-z8oExlAiu3oKkKQFZ0AXnmk1K9jw/+lLEv9IRhuQM1abPNKfFo9AHE298dPZLoE3wqumg85No2u8AJJX9w/1sw==} + '@angular/service-worker@22.2.0-next.7': + resolution: {integrity: sha512-3VPER5SWc70vZD8EwPlMy4jtrgWgJ/RUwAXfpP+Hn+mrZxPhI90ztVyWV1i/boqtNel/z4/FVoWdEXKiKVvfow==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} hasBin: true peerDependencies: - '@angular/core': 22.2.0-next.5 + '@angular/core': 22.2.0-next.7 rxjs: ^6.5.3 || ^7.4.0 '@asamuzakjp/css-color@6.0.7': @@ -2272,15 +2272,6 @@ packages: resolution: {integrity: sha512-WpQM+Ti6Z40EFwwt+uL2p4UabT+W179zHp6HhLVOzfbwnVn05IPO/eXIZXGNqcT1jbQ15SujNLzQ39k4QPPxBQ==} engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} - '@inquirer/checkbox@5.2.4': - resolution: {integrity: sha512-oKT5RNeO9oKYizSyOxKb66IrKUsYVMQD2tnjllYW4wmSOe9WawfL3OE2p82JuvAyo+/nDIEem5P4Bm/ZIVYVew==} - engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} - peerDependencies: - '@types/node': '>=18' - peerDependenciesMeta: - '@types/node': - optional: true - '@inquirer/checkbox@5.2.5': resolution: {integrity: sha512-bRt8J8m+Fot9CXv+zNQGXUq2ET0MggR1fPz7v6edN6MFYmsbfGnMmkmWZJEegMKqrAC8ej/o1sqisHZXZJMAfQ==} engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} @@ -2290,15 +2281,6 @@ packages: '@types/node': optional: true - '@inquirer/confirm@6.3.0': - resolution: {integrity: sha512-pZHXJImFtERmSNMBHcjwuz8Ck5vEFEYNUZnwbb8aJpjHv/TwGuFErNxF2Hp8+V+pNJs2EYPMlyWscvFEqO9jOQ==} - engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} - peerDependencies: - '@types/node': '>=18' - peerDependenciesMeta: - '@types/node': - optional: true - '@inquirer/confirm@6.3.2': resolution: {integrity: sha512-Xvr/0HggjddPtGppuqVmxhTw+Hr8PvsZ/k0HmOEaAqQEt80OITNkFWnsdNmyT0/eM4Ab+iJLx2R8rctlEyfSVg==} engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} @@ -2308,15 +2290,6 @@ packages: '@types/node': optional: true - '@inquirer/core@12.0.2': - resolution: {integrity: sha512-9pBhkxE14uUlnHhs8lOt7qVPtS4caRY6CjADl8COejl9Mf7w8i6Uoe3DrljCqYtmYM3Iv2Q6EmPxx/oTYbvTAQ==} - engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} - peerDependencies: - '@types/node': '>=18' - peerDependenciesMeta: - '@types/node': - optional: true - '@inquirer/core@12.0.3': resolution: {integrity: sha512-wsSy0sznmXwkty+2PzZwx00Cazc/E0r0B7mAzdGROz2Ct+DFZXaK7WDjGZvgjRldxH5ZhFVfF2lgkYrqgOw2KA==} engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} @@ -2326,15 +2299,6 @@ packages: '@types/node': optional: true - '@inquirer/editor@5.3.2': - resolution: {integrity: sha512-7ruKO5d/wxhGHxdCQ3eyP/aBNrPTZ+Ju7ERtnAwuIsu0RSLs6kotlTRkOxHatbD6sDaEEdwsD82pzFiT9ESIyQ==} - engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} - peerDependencies: - '@types/node': '>=18' - peerDependenciesMeta: - '@types/node': - optional: true - '@inquirer/editor@5.3.3': resolution: {integrity: sha512-YsKkS2q63IiLtaDK/9nqzdComN97SDQrmKiyNggN+ceP4ty+Z6VwyTz3FpjeUWeW1Efss2xHFKCC9sx7hnrsxg==} engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} @@ -2344,15 +2308,6 @@ packages: '@types/node': optional: true - '@inquirer/expand@5.1.4': - resolution: {integrity: sha512-12o4aYnjWouoq0fyVhYIL+hwXAaga+kntA/wrijFmVvn2heinkdvkbEXRt1Ob/9IOJ285US5tntjfI/Ukt2YkA==} - engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} - peerDependencies: - '@types/node': '>=18' - peerDependenciesMeta: - '@types/node': - optional: true - '@inquirer/expand@5.1.5': resolution: {integrity: sha512-uHuXLmXW+TtIfT/9vSBotypAkqn1n34Ul+CLGPos/xANyO4Ff5xZzkYhbKR4NEcfVK4a9mHQOpwVZzluSHFRGw==} engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} @@ -2375,15 +2330,6 @@ packages: resolution: {integrity: sha512-EAWgUTGQ/Umgga51dE3B2PUHbufuXarDfg86uVgoSgNHNNQnyFKcOrQLWVqYMghuSyHh8+2HUH0Js9cTC1WAdg==} engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} - '@inquirer/input@5.1.5': - resolution: {integrity: sha512-2MkYYFD1Owt1eRBwHhsLSutysRodWasA4DVpl42KJKGmzwBTXRYAIXujisrt0UW0UohUlMjNjLfMDbw4emRbfw==} - engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} - peerDependencies: - '@types/node': '>=18' - peerDependenciesMeta: - '@types/node': - optional: true - '@inquirer/input@5.1.6': resolution: {integrity: sha512-HtcJhB2QFVXbLuJ5S3syhNbTUVxYvwqV4VRBDkQceBloC9bmTViUoRFP5PbSaDZb3HzfPmpuU/gG4ybVBz4FHA==} engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} @@ -2393,15 +2339,6 @@ packages: '@types/node': optional: true - '@inquirer/number@4.2.2': - resolution: {integrity: sha512-tjW1gMIQsFb/9Ie11i8SpuPARBdyCVfC5XOeVugWovrdm8CpjzN+A1CBX5QwCCN2mtNmpgDDCnuLCCT94cQ5zA==} - engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} - peerDependencies: - '@types/node': '>=18' - peerDependenciesMeta: - '@types/node': - optional: true - '@inquirer/number@4.2.3': resolution: {integrity: sha512-6Yuwh1NGSbu1Lo4N1EWjXs1jKRntLg/ZCwhmeorEHde90v1XxAozdbd4Iu30eOQLW+6h1hp2O9ujNfLSbTPJnA==} engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} @@ -2411,15 +2348,6 @@ packages: '@types/node': optional: true - '@inquirer/password@5.2.1': - resolution: {integrity: sha512-InA6nJxMCXPavPBiTKYHIsYiWz/mkIsk1rkI6pKp5w18gVawqrZOj7eSzSmPJa3j0pVxXm6RlrFP1BE9YeOixA==} - engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} - peerDependencies: - '@types/node': '>=18' - peerDependenciesMeta: - '@types/node': - optional: true - '@inquirer/password@5.2.2': resolution: {integrity: sha512-W9zYdyzogK+6110mqwaSJWCBu2yA5Q/OfnGSjjZB1bNpHlmUozXxTl0+QOZBNeVd6Qo81/qT75gW05gLAtITxw==} engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} @@ -2447,15 +2375,6 @@ packages: '@types/node': optional: true - '@inquirer/rawlist@5.3.4': - resolution: {integrity: sha512-c4fDwOpQsjJDHjXdHJE1/xXH6w9/BAiyu3QKzH9Ww5Xm1q37mzyUNa20L7qdtM1ECi4e+oUEKjhK8hR37OMAMQ==} - engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} - peerDependencies: - '@types/node': '>=18' - peerDependenciesMeta: - '@types/node': - optional: true - '@inquirer/rawlist@5.3.5': resolution: {integrity: sha512-1oHky1ONfCOwNrnkQGDE1oaSij/3fI6HFMSf2H/WsGO2lEyDX9My82iggITSy9ddSZ8yk8j9v41OI0fVoSIoaA==} engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} @@ -2465,15 +2384,6 @@ packages: '@types/node': optional: true - '@inquirer/search@4.3.2': - resolution: {integrity: sha512-YIaEhWmfkdHEWOKwhF/oJar35FFTTrAdzNbJDo9lSsRT6E/obRPx9oVm4rkTMtlcJSqGYttNtLbcHQef9Qw2yw==} - engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} - peerDependencies: - '@types/node': '>=18' - peerDependenciesMeta: - '@types/node': - optional: true - '@inquirer/search@4.3.3': resolution: {integrity: sha512-fyuIU1Nbpvwlikjg3gXwJFDI11+EFjqQ7P+iByfmivIKQ1vmaykNrD/vy5unHuUqUpsOsnvJ25//tPF7E/RBRA==} engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} @@ -2483,15 +2393,6 @@ packages: '@types/node': optional: true - '@inquirer/select@5.2.4': - resolution: {integrity: sha512-L9ubNaJdoBsiom/AfPKq0QLHTkhhCFCtszzdVidGremrlJjPZfGlmvp+IULKIbnYjtVFWnvb4mhiEdNTZ12ugA==} - engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} - peerDependencies: - '@types/node': '>=18' - peerDependenciesMeta: - '@types/node': - optional: true - '@inquirer/select@5.2.5': resolution: {integrity: sha512-9kc15hr8r/kI+3DO/xLog5nOzTz1jqsHXa6JBFzmQKhkoJ8Slda1I1L/uD8ZSZ9tF1yp79wwXe7mclvX1rqR2Q==} engines: {node: '>=23.5.0 || ^22.13.0 || ^20.17.0'} @@ -6808,8 +6709,8 @@ packages: neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - ng-packagr@22.2.0-next.5: - resolution: {integrity: sha512-fZixAT5MGDlxZnPISy1ml22DeOFVMwt3Ym/6l/VwzuAlj1K0YVJNgxxRQs+iX/qqDzcXjyVD+CQAAwAq5pQo3Q==} + ng-packagr@22.2.0-next.6: + resolution: {integrity: sha512-P8ai0zzYPhAuW/YWj4T6en8IDixa+8krdff0KOrhKyrSDumMMCzaKzvEpTgY2Eq9HxYkk8uMmR4h5lXlmeRAIA==} engines: {node: ^22.22.3 || ^24.15.0 || >=26.0.0} hasBin: true peerDependencies: @@ -8852,30 +8753,30 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))': + '@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))': dependencies: - '@angular/core': 22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3) + '@angular/core': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3) tslib: 2.8.1 - '@angular/cdk@22.2.0-next.4(164cec07f845c9f2a6f509bb1888cfce)': + '@angular/cdk@22.2.0-next.5(39c40c9a1f9bb5f879e47a803a31d169)': dependencies: - '@angular/common': 22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2) - '@angular/core': 22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3) - '@angular/forms': 22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.5(@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2) - '@angular/platform-browser': 22.2.0-next.5(@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)) + '@angular/common': 22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2) + '@angular/core': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3) + '@angular/forms': 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2) + '@angular/platform-browser': 22.2.0-next.7(@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)) parse5: 8.0.1 rxjs: 7.8.2 tslib: 2.8.1 - '@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2)': + '@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2)': dependencies: - '@angular/core': 22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3) + '@angular/core': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.3)': + '@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.3)': dependencies: - '@angular/compiler': 22.2.0-next.5 + '@angular/compiler': 22.2.0-next.7 '@babel/core': 8.0.1 '@jridgewell/sourcemap-codec': 1.6.0 chokidar: 5.0.0 @@ -8887,47 +8788,47 @@ snapshots: optionalDependencies: typescript: 6.0.3 - '@angular/compiler@22.2.0-next.5': + '@angular/compiler@22.2.0-next.7': dependencies: tslib: 2.8.1 - '@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)': + '@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)': dependencies: rxjs: 7.8.2 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 22.2.0-next.5 + '@angular/compiler': 22.2.0-next.7 zone.js: 0.16.3 - '@angular/forms@22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.5(@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2)': + '@angular/forms@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2)': dependencies: - '@angular/common': 22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2) - '@angular/core': 22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3) - '@angular/platform-browser': 22.2.0-next.5(@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)) + '@angular/common': 22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2) + '@angular/core': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3) + '@angular/platform-browser': 22.2.0-next.7(@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)) '@standard-schema/spec': 1.1.0 rxjs: 7.8.2 tslib: 2.8.1 zod: 4.5.4 - '@angular/localize@22.2.0-next.5(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.3))(@angular/compiler@22.2.0-next.5)': + '@angular/localize@22.2.0-next.7(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.3))(@angular/compiler@22.2.0-next.7)': dependencies: - '@angular/compiler': 22.2.0-next.5 - '@angular/compiler-cli': 22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.3) + '@angular/compiler': 22.2.0-next.7 + '@angular/compiler-cli': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.3) '@babel/core': 8.0.1 tinyglobby: 0.2.17 yargs: 18.1.0 - '@angular/material@22.2.0-next.4(95bc9c8a06206acb56b97c62cbcd354e)': + '@angular/material@22.2.0-next.5(81e39f7844a84d7288807077d0a318ec)': dependencies: - '@angular/cdk': 22.2.0-next.4(164cec07f845c9f2a6f509bb1888cfce) - '@angular/common': 22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2) - '@angular/core': 22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3) - '@angular/forms': 22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.5(@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2) - '@angular/platform-browser': 22.2.0-next.5(@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)) + '@angular/cdk': 22.2.0-next.5(39c40c9a1f9bb5f879e47a803a31d169) + '@angular/common': 22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2) + '@angular/core': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3) + '@angular/forms': 22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2) + '@angular/platform-browser': 22.2.0-next.7(@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/2fe8cf97ca7d7f1616c3f29e910dde3a7ac5b981': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c3d7ed184d71d390d3eacff85f4b2b3f16b82660': dependencies: '@actions/core': 3.0.1 '@conventional-changelog/git-client': 3.1.2(conventional-commits-filter@6.0.1)(conventional-commits-parser@7.1.2) @@ -8987,35 +8888,35 @@ snapshots: - '@modelcontextprotocol/sdk' - '@react-native-async-storage/async-storage' - '@angular/platform-browser@22.2.0-next.5(@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))': + '@angular/platform-browser@22.2.0-next.7(@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))': dependencies: - '@angular/common': 22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2) - '@angular/core': 22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3) + '@angular/common': 22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2) + '@angular/core': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3) tslib: 2.8.1 optionalDependencies: - '@angular/animations': 22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)) + '@angular/animations': 22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)) - '@angular/platform-server@22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/compiler@22.2.0-next.5)(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.5(@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2)': + '@angular/platform-server@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/compiler@22.2.0-next.7)(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2)': dependencies: - '@angular/common': 22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2) - '@angular/compiler': 22.2.0-next.5 - '@angular/core': 22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3) - '@angular/platform-browser': 22.2.0-next.5(@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)) + '@angular/common': 22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2) + '@angular/compiler': 22.2.0-next.7 + '@angular/core': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3) + '@angular/platform-browser': 22.2.0-next.7(@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)) rxjs: 7.8.2 tslib: 2.8.1 xhr2: 0.2.1 - '@angular/router@22.2.0-next.5(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.5(@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2)': + '@angular/router@22.2.0-next.7(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(@angular/platform-browser@22.2.0-next.7(@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(rxjs@7.8.2)': dependencies: - '@angular/common': 22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2) - '@angular/core': 22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3) - '@angular/platform-browser': 22.2.0-next.5(@angular/animations@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3)) + '@angular/common': 22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2) + '@angular/core': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3) + '@angular/platform-browser': 22.2.0-next.7(@angular/animations@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)))(@angular/common@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2))(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/service-worker@22.2.0-next.5(@angular/core@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2)': + '@angular/service-worker@22.2.0-next.7(@angular/core@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3))(rxjs@7.8.2)': dependencies: - '@angular/core': 22.2.0-next.5(@angular/compiler@22.2.0-next.5)(rxjs@7.8.2)(zone.js@0.16.3) + '@angular/core': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(rxjs@7.8.2)(zone.js@0.16.3) rxjs: 7.8.2 tslib: 2.8.1 @@ -10359,15 +10260,6 @@ snapshots: '@inquirer/ansi@2.0.8': {} - '@inquirer/checkbox@5.2.4(@types/node@24.13.3)': - dependencies: - '@inquirer/ansi': 2.0.8 - '@inquirer/core': 12.0.2(@types/node@24.13.3) - '@inquirer/figures': 2.0.9 - '@inquirer/type': 4.1.1(@types/node@24.13.3) - optionalDependencies: - '@types/node': 24.13.3 - '@inquirer/checkbox@5.2.5(@types/node@22.20.1)': dependencies: '@inquirer/ansi': 2.0.8 @@ -10377,10 +10269,12 @@ snapshots: optionalDependencies: '@types/node': 22.20.1 - '@inquirer/confirm@6.3.0(@types/node@24.13.3)': + '@inquirer/checkbox@5.2.5(@types/node@24.13.3)': dependencies: - '@inquirer/core': 12.0.2(@types/node@24.13.3) - '@inquirer/type': 4.1.0(@types/node@24.13.3) + '@inquirer/ansi': 2.0.8 + '@inquirer/core': 12.0.3(@types/node@24.13.3) + '@inquirer/figures': 2.0.9 + '@inquirer/type': 4.1.1(@types/node@24.13.3) optionalDependencies: '@types/node': 24.13.3 @@ -10391,15 +10285,10 @@ snapshots: optionalDependencies: '@types/node': 22.20.1 - '@inquirer/core@12.0.2(@types/node@24.13.3)': + '@inquirer/confirm@6.3.2(@types/node@24.13.3)': dependencies: - '@inquirer/ansi': 2.0.8 - '@inquirer/figures': 2.0.9 + '@inquirer/core': 12.0.3(@types/node@24.13.3) '@inquirer/type': 4.1.1(@types/node@24.13.3) - cli-width: 4.1.0 - fast-wrap-ansi: 0.2.2 - mute-stream: 3.0.0 - signal-exit: 4.1.0 optionalDependencies: '@types/node': 24.13.3 @@ -10415,11 +10304,15 @@ snapshots: optionalDependencies: '@types/node': 22.20.1 - '@inquirer/editor@5.3.2(@types/node@24.13.3)': + '@inquirer/core@12.0.3(@types/node@24.13.3)': dependencies: - '@inquirer/core': 12.0.2(@types/node@24.13.3) - '@inquirer/external-editor': 3.0.5(@types/node@24.13.3) + '@inquirer/ansi': 2.0.8 + '@inquirer/figures': 2.0.9 '@inquirer/type': 4.1.1(@types/node@24.13.3) + cli-width: 4.1.0 + fast-wrap-ansi: 0.2.2 + mute-stream: 3.0.0 + signal-exit: 4.1.0 optionalDependencies: '@types/node': 24.13.3 @@ -10431,9 +10324,10 @@ snapshots: optionalDependencies: '@types/node': 22.20.1 - '@inquirer/expand@5.1.4(@types/node@24.13.3)': + '@inquirer/editor@5.3.3(@types/node@24.13.3)': dependencies: - '@inquirer/core': 12.0.2(@types/node@24.13.3) + '@inquirer/core': 12.0.3(@types/node@24.13.3) + '@inquirer/external-editor': 3.0.5(@types/node@24.13.3) '@inquirer/type': 4.1.1(@types/node@24.13.3) optionalDependencies: '@types/node': 24.13.3 @@ -10445,6 +10339,13 @@ snapshots: optionalDependencies: '@types/node': 22.20.1 + '@inquirer/expand@5.1.5(@types/node@24.13.3)': + dependencies: + '@inquirer/core': 12.0.3(@types/node@24.13.3) + '@inquirer/type': 4.1.1(@types/node@24.13.3) + optionalDependencies: + '@types/node': 24.13.3 + '@inquirer/external-editor@3.0.5(@types/node@22.20.1)': dependencies: chardet: 2.2.0 @@ -10461,13 +10362,6 @@ snapshots: '@inquirer/figures@2.0.9': {} - '@inquirer/input@5.1.5(@types/node@24.13.3)': - dependencies: - '@inquirer/core': 12.0.2(@types/node@24.13.3) - '@inquirer/type': 4.1.1(@types/node@24.13.3) - optionalDependencies: - '@types/node': 24.13.3 - '@inquirer/input@5.1.6(@types/node@22.20.1)': dependencies: '@inquirer/core': 12.0.3(@types/node@22.20.1) @@ -10475,9 +10369,9 @@ snapshots: optionalDependencies: '@types/node': 22.20.1 - '@inquirer/number@4.2.2(@types/node@24.13.3)': + '@inquirer/input@5.1.6(@types/node@24.13.3)': dependencies: - '@inquirer/core': 12.0.2(@types/node@24.13.3) + '@inquirer/core': 12.0.3(@types/node@24.13.3) '@inquirer/type': 4.1.1(@types/node@24.13.3) optionalDependencies: '@types/node': 24.13.3 @@ -10489,10 +10383,9 @@ snapshots: optionalDependencies: '@types/node': 22.20.1 - '@inquirer/password@5.2.1(@types/node@24.13.3)': + '@inquirer/number@4.2.3(@types/node@24.13.3)': dependencies: - '@inquirer/ansi': 2.0.8 - '@inquirer/core': 12.0.2(@types/node@24.13.3) + '@inquirer/core': 12.0.3(@types/node@24.13.3) '@inquirer/type': 4.1.1(@types/node@24.13.3) optionalDependencies: '@types/node': 24.13.3 @@ -10505,18 +10398,26 @@ snapshots: optionalDependencies: '@types/node': 22.20.1 + '@inquirer/password@5.2.2(@types/node@24.13.3)': + dependencies: + '@inquirer/ansi': 2.0.8 + '@inquirer/core': 12.0.3(@types/node@24.13.3) + '@inquirer/type': 4.1.1(@types/node@24.13.3) + optionalDependencies: + '@types/node': 24.13.3 + '@inquirer/prompts@8.7.0(@types/node@24.13.3)': dependencies: - '@inquirer/checkbox': 5.2.4(@types/node@24.13.3) - '@inquirer/confirm': 6.3.0(@types/node@24.13.3) - '@inquirer/editor': 5.3.2(@types/node@24.13.3) - '@inquirer/expand': 5.1.4(@types/node@24.13.3) - '@inquirer/input': 5.1.5(@types/node@24.13.3) - '@inquirer/number': 4.2.2(@types/node@24.13.3) - '@inquirer/password': 5.2.1(@types/node@24.13.3) - '@inquirer/rawlist': 5.3.4(@types/node@24.13.3) - '@inquirer/search': 4.3.2(@types/node@24.13.3) - '@inquirer/select': 5.2.4(@types/node@24.13.3) + '@inquirer/checkbox': 5.2.5(@types/node@24.13.3) + '@inquirer/confirm': 6.3.2(@types/node@24.13.3) + '@inquirer/editor': 5.3.3(@types/node@24.13.3) + '@inquirer/expand': 5.1.5(@types/node@24.13.3) + '@inquirer/input': 5.1.6(@types/node@24.13.3) + '@inquirer/number': 4.2.3(@types/node@24.13.3) + '@inquirer/password': 5.2.2(@types/node@24.13.3) + '@inquirer/rawlist': 5.3.5(@types/node@24.13.3) + '@inquirer/search': 4.3.3(@types/node@24.13.3) + '@inquirer/select': 5.2.5(@types/node@24.13.3) optionalDependencies: '@types/node': 24.13.3 @@ -10535,13 +10436,6 @@ snapshots: optionalDependencies: '@types/node': 22.20.1 - '@inquirer/rawlist@5.3.4(@types/node@24.13.3)': - dependencies: - '@inquirer/core': 12.0.2(@types/node@24.13.3) - '@inquirer/type': 4.1.1(@types/node@24.13.3) - optionalDependencies: - '@types/node': 24.13.3 - '@inquirer/rawlist@5.3.5(@types/node@22.20.1)': dependencies: '@inquirer/core': 12.0.3(@types/node@22.20.1) @@ -10549,10 +10443,9 @@ snapshots: optionalDependencies: '@types/node': 22.20.1 - '@inquirer/search@4.3.2(@types/node@24.13.3)': + '@inquirer/rawlist@5.3.5(@types/node@24.13.3)': dependencies: - '@inquirer/core': 12.0.2(@types/node@24.13.3) - '@inquirer/figures': 2.0.9 + '@inquirer/core': 12.0.3(@types/node@24.13.3) '@inquirer/type': 4.1.1(@types/node@24.13.3) optionalDependencies: '@types/node': 24.13.3 @@ -10565,10 +10458,9 @@ snapshots: optionalDependencies: '@types/node': 22.20.1 - '@inquirer/select@5.2.4(@types/node@24.13.3)': + '@inquirer/search@4.3.3(@types/node@24.13.3)': dependencies: - '@inquirer/ansi': 2.0.8 - '@inquirer/core': 12.0.2(@types/node@24.13.3) + '@inquirer/core': 12.0.3(@types/node@24.13.3) '@inquirer/figures': 2.0.9 '@inquirer/type': 4.1.1(@types/node@24.13.3) optionalDependencies: @@ -10583,6 +10475,15 @@ snapshots: optionalDependencies: '@types/node': 22.20.1 + '@inquirer/select@5.2.5(@types/node@24.13.3)': + dependencies: + '@inquirer/ansi': 2.0.8 + '@inquirer/core': 12.0.3(@types/node@24.13.3) + '@inquirer/figures': 2.0.9 + '@inquirer/type': 4.1.1(@types/node@24.13.3) + optionalDependencies: + '@types/node': 24.13.3 + '@inquirer/type@4.1.0(@types/node@24.13.3)': optionalDependencies: '@types/node': 24.13.3 @@ -14717,6 +14618,7 @@ snapshots: source-map: 0.6.1 transitivePeerDependencies: - supports-color + optional: true less@4.9.1(supports-color@11.0.0): dependencies: @@ -15125,10 +15027,10 @@ snapshots: neo-async@2.6.2: {} - ng-packagr@22.2.0-next.5(@angular/compiler-cli@22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.3))(supports-color@11.0.0)(tslib@2.8.1)(typescript@6.0.3): + ng-packagr@22.2.0-next.6(@angular/compiler-cli@22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.3))(supports-color@11.0.0)(tslib@2.8.1)(typescript@6.0.3): dependencies: '@ampproject/remapping': 2.3.0 - '@angular/compiler-cli': 22.2.0-next.5(@angular/compiler@22.2.0-next.5)(typescript@6.0.3) + '@angular/compiler-cli': 22.2.0-next.7(@angular/compiler@22.2.0-next.7)(typescript@6.0.3) ajv: 8.20.0 browserslist: 4.28.9 chokidar: 5.0.0 @@ -15138,14 +15040,14 @@ snapshots: find-cache-directory: 6.0.0 injection-js: 2.6.1 jsonc-parser: 3.3.1 - less: 4.9.0(supports-color@11.0.0) + less: 4.9.1(supports-color@11.0.0) ora: 9.4.1 - postcss: 8.5.26 + postcss: 8.5.28 rolldown: 1.2.7 rolldown-plugin-dts: 0.28.5(rolldown@1.2.7)(typescript@6.0.3) rxjs: 7.8.2 - sass: 1.103.1 - sass-embedded: 1.103.1 + sass: 1.104.0 + sass-embedded: 1.104.0 tinyglobby: 0.2.17 tslib: 2.8.1 typescript: 6.0.3 @@ -16160,6 +16062,7 @@ snapshots: sass-embedded-unknown-all: 1.103.1 sass-embedded-win32-arm64: 1.103.1 sass-embedded-win32-x64: 1.103.1 + optional: true sass-embedded@1.104.0: dependencies: @@ -16203,6 +16106,7 @@ snapshots: source-map-js: 1.2.1 optionalDependencies: '@parcel/watcher': 2.6.0 + optional: true sass@1.104.0: dependencies: diff --git a/tests/e2e/ng-snapshot/package.json b/tests/e2e/ng-snapshot/package.json index 50d3ee615f0e..6a779ff0aada 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#085fb7ee2ea382af79dad8920112c282c7720e43", - "@angular/cdk": "github:angular/cdk-builds#5dc794dcddbab252a59bd0948f2a3dfcbcf77919", - "@angular/common": "github:angular/common-builds#e52953b992aefe87a852ad9c0d7e31797fc6852f", - "@angular/compiler": "github:angular/compiler-builds#8cf6dff35ca24597b23058ccef75a02ae9cfe0e7", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#f28f910d8ac3dc2a229a131bf021e5f8854f6b0f", - "@angular/core": "github:angular/core-builds#44ce2473dec7ecb0dbcba41678a6ffb0935c9d79", - "@angular/forms": "github:angular/forms-builds#e5720a42e18c149c40f162fa6b3749fbb19bc1c2", - "@angular/language-service": "github:angular/language-service-builds#2cdf79c9381e67c8b2ac725cedf7179c8e1c7b1a", - "@angular/localize": "github:angular/localize-builds#d714b228b7c42f9925f2c49e31f3cec9d77c6b25", - "@angular/material": "github:angular/material-builds#262dcd3c31368c14a59fb377fa2efe56f4fd4a71", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#bc3b4fb69ebe6c3b88f0cfa706fcf6951585a234", - "@angular/platform-browser": "github:angular/platform-browser-builds#c02b03e9e4bb22cdd205fe7c0eb8722699d3daf0", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#1ad092f00194cb662e91395680e0808bb5ab0a73", - "@angular/platform-server": "github:angular/platform-server-builds#b8f0d2b08d575ef14c513796538669aba2d808de", - "@angular/router": "github:angular/router-builds#e01ea63bc5d327019c8d4113e47fab6b9c0f2523", - "@angular/service-worker": "github:angular/service-worker-builds#d784864db2a8072289e0bc0f4b99fa6093d01d0f" + "@angular/animations": "github:angular/animations-builds#7784ac6c44f76649a2ff553f4a7ff2b55eba1de9", + "@angular/cdk": "github:angular/cdk-builds#8136fa6ec1ae94b2c25db6e54ade891c14adc9ae", + "@angular/common": "github:angular/common-builds#94142436af23705e7feaf9971b531e7044cb4dce", + "@angular/compiler": "github:angular/compiler-builds#590259c7e0bcbca788a93cdcbf511682169cc680", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#7ae47fb5599d4f9867442a7022d631a16816c266", + "@angular/core": "github:angular/core-builds#6786fc30f3932a07da6d7fded6a9731615b22ca4", + "@angular/forms": "github:angular/forms-builds#7e1660b41c90adbc01c37a27f25504ec12b2fbda", + "@angular/language-service": "github:angular/language-service-builds#791be6db241d13beadd4b02bf58a4c43c230b2aa", + "@angular/localize": "github:angular/localize-builds#935767a6e7fd98d7981a57635c1e5d1d960ad40c", + "@angular/material": "github:angular/material-builds#c31ee57dec616245f4078ab59d6b6a24b9a4cc4f", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#314e16dd01cbd8d9d74f68122b567b0ba9b7771a", + "@angular/platform-browser": "github:angular/platform-browser-builds#ecd45483315676561538f5cd2186a168fea5b145", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#aa489d65385a281664ca436a149e99d336fdc43c", + "@angular/platform-server": "github:angular/platform-server-builds#7384e40a0833ea15388ecaf7828319b7dfb12a91", + "@angular/router": "github:angular/router-builds#64f42d0744f6947be3b815f15d2e526c7fe30121", + "@angular/service-worker": "github:angular/service-worker-builds#8ca98c526fc727565b530898654941bfe4e374b0" } }