diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index efde5bc5d875..b51ed0f34edc 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@616a50d0b747031b7ea052733adf3771fa6cace9 + - uses: angular/dev-infra/github-actions/branch-manager@acb5aee837b1e7324967d8a31c74093a51eccd97 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8bfb5819b802..0023e3d6650f 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/setup@acb5aee837b1e7324967d8a31c74093a51eccd97 - 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/setup@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@acb5aee837b1e7324967d8a31c74093a51eccd97 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/setup@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@acb5aee837b1e7324967d8a31c74093a51eccd97 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/setup@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@acb5aee837b1e7324967d8a31c74093a51eccd97 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/setup@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@acb5aee837b1e7324967d8a31c74093a51eccd97 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/setup@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@acb5aee837b1e7324967d8a31c74093a51eccd97 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/setup@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@acb5aee837b1e7324967d8a31c74093a51eccd97 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/setup@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@acb5aee837b1e7324967d8a31c74093a51eccd97 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/setup@acb5aee837b1e7324967d8a31c74093a51eccd97 - 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 bf29d1e38ae4..e589e99b0be4 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -15,21 +15,21 @@ jobs: if: github.event_name == 'pull_request_target' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/labeling/pull-request@616a50d0b747031b7ea052733adf3771fa6cace9 + - uses: angular/dev-infra/github-actions/labeling/pull-request@acb5aee837b1e7324967d8a31c74093a51eccd97 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@616a50d0b747031b7ea052733adf3771fa6cace9 + - uses: angular/dev-infra/github-actions/post-approval-changes@acb5aee837b1e7324967d8a31c74093a51eccd97 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@616a50d0b747031b7ea052733adf3771fa6cace9 + - uses: angular/dev-infra/github-actions/labeling/issue@acb5aee837b1e7324967d8a31c74093a51eccd97 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 675676394863..b53286d2c660 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/setup@acb5aee837b1e7324967d8a31c74093a51eccd97 - 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 046a712df616..6204bc0636e9 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/setup@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup ESLint Caching uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/linting/licenses@acb5aee837b1e7324967d8a31c74093a51eccd97 build: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/setup@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@acb5aee837b1e7324967d8a31c74093a51eccd97 - 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/setup@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@acb5aee837b1e7324967d8a31c74093a51eccd97 - 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/setup@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@acb5aee837b1e7324967d8a31c74093a51eccd97 - 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/setup@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@acb5aee837b1e7324967d8a31c74093a51eccd97 - 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/setup@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@acb5aee837b1e7324967d8a31c74093a51eccd97 - 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@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/setup@acb5aee837b1e7324967d8a31c74093a51eccd97 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@616a50d0b747031b7ea052733adf3771fa6cace9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@acb5aee837b1e7324967d8a31c74093a51eccd97 - 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 e6a04dad51b7..7b9d585446df 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -19,28 +19,28 @@ bazel_dep(name = "aspect_rules_jasmine", version = "2.0.4") bazel_dep(name = "rules_angular") git_override( module_name = "rules_angular", - commit = "32ce54318d9ec5d84269d4acecbc39944cd8b5e7", + commit = "6c36180c2efebc6526ef0e6a55a6d738c7de6909", remote = "https://github.com/angular/rules_angular.git", ) bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "616a50d0b747031b7ea052733adf3771fa6cace9", + commit = "acb5aee837b1e7324967d8a31c74093a51eccd97", remote = "https://github.com/angular/dev-infra.git", ) bazel_dep(name = "rules_sass") git_override( module_name = "rules_sass", - commit = "13918bec49cd183a591e3781d1d08044b4aa9f61", + commit = "b5ddaa8e77509bcce35158ad20009636d3da4fbc", remote = "https://github.com/angular/rules_sass.git", ) bazel_dep(name = "rules_browsers") git_override( module_name = "rules_browsers", - commit = "afdc95c1ce8ed9ff0cb94f829b7fc988c43dd783", + commit = "652b57c41218be318f33fc92032696f53d3aa0ef", remote = "https://github.com/angular/rules_browsers.git", ) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 4208ee7f289e..00e91c977301 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -25,7 +25,6 @@ "https://bcr.bazel.build/modules/aspect_rules_js/2.0.0/MODULE.bazel": "b45b507574aa60a92796e3e13c195cd5744b3b8aff516a9c0cb5ae6a048161c5", "https://bcr.bazel.build/modules/aspect_rules_js/3.0.3/MODULE.bazel": "28a30e8fc33bf64a67835d64d124f6e05a7d59648dcb27b110fb3502f761e503", "https://bcr.bazel.build/modules/aspect_rules_js/3.0.3/source.json": "bb8fff9a304452e1042af9522ad1d54d6f1d1fdf71c5127deadb6fd156654193", - "https://bcr.bazel.build/modules/aspect_rules_ts/3.8.7/MODULE.bazel": "830f8a53bb9f1139c24006a90ddc0230481326d69fa847eb00daf8eaae118724", "https://bcr.bazel.build/modules/aspect_rules_ts/3.8.8/MODULE.bazel": "b52b929a948438665809d49af610f58d1b14f63d6d21ab748f47b6050be4c1f6", "https://bcr.bazel.build/modules/aspect_rules_ts/3.8.8/source.json": "5414530b761a45ab7ca6c49f0a2a9cf8dc0da772f5037cf05ca18aaa64bb1b19", "https://bcr.bazel.build/modules/aspect_tools_telemetry/0.2.6/MODULE.bazel": "cafb8781ad591bc57cc765dca5fefab08cf9f65af363d162b79d49205c7f8af7", @@ -192,11 +191,11 @@ "https://bcr.bazel.build/modules/stardoc/0.7.1/MODULE.bazel": "3548faea4ee5dda5580f9af150e79d0f6aea934fc60c1cc50f4efdd9420759e7", "https://bcr.bazel.build/modules/stardoc/0.7.2/MODULE.bazel": "fc152419aa2ea0f51c29583fab1e8c99ddefd5b3778421845606ee628629e0e5", "https://bcr.bazel.build/modules/stardoc/0.7.2/source.json": "58b029e5e901d6802967754adf0a9056747e8176f017cfe3607c0851f4d42216", + "https://bcr.bazel.build/modules/tar.bzl/0.10.1/MODULE.bazel": "bf5fda5b5ccef8c3c4a5f4886144377386e0baa382972f257acb42dcf40ea908", + "https://bcr.bazel.build/modules/tar.bzl/0.10.1/source.json": "3f1beb35acf53c270a9de493cdc775a985551d7069cfcf24e136b42f683bbb10", "https://bcr.bazel.build/modules/tar.bzl/0.2.1/MODULE.bazel": "52d1c00a80a8cc67acbd01649e83d8dd6a9dc426a6c0b754a04fe8c219c76468", "https://bcr.bazel.build/modules/tar.bzl/0.5.1/MODULE.bazel": "7c2eb3dcfc53b0f3d6f9acdfd911ca803eaf92aadf54f8ca6e4c1f3aee288351", "https://bcr.bazel.build/modules/tar.bzl/0.6.0/MODULE.bazel": "a3584b4edcfafcabd9b0ef9819808f05b372957bbdff41601429d5fd0aac2e7c", - "https://bcr.bazel.build/modules/tar.bzl/0.9.0/MODULE.bazel": "452a22d7f02b1c9d7a22ab25edf20f46f3e1101f0f67dc4bfbf9a474ddf02445", - "https://bcr.bazel.build/modules/tar.bzl/0.9.0/source.json": "c732760a374831a2cf5b08839e4be75017196b4d796a5aa55235272ee17cd839", "https://bcr.bazel.build/modules/upb/0.0.0-20220923-a547704/MODULE.bazel": "7298990c00040a0e2f121f6c32544bab27d4452f80d9ce51349b1a28f3005c43", "https://bcr.bazel.build/modules/yq.bzl/0.1.1/MODULE.bazel": "9039681f9bcb8958ee2c87ffc74bdafba9f4369096a2b5634b88abc0eaefa072", "https://bcr.bazel.build/modules/yq.bzl/0.3.2/MODULE.bazel": "0384efa70e8033d842ea73aa4b7199fa099709e236a7264345c03937166670b6", @@ -212,7 +211,7 @@ "moduleExtensions": { "@@aspect_rules_esbuild+//esbuild:extensions.bzl%esbuild": { "general": { - "bzlTransitiveDigest": "GnYkDpVOnWnYv+xwyhEi0qjk3Lvp4Wei30PeSIQF5vM=", + "bzlTransitiveDigest": "QxNkTCcD6yURsbqznKyC/WCjCyhHZbEipGXl2UQjjzY=", "usagesDigest": "6We6zwGoawD9YXqMI0KPaxEKJTnamXBsuOekhFS2D40=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, diff --git a/package.json b/package.json index 71aadd192661..ebedfe08912c 100644 --- a/package.json +++ b/package.json @@ -42,20 +42,20 @@ }, "homepage": "https://github.com/angular/angular-cli", "devDependencies": { - "@angular/animations": "22.0.0-next.5", - "@angular/cdk": "22.0.0-next.2", - "@angular/common": "22.0.0-next.5", - "@angular/compiler": "22.0.0-next.5", - "@angular/compiler-cli": "22.0.0-next.5", - "@angular/core": "22.0.0-next.5", - "@angular/forms": "22.0.0-next.5", - "@angular/localize": "22.0.0-next.5", - "@angular/material": "22.0.0-next.2", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#cdbe118e59f59b1ee00ff77a5ccf8c5328248d03", - "@angular/platform-browser": "22.0.0-next.5", - "@angular/platform-server": "22.0.0-next.5", - "@angular/router": "22.0.0-next.5", - "@angular/service-worker": "22.0.0-next.5", + "@angular/animations": "22.0.0-next.6", + "@angular/cdk": "22.0.0-next.3", + "@angular/common": "22.0.0-next.6", + "@angular/compiler": "22.0.0-next.6", + "@angular/compiler-cli": "22.0.0-next.6", + "@angular/core": "22.0.0-next.6", + "@angular/forms": "22.0.0-next.6", + "@angular/localize": "22.0.0-next.6", + "@angular/material": "22.0.0-next.3", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6ad9d06fa01e41fdf5262093ddd37667fffbf17b", + "@angular/platform-browser": "22.0.0-next.6", + "@angular/platform-server": "22.0.0-next.6", + "@angular/router": "22.0.0-next.6", + "@angular/service-worker": "22.0.0-next.6", "@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 d5f32bf046c8..7d841721dcae 100644 --- a/packages/angular/ssr/package.json +++ b/packages/angular/ssr/package.json @@ -29,12 +29,12 @@ }, "devDependencies": { "@angular-devkit/schematics": "workspace:*", - "@angular/common": "22.0.0-next.5", - "@angular/compiler": "22.0.0-next.5", - "@angular/core": "22.0.0-next.5", - "@angular/platform-browser": "22.0.0-next.5", - "@angular/platform-server": "22.0.0-next.5", - "@angular/router": "22.0.0-next.5", + "@angular/common": "22.0.0-next.6", + "@angular/compiler": "22.0.0-next.6", + "@angular/core": "22.0.0-next.6", + "@angular/platform-browser": "22.0.0-next.6", + "@angular/platform-server": "22.0.0-next.6", + "@angular/router": "22.0.0-next.6", "@schematics/angular": "workspace:*", "beasties": "0.4.1" }, diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 8052db75c046..4bb8e257421d 100644 --- a/packages/ngtools/webpack/package.json +++ b/packages/ngtools/webpack/package.json @@ -27,8 +27,8 @@ }, "devDependencies": { "@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER", - "@angular/compiler": "22.0.0-next.5", - "@angular/compiler-cli": "22.0.0-next.5", + "@angular/compiler": "22.0.0-next.6", + "@angular/compiler-cli": "22.0.0-next.6", "typescript": "6.0.2", "webpack": "5.105.4" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1dc589ea1b9a..4680a5f4da9c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,47 +20,47 @@ importers: built: true devDependencies: '@angular/animations': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)) + specifier: 22.0.0-next.6 + version: 22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)) '@angular/cdk': - specifier: 22.0.0-next.2 - version: 22.0.0-next.2(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + specifier: 22.0.0-next.3 + version: 22.0.0-next.3(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/common': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + specifier: 22.0.0-next.6 + version: 22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) '@angular/compiler': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5 + specifier: 22.0.0-next.6 + version: 22.0.0-next.6 '@angular/compiler-cli': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5(@angular/compiler@22.0.0-next.5)(typescript@6.0.2) + specifier: 22.0.0-next.6 + version: 22.0.0-next.6(@angular/compiler@22.0.0-next.6)(typescript@6.0.2) '@angular/core': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1) + specifier: 22.0.0-next.6 + version: 22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1) '@angular/forms': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + specifier: 22.0.0-next.6 + version: 22.0.0-next.6(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/localize': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5(@angular/compiler-cli@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(typescript@6.0.2))(@angular/compiler@22.0.0-next.5) + specifier: 22.0.0-next.6 + version: 22.0.0-next.6(@angular/compiler-cli@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(typescript@6.0.2))(@angular/compiler@22.0.0-next.6) '@angular/material': - specifier: 22.0.0-next.2 - version: 22.0.0-next.2(2f6ce0790131a0100070320bdabac3a2) + specifier: 22.0.0-next.3 + version: 22.0.0-next.3(2e9636f7d8dd68137b51ac62db842fa5) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#cdbe118e59f59b1ee00ff77a5ccf8c5328248d03 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/cdbe118e59f59b1ee00ff77a5ccf8c5328248d03(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6)) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#6ad9d06fa01e41fdf5262093ddd37667fffbf17b + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6ad9d06fa01e41fdf5262093ddd37667fffbf17b(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6)) '@angular/platform-browser': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)) + specifier: 22.0.0-next.6 + version: 22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)) '@angular/platform-server': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.5)(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + specifier: 22.0.0-next.6 + version: 22.0.0-next.6(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.6)(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/router': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + specifier: 22.0.0-next.6 + version: 22.0.0-next.6(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/service-worker': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + specifier: 22.0.0-next.6 + version: 22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) '@babel/core': specifier: 7.29.0 version: 7.29.0 @@ -327,7 +327,7 @@ importers: version: 29.0.1 ng-packagr: specifier: 22.0.0-next.1 - version: 22.0.0-next.1(@angular/compiler-cli@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(typescript@6.0.2))(tslib@2.8.1)(typescript@6.0.2) + version: 22.0.0-next.1(@angular/compiler-cli@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(typescript@6.0.2))(tslib@2.8.1)(typescript@6.0.2) rxjs: specifier: 7.8.2 version: 7.8.2 @@ -430,7 +430,7 @@ importers: version: 4.6.4 ng-packagr: specifier: 22.0.0-next.1 - version: 22.0.0-next.1(@angular/compiler-cli@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(typescript@6.0.2))(tslib@2.8.1)(typescript@6.0.2) + version: 22.0.0-next.1(@angular/compiler-cli@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(typescript@6.0.2))(tslib@2.8.1)(typescript@6.0.2) postcss: specifier: 8.5.8 version: 8.5.8 @@ -524,23 +524,23 @@ importers: specifier: workspace:* version: link:../../angular_devkit/schematics '@angular/common': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + specifier: 22.0.0-next.6 + version: 22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) '@angular/compiler': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5 + specifier: 22.0.0-next.6 + version: 22.0.0-next.6 '@angular/core': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1) + specifier: 22.0.0-next.6 + version: 22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1) '@angular/platform-browser': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)) + specifier: 22.0.0-next.6 + version: 22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)) '@angular/platform-server': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.5)(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + specifier: 22.0.0-next.6 + version: 22.0.0-next.6(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.6)(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/router': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + specifier: 22.0.0-next.6 + version: 22.0.0-next.6(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@schematics/angular': specifier: workspace:* version: link:../../schematics/angular @@ -727,7 +727,7 @@ importers: version: 3.0.4(bufferutil@4.1.0)(utf-8-validate@6.0.6) ng-packagr: specifier: 22.0.0-next.1 - version: 22.0.0-next.1(@angular/compiler-cli@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(typescript@6.0.2))(tslib@2.8.1)(typescript@6.0.2) + version: 22.0.0-next.1(@angular/compiler-cli@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(typescript@6.0.2))(tslib@2.8.1)(typescript@6.0.2) undici: specifier: 7.24.6 version: 7.24.6 @@ -819,11 +819,11 @@ importers: specifier: workspace:0.0.0-PLACEHOLDER version: link:../../angular_devkit/core '@angular/compiler': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5 + specifier: 22.0.0-next.6 + version: 22.0.0-next.6 '@angular/compiler-cli': - specifier: 22.0.0-next.5 - version: 22.0.0-next.5(@angular/compiler@22.0.0-next.5)(typescript@6.0.2) + specifier: 22.0.0-next.6 + version: 22.0.0-next.6(@angular/compiler@22.0.0-next.6)(typescript@6.0.2) typescript: specifier: 6.0.2 version: 6.0.2 @@ -929,47 +929,47 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular/animations@22.0.0-next.5': - resolution: {integrity: sha512-edwiwKOv1eF5NcjPpZYWOZw4sAlNzDROUEVR5+ZYA0HRXR78hXZi/cIsdipd8wdNtVZfUrB+jYQtIo/KSZCPEw==} + '@angular/animations@22.0.0-next.6': + resolution: {integrity: sha512-QfoRrMrHh/3+JJBvmXBM0UfBxTvcGO/CBPH450RNktmqnaFKwsPyXTE+fA0S3xkhV0rCCQH5WVKNaBE18RsFvw==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/core': 22.0.0-next.5 + '@angular/core': 22.0.0-next.6 - '@angular/cdk@22.0.0-next.2': - resolution: {integrity: sha512-X6dPo2s453Tpl3KTF/7cPpxehnFU4XcgdDFfhnDWqxc/CNWdNTAeFfGetFi8hWkBOftvZ6VNrL4w8u0CLOuEBg==} + '@angular/cdk@22.0.0-next.3': + resolution: {integrity: sha512-dQrSUW9jR5cISKoA0iewbLWFMFNYvg4w32DZZvz/lv2mvRoHKcPv6wyc7K2egB4qLjEp/FV/bs3icNFZ+6a9qw==} 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 '@angular/platform-browser': ^22.0.0-0 || ^22.1.0-0 || ^22.2.0-0 || ^22.3.0-0 || ^23.0.0-0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/common@22.0.0-next.5': - resolution: {integrity: sha512-6USsjumt53nacM9Zgjn/roVL4sDxJwGTnzRUGHA7X4tH+1rhJzfo2ypb70C9uu0DvKnnCTBA7GY0Uor4AVunng==} + '@angular/common@22.0.0-next.6': + resolution: {integrity: sha512-LIP+K7uqUxHc2W83hKCuvChuwsvxsy3aGDjGL2RdkG9ejOl8D4mIhVfWSDl1/EGtet+9URmJeaUK66DRyltVlg==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/core': 22.0.0-next.5 + '@angular/core': 22.0.0-next.6 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@22.0.0-next.5': - resolution: {integrity: sha512-yGes0iE61I7Rmk9f/W3Oe0hLWYpqNUBxyT0PmuYekGgFocmgY+uyw9E8hyXaHVd5syWSBiuw8bprMyLSuRnRAQ==} + '@angular/compiler-cli@22.0.0-next.6': + resolution: {integrity: sha512-S66R3kNBvbNm6QUeR4HoXq3kXt29YcIM5LJ+ucp2P/eUktEtzoUF+2g0ad1vDPG7tvis16ey1+ohLOJog/GrGA==} engines: {node: ^22.22.0 || >=24.13.1} hasBin: true peerDependencies: - '@angular/compiler': 22.0.0-next.5 + '@angular/compiler': 22.0.0-next.6 typescript: '>=5.9 <6.1' peerDependenciesMeta: typescript: optional: true - '@angular/compiler@22.0.0-next.5': - resolution: {integrity: sha512-pidvCE3YOfc8BIkEI5ohmZsnfeT+NMunwccUiRuAU/42JZaM8XpdZ6LHxl/P6qYbYFhlSvctkvLeAcC13wYTzw==} + '@angular/compiler@22.0.0-next.6': + resolution: {integrity: sha512-LfHwtfEBPM/AV8+nJx4YREJJun52t0k6Hc8rf6djvBELW5QHwm9Qttgre/edHFlOSiTdw8sWN0jVfQ+5ocTKqw==} engines: {node: ^22.22.0 || >=24.13.1} - '@angular/core@22.0.0-next.5': - resolution: {integrity: sha512-pBGFG3W5mCPpoafdeTY+fgYUIyoxA9kOYmLCmCCvOkQoZacBQJeNbNqHrLXrVJxX6l4EsBfRvy8sDaKe4Iwstg==} + '@angular/core@22.0.0-next.6': + resolution: {integrity: sha512-eoWQfKMRftk+tYtbi8zBpQCmdnIn+4mJTD+/8x86gYKVMZWKvCkFFCTN87hfu0ry9505/eybdi/o2c8W9UZS7Q==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/compiler': 22.0.0-next.5 + '@angular/compiler': 22.0.0-next.6 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 || ~0.16.0 peerDependenciesMeta: @@ -978,74 +978,74 @@ packages: zone.js: optional: true - '@angular/forms@22.0.0-next.5': - resolution: {integrity: sha512-LzhwA1n286ib5ZIJeKqY/JhQivzvno+Fu1V7iBMyHFhyZWp6nmL6YOn4y0UqMuFsQ2g0322eSdhncuhwmFvJvA==} + '@angular/forms@22.0.0-next.6': + resolution: {integrity: sha512-xykgAkiNZ8H3J0VMGPo3dTmKs/Epydnh4FK0Yojh/oxKa9lMPx9vxftS5J5Wgah57/CMtZ1ndhN/xukQxzCTgQ==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/common': 22.0.0-next.5 - '@angular/core': 22.0.0-next.5 - '@angular/platform-browser': 22.0.0-next.5 + '@angular/common': 22.0.0-next.6 + '@angular/core': 22.0.0-next.6 + '@angular/platform-browser': 22.0.0-next.6 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@22.0.0-next.5': - resolution: {integrity: sha512-kVuLyQzFz3S/gQibYpbldgwArYlPaznngRksEd81sDGvbN73OGP4v12wSSIWAx9FwlwN2RTEVYgmpB6MR9ZKsw==} + '@angular/localize@22.0.0-next.6': + resolution: {integrity: sha512-ICUJZCCKU1yf88f4zmFZQfYnvMRX1lufOFgR7CLMPrfSuU0lvPyhlJbI+/0/SA1sBvDjaH3t6Z5SX0XVT/Beeg==} engines: {node: ^22.22.0 || >=24.13.1} hasBin: true peerDependencies: - '@angular/compiler': 22.0.0-next.5 - '@angular/compiler-cli': 22.0.0-next.5 + '@angular/compiler': 22.0.0-next.6 + '@angular/compiler-cli': 22.0.0-next.6 - '@angular/material@22.0.0-next.2': - resolution: {integrity: sha512-HqTVJNEf2kSmHs8xQBvFbSf/m8ekMMaaBXlVy1lONLfN+Lq+RO6HxP56wF3CY4rwS8CpPr2vQo1IkWtsDH3gVg==} + '@angular/material@22.0.0-next.3': + resolution: {integrity: sha512-w52poT7V/JaSb/MhWXcD6VSNcA4e3CwlHlz3R+qnqs8yCF+9YsD4xCmlChycXbTNVS9sl+CWus8WGxhdn5HccA==} peerDependencies: - '@angular/cdk': 22.0.0-next.2 + '@angular/cdk': 22.0.0-next.3 '@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/cdbe118e59f59b1ee00ff77a5ccf8c5328248d03': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/cdbe118e59f59b1ee00ff77a5ccf8c5328248d03} - version: 0.0.0-d69b99aeae90df28c37c57176a69995b3b60df1b + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6ad9d06fa01e41fdf5262093ddd37667fffbf17b': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6ad9d06fa01e41fdf5262093ddd37667fffbf17b} + version: 0.0.0-ef76470f93f00da7e3cdc737d8280d29b9c9b2f2 hasBin: true - '@angular/platform-browser@22.0.0-next.5': - resolution: {integrity: sha512-vDLAWN+HFC6KLywrnAtr/62G6B99/2xL2c/nWJR3AIGSdi4BdMk9yrq+g6vEl3sz3rX+mcHCN9ih61Ew7Ht68A==} + '@angular/platform-browser@22.0.0-next.6': + resolution: {integrity: sha512-45tSzemNZLxXEz2+wWlYE3kFZl2eD4WQ0nYNVx+grzK3U9h9GOSN/YxvrBm/q9cnZD2x+O9RQDyj+9/Vq3a5mw==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/animations': 22.0.0-next.5 - '@angular/common': 22.0.0-next.5 - '@angular/core': 22.0.0-next.5 + '@angular/animations': 22.0.0-next.6 + '@angular/common': 22.0.0-next.6 + '@angular/core': 22.0.0-next.6 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@22.0.0-next.5': - resolution: {integrity: sha512-v3CNQxySkjX7WhqeKxGghg6/Ygjv59HQQpTpPWdBOOWmQ+yzrS1crEmO94QnrbwgNBPUaKOttaX7pebvXN7Gxg==} + '@angular/platform-server@22.0.0-next.6': + resolution: {integrity: sha512-rbK9/8G0Ftc3I3IoHoV+KiMq+QLx8k29PTpnm49QttvI8T/Mw6aQ2pW1coH+rJPDtJNwN7Z7lccACYA3vzPyCw==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/common': 22.0.0-next.5 - '@angular/compiler': 22.0.0-next.5 - '@angular/core': 22.0.0-next.5 - '@angular/platform-browser': 22.0.0-next.5 + '@angular/common': 22.0.0-next.6 + '@angular/compiler': 22.0.0-next.6 + '@angular/core': 22.0.0-next.6 + '@angular/platform-browser': 22.0.0-next.6 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@22.0.0-next.5': - resolution: {integrity: sha512-CHiJuBpr2HpBtK4JqksZ30Hh4Vx/h6o7t0NB06RDhXux0Jr+Mh1RVKMkRo2zc4oP30rbooy4DheKl/EOW9ALgA==} + '@angular/router@22.0.0-next.6': + resolution: {integrity: sha512-RwwNT2HCiIMzaNRCs1uwcvvC3/Uvkih9A3jLbIU4+uHbi0st4DHQVtRY1zBKsAtpXarxdK7ykHUA32HbC11l9A==} engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/common': 22.0.0-next.5 - '@angular/core': 22.0.0-next.5 - '@angular/platform-browser': 22.0.0-next.5 + '@angular/common': 22.0.0-next.6 + '@angular/core': 22.0.0-next.6 + '@angular/platform-browser': 22.0.0-next.6 rxjs: ^6.5.3 || ^7.4.0 - '@angular/service-worker@22.0.0-next.5': - resolution: {integrity: sha512-leEdbpD8tnRT3i88QEe9GXVfBryls9BntMSbfURlJBdrJJrTySX2wUsuBbeBVM9kjQG5oqy8/GDFaGVMrNziug==} + '@angular/service-worker@22.0.0-next.6': + resolution: {integrity: sha512-qRgDs8TVd6jbu3Ctnit2ZuzWWVr+gCbeK9mo7OOWtPQAIX0Xe53MnXPTFrr3xxdO8AtTlJ0k2FYhoHaH4LPkZA==} engines: {node: ^22.22.0 || >=24.13.1} hasBin: true peerDependencies: - '@angular/core': 22.0.0-next.5 + '@angular/core': 22.0.0-next.6 rxjs: ^6.5.3 || ^7.4.0 '@asamuzakjp/css-color@5.1.1': @@ -2106,8 +2106,8 @@ packages: resolution: {integrity: sha512-IJn+8A3QZJfe7FUtWqHVNo3xJs7KFpurCWGWCiCz3oEh+BkRymKZ1QxfAbU2yGMDzTytLGQ2IV6T2r3cuo75/w==} engines: {node: '>=18'} - '@google/genai@1.47.0': - resolution: {integrity: sha512-0VV7AaXm5rQu3oRHNZNEubRAOL2lv5u+YA72eWnDwcOx3B1jFRbvtgL4drRHlocRHOnludvr3xmbQGbR+/RQAQ==} + '@google/genai@1.48.0': + resolution: {integrity: sha512-plonYK4ML2PrxsRD9SeqmFt76eREWkQdPCglOA6aYDzL1AAbE+7PUnT54SvpWGfws13L0AZEqGSpL7+1IPnTxQ==} engines: {node: '>=20.0.0'} peerDependencies: '@modelcontextprotocol/sdk': ^1.25.2 @@ -6329,6 +6329,10 @@ packages: resolution: {integrity: sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==} engines: {node: 18 || 20 || >=22} + minimatch@10.2.5: + resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==} + engines: {node: 18 || 20 || >=22} + minimatch@3.1.5: resolution: {integrity: sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==} @@ -8460,29 +8464,29 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))': + '@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))': dependencies: - '@angular/core': 22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/core': 22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1) tslib: 2.8.1 - '@angular/cdk@22.0.0-next.2(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': + '@angular/cdk@22.0.0-next.3(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) - '@angular/core': 22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1) - '@angular/platform-browser': 22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)) + '@angular/common': 22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)) parse5: 8.0.0 rxjs: 7.8.2 tslib: 2.8.1 - '@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2)': + '@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/core': 22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/compiler-cli@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(typescript@6.0.2)': + '@angular/compiler-cli@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(typescript@6.0.2)': dependencies: - '@angular/compiler': 22.0.0-next.5 + '@angular/compiler': 22.0.0-next.6 '@babel/core': 7.29.0 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 5.0.0 @@ -8496,31 +8500,31 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@22.0.0-next.5': + '@angular/compiler@22.0.0-next.6': dependencies: tslib: 2.8.1 - '@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)': + '@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)': dependencies: rxjs: 7.8.2 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 22.0.0-next.5 + '@angular/compiler': 22.0.0-next.6 zone.js: 0.16.1 - '@angular/forms@22.0.0-next.5(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': + '@angular/forms@22.0.0-next.6(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) - '@angular/core': 22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1) - '@angular/platform-browser': 22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)) + '@angular/common': 22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)) '@standard-schema/spec': 1.1.0 rxjs: 7.8.2 tslib: 2.8.1 - '@angular/localize@22.0.0-next.5(@angular/compiler-cli@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(typescript@6.0.2))(@angular/compiler@22.0.0-next.5)': + '@angular/localize@22.0.0-next.6(@angular/compiler-cli@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(typescript@6.0.2))(@angular/compiler@22.0.0-next.6)': dependencies: - '@angular/compiler': 22.0.0-next.5 - '@angular/compiler-cli': 22.0.0-next.5(@angular/compiler@22.0.0-next.5)(typescript@6.0.2) + '@angular/compiler': 22.0.0-next.6 + '@angular/compiler-cli': 22.0.0-next.6(@angular/compiler@22.0.0-next.6)(typescript@6.0.2) '@babel/core': 7.29.0 '@types/babel__core': 7.20.5 tinyglobby: 0.2.15 @@ -8528,22 +8532,22 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/material@22.0.0-next.2(2f6ce0790131a0100070320bdabac3a2)': + '@angular/material@22.0.0-next.3(2e9636f7d8dd68137b51ac62db842fa5)': dependencies: - '@angular/cdk': 22.0.0-next.2(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) - '@angular/common': 22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) - '@angular/core': 22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1) - '@angular/forms': 22.0.0-next.5(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) - '@angular/platform-browser': 22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)) + '@angular/cdk': 22.0.0-next.3(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + '@angular/common': 22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/forms': 22.0.0-next.6(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + '@angular/platform-browser': 22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(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/cdbe118e59f59b1ee00ff77a5ccf8c5328248d03(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6ad9d06fa01e41fdf5262093ddd37667fffbf17b(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))': dependencies: '@actions/core': 3.0.0 '@conventional-changelog/git-client': 2.6.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.4.0) '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) - '@google/genai': 1.47.0(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(bufferutil@4.1.0)(supports-color@10.2.2)(utf-8-validate@6.0.6) + '@google/genai': 1.48.0(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(bufferutil@4.1.0)(supports-color@10.2.2)(utf-8-validate@6.0.6) '@inquirer/prompts': 8.3.2(@types/node@24.12.0) '@inquirer/type': 4.0.4(@types/node@24.12.0) '@octokit/auth-app': 8.2.0 @@ -8581,7 +8585,7 @@ snapshots: jasmine-core: 6.1.0 jasmine-reporters: 2.5.2 jsonc-parser: 3.3.1 - minimatch: 10.2.4 + minimatch: 10.2.5 multimatch: 8.0.0 nock: 14.0.11 semver: 7.7.4 @@ -8598,35 +8602,35 @@ snapshots: - '@modelcontextprotocol/sdk' - '@react-native-async-storage/async-storage' - '@angular/platform-browser@22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))': + '@angular/platform-browser@22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))': dependencies: - '@angular/common': 22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) - '@angular/core': 22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/common': 22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1) tslib: 2.8.1 optionalDependencies: - '@angular/animations': 22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)) + '@angular/animations': 22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)) - '@angular/platform-server@22.0.0-next.5(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.5)(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': + '@angular/platform-server@22.0.0-next.6(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.6)(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) - '@angular/compiler': 22.0.0-next.5 - '@angular/core': 22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1) - '@angular/platform-browser': 22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)) + '@angular/common': 22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/compiler': 22.0.0-next.6 + '@angular/core': 22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)) rxjs: 7.8.2 tslib: 2.8.1 xhr2: 0.2.1 - '@angular/router@22.0.0-next.5(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': + '@angular/router@22.0.0-next.6(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) - '@angular/core': 22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1) - '@angular/platform-browser': 22.0.0-next.5(@angular/animations@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1)) + '@angular/common': 22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.6(@angular/animations@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/service-worker@22.0.0-next.5(@angular/core@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2)': + '@angular/service-worker@22.0.0-next.6(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 22.0.0-next.5(@angular/compiler@22.0.0-next.5)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/core': 22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@7.8.2)(zone.js@0.16.1) rxjs: 7.8.2 tslib: 2.8.1 @@ -9903,7 +9907,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@google/genai@1.47.0(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(bufferutil@4.1.0)(supports-color@10.2.2)(utf-8-validate@6.0.6)': + '@google/genai@1.48.0(@modelcontextprotocol/sdk@1.28.0(zod@4.3.6))(bufferutil@4.1.0)(supports-color@10.2.2)(utf-8-validate@6.0.6)': dependencies: google-auth-library: 10.6.2(supports-color@10.2.2) p-retry: 4.6.2 @@ -14635,6 +14639,10 @@ snapshots: dependencies: brace-expansion: 5.0.5 + minimatch@10.2.5: + dependencies: + brace-expansion: 5.0.5 + minimatch@3.1.5: dependencies: brace-expansion: 1.1.13 @@ -14731,7 +14739,7 @@ snapshots: dependencies: array-differ: 4.0.0 array-union: 3.0.1 - minimatch: 10.2.4 + minimatch: 10.2.5 mute-stream@3.0.0: {} @@ -14755,10 +14763,10 @@ snapshots: netmask@2.0.2: {} - ng-packagr@22.0.0-next.1(@angular/compiler-cli@22.0.0-next.5(@angular/compiler@22.0.0-next.5)(typescript@6.0.2))(tslib@2.8.1)(typescript@6.0.2): + ng-packagr@22.0.0-next.1(@angular/compiler-cli@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(typescript@6.0.2))(tslib@2.8.1)(typescript@6.0.2): dependencies: '@ampproject/remapping': 2.3.0 - '@angular/compiler-cli': 22.0.0-next.5(@angular/compiler@22.0.0-next.5)(typescript@6.0.2) + '@angular/compiler-cli': 22.0.0-next.6(@angular/compiler@22.0.0-next.6)(typescript@6.0.2) '@rollup/plugin-json': 6.1.0(rollup@4.60.0) '@rollup/wasm-node': 4.60.0 ajv: 8.18.0 diff --git a/tests/e2e/ng-snapshot/package.json b/tests/e2e/ng-snapshot/package.json index 449ef9251b81..ef8a9ba49137 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#78f5b07aa81809624738b3e0905b5ee58ed224cd", - "@angular/cdk": "github:angular/cdk-builds#2200299cdc1929a0948614220bcced1e8817cd63", - "@angular/common": "github:angular/common-builds#b7cc603eb69721539e39885b2ee8a2ccdc1a7edd", - "@angular/compiler": "github:angular/compiler-builds#550f342f0a294f1d49841ddda8587731afa971c0", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#cb25a8cbb9c4177b91b796bdfa5ded37e100d151", - "@angular/core": "github:angular/core-builds#5f682b0343bd5960f1242234b0a83d7e343c6b53", - "@angular/forms": "github:angular/forms-builds#2e61fc46841406f54817cc9c3d841211ea2dd9c5", - "@angular/language-service": "github:angular/language-service-builds#b41881d56352df21e88b72f3c34afe1448a03bfe", - "@angular/localize": "github:angular/localize-builds#f9436b3535a415720126f7573e4117e803adda44", - "@angular/material": "github:angular/material-builds#a162deacfbf67b31728ec2e717cb24a9cba2f5c4", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#2c6929a61bd9a0e9d550c062925c40052d7919cb", - "@angular/platform-browser": "github:angular/platform-browser-builds#09a62f5c5fbc5ee90b39f8b3c82694c76e659062", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#cacb47f942e671ae357af400a9bfac557a4fd8b8", - "@angular/platform-server": "github:angular/platform-server-builds#72b297f8d749a88aed72bff97ac35c5febc10ef8", - "@angular/router": "github:angular/router-builds#f56cafe22b3005a22505313edc5ab6b39532a953", - "@angular/service-worker": "github:angular/service-worker-builds#2ddf016fa7e1e852c98277e337b4add7559ccc8f" + "@angular/animations": "github:angular/animations-builds#19721b4d4d5bebe6e1d4111667f96fe0cf158c54", + "@angular/cdk": "github:angular/cdk-builds#cebd4fb52989b094cbd8a09c7066f122bbdb414d", + "@angular/common": "github:angular/common-builds#423475b7af1dc1d0ee34ba891fb51c33321653c7", + "@angular/compiler": "github:angular/compiler-builds#26f1227a6d6de072c773a55c1265c7a01c376a93", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#317cbd99244bbeca9b1f9adf7519f2195f77b7eb", + "@angular/core": "github:angular/core-builds#90ca995a80b08432e89c35f7bd6338055f2175b1", + "@angular/forms": "github:angular/forms-builds#b240d76e977da6b6429907fe39af2b765c9e0ea4", + "@angular/language-service": "github:angular/language-service-builds#35feb90926708443ab2969e7a84fcae4d0582bbf", + "@angular/localize": "github:angular/localize-builds#178b3dea37cb8168a8d1185262e240f144c4eb25", + "@angular/material": "github:angular/material-builds#b48994a944ee2b02c280ff063078333749583bcd", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#7c67d4ea11c343eef33ac8a80df0bd3347e21d62", + "@angular/platform-browser": "github:angular/platform-browser-builds#ed69feebecc46b1eb7d83ee223ec5b6d066a0f57", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#833c662d7f1a0d266dd6c39e428223f3b7a98be8", + "@angular/platform-server": "github:angular/platform-server-builds#19ad5e890cef716d729035ac36f95aeffe5267ee", + "@angular/router": "github:angular/router-builds#c82d1262600fd8d168d2b3a5991e141887b8fda0", + "@angular/service-worker": "github:angular/service-worker-builds#e32acb1be1c8ee4a4b65817e653751d199951b9e" } }