diff --git a/.github/shared-actions/windows-bazel-test/action.yml b/.github/shared-actions/windows-bazel-test/action.yml index 7c922f53b781..e9607867efa7 100644 --- a/.github/shared-actions/windows-bazel-test/action.yml +++ b/.github/shared-actions/windows-bazel-test/action.yml @@ -18,7 +18,7 @@ runs: steps: - name: Initialize WSL id: init_wsl - uses: angular/dev-infra/github-actions/setup-wsl@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/setup-wsl@6f54d143077baef582d70873722166fdc040066c with: wsl_firewall_interface: 'vEthernet (WSL (Hyper-V firewall))' diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index a7ee974b39b6..8c31c3e07aec 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -16,6 +16,6 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@dfe138678e4edb4789fbe40ae7792c046de3b4bd + - uses: angular/dev-infra/github-actions/branch-manager@6f54d143077baef582d70873722166fdc040066c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90c4e78beb41..84761d4f7342 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@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - 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@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -61,11 +61,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -87,13 +87,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -110,11 +110,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c with: allow_windows_rbe: true google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} @@ -138,13 +138,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -163,13 +163,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -183,13 +183,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@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run E2E Browser tests @@ -219,11 +219,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - 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 8b20acca92a1..3d8a045dc235 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/pull-request-labeling@dfe138678e4edb4789fbe40ae7792c046de3b4bd + - uses: angular/dev-infra/github-actions/pull-request-labeling@6f54d143077baef582d70873722166fdc040066c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@dfe138678e4edb4789fbe40ae7792c046de3b4bd + - uses: angular/dev-infra/github-actions/post-approval-changes@6f54d143077baef582d70873722166fdc040066c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index ac3167fda43b..7bfb7c07d7d1 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@dfe138678e4edb4789fbe40ae7792c046de3b4bd + - uses: angular/dev-infra/github-actions/feature-request@6f54d143077baef582d70873722166fdc040066c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index d57199a3df96..d2074cbfe13a 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@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - 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@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - 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 76c3c8c3238c..ccdd937997b6 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@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup ESLint Caching uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: @@ -56,7 +56,7 @@ jobs: - name: Run Validation run: pnpm admin validate - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/linting/licenses@6f54d143077baef582d70873722166fdc040066c - name: Check tooling setup run: pnpm check-tooling-setup - name: Check commit message @@ -72,11 +72,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile - name: Build release targets @@ -93,11 +93,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile - name: Run module and package tests @@ -117,13 +117,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - 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/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -132,11 +132,11 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c with: allow_windows_rbe: true - name: Run CLI E2E tests @@ -157,13 +157,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - 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/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -180,12 +180,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@6f54d143077baef582d70873722166fdc040066c - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/setup@6f54d143077baef582d70873722166fdc040066c - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@dfe138678e4edb4789fbe40ae7792c046de3b4bd + uses: angular/dev-infra/github-actions/bazel/configure-remote@6f54d143077baef582d70873722166fdc040066c - 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/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }} diff --git a/WORKSPACE b/WORKSPACE index b4a94bf18daa..c512dc1f702b 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -230,7 +230,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "devinfra", - commit = "dfe138678e4edb4789fbe40ae7792c046de3b4bd", + commit = "6f54d143077baef582d70873722166fdc040066c", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 403f734efebe..004cd1f89d33 100644 --- a/package.json +++ b/package.json @@ -46,20 +46,20 @@ }, "homepage": "https://github.com/angular/angular-cli", "devDependencies": { - "@angular/animations": "20.1.0-next.3", + "@angular/animations": "20.1.0-rc.0", "@angular/cdk": "20.1.0-next.2", - "@angular/common": "20.1.0-next.3", - "@angular/compiler": "20.1.0-next.3", - "@angular/compiler-cli": "20.1.0-next.3", - "@angular/core": "20.1.0-next.3", - "@angular/forms": "20.1.0-next.3", - "@angular/localize": "20.1.0-next.3", + "@angular/common": "20.1.0-rc.0", + "@angular/compiler": "20.1.0-rc.0", + "@angular/compiler-cli": "20.1.0-rc.0", + "@angular/core": "20.1.0-rc.0", + "@angular/forms": "20.1.0-rc.0", + "@angular/localize": "20.1.0-rc.0", "@angular/material": "20.1.0-next.2", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8fe809d31ea3536087ca56cf7ff9ddd544dba658", - "@angular/platform-browser": "20.1.0-next.3", - "@angular/platform-server": "20.1.0-next.3", - "@angular/router": "20.1.0-next.3", - "@angular/service-worker": "20.1.0-next.3", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#800f6e7be48e84780621f8f7e9eec79a865346fd", + "@angular/platform-browser": "20.1.0-rc.0", + "@angular/platform-server": "20.1.0-rc.0", + "@angular/router": "20.1.0-rc.0", + "@angular/service-worker": "20.1.0-rc.0", "@bazel/bazelisk": "1.26.0", "@bazel/buildifier": "8.2.1", "@eslint/compat": "1.3.1", diff --git a/packages/angular/build/package.json b/packages/angular/build/package.json index 50fdeb3f0922..441194794f1f 100644 --- a/packages/angular/build/package.json +++ b/packages/angular/build/package.json @@ -53,7 +53,7 @@ "@angular-devkit/core": "workspace:*", "jsdom": "26.1.0", "less": "4.3.0", - "ng-packagr": "20.1.0-next.0", + "ng-packagr": "20.1.0-rc.0", "postcss": "8.5.6", "rxjs": "7.8.2", "vitest": "3.2.4" diff --git a/packages/angular/ssr/package.json b/packages/angular/ssr/package.json index fb2fab874853..3c728cde8a5c 100644 --- a/packages/angular/ssr/package.json +++ b/packages/angular/ssr/package.json @@ -29,12 +29,12 @@ }, "devDependencies": { "@angular-devkit/schematics": "workspace:*", - "@angular/common": "20.1.0-next.3", - "@angular/compiler": "20.1.0-next.3", - "@angular/core": "20.1.0-next.3", - "@angular/platform-browser": "20.1.0-next.3", - "@angular/platform-server": "20.1.0-next.3", - "@angular/router": "20.1.0-next.3", + "@angular/common": "20.1.0-rc.0", + "@angular/compiler": "20.1.0-rc.0", + "@angular/core": "20.1.0-rc.0", + "@angular/platform-browser": "20.1.0-rc.0", + "@angular/platform-server": "20.1.0-rc.0", + "@angular/router": "20.1.0-rc.0", "@schematics/angular": "workspace:*" }, "sideEffects": false, diff --git a/packages/angular_devkit/build_angular/package.json b/packages/angular_devkit/build_angular/package.json index 4af04a0eea28..0292b507c661 100644 --- a/packages/angular_devkit/build_angular/package.json +++ b/packages/angular_devkit/build_angular/package.json @@ -68,7 +68,7 @@ "@angular/ssr": "workspace:*", "@web/test-runner": "0.20.2", "browser-sync": "3.0.4", - "ng-packagr": "20.1.0-next.0", + "ng-packagr": "20.1.0-rc.0", "undici": "7.11.0" }, "peerDependencies": { diff --git a/packages/ngtools/webpack/package.json b/packages/ngtools/webpack/package.json index 622a5b9ce86d..5954475d1689 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": "20.1.0-next.3", - "@angular/compiler-cli": "20.1.0-next.3", + "@angular/compiler": "20.1.0-rc.0", + "@angular/compiler-cli": "20.1.0-rc.0", "typescript": "5.8.3", "webpack": "5.99.9" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 494137b8d861..a7568234d952 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,47 +15,47 @@ importers: .: devDependencies: '@angular/animations': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/cdk': specifier: 20.1.0-next.2 - version: 20.1.0-next.2(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + version: 20.1.0-next.2(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/common': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@angular/compiler-cli': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/compiler@20.1.0-next.3)(typescript@5.8.3) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3) '@angular/core': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/forms': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-next.3(@angular/animations@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/localize': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/compiler-cli@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(typescript@5.8.3))(@angular/compiler@20.1.0-next.3) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/compiler@20.1.0-rc.0) '@angular/material': specifier: 20.1.0-next.2 - version: 20.1.0-next.2(qcbtsxazl5mfvqry4icthrqdfq) + version: 20.1.0-next.2(4amapn2ionodtquliqio2yrc4u) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#8fe809d31ea3536087ca56cf7ff9ddd544dba658 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/8fe809d31ea3536087ca56cf7ff9ddd544dba658(@modelcontextprotocol/sdk@1.13.3)(encoding@0.1.13) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#800f6e7be48e84780621f8f7e9eec79a865346fd + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/800f6e7be48e84780621f8f7e9eec79a865346fd(@modelcontextprotocol/sdk@1.13.3)(encoding@0.1.13) '@angular/platform-browser': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/animations@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-server': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.1.0-next.3)(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-next.3(@angular/animations@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.1.0-rc.0)(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/router': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-next.3(@angular/animations@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/service-worker': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@bazel/bazelisk': specifier: 1.26.0 version: 1.26.0 @@ -442,8 +442,8 @@ importers: specifier: 4.3.0 version: 4.3.0 ng-packagr: - specifier: 20.1.0-next.0 - version: 20.1.0-next.0(@angular/compiler-cli@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) postcss: specifier: 8.5.6 version: 8.5.6 @@ -530,23 +530,23 @@ importers: specifier: workspace:* version: link:../../angular_devkit/schematics '@angular/common': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) '@angular/compiler': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@angular/core': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) '@angular/platform-browser': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/animations@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)) '@angular/platform-server': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.1.0-next.3)(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-next.3(@angular/animations@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.1.0-rc.0)(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@angular/router': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-next.3(@angular/animations@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) '@schematics/angular': specifier: workspace:* version: link:../../schematics/angular @@ -761,8 +761,8 @@ importers: specifier: 3.0.4 version: 3.0.4 ng-packagr: - specifier: 20.1.0-next.0 - version: 20.1.0-next.0(@angular/compiler-cli@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3) undici: specifier: 7.11.0 version: 7.11.0 @@ -856,11 +856,11 @@ importers: specifier: workspace:0.0.0-PLACEHOLDER version: link:../../angular_devkit/core '@angular/compiler': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3 + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0 '@angular/compiler-cli': - specifier: 20.1.0-next.3 - version: 20.1.0-next.3(@angular/compiler@20.1.0-next.3)(typescript@5.8.3) + specifier: 20.1.0-rc.0 + version: 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3) typescript: specifier: 5.8.3 version: 5.8.3 @@ -904,12 +904,12 @@ packages: resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} - '@angular/animations@20.1.0-next.3': - resolution: {integrity: sha512-dLwFETixX6F3gKMVzNgPrG3Jj3pRbKldyZlBjzXJzlXq0jf/SnJjKTG73Lur4I7WIlIQYi/qGuRGTKyBFxs7jg==} + '@angular/animations@20.1.0-rc.0': + resolution: {integrity: sha512-eBxXkJG1ImSY2GgS1F+htRLjc3G2Y0PAl/9nbdHk6HM5z62A168+A93ihLJzHQR9MmJogsLbmTukB3FmVUbjMg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.1.0-next.3 - '@angular/core': 20.1.0-next.3 + '@angular/common': 20.1.0-rc.0 + '@angular/core': 20.1.0-rc.0 '@angular/cdk@20.1.0-next.2': resolution: {integrity: sha512-fH+XDVUep7UUpG6Cg83Fw/EPwjOBGFGWTipBDzgglWcVyVqiRteBKHn2XaOMDdV8Pr/igX9bMn1Rzj713Y9ZzQ==} @@ -918,33 +918,33 @@ packages: '@angular/core': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/common@20.1.0-next.3': - resolution: {integrity: sha512-pxn5e0yEJzaYIWJs4/hg1O0qjPHPR/ZgiW0tvnxzZDL/Lefzhnz1ZVKw3aDky/V9JFG1Ze0D4KadVjsT4b8FNQ==} + '@angular/common@20.1.0-rc.0': + resolution: {integrity: sha512-uJcZ32hxFKqz0laGGqO64hRzICQwe2J/z0q9ESDz2ZPQZJFVxVoLITEVwr8Ogx3aH3FwppPe2H4pcVrlPvV+7A==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/core': 20.1.0-next.3 + '@angular/core': 20.1.0-rc.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/compiler-cli@20.1.0-next.3': - resolution: {integrity: sha512-xIB9meGhoTsxp56Mhj/km5CIRO1wW0ZoeaeMn1yatzSIMJXEYMw2GHq3Ro3HowMLwvvv2xebx9P6qmAaqX74Cw==} + '@angular/compiler-cli@20.1.0-rc.0': + resolution: {integrity: sha512-nNXSAlYW+zaEifTy+eGXpSvch4eCHMeg1Milr/l4/Vzr8jfWAQpiVk6OyTZyZa4UKHYJkZw6JRauE5npi7WGPg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 20.1.0-next.3 + '@angular/compiler': 20.1.0-rc.0 typescript: 5.8.3 peerDependenciesMeta: typescript: optional: true - '@angular/compiler@20.1.0-next.3': - resolution: {integrity: sha512-I6za3dJ50Kx/XRH1txmUgxJyobthSnEqmNkfncE0RfbtrJ9nQ0grVwn+FYCS7UR2zP/rjMBmudjYRd4kWUiVug==} + '@angular/compiler@20.1.0-rc.0': + resolution: {integrity: sha512-zgr7+8r7bE4CooNKsDk+e6yWdZwZKeLHfSA8y6syITWNQU/OijOB0vwnOG/NhZSgUb0GKX9rSeYMRhAhDRGoQg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} - '@angular/core@20.1.0-next.3': - resolution: {integrity: sha512-QUYew+W6NyP7oiQ5XgKP1fPeT2MJiy+SlzkxxfP2tzQBh/c5tjSlHvj12hF+WeyKe94wirz3sMnCP7tfMB6jlA==} + '@angular/core@20.1.0-rc.0': + resolution: {integrity: sha512-dsyi29ieAjKEMspq8I9/CEtg6yPVleHk6Ii31wN3iMtKuEfAu30EZNtFgCqKzv3j4ZvJH/sBV4yh0FSZJSfgCA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/compiler': 20.1.0-next.3 + '@angular/compiler': 20.1.0-rc.0 rxjs: ^6.5.3 || ^7.4.0 zone.js: ~0.15.0 peerDependenciesMeta: @@ -953,22 +953,22 @@ packages: zone.js: optional: true - '@angular/forms@20.1.0-next.3': - resolution: {integrity: sha512-y9QxqhkuzuwQ+FhDrrJDiTTrDWk+X9n9iESxqOB1Ixo+HvS0qDrKJU/GT4IcaXzbYfXg75jjbqv5G7ouLBGAUw==} + '@angular/forms@20.1.0-rc.0': + resolution: {integrity: sha512-4hGnfh3Tao10sVF3r3InyqydrFesPeTSHRWOiMZHoZ559jfYqdnHizIyNYW32GBd/9KD+gQfSER4JAO9WzcJzw==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.1.0-next.3 - '@angular/core': 20.1.0-next.3 - '@angular/platform-browser': 20.1.0-next.3 + '@angular/common': 20.1.0-rc.0 + '@angular/core': 20.1.0-rc.0 + '@angular/platform-browser': 20.1.0-rc.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/localize@20.1.0-next.3': - resolution: {integrity: sha512-NjdkhxMRKCV6h/xjfgLFlohx5cOTR98Z2e4WJJtxzzWwAIFN+XDoDOuVjxM8pt0KD8ON/Dxkab9T+kc04LR+wg==} + '@angular/localize@20.1.0-rc.0': + resolution: {integrity: sha512-UUMEiS6c7RBtCzStSuomZcinnUs4Rym/4RxiTAQUtLZtrrH16nvgUGGP3DqUgLAlKt3MZ1Z4pYtfIEezex3pgQ==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler': 20.1.0-next.3 - '@angular/compiler-cli': 20.1.0-next.3 + '@angular/compiler': 20.1.0-rc.0 + '@angular/compiler-cli': 20.1.0-rc.0 '@angular/material@20.1.0-next.2': resolution: {integrity: sha512-p8b3fRINdIenk05WT3A0OMIg3sIy7FbUA99XopXVuSBJdf0yvSKPTX+fu3QBXESgVSVsZauM972gVqJdlGd6Yw==} @@ -980,47 +980,47 @@ packages: '@angular/platform-browser': ^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.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/8fe809d31ea3536087ca56cf7ff9ddd544dba658': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/8fe809d31ea3536087ca56cf7ff9ddd544dba658} - version: 0.0.0-dfe138678e4edb4789fbe40ae7792c046de3b4bd + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/800f6e7be48e84780621f8f7e9eec79a865346fd': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/800f6e7be48e84780621f8f7e9eec79a865346fd} + version: 0.0.0-6f54d143077baef582d70873722166fdc040066c hasBin: true - '@angular/platform-browser@20.1.0-next.3': - resolution: {integrity: sha512-LAqNlGAo/K4qQdijOq8rwPvvWgF+CpM7007BaYNIIuFyKrsvVPxIXHBs6lWoGWtLDdv+f0RJLYLrvYLjjoSWhw==} + '@angular/platform-browser@20.1.0-rc.0': + resolution: {integrity: sha512-ATE4cmzfsqLRsth9l7fU0BfqkDvnTRJqIhnK90ATIHHM5rjs2IQNpIAYRVIpNas9Hbt7pxjfWmHVVbuaGWRjOA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/animations': 20.1.0-next.3 - '@angular/common': 20.1.0-next.3 - '@angular/core': 20.1.0-next.3 + '@angular/animations': 20.1.0-rc.0 + '@angular/common': 20.1.0-rc.0 + '@angular/core': 20.1.0-rc.0 peerDependenciesMeta: '@angular/animations': optional: true - '@angular/platform-server@20.1.0-next.3': - resolution: {integrity: sha512-v2XyJwDRSYhJuUelzUYP+Okt8gB4Y70V2u9EV5oE2qykreUs7qZH2LzokihpE7VwLo31gCw+mahvx2AyvOCeAw==} + '@angular/platform-server@20.1.0-rc.0': + resolution: {integrity: sha512-hxJHh6PZ+vOLxrXfH64+pJQHVbxafERXBYhD9Tj5fbPCFtOBDK2MbBybIB6fbIzr6O+kFVVsNzm3LRxe9k1FWg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.1.0-next.3 - '@angular/compiler': 20.1.0-next.3 - '@angular/core': 20.1.0-next.3 - '@angular/platform-browser': 20.1.0-next.3 + '@angular/common': 20.1.0-rc.0 + '@angular/compiler': 20.1.0-rc.0 + '@angular/core': 20.1.0-rc.0 + '@angular/platform-browser': 20.1.0-rc.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/router@20.1.0-next.3': - resolution: {integrity: sha512-1HelGy8NP/B1sm1W+ms3LSGBGBXbdwsK1HuVXHkLjnNB8KgD3xtziiYzAsHtaNFuxZGmD4jcWV2wprFnJ2RcBA==} + '@angular/router@20.1.0-rc.0': + resolution: {integrity: sha512-Oa8tru8CPtHQfEtwF4B9zS8kG35ZMwc8RoQSINLZ/h3nuM26/GaF3zcIonTABSReRbuJ90eAEul/LmgLwxeqJA==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} peerDependencies: - '@angular/common': 20.1.0-next.3 - '@angular/core': 20.1.0-next.3 - '@angular/platform-browser': 20.1.0-next.3 + '@angular/common': 20.1.0-rc.0 + '@angular/core': 20.1.0-rc.0 + '@angular/platform-browser': 20.1.0-rc.0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/service-worker@20.1.0-next.3': - resolution: {integrity: sha512-tWWfI80OvpOIx9DIS7CAHVzY+Q8igJX08mdnAuQX+s/lllsCJV9/nyTlWU8A/NLv4hcOXqDLZrt85LGkgQ1YaA==} + '@angular/service-worker@20.1.0-rc.0': + resolution: {integrity: sha512-pL8Wdw9BRxNpvL2Jgpdztn5VSYbCdMrTYfaab/3/i+1SRE3am3i7lc9jMsnRq/kxNUOf60vI6/2ANEizKXAyhg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/core': 20.1.0-next.3 + '@angular/core': 20.1.0-rc.0 rxjs: ^6.5.3 || ^7.4.0 '@asamuzakjp/css-color@3.2.0': @@ -1034,10 +1034,6 @@ packages: resolution: {integrity: sha512-KiRAp/VoJaWkkte84TvUd9qjdbZAdiqyvMxrGl1N6vzFogKmaLgoM3L1kgtLicp2HP5fBJS8JrZKLVIZGVJAVg==} engines: {node: '>=6.9.0'} - '@babel/core@7.27.4': - resolution: {integrity: sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==} - engines: {node: '>=6.9.0'} - '@babel/core@7.27.7': resolution: {integrity: sha512-BU2f9tlKQ5CAthiMIgpzAh4eDTLWo1mqi9jqE2OxMG0E/OM199VJt2q8BztTxpnSW0i1ymdwLXRJnYzvDM5r2w==} engines: {node: '>=6.9.0'} @@ -6144,12 +6140,12 @@ packages: resolution: {integrity: sha512-dBpDMdxv9Irdq66304OLfEmQ9tbNRFnFTuZiLo+bD+r332bBmMJ8GBLXklIXXgxd3+v9+KUnZaUR5PJMa75Gsg==} engines: {node: '>= 0.4.0'} - ng-packagr@20.1.0-next.0: - resolution: {integrity: sha512-CIyRatR8O5jWyGZkKHSwKhehvh2AL6a90MvvPY9P2H6NtgpZO5hhSja5GRrexRs7sS71i9pXj/HEu+Phec56hg==} + ng-packagr@20.1.0-rc.0: + resolution: {integrity: sha512-Hir8szrNxRDTlXC30WIDjA1ZEHcBF7sEeEYIQLK3BYoaEszG0Dgo7bLcefoW6JMbWzKIOvab8x5uv3k5iP+dFg==} engines: {node: ^20.19.0 || ^22.12.0 || >=24.0.0} hasBin: true peerDependencies: - '@angular/compiler-cli': ^20.0.0 || ^20.0.0-next.0 || ^20.1.0-next.0 + '@angular/compiler-cli': ^20.0.0 || ^20.1.0-next.0 tailwindcss: ^2.0.0 || ^3.0.0 || ^4.0.0 tslib: ^2.3.0 typescript: 5.8.3 @@ -8347,30 +8343,30 @@ snapshots: '@jridgewell/gen-mapping': 0.3.8 '@jridgewell/trace-mapping': 0.3.25 - '@angular/animations@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))': + '@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@angular/common': 20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/common': 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) tslib: 2.8.1 - '@angular/cdk@20.1.0-next.2(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/cdk@20.1.0-next.2(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/common': 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) parse5: 7.3.0 rxjs: 7.8.2 tslib: 2.8.1 - '@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/compiler-cli@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(typescript@5.8.3)': + '@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3)': dependencies: - '@angular/compiler': 20.1.0-next.3 - '@babel/core': 7.27.4 + '@angular/compiler': 20.1.0-rc.0 + '@babel/core': 7.27.7 '@jridgewell/sourcemap-codec': 1.5.0 chokidar: 4.0.3 convert-source-map: 1.9.0 @@ -8383,48 +8379,48 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/compiler@20.1.0-next.3': + '@angular/compiler@20.1.0-rc.0': dependencies: tslib: 2.8.1 - '@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)': + '@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)': dependencies: rxjs: 7.8.2 tslib: 2.8.1 optionalDependencies: - '@angular/compiler': 20.1.0-next.3 + '@angular/compiler': 20.1.0-rc.0 zone.js: 0.15.1 - '@angular/forms@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-next.3(@angular/animations@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/forms@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 20.1.0-next.3(@angular/animations@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/localize@20.1.0-next.3(@angular/compiler-cli@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(typescript@5.8.3))(@angular/compiler@20.1.0-next.3)': + '@angular/localize@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(@angular/compiler@20.1.0-rc.0)': dependencies: - '@angular/compiler': 20.1.0-next.3 - '@angular/compiler-cli': 20.1.0-next.3(@angular/compiler@20.1.0-next.3)(typescript@5.8.3) - '@babel/core': 7.27.4 + '@angular/compiler': 20.1.0-rc.0 + '@angular/compiler-cli': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3) + '@babel/core': 7.27.7 '@types/babel__core': 7.20.5 tinyglobby: 0.2.14 yargs: 18.0.0 transitivePeerDependencies: - supports-color - '@angular/material@20.1.0-next.2(qcbtsxazl5mfvqry4icthrqdfq)': + '@angular/material@20.1.0-next.2(4amapn2ionodtquliqio2yrc4u)': dependencies: - '@angular/cdk': 20.1.0-next.2(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/common': 20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/forms': 20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-next.3(@angular/animations@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) - '@angular/platform-browser': 20.1.0-next.3(@angular/animations@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/cdk': 20.1.0-next.2(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/common': 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/forms': 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2) + '@angular/platform-browser': 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.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/8fe809d31ea3536087ca56cf7ff9ddd544dba658(@modelcontextprotocol/sdk@1.13.3)(encoding@0.1.13)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/800f6e7be48e84780621f8f7e9eec79a865346fd(@modelcontextprotocol/sdk@1.13.3)(encoding@0.1.13)': dependencies: '@google-cloud/spanner': 8.0.0(supports-color@10.0.0) '@google/genai': 1.6.0(@modelcontextprotocol/sdk@1.13.3)(encoding@0.1.13)(supports-color@10.0.0) @@ -8445,35 +8441,35 @@ snapshots: - encoding - utf-8-validate - '@angular/platform-browser@20.1.0-next.3(@angular/animations@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))': + '@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))': dependencies: - '@angular/common': 20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/common': 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) tslib: 2.8.1 optionalDependencies: - '@angular/animations': 20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/animations': 20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)) - '@angular/platform-server@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.1.0-next.3)(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-next.3(@angular/animations@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/platform-server@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/compiler@20.1.0-rc.0)(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/compiler': 20.1.0-next.3 - '@angular/core': 20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 20.1.0-next.3(@angular/animations@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/compiler': 20.1.0-rc.0 + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 tslib: 2.8.1 xhr2: 0.2.1 - '@angular/router@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-next.3(@angular/animations@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': + '@angular/router@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(@angular/platform-browser@20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(rxjs@7.8.2)': dependencies: - '@angular/common': 20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) - '@angular/core': 20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1) - '@angular/platform-browser': 20.1.0-next.3(@angular/animations@20.1.0-next.3(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1)) + '@angular/common': 20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2) + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/platform-browser': 20.1.0-rc.0(@angular/animations@20.1.0-rc.0(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1)) rxjs: 7.8.2 tslib: 2.8.1 - '@angular/service-worker@20.1.0-next.3(@angular/core@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': + '@angular/service-worker@20.1.0-rc.0(@angular/core@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2)': dependencies: - '@angular/core': 20.1.0-next.3(@angular/compiler@20.1.0-next.3)(rxjs@7.8.2)(zone.js@0.15.1) + '@angular/core': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(rxjs@7.8.2)(zone.js@0.15.1) rxjs: 7.8.2 tslib: 2.8.1 @@ -8493,26 +8489,6 @@ snapshots: '@babel/compat-data@7.27.5': {} - '@babel/core@7.27.4': - dependencies: - '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.27.1 - '@babel/generator': 7.27.5 - '@babel/helper-compilation-targets': 7.27.2 - '@babel/helper-module-transforms': 7.27.3(@babel/core@7.27.4) - '@babel/helpers': 7.27.6 - '@babel/parser': 7.27.5 - '@babel/template': 7.27.2 - '@babel/traverse': 7.27.4 - '@babel/types': 7.27.6 - convert-source-map: 2.0.0 - debug: 4.4.1(supports-color@10.0.0) - gensync: 1.0.0-beta.2 - json5: 2.2.3 - semver: 6.3.1 - transitivePeerDependencies: - - supports-color - '@babel/core@7.27.7': dependencies: '@ampproject/remapping': 2.3.0 @@ -8598,15 +8574,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.27.3(@babel/core@7.27.4)': - dependencies: - '@babel/core': 7.27.4 - '@babel/helper-module-imports': 7.27.1 - '@babel/helper-validator-identifier': 7.27.1 - '@babel/traverse': 7.27.7 - transitivePeerDependencies: - - supports-color - '@babel/helper-module-transforms@7.27.3(@babel/core@7.27.7)': dependencies: '@babel/core': 7.27.7 @@ -14395,10 +14362,10 @@ snapshots: netmask@2.0.2: {} - ng-packagr@20.1.0-next.0(@angular/compiler-cli@20.1.0-next.3(@angular/compiler@20.1.0-next.3)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): + ng-packagr@20.1.0-rc.0(@angular/compiler-cli@20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3))(tslib@2.8.1)(typescript@5.8.3): dependencies: '@ampproject/remapping': 2.3.0 - '@angular/compiler-cli': 20.1.0-next.3(@angular/compiler@20.1.0-next.3)(typescript@5.8.3) + '@angular/compiler-cli': 20.1.0-rc.0(@angular/compiler@20.1.0-rc.0)(typescript@5.8.3) '@rollup/plugin-json': 6.1.0(rollup@4.44.1) '@rollup/wasm-node': 4.44.0 ajv: 8.17.1 diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 9b381a88c1f3..c72c76e3bec0 100644 --- a/tests/legacy-cli/e2e/ng-snapshot/package.json +++ b/tests/legacy-cli/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#c4f8eaf037ed817c836d21d7580a86850c8d59d0", - "@angular/cdk": "github:angular/cdk-builds#3d4668fccc231096520e498806ab8b56d0a7ca12", - "@angular/common": "github:angular/common-builds#c2ffd9d8caee3d3df5b2e8600203faca57973f59", - "@angular/compiler": "github:angular/compiler-builds#b81327698e2ac06dcf4f09ee60852fef8f792c2b", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#c4debf66902ad288246457d947701711e0908bfb", - "@angular/core": "github:angular/core-builds#098bce6dea11699eb50722e3d94d4210870d767e", - "@angular/forms": "github:angular/forms-builds#d8c3cc074faa80848ecd4c648617e20bc951c09c", - "@angular/language-service": "github:angular/language-service-builds#7d421bdf9ab5f2627c64c09656ab5d388a952bbd", - "@angular/localize": "github:angular/localize-builds#8cba53b5c40764ea91688c123bf2db76cba9e24c", - "@angular/material": "github:angular/material-builds#45325a8e074d873db88c2031e1c8ef483f1ac6de", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#08d28460e1c9db6fe93bd311987ba1471dcdd2f2", - "@angular/platform-browser": "github:angular/platform-browser-builds#ff3a26470822c0a0ff4c6a58545ea2b8737cb629", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#465dbf50f7cdbf1acc2824878b6bf62c8506a95d", - "@angular/platform-server": "github:angular/platform-server-builds#b1dd58baf101bedbf6eb490980fa0a946b56346f", - "@angular/router": "github:angular/router-builds#e2bac453eee39d8abc132b502ebffe38f2885080", - "@angular/service-worker": "github:angular/service-worker-builds#ec00b887cb8757dfc2f302cebfa4549cebfa8dcf" + "@angular/animations": "github:angular/animations-builds#8610c34eb0918a723a831313bd63229f8b76c9be", + "@angular/cdk": "github:angular/cdk-builds#d06ccb5f4663c2a4de08beb88644a4127ad8236e", + "@angular/common": "github:angular/common-builds#2891061d8b276d22b2d51ab513905a151c483c1f", + "@angular/compiler": "github:angular/compiler-builds#ce160c971267e987d3c674851e038cc1c83a6c21", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#69b5b0e9bfa664a12cb350319a974fe38bc12e1a", + "@angular/core": "github:angular/core-builds#82bcabebdf1b4b8bc275f143f6c34bcc0e35d7ee", + "@angular/forms": "github:angular/forms-builds#423f7bd06d5a92a17e1d9e211b2827101884be74", + "@angular/language-service": "github:angular/language-service-builds#0a0fd4aa1d450dc176d1e739960e548db43a9787", + "@angular/localize": "github:angular/localize-builds#99f085611a1c153655c4eb473e70ed8102fc7b68", + "@angular/material": "github:angular/material-builds#d89ebf57a733177fb2d4674bb50956b1489b9bf7", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#c8b5061ab73d650b314bd26b083e1bb789d9d189", + "@angular/platform-browser": "github:angular/platform-browser-builds#c17f0b2c03934786af290a000607a8e8dd0afff6", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#f789c502af557a018e957b2f5849b0ac2f01c04f", + "@angular/platform-server": "github:angular/platform-server-builds#cd8476c6a12d9d181f4024821667fa2312162b67", + "@angular/router": "github:angular/router-builds#9d2977418cea22b789ca2c331c7a4f084a26220f", + "@angular/service-worker": "github:angular/service-worker-builds#8ea22c8657a4e0c84ea29f128cafea2386f8c8c2" } }