diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 447bf9c0b716..2cc9fe763c49 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -17,6 +17,6 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@31db86455c01b4b7c17e46c21e545daa6371d7a1 + - uses: angular/dev-infra/github-actions/branch-manager@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94e160c9d5a0..2ab5e3fa1695 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -61,11 +61,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -84,13 +84,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -100,11 +100,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -137,7 +137,7 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -164,13 +164,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -188,13 +188,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -208,13 +208,13 @@ jobs: SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run E2E Browser tests @@ -244,11 +244,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - 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 84dc541a4260..d8b1b9fa48e5 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -13,13 +13,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: angular/dev-infra/github-actions/pull-request-labeling@31db86455c01b4b7c17e46c21e545daa6371d7a1 + - uses: angular/dev-infra/github-actions/pull-request-labeling@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@31db86455c01b4b7c17e46c21e545daa6371d7a1 + - uses: angular/dev-infra/github-actions/post-approval-changes@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 3b144e3bbd77..e3b6a7185e92 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + - uses: angular/dev-infra/github-actions/feature-request@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 9b6893ee0ed3..716e8d259052 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - 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 57c609f02aed..275b13553091 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@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup ESLint Caching uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: @@ -66,17 +66,17 @@ jobs: # it has been merged. run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }} - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/linting/licenses@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 build: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build release targets @@ -93,11 +93,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run module and package tests @@ -114,13 +114,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Run CLI E2E tests run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -128,11 +128,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build E2E tests for Windows on Linux @@ -156,7 +156,7 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -183,13 +183,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Run CLI E2E tests run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=3 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -205,12 +205,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/setup@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@31db86455c01b4b7c17e46c21e545daa6371d7a1 + uses: angular/dev-infra/github-actions/bazel/configure-remote@5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 - name: Run CLI E2E tests run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }} diff --git a/MODULE.bazel b/MODULE.bazel index 39edadca733c..c80593774088 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -25,7 +25,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "31db86455c01b4b7c17e46c21e545daa6371d7a1", + commit = "5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 45c69c435166..5357a0aa338d 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@angular/forms": "21.2.0-next.1", "@angular/localize": "21.2.0-next.1", "@angular/material": "21.2.0-next.2", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#b48eb307ab83560c557cea5dcaa467d229e438eb", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#27c324522fd6909792dadad56f486aef067ca1b1", "@angular/platform-browser": "21.2.0-next.1", "@angular/platform-server": "21.2.0-next.1", "@angular/router": "21.2.0-next.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5dc96f2b9bbf..342d8eea388f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ importers: specifier: 21.2.0-next.2 version: 21.2.0-next.2(6b9533c79e21fd4edd0310d63320e9ff) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#b48eb307ab83560c557cea5dcaa467d229e438eb - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b48eb307ab83560c557cea5dcaa467d229e438eb(@modelcontextprotocol/sdk@1.25.3(zod@4.3.6)) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#27c324522fd6909792dadad56f486aef067ca1b1 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/27c324522fd6909792dadad56f486aef067ca1b1(@modelcontextprotocol/sdk@1.25.3(zod@4.3.6)) '@angular/platform-browser': specifier: 21.2.0-next.1 version: 21.2.0-next.1(@angular/animations@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.1(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.1(@angular/compiler@21.2.0-next.1)(rxjs@7.8.2)(zone.js@0.16.0)) @@ -1020,9 +1020,9 @@ packages: '@angular/platform-browser': ^21.0.0-0 || ^21.1.0-0 || ^21.2.0-0 || ^21.3.0-0 || ^22.0.0-0 rxjs: ^6.5.3 || ^7.4.0 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b48eb307ab83560c557cea5dcaa467d229e438eb': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/b48eb307ab83560c557cea5dcaa467d229e438eb} - version: 0.0.0-31db86455c01b4b7c17e46c21e545daa6371d7a1 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/27c324522fd6909792dadad56f486aef067ca1b1': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/27c324522fd6909792dadad56f486aef067ca1b1} + version: 0.0.0-5f0d1a63cf2cb1ac3589fc354f1f6783dfc42008 hasBin: true '@angular/platform-browser@21.2.0-next.1': @@ -5845,6 +5845,7 @@ packages: glob@10.5.0: resolution: {integrity: sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==} + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me hasBin: true glob@13.0.0: @@ -5853,7 +5854,7 @@ packages: glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} - deprecated: Glob versions prior to v9 are no longer supported + deprecated: Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me globals@14.0.0: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} @@ -9531,7 +9532,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/b48eb307ab83560c557cea5dcaa467d229e438eb(@modelcontextprotocol/sdk@1.25.3(zod@4.3.6))': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/27c324522fd6909792dadad56f486aef067ca1b1(@modelcontextprotocol/sdk@1.25.3(zod@4.3.6))': dependencies: '@actions/core': 3.0.0 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) @@ -9587,6 +9588,7 @@ snapshots: which: 6.0.0 yaml: 2.8.2 yargs: 18.0.0 + zod: 4.3.6 transitivePeerDependencies: - '@modelcontextprotocol/sdk' - '@react-native-async-storage/async-storage' @@ -14886,7 +14888,7 @@ snapshots: extract-zip@2.0.1: dependencies: - debug: 4.3.4 + debug: 4.4.3(supports-color@10.2.2) get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: diff --git a/tests/e2e/ng-snapshot/package.json b/tests/e2e/ng-snapshot/package.json index 708474157a13..aa2591c86563 100644 --- a/tests/e2e/ng-snapshot/package.json +++ b/tests/e2e/ng-snapshot/package.json @@ -2,21 +2,21 @@ "description": "snapshot versions of Angular for e2e testing", "private": true, "dependencies": { - "@angular/animations": "github:angular/animations-builds#4d8e5f26b8400bdb2ac87115e58d9a0855a1dbb7", + "@angular/animations": "github:angular/animations-builds#d124465eb9b8ff1460acaaae10991c3eb5b19f1e", "@angular/cdk": "github:angular/cdk-builds#e1e61caf0ada3b84497d044bb9c2be12f65b4015", - "@angular/common": "github:angular/common-builds#e468c5a089e59dbe4b67af78e6956f84a866e459", - "@angular/compiler": "github:angular/compiler-builds#b01d184bfda9d963e4bd5757595f29b94ace153c", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#7780c43939c8cf142db95cf6f90dfbeb9eda0ebf", - "@angular/core": "github:angular/core-builds#d2abad4e4783bd8682b04484558223ae548840c9", - "@angular/forms": "github:angular/forms-builds#73c11d43874c4955c284906b35c11a9cb7643334", - "@angular/language-service": "github:angular/language-service-builds#1b63a4a54582ee0dba08b7fe54eff78df28560aa", - "@angular/localize": "github:angular/localize-builds#ffe69aff69b23779c8fe9dc3cc85c1eaf12b67c6", + "@angular/common": "github:angular/common-builds#825c44f2ae9f7cb229ea854ac3ae956e7e9e21b1", + "@angular/compiler": "github:angular/compiler-builds#e8845df5a85a4ee3696733a850e9c3265997b0e3", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#1c0f8c13ac835677edf6ef324bc6bb846a6b3384", + "@angular/core": "github:angular/core-builds#643bcf73022bf8fc7dbaba872de58166e3568a8d", + "@angular/forms": "github:angular/forms-builds#66a0efd0a8979c4eb1e0575a1d6de6261647567b", + "@angular/language-service": "github:angular/language-service-builds#a96b8f868ae4429a6805df21fae762ad8a7a3f2f", + "@angular/localize": "github:angular/localize-builds#43ba55a57a23c9147e6a587b687e78963cd1bae1", "@angular/material": "github:angular/material-builds#3521ef10eb1a6969fdc6c67b39e94780f044b784", "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#d11ebd1bf87899ca80775b0c042564f071c041e5", - "@angular/platform-browser": "github:angular/platform-browser-builds#91527d7d0b58f387c58b405b03e9c9bd2df51cae", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#a4e762242f975ec41417633e9f75b851e1e65450", - "@angular/platform-server": "github:angular/platform-server-builds#cb4565d661d93500a43e7c9721cf427e2926f6c1", - "@angular/router": "github:angular/router-builds#f7156a0c8682b235a7e77df59fc1ed3826731e0f", - "@angular/service-worker": "github:angular/service-worker-builds#68109f644bd77e5a89db9444f06fceffa40d62b7" + "@angular/platform-browser": "github:angular/platform-browser-builds#a618bb261f3eb98b6db1e465209851dbe9dc3d63", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#bace6f74f3e07cb3b9ea6dfb19ef78c91f54ad46", + "@angular/platform-server": "github:angular/platform-server-builds#a19777a463ea8449c16596195a955bf49ab7ce53", + "@angular/router": "github:angular/router-builds#2dad6d241fdb2b6ad02176824c709251119a7bbf", + "@angular/service-worker": "github:angular/service-worker-builds#1b80608eb9c861cffb09b1586460a3c75f36b889" } }