diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 529f1e6d51d7..a134ec048a37 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@9a88f495971c09574545e0ea0c2f6228b851e77a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eef6c834c53a..de49a092c00c 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@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a - 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@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a 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@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a 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@9a88f495971c09574545e0ea0c2f6228b851e77a - 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@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a 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@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a 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@9a88f495971c09574545e0ea0c2f6228b851e77a - 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@9a88f495971c09574545e0ea0c2f6228b851e77a - 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@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a 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@9a88f495971c09574545e0ea0c2f6228b851e77a - 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@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a 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@9a88f495971c09574545e0ea0c2f6228b851e77a - 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@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a 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@9a88f495971c09574545e0ea0c2f6228b851e77a - 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@9a88f495971c09574545e0ea0c2f6228b851e77a - 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 1123806799d9..cd8f9bc97837 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + - uses: angular/dev-infra/github-actions/labeling/pull-request@9a88f495971c09574545e0ea0c2f6228b851e77a 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@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + - uses: angular/dev-infra/github-actions/post-approval-changes@9a88f495971c09574545e0ea0c2f6228b851e77a 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@9a88f495971c09574545e0ea0c2f6228b851e77a 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..62c7b01271e6 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@9a88f495971c09574545e0ea0c2f6228b851e77a - 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@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a - 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..f0a3e3675a22 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@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a - 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@9a88f495971c09574545e0ea0c2f6228b851e77a 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@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a - 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@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a - 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@9a88f495971c09574545e0ea0c2f6228b851e77a - 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@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a - 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@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/setup@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a - 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@9a88f495971c09574545e0ea0c2f6228b851e77a - 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@9a88f495971c09574545e0ea0c2f6228b851e77a - 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@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a - 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@9a88f495971c09574545e0ea0c2f6228b851e77a - 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@9a88f495971c09574545e0ea0c2f6228b851e77a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@63fd18d4726829e65f6abe6f15c0fe79f63f1dec + uses: angular/dev-infra/github-actions/bazel/configure-remote@9a88f495971c09574545e0ea0c2f6228b851e77a - 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..25418513cdf9 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -18,28 +18,28 @@ bazel_dep(name = "aspect_rules_jasmine", version = "2.0.4") bazel_dep(name = "rules_angular") git_override( module_name = "rules_angular", - commit = "d746c4f75e42cffe389d1ab077f4639be2bc78d1", + commit = "804515937593ca742f5f119a20774f55a08e70ad", remote = "https://github.com/angular/rules_angular.git", ) bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "63fd18d4726829e65f6abe6f15c0fe79f63f1dec", + commit = "9a88f495971c09574545e0ea0c2f6228b851e77a", remote = "https://github.com/angular/dev-infra.git", ) bazel_dep(name = "rules_sass") git_override( module_name = "rules_sass", - commit = "1184a80751a21af8348f308abc5b38a41f26850e", + commit = "781c41bf7a48147bb20103e250f7215475e915a1", remote = "https://github.com/angular/rules_sass.git", ) bazel_dep(name = "rules_browsers") git_override( module_name = "rules_browsers", - commit = "8231142fc5516323b040883bf774ba8362645387", + commit = "9dd55b08884b2e7f1e6893a1b6b10b166d2ee443", remote = "https://github.com/angular/rules_browsers.git", ) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 411b7f3dd1d8..1fbf19ea66e1 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -417,7 +417,7 @@ "@@aspect_rules_js+//npm:extensions.bzl%pnpm": { "general": { "bzlTransitiveDigest": "9Zmqluz9ltvCoc6pskOslTkQpkH6CIINjWVkgam9aa4=", - "usagesDigest": "7YJUf9JYy8m5TzTHJcA+pv3PiF7bwtuR5NRtkllp6O0=", + "usagesDigest": "w+cdAJbaZoJ5J5YOI3eKwfcRiYoWX7PWjungHXi1bvc=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": {}, @@ -573,7 +573,7 @@ "bzlTransitiveDigest": "6NyLUdrb79stFKm8oWIBK2q65cT5Upbr8IR2Qwsywu8=", "usagesDigest": "WMA7n3NdJjSGUvkfejE4MruMdWMQ15/EpOmPFuISD6A=", "recordedFileInputs": { - "@@rules_browsers+//package.json": "772d873d450a539e2133635aeb5e63744cf1cec86e6b37aeecd9267a147fb0d7" + "@@rules_browsers+//package.json": "bca72c280cc9f6ec6220cb4b4fdf63b19af01e851e72bcbf2f153933dd6916c1" }, "recordedDirentsInputs": {}, "envVariables": {}, @@ -1098,7 +1098,7 @@ "@@rules_nodejs+//nodejs:extensions.bzl%node": { "general": { "bzlTransitiveDigest": "4pUxCNc22K4I+6+4Nxu52Hur12tFRfa1JMsN5mdDv60=", - "usagesDigest": "pAwoD5IwHr4MXoiITGxMFEsRrSYmIbBSeOv6pljPAqM=", + "usagesDigest": "HbEBV1VZ/fjhs2+sYpj/cZxz6poIZ1rd6HuKQuNlor4=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": {}, diff --git a/package.json b/package.json index 85c25d1214b4..3c5d122cb2d2 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.1", + "@angular/cdk": "21.3.0-next.0", + "@angular/common": "22.0.0-next.1", + "@angular/compiler": "22.0.0-next.1", + "@angular/compiler-cli": "22.0.0-next.1", + "@angular/core": "22.0.0-next.1", + "@angular/forms": "22.0.0-next.1", + "@angular/localize": "22.0.0-next.1", + "@angular/material": "21.3.0-next.0", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#7eebd54acea29dc15bfbc6599a2f11f2cea588b0", + "@angular/platform-browser": "22.0.0-next.1", + "@angular/platform-server": "22.0.0-next.1", + "@angular/router": "22.0.0-next.1", + "@angular/service-worker": "22.0.0-next.1", "@babel/core": "7.29.0", "@bazel/bazelisk": "1.28.1", "@bazel/buildifier": "8.2.1", diff --git a/packages/angular/ssr/package.json b/packages/angular/ssr/package.json index 1d3a4763fd28..b97355890271 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.1", + "@angular/compiler": "22.0.0-next.1", + "@angular/core": "22.0.0-next.1", + "@angular/platform-browser": "22.0.0-next.1", + "@angular/platform-server": "22.0.0-next.1", + "@angular/router": "22.0.0-next.1", "@schematics/angular": "workspace:*", "beasties": "0.4.1" }, diff --git a/packages/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..b6e1d25d1487 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.1", + "@angular/compiler-cli": "22.0.0-next.1", "typescript": "6.0.0-beta", "webpack": "5.105.3" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 30a017b18639..5a4fa3a913d0 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.1 + version: 22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)) '@angular/cdk': - specifier: 21.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.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/common': - specifier: 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.1 + version: 22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) '@angular/compiler': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0 + specifier: 22.0.0-next.1 + version: 22.0.0-next.1 '@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.1 + version: 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(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.1 + version: 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) '@angular/forms': - specifier: 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.1 + version: 22.0.0-next.1(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/localize': - specifier: 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.1 + version: 22.0.0-next.1(@angular/compiler-cli@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(typescript@6.0.0-beta))(@angular/compiler@22.0.0-next.1) '@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(2645b915ebf9074f759b05c1e2af589e) '@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#7eebd54acea29dc15bfbc6599a2f11f2cea588b0 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/7eebd54acea29dc15bfbc6599a2f11f2cea588b0(@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.1 + version: 22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)) '@angular/platform-server': - specifier: 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.1 + version: 22.0.0-next.1(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.1)(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/router': - specifier: 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.1 + version: 22.0.0-next.1(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/service-worker': - specifier: 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.1 + version: 22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) '@babel/core': specifier: 7.29.0 version: 7.29.0 @@ -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.1(@angular/compiler@22.0.0-next.1)(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.1 + version: 22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) '@angular/compiler': - specifier: 21.2.0-rc.0 - version: 21.2.0-rc.0 + specifier: 22.0.0-next.1 + version: 22.0.0-next.1 '@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.1 + version: 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) '@angular/platform-browser': - specifier: 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.1 + version: 22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)) '@angular/platform-server': - specifier: 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.1 + version: 22.0.0-next.1(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.1)(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@angular/router': - specifier: 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.1 + version: 22.0.0-next.1(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@schematics/angular': specifier: workspace:* version: link:../../schematics/angular @@ -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.1(@angular/compiler@22.0.0-next.1)(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.1 + version: 22.0.0-next.1 '@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.1 + version: 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(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.1': + resolution: {integrity: sha512-bJOvi+jo27Zqn4scMNmucsa5RKmXEQDwrIBQCC4w6pzLWH0Q/PXYfD7EI0ssFLcdDJW2DPB8uiSePYlh7UBOFQ==} + engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/core': 21.2.0-rc.0 + '@angular/core': 22.0.0-next.1 - '@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.1': + resolution: {integrity: sha512-yzlrH6vjdiLhzvSbbwNqiINFVU4TnAIVTDH7wRRayV/c/niGrY/C9AjTqy+/H8rDw94oUbgskplOe8qQGii6Gw==} + engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/core': 21.2.0-rc.0 + '@angular/core': 22.0.0-next.1 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.1': + resolution: {integrity: sha512-sbh3d2iG7YMBW2H0pG8jnySjVJz2SVycAQ7D+vP2E2DTaJGDDu9SQyr1MBhM8S81u8QV0u1050wech/EFu+Ukg==} + engines: {node: ^22.22.0 || >=24.13.1} hasBin: true peerDependencies: - '@angular/compiler': 21.2.0-rc.0 + '@angular/compiler': 22.0.0-next.1 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.1': + resolution: {integrity: sha512-qbDEy0RkRy3M8xQj2O5ZVWaSJsm6KqZiz6BRMAvydX3otMImr6ELOuBbAHLGdZ3R1LaVrYeNnSsgQez7Z7Skfw==} + 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.1': + resolution: {integrity: sha512-/41VYZpvV/G/HZ4w+nVp5Oywjjy+29JmXiwHMIvcFO47IcT8LVM7jfags/BNYVTk/UjT4HllMi/DWKFAPf3fwA==} + engines: {node: ^22.22.0 || >=24.13.1} peerDependencies: - '@angular/compiler': 21.2.0-rc.0 + '@angular/compiler': 22.0.0-next.1 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.1': + resolution: {integrity: sha512-yI8XGFrVMx2W+tKqlv6svylitvrh2TlwE3z3kZzGQx+SVgz9P53bbnOKwLjtAymudY1P6KTlQmeNasgnsvwmMw==} + 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.1 + '@angular/core': 22.0.0-next.1 + '@angular/platform-browser': 22.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@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.1': + resolution: {integrity: sha512-3L+IPu+4Kx7MB4ZbFGOX65MCBW/G0NlQeBfyXyU3U5CwHCU6AEyxn+1kU5dfci6ZkCKgdiISEZyWr3tpkFoppg==} + 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.1 + '@angular/compiler-cli': 22.0.0-next.1 - '@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/7eebd54acea29dc15bfbc6599a2f11f2cea588b0': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/7eebd54acea29dc15bfbc6599a2f11f2cea588b0} + version: 0.0.0-8e37ebf066aa5de91ee165b3699e252bdc352648 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.1': + resolution: {integrity: sha512-n7tevqK5XQGn9iga3nZjtbFA6nGtUZJvuJI+iCN3epZQ9N+IXPrGJzVe1Nx1ys+lGG/RxB8fbTf1yqEXUR/7aQ==} + 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.1 + '@angular/common': 22.0.0-next.1 + '@angular/core': 22.0.0-next.1 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.1': + resolution: {integrity: sha512-eFh+ITBnL8tx/fIQeSjQ2tCRKtiCggmx4Ez6D2uQPEYkDukItRJypjJvgWBYLoG+VZUApgohbbc/qJh0n5zOZA==} + 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.1 + '@angular/compiler': 22.0.0-next.1 + '@angular/core': 22.0.0-next.1 + '@angular/platform-browser': 22.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@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.1': + resolution: {integrity: sha512-aeaf9AS5FnJhWbIvKlngnCyBJx1CutQ2o2ymLbp2lnB/Xc72wdv8R5kuMplAmrrAnjUoI9KO/pwzc0UjMmSU6w==} + 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.1 + '@angular/core': 22.0.0-next.1 + '@angular/platform-browser': 22.0.0-next.1 rxjs: ^6.5.3 || ^7.4.0 - '@angular/service-worker@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.1': + resolution: {integrity: sha512-xkoOL21ZC9TlvLKSNm0o1QKN3blQdZVPHItYjzT7kHaXI1hJNEJbqsIA5HljsthBtzfa1CBiweZRzCHGfs5gbA==} + engines: {node: ^22.22.0 || >=24.13.1} hasBin: true peerDependencies: - '@angular/core': 21.2.0-rc.0 + '@angular/core': 22.0.0-next.1 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.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))': dependencies: - '@angular/core': 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.1(@angular/compiler@22.0.0-next.1)(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.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 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.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)) parse5: 8.0.0 rxjs: 7.8.2 tslib: 2.8.1 - '@angular/common@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.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 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.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/compiler-cli@21.2.0-rc.0(@angular/compiler@21.2.0-rc.0)(typescript@6.0.0-beta)': + '@angular/compiler-cli@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(typescript@6.0.0-beta)': dependencies: - '@angular/compiler': 21.2.0-rc.0 + '@angular/compiler': 22.0.0-next.1 '@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.1': 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.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)': dependencies: rxjs: 7.8.2 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 21.2.0-rc.0 + '@angular/compiler': 22.0.0-next.1 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.1(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 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.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)) '@standard-schema/spec': 1.1.0 rxjs: 7.8.2 tslib: 2.8.1 - '@angular/localize@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.1(@angular/compiler-cli@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(typescript@6.0.0-beta))(@angular/compiler@22.0.0-next.1)': 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.1 + '@angular/compiler-cli': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(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(2645b915ebf9074f759b05c1e2af589e)': 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.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + '@angular/common': 22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/forms': 22.0.0-next.1(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) + '@angular/platform-browser': 22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/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/7eebd54acea29dc15bfbc6599a2f11f2cea588b0(@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.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))': dependencies: - '@angular/common': 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.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) tslib: 2.8.1 optionalDependencies: - '@angular/animations': 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.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)) - '@angular/platform-server@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.1(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/compiler@22.0.0-next.1)(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 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.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/compiler': 22.0.0-next.1 + '@angular/core': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)) rxjs: 7.8.2 tslib: 2.8.1 xhr2: 0.2.1 - '@angular/router@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.1(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 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.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2) + '@angular/core': 22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) + '@angular/platform-browser': 22.0.0-next.1(@angular/animations@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)))(@angular/common@22.0.0-next.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/service-worker@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.1(@angular/core@22.0.0-next.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 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.1(@angular/compiler@22.0.0-next.1)(rxjs@7.8.2)(zone.js@0.16.1) rxjs: 7.8.2 tslib: 2.8.1 @@ -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.1(@angular/compiler@22.0.0-next.1)(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.1(@angular/compiler@22.0.0-next.1)(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..4d1b19364200 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#44634b611859be261e098bc350e20c41535c8745", + "@angular/cdk": "github:angular/cdk-builds#9081eed45f5923fa7a92b41704b6f7fb12752763", + "@angular/common": "github:angular/common-builds#b061a8563a099a5d30ccf1279c68f25284ddb1cb", + "@angular/compiler": "github:angular/compiler-builds#08a63060c75dea3a44ad040d5a28fe2d912a088a", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#714d29817bff5007b491c67418bb3376d8d5e500", + "@angular/core": "github:angular/core-builds#36e368fb1ee224c2c739d234e443e44ae2acbbec", + "@angular/forms": "github:angular/forms-builds#ad94e8628c64aef88c83b618147b657d4d78b339", + "@angular/language-service": "github:angular/language-service-builds#5af88152fa4ed8b1055e30dd7a9367926812c83f", + "@angular/localize": "github:angular/localize-builds#cc4f5090a6dac64528077621c0573a7bdb19d68d", + "@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#483d63178d2c97be14c158d455174b2a2e38c67e", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#84bfea5ad10e95be6a8c8a0b46f000558a075859", + "@angular/platform-server": "github:angular/platform-server-builds#568ac3432f7a429d36fb6ec52390c44383224c08", + "@angular/router": "github:angular/router-builds#71f0f214b426056db687efbf66d612c0931a46ef", + "@angular/service-worker": "github:angular/service-worker-builds#91f51f89ab8e800e4bd8907b5be04690fc3476b9" } }