diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 529f1e6d51d7..9cb2265aae7e 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + - uses: angular/dev-infra/github-actions/branch-manager@e4dcda13e469f50a6bd92667e2ded8b98173bf2c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eef6c834c53a..d69c25e22489 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - 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 8cc1802c3c9a..43abb747f886 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: angular/dev-infra/github-actions/labeling/pull-request@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + - uses: angular/dev-infra/github-actions/labeling/pull-request@e4dcda13e469f50a6bd92667e2ded8b98173bf2c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: @@ -24,14 +24,14 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + - uses: angular/dev-infra/github-actions/post-approval-changes@e4dcda13e469f50a6bd92667e2ded8b98173bf2c 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@c4344a4e20dbdf9cb8eeb7a7eb91431b98eabd99 + - uses: angular/dev-infra/github-actions/labeling/issue@e4dcda13e469f50a6bd92667e2ded8b98173bf2c 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 b4d8817aa7c6..b3f7a63abc87 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - 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 087e7e0b55ce..e02522586f40 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/linting/licenses@e4dcda13e469f50a6bd92667e2ded8b98173bf2c build: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@e4dcda13e469f50a6bd92667e2ded8b98173bf2c - 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 e8b0ffd5b69b..9ad428881a32 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -25,7 +25,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "63fd18d4726829e65f6abe6f15c0fe79f63f1dec", + commit = "e4dcda13e469f50a6bd92667e2ded8b98173bf2c", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 85c25d1214b4..24318b7c1f8c 100644 --- a/package.json +++ b/package.json @@ -42,20 +42,20 @@ }, "homepage": "https://github.com/angular/angular-cli", "devDependencies": { - "@angular/animations": "21.2.0-rc.0", - "@angular/cdk": "21.2.0-rc.0", - "@angular/common": "21.2.0-rc.0", - "@angular/compiler": "21.2.0-rc.0", - "@angular/compiler-cli": "21.2.0-rc.0", - "@angular/core": "21.2.0-rc.0", - "@angular/forms": "21.2.0-rc.0", - "@angular/localize": "21.2.0-rc.0", - "@angular/material": "21.2.0-rc.0", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#363cd055209d441778715bb625b92b48323bb38e", - "@angular/platform-browser": "21.2.0-rc.0", - "@angular/platform-server": "21.2.0-rc.0", - "@angular/router": "21.2.0-rc.0", - "@angular/service-worker": "21.2.0-rc.0", + "@angular/animations": "22.0.0-next.0", + "@angular/cdk": "21.3.0-next.0", + "@angular/common": "22.0.0-next.0", + "@angular/compiler": "22.0.0-next.0", + "@angular/compiler-cli": "22.0.0-next.0", + "@angular/core": "22.0.0-next.0", + "@angular/forms": "22.0.0-next.0", + "@angular/localize": "22.0.0-next.0", + "@angular/material": "21.3.0-next.0", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#610c7c10ab750bfe5688581d6d5ec11114048f35", + "@angular/platform-browser": "22.0.0-next.0", + "@angular/platform-server": "22.0.0-next.0", + "@angular/router": "22.0.0-next.0", + "@angular/service-worker": "22.0.0-next.0", "@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 1d3a4763fd28..98c3df3a4eb4 100644 --- a/packages/angular/ssr/package.json +++ b/packages/angular/ssr/package.json @@ -29,12 +29,12 @@ }, "devDependencies": { "@angular-devkit/schematics": "workspace:*", - "@angular/common": "21.2.0-rc.0", - "@angular/compiler": "21.2.0-rc.0", - "@angular/core": "21.2.0-rc.0", - "@angular/platform-browser": "21.2.0-rc.0", - "@angular/platform-server": "21.2.0-rc.0", - "@angular/router": "21.2.0-rc.0", + "@angular/common": "22.0.0-next.0", + "@angular/compiler": "22.0.0-next.0", + "@angular/core": "22.0.0-next.0", + "@angular/platform-browser": "22.0.0-next.0", + "@angular/platform-server": "22.0.0-next.0", + "@angular/router": "22.0.0-next.0", "@schematics/angular": "workspace:*", "beasties": "0.4.1" }, diff --git a/packages/angular_devkit/build_angular/test/hello-world-lib/projects/lib/package.json b/packages/angular_devkit/build_angular/test/hello-world-lib/projects/lib/package.json index cacc9ceaa935..ac7b847f2366 100644 --- a/packages/angular_devkit/build_angular/test/hello-world-lib/projects/lib/package.json +++ b/packages/angular_devkit/build_angular/test/hello-world-lib/projects/lib/package.json @@ -2,7 +2,7 @@ "name": "lib", "version": "0.0.1", "peerDependencies": { - "@angular/common": "^21.2.0-next", - "@angular/core": "^21.2.0-next" + "@angular/common": "^22.0.0-next", + "@angular/core": "^22.0.0-next" } } \ No newline at end of file diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index df63faea2067..40fac99d80cb 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": "21.2.0-rc.0", - "@angular/compiler-cli": "21.2.0-rc.0", + "@angular/compiler": "22.0.0-next.0", + "@angular/compiler-cli": "22.0.0-next.0", "typescript": "6.0.0-beta", "webpack": "5.105.3" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 30a017b18639..e0a22cb10635 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,47 +20,47 @@ importers: built: true devDependencies: '@angular/animations': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)) + specifier: 22.0.0-next.0 + version: 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)) '@angular/cdk': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + specifier: 21.3.0-next.0 + version: 21.3.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/common': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(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/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) '@angular/compiler': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 '@angular/compiler-cli': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(typescript@6.0.0-beta) + specifier: 22.0.0-next.0 + version: 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta) '@angular/core': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1) + specifier: 22.0.0-next.0 + version: 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) '@angular/forms': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(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.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/localize': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0(@angular/compiler-cli@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(typescript@6.0.0-beta))(@angular/compiler@21.2.0-rc.0) + specifier: 22.0.0-next.0 + version: 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/compiler@22.0.0-next.0) '@angular/material': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0(b10e235d889ab235dc2911d6ec167f08) + specifier: 21.3.0-next.0 + version: 21.3.0-next.0(3b5e22ded8635c9a08f958235c8786ff) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#363cd055209d441778715bb625b92b48323bb38e - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/363cd055209d441778715bb625b92b48323bb38e(@modelcontextprotocol/sdk@1.27.1(zod@4.3.6)) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#610c7c10ab750bfe5688581d6d5ec11114048f35 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/610c7c10ab750bfe5688581d6d5ec11114048f35(@modelcontextprotocol/sdk@1.27.1(zod@4.3.6)) '@angular/platform-browser': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)) + specifier: 22.0.0-next.0 + version: 22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)) '@angular/platform-server': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@21.2.0-rc.0)(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(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.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.0)(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/router': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(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.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/service-worker': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(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/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) '@babel/core': specifier: 7.29.0 version: 7.29.0 @@ -418,7 +418,7 @@ importers: version: 4.4.2 ng-packagr: specifier: 22.0.0-next.0 - version: 22.0.0-next.0(@angular/compiler-cli@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(typescript@6.0.0-beta))(tslib@2.8.1)(typescript@6.0.0-beta) + version: 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(tslib@2.8.1)(typescript@6.0.0-beta) postcss: specifier: 8.5.6 version: 8.5.6 @@ -512,23 +512,23 @@ importers: specifier: workspace:* version: link:../../angular_devkit/schematics '@angular/common': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(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/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) '@angular/compiler': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 '@angular/core': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1) + specifier: 22.0.0-next.0 + version: 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) '@angular/platform-browser': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)) + specifier: 22.0.0-next.0 + version: 22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)) '@angular/platform-server': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@21.2.0-rc.0)(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(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.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.0)(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/router': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(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.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@schematics/angular': specifier: workspace:* version: link:../../schematics/angular @@ -715,7 +715,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@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(typescript@6.0.0-beta))(tslib@2.8.1)(typescript@6.0.0-beta) + version: 22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(tslib@2.8.1)(typescript@6.0.0-beta) undici: specifier: 7.22.0 version: 7.22.0 @@ -807,11 +807,11 @@ importers: specifier: workspace:0.0.0-PLACEHOLDER version: link:../../angular_devkit/core '@angular/compiler': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0 + specifier: 22.0.0-next.0 + version: 22.0.0-next.0 '@angular/compiler-cli': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(typescript@6.0.0-beta) + specifier: 22.0.0-next.0 + version: 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta) typescript: specifier: 6.0.0-beta version: 6.0.0-beta @@ -920,47 +920,47 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular/animations@21.2.0-rc.0': - resolution: {integrity: sha512-9oMEVaSqkb3/3R5FLEV8cSjyC9dYCru3NdcXbe/8D4RerBJjlAjGSXjmfNAS6fzXD+/CsINK0ELh8Mcxvqe/GQ==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/animations@22.0.0-next.0': + resolution: {integrity: sha512-oNobZGZxeOMCKKYg6qxgyanxe3ydRzvCO2VtSoljgW890S84E6pwomUeyu+fn2uHKXEOjVpIUo2qCNw7Ya2cNA==} + engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/core': 21.2.0-rc.0 + '@angular/core': 22.0.0-next.0 - '@angular/cdk@21.2.0-rc.0': - resolution: {integrity: sha512-dfVC6OjwgfonuE+os2mYNh0tY6bRlT7u+zz2rWXbEYH5J9nRvRTr1jo3+GORT/0FY0Kt9nI0FVydyrFvjfqh3g==} + '@angular/cdk@21.3.0-next.0': + resolution: {integrity: sha512-G5EDENTxLaMCZ35DO3FVbplU05r5NPm6bWLp88xrNGc8u3a9cwswp5fNwSVcW3E7c1VuvCC4tTsPmPYI1DycGw==} 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 rxjs: ^6.5.3 || ^7.4.0 - '@angular/common@21.2.0-rc.0': - resolution: {integrity: sha512-2O3cbBIM8ls97XwkYVdgJwEg3UOy/bVZ0uBoY14cLskhETj6wbrFENiy8KpikZ+xsTxE9gWohairxCRiEoFuKg==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/common@22.0.0-next.0': + resolution: {integrity: sha512-f8VpaKaBLQZjnFVNituC4k+X8vlp5s9YlvWs1IZu6bQ6J2WAx87wiPeHA/zuishu9D2bp7y5OcXPccwAk/XNiw==} + engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/core': 21.2.0-rc.0 + '@angular/core': 22.0.0-next.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@21.2.0-rc.0': - resolution: {integrity: sha512-lHPA5BzQq9ttHXCAnAC/zW5vW0lFiawBIvRpNRbsI8Vw1noMs614OqZ2R6UBReVPE4kpyGwh7HCQIZyX5Cth6g==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/compiler-cli@22.0.0-next.0': + resolution: {integrity: sha512-2WX/B0C2lPclLI0k0q8WJKTsUDOmgYlQqQNepe2VLKqY6h87bVgu5nJuoyOEjN5o9BDyrZWig5XDmlEGvkabrw==} + engines: {node: ^22.22.0 || >=24.13.1} hasBin: true peerDependencies: - '@angular/compiler': 21.2.0-rc.0 + '@angular/compiler': 22.0.0-next.0 typescript: '>=5.9 <6.1' peerDependenciesMeta: typescript: optional: true - '@angular/compiler@21.2.0-rc.0': - resolution: {integrity: sha512-gl2dQgMFKkH/iM/YxqWO0oIbYRpBZpOZuxj9W5TjG50EpMDioD1CNu2DfXpODVo3/rOfZJvOa+Jw0Cxpj5ClMQ==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/compiler@22.0.0-next.0': + resolution: {integrity: sha512-tTUIKgr90oh5/sU9cjPmV3GjQ2pqSojWiZcS8GVDqydKTMx2YOflQ6A8yL3FtL5hkTJ7rlZYZwA1dzRKuNaEvQ==} + engines: {node: ^22.22.0 || >=24.13.1} - '@angular/core@21.2.0-rc.0': - resolution: {integrity: sha512-Txdi6ocSNC8GbCYMGh2AUm1lx+J11LNRjNrfGcgxQhQAiEPVO8jGojfObM+rdjv1h8t0pCms5vzEmFiJ9z06hg==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/core@22.0.0-next.0': + resolution: {integrity: sha512-HXMOh56el5hq0541LcxYlIttiFMLNmqJ3kQry27VIPuxakCgZdam8HbhWPje4PMfioiLHShdCZUF+VWnr11Erg==} + engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/compiler': 21.2.0-rc.0 + '@angular/compiler': 22.0.0-next.0 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 || ~0.16.0 peerDependenciesMeta: @@ -969,74 +969,74 @@ packages: zone.js: optional: true - '@angular/forms@21.2.0-rc.0': - resolution: {integrity: sha512-GsX4c+GYUxcKla8yO/hpEzpliCsMslP+yIIk9l6831PkSf3uCyKHUHriJtOEca4uN5fNo23ix5NXo5VPkmldLQ==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/forms@22.0.0-next.0': + resolution: {integrity: sha512-eljVun7G5FLQE6SMiNt0JiMmLsfo/mSFAhAPPp+8VlVxW31RV117RTC0wvP4fMAQMzBgiRRZShQRKMc8orMnoQ==} + engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/common': 21.2.0-rc.0 - '@angular/core': 21.2.0-rc.0 - '@angular/platform-browser': 21.2.0-rc.0 + '@angular/common': 22.0.0-next.0 + '@angular/core': 22.0.0-next.0 + '@angular/platform-browser': 22.0.0-next.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@21.2.0-rc.0': - resolution: {integrity: sha512-5OfXbWU0L9Py1mBIflZsdz9i39HF7wL38UxXzGe/y3my9I1Jk5fKD3J514htfgVXgdUqWogY6f2fpcxm2EP0Ug==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/localize@22.0.0-next.0': + resolution: {integrity: sha512-efHunpqsizxKQKNay1fnG2V/oxrdI5s3+AlznUxNQQ5Rn8bpdvhwdBzGrsQY+H5FqrZNTC/9hhGqczROjMJREA==} + engines: {node: ^22.22.0 || >=24.13.1} hasBin: true peerDependencies: - '@angular/compiler': 21.2.0-rc.0 - '@angular/compiler-cli': 21.2.0-rc.0 + '@angular/compiler': 22.0.0-next.0 + '@angular/compiler-cli': 22.0.0-next.0 - '@angular/material@21.2.0-rc.0': - resolution: {integrity: sha512-A+u984wpMKmJsJ17q1aTHC5VScyz/Lkp3yFI2Wt05vMrXU+Dn0JZHT/34AjmPbO3sqvIqMRG0Y88kWfJflcJaw==} + '@angular/material@21.3.0-next.0': + resolution: {integrity: sha512-rUR6LNR5pe0xOv3llqaXA3x08w/CXCihFRvmxFotvZ12lxm6bNw9sYGz60V6fVYYOYKI96G4Uylz0PlZdiHAYQ==} peerDependencies: - '@angular/cdk': 21.2.0-rc.0 + '@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 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/363cd055209d441778715bb625b92b48323bb38e': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/363cd055209d441778715bb625b92b48323bb38e} - version: 0.0.0-153cb4797250a059dddcf0469b0b13cea116b965 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/610c7c10ab750bfe5688581d6d5ec11114048f35': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/610c7c10ab750bfe5688581d6d5ec11114048f35} + version: 0.0.0-e4dcda13e469f50a6bd92667e2ded8b98173bf2c hasBin: true - '@angular/platform-browser@21.2.0-rc.0': - resolution: {integrity: sha512-FCNRhzkf35l6B18gzaT6GDdTJ3v4AiLOSXc5RdiQ2PMn2dLOkm70SH0caXQGzvtXAzHrHlR+Evj/ZqaFYvjcYg==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/platform-browser@22.0.0-next.0': + resolution: {integrity: sha512-erbW9VyQMqrW3PfX6lKpAttbxJsc7xWNuO7h449B6PXsNNkyqURC8haJANDWbDx8tTUGDqxEAiAQC7ANtgT6ZA==} + engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/animations': 21.2.0-rc.0 - '@angular/common': 21.2.0-rc.0 - '@angular/core': 21.2.0-rc.0 + '@angular/animations': 22.0.0-next.0 + '@angular/common': 22.0.0-next.0 + '@angular/core': 22.0.0-next.0 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@21.2.0-rc.0': - resolution: {integrity: sha512-Sx4PQVgIooDK8644MMtbN6YPjOb35bfXUImNK9m3saMoADqa8kZxPlM1Vg9ZKLoz4p75FJyPXxlh9sh6WNNTXw==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/platform-server@22.0.0-next.0': + resolution: {integrity: sha512-i3yYSZ2vrx3XpHEfJS0n18fwAYMig1gPMo8+6YoB5Ywf+R7ffq8kygPxutuI0bVDAbC4ChsVgBdXRrltTiE6fg==} + engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/common': 21.2.0-rc.0 - '@angular/compiler': 21.2.0-rc.0 - '@angular/core': 21.2.0-rc.0 - '@angular/platform-browser': 21.2.0-rc.0 + '@angular/common': 22.0.0-next.0 + '@angular/compiler': 22.0.0-next.0 + '@angular/core': 22.0.0-next.0 + '@angular/platform-browser': 22.0.0-next.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@21.2.0-rc.0': - resolution: {integrity: sha512-KZmZCdm4H+w3UC1vorQ/Nj4FEHY4sgRkwp+zf4E4WFV+sflyFzqFxzVIKGJ1xTzjaDebCRmipJnc3DZ09fv1fg==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/router@22.0.0-next.0': + resolution: {integrity: sha512-LhFmsy+pjdyItBtRoyUni/sF67bXmQkYS3FqcOqpDKDpPKu0gKEisUt/txAp5I2npf5ZX6KTbS0OUkXW/REb8A==} + engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/common': 21.2.0-rc.0 - '@angular/core': 21.2.0-rc.0 - '@angular/platform-browser': 21.2.0-rc.0 + '@angular/common': 22.0.0-next.0 + '@angular/core': 22.0.0-next.0 + '@angular/platform-browser': 22.0.0-next.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/service-worker@21.2.0-rc.0': - resolution: {integrity: sha512-DmoqwSN+ShgSr4Lekc1KS0Sne5Aa82RNLDn+7JYCZ0rF5NdUpalf8semU5i6ML9a+5he3127IbywugchKlK1eQ==} - engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} + '@angular/service-worker@22.0.0-next.0': + resolution: {integrity: sha512-oJ5kXL0Q5krgStHvo6/QsxmRdOlOuoHu4xecD1CpYw93vi/T9ryWAr1w92BgczJsdf5KyChZlFES7g9iEZOD6A==} + engines: {node: ^22.22.0 || >=24.13.1} hasBin: true peerDependencies: - '@angular/core': 21.2.0-rc.0 + '@angular/core': 22.0.0-next.0 rxjs: ^6.5.3 || ^7.4.0 '@asamuzakjp/css-color@5.0.1': @@ -1574,12 +1574,12 @@ packages: resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} engines: {node: '>=0.1.90'} - '@conventional-changelog/git-client@2.6.0': - resolution: {integrity: sha512-T+uPDciKf0/ioNNDpMGc8FDsehJClZP0yR3Q5MN6wE/Y/1QZ7F+80OgznnTCOlMEG4AV0LvH2UJi3C/nBnaBUg==} + '@conventional-changelog/git-client@1.0.1': + resolution: {integrity: sha512-PJEqBwAleffCMETaVm/fUgHldzBE35JFk3/9LL6NUA5EXa3qednu+UT6M7E5iBu3zIQZCULYIiZ90fBYHt6xUw==} engines: {node: '>=18'} peerDependencies: conventional-commits-filter: ^5.0.0 - conventional-commits-parser: ^6.3.0 + conventional-commits-parser: ^6.0.0 peerDependenciesMeta: conventional-commits-filter: optional: true @@ -3291,10 +3291,6 @@ packages: resolution: {integrity: sha512-mNe0Iigql08YupSOGv197YdHpPPr+EzDZmfCgMc7RPNaZTw5aLN01nBl6CHJOh3BGtnMIj83EeN4butBchc8Ag==} engines: {node: ^20.17.0 || >=22.9.0} - '@simple-libs/child-process-utils@1.0.2': - resolution: {integrity: sha512-/4R8QKnd/8agJynkNdJmNw2MBxuFTRcNFnE5Sg/G+jkSsV8/UBgULMzhizWWW42p8L5H7flImV2ATi79Ove2Tw==} - engines: {node: '>=18'} - '@simple-libs/stream-utils@1.2.0': resolution: {integrity: sha512-KxXvfapcixpz6rVEB6HPjOUZT22yN6v0vI0urQSk1L8MlEWPDFCZkhw2xmkyoTGYeFw7tWTZd7e3lVzRZRN/EA==} engines: {node: '>=18'} @@ -3420,9 +3416,6 @@ packages: '@types/folder-hash@4.0.4': resolution: {integrity: sha512-c+PwHm51Dw3fXM8SDK+93PO3oXdk4XNouCCvV67lj4aijRkZz5g67myk+9wqWWnyv3go6q96hT6ywcd3XtoZiQ==} - '@types/git-raw-commits@5.0.1': - resolution: {integrity: sha512-sd4kgxJbuZF0RDy6cX7KlKSGiwqB1mqn8nriUbxt5e1F+MO/N4hJlhaYn0Omw4g2biClFpT5Mre07x7OkGt8tg==} - '@types/graceful-fs@4.1.9': resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} @@ -5322,11 +5315,6 @@ packages: getpass@0.1.7: resolution: {integrity: sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==} - git-raw-commits@5.0.1: - resolution: {integrity: sha512-Y+csSm2GD/PCSh6Isd/WiMjNAydu0VBiG9J7EdQsNA5P9uXvLayqjmTsNlK5Gs9IhblFZqOU0yid5Il5JPoLiQ==} - engines: {node: '>=18'} - hasBin: true - glob-parent@5.1.2: resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} engines: {node: '>= 6'} @@ -8470,29 +8458,29 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))': + '@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))': dependencies: - '@angular/core': 21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) tslib: 2.8.1 - '@angular/cdk@21.2.0-rc.0(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': + '@angular/cdk@21.3.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) - '@angular/core': 21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1) - '@angular/platform-browser': 21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)) + '@angular/common': 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)) parse5: 8.0.0 rxjs: 7.8.2 tslib: 2.8.1 - '@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2)': + '@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/compiler-cli@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(typescript@6.0.0-beta)': + '@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta)': dependencies: - '@angular/compiler': 21.2.0-rc.0 + '@angular/compiler': 22.0.0-next.0 '@babel/core': 7.29.0 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 5.0.0 @@ -8506,31 +8494,31 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@21.2.0-rc.0': + '@angular/compiler@22.0.0-next.0': dependencies: tslib: 2.8.1 - '@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)': + '@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)': dependencies: rxjs: 7.8.2 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 21.2.0-rc.0 + '@angular/compiler': 22.0.0-next.0 zone.js: 0.16.1 - '@angular/forms@21.2.0-rc.0(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': + '@angular/forms@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) - '@angular/core': 21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1) - '@angular/platform-browser': 21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)) + '@angular/common': 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)) '@standard-schema/spec': 1.1.0 rxjs: 7.8.2 tslib: 2.8.1 - '@angular/localize@21.2.0-rc.0(@angular/compiler-cli@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(typescript@6.0.0-beta))(@angular/compiler@21.2.0-rc.0)': + '@angular/localize@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(@angular/compiler@22.0.0-next.0)': dependencies: - '@angular/compiler': 21.2.0-rc.0 - '@angular/compiler-cli': 21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(typescript@6.0.0-beta) + '@angular/compiler': 22.0.0-next.0 + '@angular/compiler-cli': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta) '@babel/core': 7.29.0 '@types/babel__core': 7.20.5 tinyglobby: 0.2.15 @@ -8538,19 +8526,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/material@21.2.0-rc.0(b10e235d889ab235dc2911d6ec167f08)': + '@angular/material@21.3.0-next.0(3b5e22ded8635c9a08f958235c8786ff)': dependencies: - '@angular/cdk': 21.2.0-rc.0(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) - '@angular/common': 21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) - '@angular/core': 21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1) - '@angular/forms': 21.2.0-rc.0(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) - '@angular/platform-browser': 21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)) + '@angular/cdk': 21.3.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + '@angular/common': 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/forms': 22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + '@angular/platform-browser': 22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/363cd055209d441778715bb625b92b48323bb38e(@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/610c7c10ab750bfe5688581d6d5ec11114048f35(@modelcontextprotocol/sdk@1.27.1(zod@4.3.6))': dependencies: '@actions/core': 3.0.0 + '@conventional-changelog/git-client': 1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.3.0) '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) '@google/genai': 1.43.0(@modelcontextprotocol/sdk@1.27.1(zod@4.3.6))(bufferutil@4.1.0)(supports-color@10.2.2)(utf-8-validate@6.0.6) '@inquirer/prompts': 8.3.0(@types/node@24.11.0) @@ -8570,7 +8559,6 @@ snapshots: '@types/ejs': 3.1.5 '@types/events': 3.0.3 '@types/folder-hash': 4.0.4 - '@types/git-raw-commits': 5.0.1 '@types/jasmine': 6.0.0 '@types/node': 24.11.0 '@types/semver': 7.7.1 @@ -8587,7 +8575,6 @@ snapshots: fast-glob: 3.3.3 firebase: 12.10.0 folder-hash: 4.1.1(supports-color@10.2.2) - git-raw-commits: 5.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.3.0) jasmine: 6.1.0 jasmine-core: 6.1.0 jasmine-reporters: 2.5.2 @@ -8609,35 +8596,35 @@ snapshots: - '@modelcontextprotocol/sdk' - '@react-native-async-storage/async-storage' - '@angular/platform-browser@21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))': + '@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))': dependencies: - '@angular/common': 21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) - '@angular/core': 21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/common': 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) tslib: 2.8.1 optionalDependencies: - '@angular/animations': 21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)) + '@angular/animations': 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)) - '@angular/platform-server@21.2.0-rc.0(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@21.2.0-rc.0)(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': + '@angular/platform-server@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.0)(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) - '@angular/compiler': 21.2.0-rc.0 - '@angular/core': 21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1) - '@angular/platform-browser': 21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)) + '@angular/common': 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/compiler': 22.0.0-next.0 + '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)) rxjs: 7.8.2 tslib: 2.8.1 xhr2: 0.2.1 - '@angular/router@21.2.0-rc.0(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': + '@angular/router@22.0.0-next.0(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) - '@angular/core': 21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1) - '@angular/platform-browser': 21.2.0-rc.0(@angular/animations@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1)) + '@angular/common': 22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.0(@angular/animations@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/service-worker@21.2.0-rc.0(@angular/core@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2)': + '@angular/service-worker@22.0.0-next.0(@angular/core@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/core': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(rxjs@7.8.2)(zone.js@0.16.1) rxjs: 7.8.2 tslib: 2.8.1 @@ -9341,10 +9328,9 @@ snapshots: '@colors/colors@1.5.0': {} - '@conventional-changelog/git-client@2.6.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.3.0)': + '@conventional-changelog/git-client@1.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.3.0)': dependencies: - '@simple-libs/child-process-utils': 1.0.2 - '@simple-libs/stream-utils': 1.2.0 + '@types/semver': 7.7.1 semver: 7.7.4 optionalDependencies: conventional-commits-filter: 5.0.0 @@ -11050,10 +11036,6 @@ snapshots: '@sigstore/core': 3.1.0 '@sigstore/protobuf-specs': 0.5.0 - '@simple-libs/child-process-utils@1.0.2': - dependencies: - '@simple-libs/stream-utils': 1.2.0 - '@simple-libs/stream-utils@1.2.0': {} '@sindresorhus/is@4.6.0': {} @@ -11210,10 +11192,6 @@ snapshots: '@types/folder-hash@4.0.4': {} - '@types/git-raw-commits@5.0.1': - dependencies: - '@types/node': 22.19.13 - '@types/graceful-fs@4.1.9': dependencies: '@types/node': 22.19.13 @@ -13601,14 +13579,6 @@ snapshots: dependencies: assert-plus: 1.0.0 - git-raw-commits@5.0.1(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.3.0): - dependencies: - '@conventional-changelog/git-client': 2.6.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.3.0) - meow: 13.2.0 - transitivePeerDependencies: - - conventional-commits-filter - - conventional-commits-parser - glob-parent@5.1.2: dependencies: is-glob: 4.0.3 @@ -14812,10 +14782,10 @@ snapshots: netmask@2.0.2: {} - ng-packagr@22.0.0-next.0(@angular/compiler-cli@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(typescript@6.0.0-beta))(tslib@2.8.1)(typescript@6.0.0-beta): + ng-packagr@22.0.0-next.0(@angular/compiler-cli@22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta))(tslib@2.8.1)(typescript@6.0.0-beta): dependencies: '@ampproject/remapping': 2.3.0 - '@angular/compiler-cli': 21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(typescript@6.0.0-beta) + '@angular/compiler-cli': 22.0.0-next.0(@angular/compiler@22.0.0-next.0)(typescript@6.0.0-beta) '@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 02f2f21b8ae3..6b165d4bb8cc 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#4a2fb93a7d09582c3ab7c28d06d89bbac48df6dc", - "@angular/cdk": "github:angular/cdk-builds#9845450e6cc30dda5a757df2d16c987614f263df", - "@angular/common": "github:angular/common-builds#a7169b150f5255c578171d5a561f12efe3c2c311", - "@angular/compiler": "github:angular/compiler-builds#f594b10336ac21475e347a2a623cab190aaeea4c", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#53663df8656b286c1cd92b8df04454d5896da00c", - "@angular/core": "github:angular/core-builds#1f2a5bab656bdc79b2cbbdfd05755d6e06bae251", - "@angular/forms": "github:angular/forms-builds#2d743a17502789c831d195fb9b209e3e80f5eba0", - "@angular/language-service": "github:angular/language-service-builds#38c0018c0e4ee4d47cb8f049c35db94b3a15ae61", - "@angular/localize": "github:angular/localize-builds#f0a8f2b302a55fb23a1573ecf1810b773efc78fd", - "@angular/material": "github:angular/material-builds#499ff2f33fe168011ab88c12877f708bb2849922", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#c43748dcaf0091560fbd76db59d4f3bd2fe166ab", - "@angular/platform-browser": "github:angular/platform-browser-builds#f9ced9dd87c6531f6092fc1fe7bcabfac684c0c5", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#a8966d88a08a7fe49b901391d975fa4ac14553fb", - "@angular/platform-server": "github:angular/platform-server-builds#0bf340200767ef7d6958a65ee99d24f02947ebf3", - "@angular/router": "github:angular/router-builds#e3f594159f5df0fd73e994698744d855e905a723", - "@angular/service-worker": "github:angular/service-worker-builds#fe1ffe79e665c16a38b1186354b1ef793bfa0214" + "@angular/animations": "github:angular/animations-builds#6deb7836116872ec41c33851cf12be152fc4164c", + "@angular/cdk": "github:angular/cdk-builds#9081eed45f5923fa7a92b41704b6f7fb12752763", + "@angular/common": "github:angular/common-builds#5a4bc97e0af211080fadb8a32680227ac0467c4f", + "@angular/compiler": "github:angular/compiler-builds#8fd4791a982d28e5822cbc3a609a4adb0105b6d5", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#06b0ed420505ecd5d9bf1de3ec39be772e9c1a1c", + "@angular/core": "github:angular/core-builds#ddb58f19eba430e7977608d632ddc50a6eac9abe", + "@angular/forms": "github:angular/forms-builds#cb11b70e58365a5f490fcdb153417d1cd15ef706", + "@angular/language-service": "github:angular/language-service-builds#e03bcbccc148069234096f18f30506291c86aa97", + "@angular/localize": "github:angular/localize-builds#b14e25d5763e8b2c01968000980ec968f6b1fd6e", + "@angular/material": "github:angular/material-builds#aa62d2ed17773622a7888153dc8ab8fbd7f80cc0", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#bdb48e6d1dc6fe3970154c69f15d698c1d53c6c9", + "@angular/platform-browser": "github:angular/platform-browser-builds#78bbfc55af2955bf6ecaf1aeb0281afe0bfd0ef4", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#d14c110bb81d14b3379d8835831bbaabc6709058", + "@angular/platform-server": "github:angular/platform-server-builds#b296a99ed401f3af812f60e05e6e5766efaed354", + "@angular/router": "github:angular/router-builds#f614cde22d617a05cd6f0864dfacf95ba3b9b5e3", + "@angular/service-worker": "github:angular/service-worker-builds#7a74790699461d33ace5c675bfde919fc46ae744" } }