diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 5b657927e61c..2199c1f3be6d 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@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + - uses: angular/dev-infra/github-actions/branch-manager@64d0e9da9c4309a5a05f6c0a05383203a46a700d with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c85e01cd0a29..703dd732beaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Install node modules run: pnpm install --frozen-lockfile - name: Generate JSON schema types @@ -42,11 +42,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -59,11 +59,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -85,13 +85,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -108,9 +108,9 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d with: allow_windows_rbe: true google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} @@ -134,13 +134,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -158,13 +158,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -178,13 +178,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@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run E2E Browser tests @@ -214,11 +214,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d - 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 928658784b3e..dc61ccd50d57 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/commit-message-based-labels@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@64d0e9da9c4309a5a05f6c0a05383203a46a700d 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@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + - uses: angular/dev-infra/github-actions/post-approval-changes@64d0e9da9c4309a5a05f6c0a05383203a46a700d with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 206c3261f48b..bdcc271996d3 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@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + - uses: angular/dev-infra/github-actions/feature-request@64d0e9da9c4309a5a05f6c0a05383203a46a700d with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 167d834460e9..8a91163ab591 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@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64d0e9da9c4309a5a05f6c0a05383203a46a700d - 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@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d - 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 8abbc839e706..0ef8c04cc910 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup ESLint Caching uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: @@ -54,7 +54,7 @@ jobs: - name: Run Validation run: pnpm admin validate - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/linting/licenses@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Check tooling setup run: pnpm check-tooling-setup - name: Check commit message @@ -70,11 +70,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Install node modules run: pnpm install --frozen-lockfile - name: Build release targets @@ -91,11 +91,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Install node modules run: pnpm install --frozen-lockfile - name: Run module and package tests @@ -115,13 +115,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d - 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 }} @@ -130,9 +130,9 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d with: allow_windows_rbe: true - name: Run CLI E2E tests @@ -153,13 +153,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d - 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 }} @@ -176,12 +176,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/setup@64d0e9da9c4309a5a05f6c0a05383203a46a700d - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + uses: angular/dev-infra/github-actions/bazel/configure-remote@64d0e9da9c4309a5a05f6c0a05383203a46a700d - 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/package.json b/package.json index b7c366725a4a..eadd413512bb 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@angular/forms": "20.0.0-next.7", "@angular/localize": "20.0.0-next.7", "@angular/material": "20.0.0-next.7", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8b24063146736d08426ba5bb7ef6238e591713b2", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#94729f43b53fb611c71c695733d2fb3d873cd25d", "@angular/platform-browser": "20.0.0-next.7", "@angular/platform-server": "20.0.0-next.7", "@angular/router": "20.0.0-next.7", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8734460d1955..c482f21101a5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: 20.0.0-next.7 version: 20.0.0-next.7(ozjl26epfqhdomh6tzbizc4svy) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#8b24063146736d08426ba5bb7ef6238e591713b2 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/8b24063146736d08426ba5bb7ef6238e591713b2(encoding@0.1.13) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#94729f43b53fb611c71c695733d2fb3d873cd25d + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/94729f43b53fb611c71c695733d2fb3d873cd25d(encoding@0.1.13) '@angular/platform-browser': specifier: 20.0.0-next.7 version: 20.0.0-next.7(@angular/animations@20.0.0-next.7(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)))(@angular/common@20.0.0-next.7(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0))(rxjs@7.8.2))(@angular/core@20.0.0-next.7(@angular/compiler@20.0.0-next.7)(rxjs@7.8.2)(zone.js@0.15.0)) @@ -960,9 +960,9 @@ 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/8b24063146736d08426ba5bb7ef6238e591713b2': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/8b24063146736d08426ba5bb7ef6238e591713b2} - version: 0.0.0-279c93e5e936d7158f5841ba4b1b1694c7a1e7f9 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/94729f43b53fb611c71c695733d2fb3d873cd25d': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/94729f43b53fb611c71c695733d2fb3d873cd25d} + version: 0.0.0-64d0e9da9c4309a5a05f6c0a05383203a46a700d hasBin: true '@angular/platform-browser@20.0.0-next.7': @@ -5931,6 +5931,7 @@ packages: node-domexception@1.0.0: resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} engines: {node: '>=10.5.0'} + deprecated: Use your platform's native DOMException instead node-fetch-native@1.6.6: resolution: {integrity: sha512-8Mc2HhqPdlIfedsuZoc3yioPuzp6b+L5jRCRY1QzuWZh2EGJVQrGppC6V6cF0bLdbW0+O2YpqCA25aF/1lvipQ==} @@ -6560,6 +6561,7 @@ packages: engines: {node: '>=0.6.0', teleport: '>=0.2.0'} deprecated: |- You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. + (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) qjobs@1.2.0: @@ -8045,7 +8047,7 @@ snapshots: rxjs: 7.8.2 tslib: 2.8.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/8b24063146736d08426ba5bb7ef6238e591713b2(encoding@0.1.13)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/94729f43b53fb611c71c695733d2fb3d873cd25d(encoding@0.1.13)': dependencies: '@google-cloud/spanner': 7.19.1(encoding@0.1.13)(supports-color@10.0.0) '@octokit/rest': 21.1.1 diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 5ad45dac6eff..b0ecbb5aef14 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#14e0b86887fd02b395f37bb2ace0724eb52c9e2d", - "@angular/cdk": "github:angular/cdk-builds#af2970537952ce9ddeda0b1e9f4064d7966e2e1c", - "@angular/common": "github:angular/common-builds#9af662e547e874c4e7a2db33ba56a29da0cc1779", - "@angular/compiler": "github:angular/compiler-builds#5fba6f0f8db44b005e78c7f2b420d5fbd5cee5ea", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#ab6242b90db85235354a40a0dd8ec17e6a817a00", - "@angular/core": "github:angular/core-builds#59551fe7c8b72a03071aeef10053188ed6975eb0", - "@angular/forms": "github:angular/forms-builds#72e08dbff1d14cd05ef47ca706bf80b6629a6a7b", - "@angular/language-service": "github:angular/language-service-builds#63e44e429718b213b734d6ef01ac5855b323111e", - "@angular/localize": "github:angular/localize-builds#c029927c4cf3f6734c97ff3cb0b3afa2b8408ba0", - "@angular/material": "github:angular/material-builds#45423878be551a57052e85e652969cf5336eda6a", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#b4f852d114424bebe0ec56bfa9d625e6c3884bb6", - "@angular/platform-browser": "github:angular/platform-browser-builds#6973e3e0fa125d384f7255f00bccd37d6c5eb42b", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#dc78403c668bb934bafbd7d041fec063bca04526", - "@angular/platform-server": "github:angular/platform-server-builds#5578113d004060e4b3b94308ecb18e7b06c145e1", - "@angular/router": "github:angular/router-builds#37550f39d6a8fa3fbd0ea3352aa6be5e96c53074", - "@angular/service-worker": "github:angular/service-worker-builds#c56550a2230e65df32bd3fa4604a4b42139dcd0c" + "@angular/animations": "github:angular/animations-builds#936eb84ef4638b0e6113f1b880049869dbc9423e", + "@angular/cdk": "github:angular/cdk-builds#8fbf8be26679ad50fc72378ea87170dd582dc70b", + "@angular/common": "github:angular/common-builds#60a3713b22ebc0ecbef7adb24019c39d3598ad0b", + "@angular/compiler": "github:angular/compiler-builds#7b58b2a81f005d8b81f4235c3a62561bc6cbb993", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#560a074fdae3819c8fd1d7a28c1fd3bb2ce9d11f", + "@angular/core": "github:angular/core-builds#e4403819ca11b065c4849f0cde627691822d5307", + "@angular/forms": "github:angular/forms-builds#abecbfe1ee3c96392c9557b257e67b2aa33dd9e0", + "@angular/language-service": "github:angular/language-service-builds#aad925773a49798db1a65882fbb9a4a20fa7de85", + "@angular/localize": "github:angular/localize-builds#f425d1f058145d6d1c6c45624f7924415bc5de3e", + "@angular/material": "github:angular/material-builds#7ed103efaf3599ddceb98768512650bb7f399f1f", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#4a5c01a507b4a145ce1d3f92f056075ef776e1e6", + "@angular/platform-browser": "github:angular/platform-browser-builds#c04316b7244712afa9f71d4ed6666e23aa401b44", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#4085458a50ddd4a2b0a27f20b8ec3590e2d3936b", + "@angular/platform-server": "github:angular/platform-server-builds#f6bc5fb6aa8addd996437e77f9463c12b195af8c", + "@angular/router": "github:angular/router-builds#913ecbd023eeade1c3271c71b729073d89ff8971", + "@angular/service-worker": "github:angular/service-worker-builds#9eecdde40236508b0b17a6a6e8af8807021afcb1" } }