diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index fc0d303953c2..6e0a4cb8c7d7 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + - uses: angular/dev-infra/github-actions/branch-manager@469708f109a90884ca403d150d33079a3a5a8769 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab5bfce8a4b9..5f62362d4410 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@469708f109a90884ca403d150d33079a3a5a8769 - 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@469708f109a90884ca403d150d33079a3a5a8769 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@469708f109a90884ca403d150d33079a3a5a8769 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@469708f109a90884ca403d150d33079a3a5a8769 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@469708f109a90884ca403d150d33079a3a5a8769 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@469708f109a90884ca403d150d33079a3a5a8769 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@469708f109a90884ca403d150d33079a3a5a8769 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@469708f109a90884ca403d150d33079a3a5a8769 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@469708f109a90884ca403d150d33079a3a5a8769 - 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 9c101dbeb47a..d8d2f0b7bb6c 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -13,13 +13,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: angular/dev-infra/github-actions/pull-request-labeling@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + - uses: angular/dev-infra/github-actions/pull-request-labeling@469708f109a90884ca403d150d33079a3a5a8769 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + - uses: angular/dev-infra/github-actions/post-approval-changes@469708f109a90884ca403d150d33079a3a5a8769 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 12bbf8226363..4e22f1a5eda8 100644 --- a/.github/workflows/feature-requests.yml +++ b/.github/workflows/feature-requests.yml @@ -16,6 +16,6 @@ jobs: if: github.repository == 'angular/angular-cli' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/feature-request@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + - uses: angular/dev-infra/github-actions/feature-request@469708f109a90884ca403d150d33079a3a5a8769 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index bf015619489e..9dbf67608b8c 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@469708f109a90884ca403d150d33079a3a5a8769 - 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 86b9f74a5292..12195b663fda 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@469708f109a90884ca403d150d33079a3a5a8769 - 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/linting/licenses@469708f109a90884ca403d150d33079a3a5a8769 build: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@469708f109a90884ca403d150d33079a3a5a8769 - 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@469708f109a90884ca403d150d33079a3a5a8769 - 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@469708f109a90884ca403d150d33079a3a5a8769 - 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@469708f109a90884ca403d150d33079a3a5a8769 - 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@469708f109a90884ca403d150d33079a3a5a8769 - 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@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@469708f109a90884ca403d150d33079a3a5a8769 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@469708f109a90884ca403d150d33079a3a5a8769 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@469708f109a90884ca403d150d33079a3a5a8769 - 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 200dbbfe4bf9..14129fcdd18d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -25,7 +25,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "3bec1182014f8cd3201bfc7d2bc6121658b9e0cd", + commit = "469708f109a90884ca403d150d33079a3a5a8769", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index af6900d8f882..ba626233a0f9 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -414,7 +414,7 @@ "@@aspect_rules_js+//npm:extensions.bzl%pnpm": { "general": { "bzlTransitiveDigest": "HC+l+mTivq1p/KbcVQ+iV5QwYR+oKESJh827FY68SH8=", - "usagesDigest": "SQPisB1ZfICPifouLB3q6BPEUqurPf7AESmtq2SxXtw=", + "usagesDigest": "szfKjpGroatZjXD8yCFP+N4Ju71/XZG9mPgTeJBw3i8=", "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": {}, diff --git a/package.json b/package.json index 2308f913dc78..e6136504374e 100644 --- a/package.json +++ b/package.json @@ -42,20 +42,20 @@ }, "homepage": "https://github.com/angular/angular-cli", "devDependencies": { - "@angular/animations": "21.2.0-next.2", - "@angular/cdk": "21.2.0-next.3", - "@angular/common": "21.2.0-next.2", - "@angular/compiler": "21.2.0-next.2", - "@angular/compiler-cli": "21.2.0-next.2", - "@angular/core": "21.2.0-next.2", - "@angular/forms": "21.2.0-next.2", - "@angular/localize": "21.2.0-next.2", - "@angular/material": "21.2.0-next.3", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5f7900195196b3c1713f728824db64979f1c6347", - "@angular/platform-browser": "21.2.0-next.2", - "@angular/platform-server": "21.2.0-next.2", - "@angular/router": "21.2.0-next.2", - "@angular/service-worker": "21.2.0-next.2", + "@angular/animations": "21.2.0-next.3", + "@angular/cdk": "21.2.0-next.4", + "@angular/common": "21.2.0-next.3", + "@angular/compiler": "21.2.0-next.3", + "@angular/compiler-cli": "21.2.0-next.3", + "@angular/core": "21.2.0-next.3", + "@angular/forms": "21.2.0-next.3", + "@angular/localize": "21.2.0-next.3", + "@angular/material": "21.2.0-next.4", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2a5e8e5b5398ae13a8d9a963ac980707313a6c9e", + "@angular/platform-browser": "21.2.0-next.3", + "@angular/platform-server": "21.2.0-next.3", + "@angular/router": "21.2.0-next.3", + "@angular/service-worker": "21.2.0-next.3", "@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 dd7e92473530..af829b8adc1e 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-next.2", - "@angular/compiler": "21.2.0-next.2", - "@angular/core": "21.2.0-next.2", - "@angular/platform-browser": "21.2.0-next.2", - "@angular/platform-server": "21.2.0-next.2", - "@angular/router": "21.2.0-next.2", + "@angular/common": "21.2.0-next.3", + "@angular/compiler": "21.2.0-next.3", + "@angular/core": "21.2.0-next.3", + "@angular/platform-browser": "21.2.0-next.3", + "@angular/platform-server": "21.2.0-next.3", + "@angular/router": "21.2.0-next.3", "@schematics/angular": "workspace:*", "beasties": "0.4.1" }, diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 2e7a2442cbd1..8f454c584050 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-next.2", - "@angular/compiler-cli": "21.2.0-next.2", + "@angular/compiler": "21.2.0-next.3", + "@angular/compiler-cli": "21.2.0-next.3", "typescript": "5.9.3", "webpack": "5.105.0" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 34b0397e3980..fb1ad49651c6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,47 +20,47 @@ importers: built: true devDependencies: '@angular/animations': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)) - '@angular/cdk': specifier: 21.2.0-next.3 - version: 21.2.0-next.3(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) + version: 21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)) + '@angular/cdk': + specifier: 21.2.0-next.4 + version: 21.2.0-next.4(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) '@angular/common': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) + specifier: 21.2.0-next.3 + version: 21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) '@angular/compiler': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2 + specifier: 21.2.0-next.3 + version: 21.2.0-next.3 '@angular/compiler-cli': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2(@angular/compiler@21.2.0-next.2)(typescript@5.9.3) + specifier: 21.2.0-next.3 + version: 21.2.0-next.3(@angular/compiler@21.2.0-next.3)(typescript@5.9.3) '@angular/core': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0) + specifier: 21.2.0-next.3 + version: 21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0) '@angular/forms': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) + specifier: 21.2.0-next.3 + version: 21.2.0-next.3(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) '@angular/localize': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2(@angular/compiler-cli@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(typescript@5.9.3))(@angular/compiler@21.2.0-next.2) - '@angular/material': specifier: 21.2.0-next.3 - version: 21.2.0-next.3(ed5d2521cf3887914e34ba84de4190ae) + version: 21.2.0-next.3(@angular/compiler-cli@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(typescript@5.9.3))(@angular/compiler@21.2.0-next.3) + '@angular/material': + specifier: 21.2.0-next.4 + version: 21.2.0-next.4(75d10325bbcfc22e53b1e47f427450d8) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#5f7900195196b3c1713f728824db64979f1c6347 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/5f7900195196b3c1713f728824db64979f1c6347(@modelcontextprotocol/sdk@1.25.3(zod@4.3.6)) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#2a5e8e5b5398ae13a8d9a963ac980707313a6c9e + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/2a5e8e5b5398ae13a8d9a963ac980707313a6c9e(@modelcontextprotocol/sdk@1.25.3(zod@4.3.6)) '@angular/platform-browser': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)) + specifier: 21.2.0-next.3 + version: 21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)) '@angular/platform-server': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/compiler@21.2.0-next.2)(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) + specifier: 21.2.0-next.3 + version: 21.2.0-next.3(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/compiler@21.2.0-next.3)(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) '@angular/router': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) + specifier: 21.2.0-next.3 + version: 21.2.0-next.3(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) '@angular/service-worker': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) + specifier: 21.2.0-next.3 + version: 21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) '@babel/core': specifier: 7.29.0 version: 7.29.0 @@ -427,7 +427,7 @@ importers: version: 4.4.2 ng-packagr: specifier: 21.2.0-next.0 - version: 21.2.0-next.0(@angular/compiler-cli@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3) + version: 21.2.0-next.0(@angular/compiler-cli@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3) postcss: specifier: 8.5.6 version: 8.5.6 @@ -521,23 +521,23 @@ importers: specifier: workspace:* version: link:../../angular_devkit/schematics '@angular/common': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) + specifier: 21.2.0-next.3 + version: 21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) '@angular/compiler': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2 + specifier: 21.2.0-next.3 + version: 21.2.0-next.3 '@angular/core': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0) + specifier: 21.2.0-next.3 + version: 21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0) '@angular/platform-browser': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)) + specifier: 21.2.0-next.3 + version: 21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)) '@angular/platform-server': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/compiler@21.2.0-next.2)(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) + specifier: 21.2.0-next.3 + version: 21.2.0-next.3(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/compiler@21.2.0-next.3)(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) '@angular/router': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) + specifier: 21.2.0-next.3 + version: 21.2.0-next.3(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) '@schematics/angular': specifier: workspace:* version: link:../../schematics/angular @@ -736,7 +736,7 @@ importers: version: 3.0.4(bufferutil@4.1.0)(utf-8-validate@6.0.6) ng-packagr: specifier: 21.2.0-next.0 - version: 21.2.0-next.0(@angular/compiler-cli@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3) + version: 21.2.0-next.0(@angular/compiler-cli@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3) undici: specifier: 7.20.0 version: 7.20.0 @@ -828,11 +828,11 @@ importers: specifier: workspace:0.0.0-PLACEHOLDER version: link:../../angular_devkit/core '@angular/compiler': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2 + specifier: 21.2.0-next.3 + version: 21.2.0-next.3 '@angular/compiler-cli': - specifier: 21.2.0-next.2 - version: 21.2.0-next.2(@angular/compiler@21.2.0-next.2)(typescript@5.9.3) + specifier: 21.2.0-next.3 + version: 21.2.0-next.3(@angular/compiler@21.2.0-next.3)(typescript@5.9.3) typescript: specifier: 5.9.3 version: 5.9.3 @@ -944,47 +944,47 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular/animations@21.2.0-next.2': - resolution: {integrity: sha512-aLqobYyVkKqfjBEKjfqoatRKKKcBG0X2T8SKVijxZX0g5xJQ7bZkJOS9EZwN/LM2QpyNVuD7X9eYVebbvCtW3A==} + '@angular/animations@21.2.0-next.3': + resolution: {integrity: sha512-DTiRWm2aBlX+uVS1K3PnEbJZ4SQbWBPTl898lUYJ79WArPaHoTtrBurZ5zcGA6R5OyBfAvv3MvU0qZtihFIMoA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 21.2.0-next.2 + '@angular/core': 21.2.0-next.3 - '@angular/cdk@21.2.0-next.3': - resolution: {integrity: sha512-5Wi9wGhA09DqMK7TmD05SmbvyB7wUqyxZPfHP/Rsi0zpKxxl8v68WJAf0zkGYgMnmaA9xppuoZ/2bL38ZyBD+g==} + '@angular/cdk@21.2.0-next.4': + resolution: {integrity: sha512-GbcDW+qeSV4QlPQojGh5jCPATGfClCYnZhEGLXfabfEy/uhKGehILW37FK4VRhLdZKW9nMTs7w436jaovh84/A==} 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-next.2': - resolution: {integrity: sha512-Yj5PAB/YZEe3rJN4yfhjOzQzRuCtKuY6X3+F5uZ5PRi0GTcEGN6picTQt+UzD8mOECtc4Y+ZXvQyV6u8pfettQ==} + '@angular/common@21.2.0-next.3': + resolution: {integrity: sha512-7Mfsk/ahcKqvPFW1e9IMnfyvsyGKARIORdVxI8r/05N+Bt1aeW6iZbteEqM2cCEFZ4UqWjkaqdlBZndevqfqsA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 21.2.0-next.2 + '@angular/core': 21.2.0-next.3 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@21.2.0-next.2': - resolution: {integrity: sha512-52aQR35gi/OFQU/2EkDVWOWUDfizNbg0vJ1K8wNsBAad/1pwKcM+12zeN/NAgT9j80XtFmpk2+bgganh6GjXrw==} + '@angular/compiler-cli@21.2.0-next.3': + resolution: {integrity: sha512-q3OUWuK/mspdxRfPQq2RPnGosq7yYzWzK+FikEYHv9I2pPTqt1cXWArWzknLouxs2zVaRhpaqXreCGtBeicYwg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 21.2.0-next.2 + '@angular/compiler': 21.2.0-next.3 typescript: '>=5.9 <6.0' peerDependenciesMeta: typescript: optional: true - '@angular/compiler@21.2.0-next.2': - resolution: {integrity: sha512-sluvQhdqyKKX8nHM5WTZTFhcCLjqPxwAesGK4MHGY36pLzBiolPg/7cHRQa8UZxaC8WBAvcU7JJodcewUqxbog==} + '@angular/compiler@21.2.0-next.3': + resolution: {integrity: sha512-vMNEt+qFt4+k7lGoalHqmxgB6XiEWUTG7UaT9BkcU5Ezs64RLfkLVSGd0MNAuE2RL1gOa0/wvIl11yv0pD2T7g==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@21.2.0-next.2': - resolution: {integrity: sha512-f4LqWXo4XJP+VCi8MjJfH2olHtjC/fnqoiY6AOCLPc3L5ZKqlpTwE1Zj1QaXvnJtvdM5ICcfPmcTIi0dwje2hg==} + '@angular/core@21.2.0-next.3': + resolution: {integrity: sha512-9cieyRQ3DIWANEQ1DfjOuZS8EdzcPzaikO1Vi81hNmsr7an8yok0oRXfonkkudFUtAE0Xl6B1wYyD4FZ3ig47g==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/compiler': 21.2.0-next.2 + '@angular/compiler': 21.2.0-next.3 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 || ~0.16.0 peerDependenciesMeta: @@ -993,74 +993,74 @@ packages: zone.js: optional: true - '@angular/forms@21.2.0-next.2': - resolution: {integrity: sha512-Uzl9X6OWKCFsdWJPwMQ0Ds5jY1OxhWMikCWtingE+mzWT+rUcmapXviuFM0D7MptqgHDB35PfR8I0NrEkDYtOQ==} + '@angular/forms@21.2.0-next.3': + resolution: {integrity: sha512-YHrLsKO1fozXw0jptI3kwCc5w13DRQzf/Q8ajmtu+o2oy1NjYuoPlRyTBuIufThYKgBqC2ZfWOCWkOa8gyyKQA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 21.2.0-next.2 - '@angular/core': 21.2.0-next.2 - '@angular/platform-browser': 21.2.0-next.2 + '@angular/common': 21.2.0-next.3 + '@angular/core': 21.2.0-next.3 + '@angular/platform-browser': 21.2.0-next.3 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@21.2.0-next.2': - resolution: {integrity: sha512-JmM1ddO62izzQOM/1T3TqhK94diWjDPITZkwYpdTQkhbUGEXSK7xqsi/L5t3TI6KGyVi9+2Qk2swoO+HkA7ufQ==} + '@angular/localize@21.2.0-next.3': + resolution: {integrity: sha512-348iYNZ5PrnjxiSVuPE9XomIWrZNYOPPDq/3VVVTl/f9G+iwmHGfCJ1GsGxwg31DRu3X6ZFKw4IBqUyfLJaJiQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 21.2.0-next.2 - '@angular/compiler-cli': 21.2.0-next.2 + '@angular/compiler': 21.2.0-next.3 + '@angular/compiler-cli': 21.2.0-next.3 - '@angular/material@21.2.0-next.3': - resolution: {integrity: sha512-v/9VIRgtbfbQRZtmPhNUp+0SkBvwHgbBRc1QQUgSw89S8A++jqfVUjj/d0cCYu2xiaxLNkbhgwaA7xsv6afONA==} + '@angular/material@21.2.0-next.4': + resolution: {integrity: sha512-mUNP2z/FehBfmdDtQNznXO/jjOm7FPCc0DBqdXsTgIyeHqf9UitwC6huBzSmzN8Kq/v/ftDp04Ph+Jjbp/6VaA==} peerDependencies: - '@angular/cdk': 21.2.0-next.3 + '@angular/cdk': 21.2.0-next.4 '@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/5f7900195196b3c1713f728824db64979f1c6347': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/5f7900195196b3c1713f728824db64979f1c6347} - version: 0.0.0-3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/2a5e8e5b5398ae13a8d9a963ac980707313a6c9e': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/2a5e8e5b5398ae13a8d9a963ac980707313a6c9e} + version: 0.0.0-469708f109a90884ca403d150d33079a3a5a8769 hasBin: true - '@angular/platform-browser@21.2.0-next.2': - resolution: {integrity: sha512-ZU6+LeO8kYkcWNEYy6D2Lv5nIGYdrjRev88aC/7akbhEXlwPaORKCLyQW4p1t5zjiMcLxqGoBruyLU6jgW3edg==} + '@angular/platform-browser@21.2.0-next.3': + resolution: {integrity: sha512-YsKkQaZ4jPs/xicQ9baJ0hlSLfKfsBsXrwNBw7XjvnyinU8tlB707KZ0eThyx9FSoLeBO2FgrWM75NTiEd2Rvg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 21.2.0-next.2 - '@angular/common': 21.2.0-next.2 - '@angular/core': 21.2.0-next.2 + '@angular/animations': 21.2.0-next.3 + '@angular/common': 21.2.0-next.3 + '@angular/core': 21.2.0-next.3 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@21.2.0-next.2': - resolution: {integrity: sha512-Y8k+wq1zcW2AHqGLTeqLNkjAzhpvb5a/XzgOAFL3ATExEw6jIG2z0x4bco6qvPBUGrMSqI9ojcJSiKjw2aTEZw==} + '@angular/platform-server@21.2.0-next.3': + resolution: {integrity: sha512-ETjC41XcL0m19hONZebrGNKqOTFqtuz2qP6I5g4JKS6jDJ5aLx9ERtcq+ALnuEmPICcR7rbGzMigM2WTDTdZ0A==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 21.2.0-next.2 - '@angular/compiler': 21.2.0-next.2 - '@angular/core': 21.2.0-next.2 - '@angular/platform-browser': 21.2.0-next.2 + '@angular/common': 21.2.0-next.3 + '@angular/compiler': 21.2.0-next.3 + '@angular/core': 21.2.0-next.3 + '@angular/platform-browser': 21.2.0-next.3 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@21.2.0-next.2': - resolution: {integrity: sha512-/UXw4L6/IOfB9Csoh4O5az0l4o+kZQ2xrmVAWZPIzuUepWNBHFIYaF1o02I4asT7ZUgxP6Ss0OXMmCo7iJf5LQ==} + '@angular/router@21.2.0-next.3': + resolution: {integrity: sha512-NHokfVBqk8Elei9AtWreWdrm6oThwCbJZEbi3MqKJBEKCo33BEtZuv3QrwrbpNb+Pnm5RJVYMK4Z0sXvt/qohg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 21.2.0-next.2 - '@angular/core': 21.2.0-next.2 - '@angular/platform-browser': 21.2.0-next.2 + '@angular/common': 21.2.0-next.3 + '@angular/core': 21.2.0-next.3 + '@angular/platform-browser': 21.2.0-next.3 rxjs: ^6.5.3 || ^7.4.0 - '@angular/service-worker@21.2.0-next.2': - resolution: {integrity: sha512-s79CbRlPdbwBr4G9JP2l0EcoOUBY2AO1js/KMaV0im1erp+FXmjbrqrvbGfeEx9jXrEmheko1zNVB29qYh510Q==} + '@angular/service-worker@21.2.0-next.3': + resolution: {integrity: sha512-52Z2plR7926tBS/2nCIYLLXuXcwZ1ByJeoMHXfMXNEx4uM0vbMlcALqkCB/pvrehCtqLlT/8Ec0paHk/uE0jcw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/core': 21.2.0-next.2 + '@angular/core': 21.2.0-next.3 rxjs: ^6.5.3 || ^7.4.0 '@asamuzakjp/css-color@4.1.2': @@ -1080,10 +1080,6 @@ packages: resolution: {integrity: sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg==} engines: {node: '>=6.9.0'} - '@babel/core@7.28.6': - resolution: {integrity: sha512-H3mcG6ZDLTlYfaSNi0iOKkigqMFvkTKlGUYlD8GW7nNOYRrevuA46iTypPyv+06V3fEmvvazfntkBU34L0azAw==} - engines: {node: '>=6.9.0'} - '@babel/core@7.29.0': resolution: {integrity: sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==} engines: {node: '>=6.9.0'} @@ -9418,30 +9414,30 @@ snapshots: '@jridgewell/gen-mapping': 0.3.13 '@jridgewell/trace-mapping': 0.3.31 - '@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))': + '@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))': dependencies: - '@angular/core': 21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0) + '@angular/core': 21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0) tslib: 2.8.1 - '@angular/cdk@21.2.0-next.3(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2)': + '@angular/cdk@21.2.0-next.4(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2)': dependencies: - '@angular/common': 21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) - '@angular/core': 21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0) - '@angular/platform-browser': 21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)) + '@angular/common': 21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) + '@angular/core': 21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0) + '@angular/platform-browser': 21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)) parse5: 8.0.0 rxjs: 7.8.2 tslib: 2.8.1 - '@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2)': + '@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2)': dependencies: - '@angular/core': 21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0) + '@angular/core': 21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/compiler-cli@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(typescript@5.9.3)': + '@angular/compiler-cli@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(typescript@5.9.3)': dependencies: - '@angular/compiler': 21.2.0-next.2 - '@babel/core': 7.28.6 + '@angular/compiler': 21.2.0-next.3 + '@babel/core': 7.29.0 '@jridgewell/sourcemap-codec': 1.5.5 chokidar: 5.0.0 convert-source-map: 1.9.0 @@ -9454,49 +9450,49 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@21.2.0-next.2': + '@angular/compiler@21.2.0-next.3': dependencies: tslib: 2.8.1 - '@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)': + '@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)': dependencies: rxjs: 7.8.2 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 21.2.0-next.2 + '@angular/compiler': 21.2.0-next.3 zone.js: 0.16.0 - '@angular/forms@21.2.0-next.2(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2)': + '@angular/forms@21.2.0-next.3(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2)': dependencies: - '@angular/common': 21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) - '@angular/core': 21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0) - '@angular/platform-browser': 21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)) + '@angular/common': 21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) + '@angular/core': 21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0) + '@angular/platform-browser': 21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)) '@standard-schema/spec': 1.1.0 rxjs: 7.8.2 tslib: 2.8.1 - '@angular/localize@21.2.0-next.2(@angular/compiler-cli@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(typescript@5.9.3))(@angular/compiler@21.2.0-next.2)': + '@angular/localize@21.2.0-next.3(@angular/compiler-cli@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(typescript@5.9.3))(@angular/compiler@21.2.0-next.3)': dependencies: - '@angular/compiler': 21.2.0-next.2 - '@angular/compiler-cli': 21.2.0-next.2(@angular/compiler@21.2.0-next.2)(typescript@5.9.3) - '@babel/core': 7.28.6 + '@angular/compiler': 21.2.0-next.3 + '@angular/compiler-cli': 21.2.0-next.3(@angular/compiler@21.2.0-next.3)(typescript@5.9.3) + '@babel/core': 7.29.0 '@types/babel__core': 7.20.5 tinyglobby: 0.2.15 yargs: 18.0.0 transitivePeerDependencies: - supports-color - '@angular/material@21.2.0-next.3(ed5d2521cf3887914e34ba84de4190ae)': + '@angular/material@21.2.0-next.4(75d10325bbcfc22e53b1e47f427450d8)': dependencies: - '@angular/cdk': 21.2.0-next.3(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) - '@angular/common': 21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) - '@angular/core': 21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0) - '@angular/forms': 21.2.0-next.2(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) - '@angular/platform-browser': 21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)) + '@angular/cdk': 21.2.0-next.4(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) + '@angular/common': 21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) + '@angular/core': 21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0) + '@angular/forms': 21.2.0-next.3(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2) + '@angular/platform-browser': 21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/5f7900195196b3c1713f728824db64979f1c6347(@modelcontextprotocol/sdk@1.25.3(zod@4.3.6))': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/2a5e8e5b5398ae13a8d9a963ac980707313a6c9e(@modelcontextprotocol/sdk@1.25.3(zod@4.3.6))': dependencies: '@actions/core': 3.0.0 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) @@ -9557,35 +9553,35 @@ snapshots: - '@modelcontextprotocol/sdk' - '@react-native-async-storage/async-storage' - '@angular/platform-browser@21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))': + '@angular/platform-browser@21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))': dependencies: - '@angular/common': 21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) - '@angular/core': 21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0) + '@angular/common': 21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) + '@angular/core': 21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0) tslib: 2.8.1 optionalDependencies: - '@angular/animations': 21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)) + '@angular/animations': 21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)) - '@angular/platform-server@21.2.0-next.2(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/compiler@21.2.0-next.2)(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2)': + '@angular/platform-server@21.2.0-next.3(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/compiler@21.2.0-next.3)(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2)': dependencies: - '@angular/common': 21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) - '@angular/compiler': 21.2.0-next.2 - '@angular/core': 21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0) - '@angular/platform-browser': 21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)) + '@angular/common': 21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) + '@angular/compiler': 21.2.0-next.3 + '@angular/core': 21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0) + '@angular/platform-browser': 21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)) rxjs: 7.8.2 tslib: 2.8.1 xhr2: 0.2.1 - '@angular/router@21.2.0-next.2(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2)': + '@angular/router@21.2.0-next.3(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(@angular/platform-browser@21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(rxjs@7.8.2)': dependencies: - '@angular/common': 21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) - '@angular/core': 21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0) - '@angular/platform-browser': 21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)) + '@angular/common': 21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2) + '@angular/core': 21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0) + '@angular/platform-browser': 21.2.0-next.3(@angular/animations@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/service-worker@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2)': + '@angular/service-worker@21.2.0-next.3(@angular/core@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2)': dependencies: - '@angular/core': 21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0) + '@angular/core': 21.2.0-next.3(@angular/compiler@21.2.0-next.3)(rxjs@7.8.2)(zone.js@0.16.0) rxjs: 7.8.2 tslib: 2.8.1 @@ -9615,26 +9611,6 @@ snapshots: '@babel/compat-data@7.29.0': {} - '@babel/core@7.28.6': - dependencies: - '@babel/code-frame': 7.29.0 - '@babel/generator': 7.29.0 - '@babel/helper-compilation-targets': 7.28.6 - '@babel/helper-module-transforms': 7.28.6(@babel/core@7.28.6) - '@babel/helpers': 7.28.6 - '@babel/parser': 7.29.0 - '@babel/template': 7.28.6 - '@babel/traverse': 7.29.0 - '@babel/types': 7.29.0 - '@jridgewell/remapping': 2.3.5 - convert-source-map: 2.0.0 - debug: 4.4.3(supports-color@10.2.2) - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/core@7.29.0': dependencies: '@babel/code-frame': 7.29.0 @@ -9722,15 +9698,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.28.6(@babel/core@7.28.6)': - dependencies: - '@babel/core': 7.28.6 - '@babel/helper-module-imports': 7.28.6 - '@babel/helper-validator-identifier': 7.28.5 - '@babel/traverse': 7.29.0 - transitivePeerDependencies: - - supports-color - '@babel/helper-module-transforms@7.28.6(@babel/core@7.29.0)': dependencies: '@babel/core': 7.29.0 @@ -14826,7 +14793,7 @@ snapshots: extract-zip@2.0.1: dependencies: - debug: 4.3.4 + debug: 4.4.3(supports-color@10.2.2) get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: @@ -16598,10 +16565,10 @@ snapshots: netmask@2.0.2: {} - ng-packagr@21.2.0-next.0(@angular/compiler-cli@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3): + ng-packagr@21.2.0-next.0(@angular/compiler-cli@21.2.0-next.3(@angular/compiler@21.2.0-next.3)(typescript@5.9.3))(tslib@2.8.1)(typescript@5.9.3): dependencies: '@ampproject/remapping': 2.3.0 - '@angular/compiler-cli': 21.2.0-next.2(@angular/compiler@21.2.0-next.2)(typescript@5.9.3) + '@angular/compiler-cli': 21.2.0-next.3(@angular/compiler@21.2.0-next.3)(typescript@5.9.3) '@rollup/plugin-json': 6.1.0(rollup@4.57.1) '@rollup/wasm-node': 4.57.1 ajv: 8.17.1 diff --git a/tests/e2e/ng-snapshot/package.json b/tests/e2e/ng-snapshot/package.json index 519389938518..ecbe042008a2 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#5231dcacd87167f82ffc36b093b1a4d3c5d5b7e2", - "@angular/cdk": "github:angular/cdk-builds#40ca38606d37594609d55caa00303014b4abfcac", - "@angular/common": "github:angular/common-builds#4cc0ab2b17309ebc61ae9ab398071c28e51cc275", - "@angular/compiler": "github:angular/compiler-builds#e3321ae3c54786b481715fa44b11e460a9b32f29", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#2da9e441d91a3b8a907dc4614414d0e5407be653", - "@angular/core": "github:angular/core-builds#11fe113e4e614364152b05eb53d03d7d37c6ad8b", - "@angular/forms": "github:angular/forms-builds#0ca9bf519946a38b04d65a7a1c702b80b76a1db2", - "@angular/language-service": "github:angular/language-service-builds#68018dfbc1ab45bb5a95ef6629bb6f86a25f5995", - "@angular/localize": "github:angular/localize-builds#bfb4532fcabffcf79e2b9899bdc45af6912bd9d9", - "@angular/material": "github:angular/material-builds#9aa0eda90edcc3808c1f586587778ed5156e5c25", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#f6b2ed9d1f70c8675f480f68e918e98282ed5bad", - "@angular/platform-browser": "github:angular/platform-browser-builds#92a9512bdc7e7ae3060e762d9712b5d2f346602f", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#b330a5d1c211aa8ee1082463c896b8a5136c6c15", - "@angular/platform-server": "github:angular/platform-server-builds#47f6d22864a8fc314df99383b158876174a3eddb", - "@angular/router": "github:angular/router-builds#3dc42ebdb103a8ebdecc120f4fa4b92d263438d8", - "@angular/service-worker": "github:angular/service-worker-builds#960667a8e5a5ba08b742ee96747afe85d03dbe41" + "@angular/animations": "github:angular/animations-builds#d635ecb45533490f524b25b0ebb3abff583cd521", + "@angular/cdk": "github:angular/cdk-builds#bcf7a881e663346e311d632263ff706c12dd5a19", + "@angular/common": "github:angular/common-builds#626cf079d862e4d797435e3261adc7ef0ef86c76", + "@angular/compiler": "github:angular/compiler-builds#af9ed4524965bc16c5b5a58195608ecee1d04eee", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#ba424022abd478cb5b3fb226f6bd1774651b1d6c", + "@angular/core": "github:angular/core-builds#6136c5d58f41b2a7b83f1b0e8806d56a6f0089bf", + "@angular/forms": "github:angular/forms-builds#eab77793122749910bab47cbb1890430ff05eeeb", + "@angular/language-service": "github:angular/language-service-builds#5e2031816114b96afd9f91f36a7094547d0e0380", + "@angular/localize": "github:angular/localize-builds#668528de3560b11838d2aa860cdf069029bc52d9", + "@angular/material": "github:angular/material-builds#c656d718165fdc46c61233a24299116c5ce22120", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#897592312717606ad45293a5edb57fca7eb34103", + "@angular/platform-browser": "github:angular/platform-browser-builds#6b722574f3e91440e74514226e3b49c09edd725c", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#5fb9cf19ea62a4c3dcb8b95db0f551e0bcfe4a0a", + "@angular/platform-server": "github:angular/platform-server-builds#0a057e0c1f45d6de067ff23621e9ea2c6bdbd4b9", + "@angular/router": "github:angular/router-builds#d65390913af936ef044ca7f48700a641ebc072e5", + "@angular/service-worker": "github:angular/service-worker-builds#1bf1429e0965e9723d23c246d73f9e315c8093ad" } }