diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index bcbe71645b92..4b9b545c794b 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@58093dc2efd7605b0e925458f2bb885db1befdb2 + - uses: angular/dev-infra/github-actions/branch-manager@e53a3b15d4c80d8a6030992399e753878e21d57a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 746a28be8c95..7b2e0953b167 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@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/setup@e53a3b15d4c80d8a6030992399e753878e21d57a - 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@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/setup@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e53a3b15d4c80d8a6030992399e753878e21d57a 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@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/setup@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e53a3b15d4c80d8a6030992399e753878e21d57a 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@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/setup@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e53a3b15d4c80d8a6030992399e753878e21d57a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -101,11 +101,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/setup@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e53a3b15d4c80d8a6030992399e753878e21d57a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -139,7 +139,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -167,13 +167,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/setup@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e53a3b15d4c80d8a6030992399e753878e21d57a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -192,13 +192,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/setup@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e53a3b15d4c80d8a6030992399e753878e21d57a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -212,13 +212,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@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/setup@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e53a3b15d4c80d8a6030992399e753878e21d57a with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run E2E Browser tests @@ -248,11 +248,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/setup@e53a3b15d4c80d8a6030992399e753878e21d57a - 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 97b48d5dfeb6..fc76d3f40b1e 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - - uses: angular/dev-infra/github-actions/pull-request-labeling@58093dc2efd7605b0e925458f2bb885db1befdb2 + - uses: angular/dev-infra/github-actions/pull-request-labeling@e53a3b15d4c80d8a6030992399e753878e21d57a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - - uses: angular/dev-infra/github-actions/post-approval-changes@58093dc2efd7605b0e925458f2bb885db1befdb2 + - uses: angular/dev-infra/github-actions/post-approval-changes@e53a3b15d4c80d8a6030992399e753878e21d57a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 2e7eaf9b2968..e08cd003a8e5 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@58093dc2efd7605b0e925458f2bb885db1befdb2 + - uses: angular/dev-infra/github-actions/feature-request@e53a3b15d4c80d8a6030992399e753878e21d57a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 5828ee5bdb5c..4023bf950593 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@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - 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@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/setup@e53a3b15d4c80d8a6030992399e753878e21d57a - 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 d1ef93450876..4dd3c7779154 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@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/setup@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup ESLint Caching uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 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@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/linting/licenses@e53a3b15d4c80d8a6030992399e753878e21d57a build: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/setup@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e53a3b15d4c80d8a6030992399e753878e21d57a - 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@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/setup@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e53a3b15d4c80d8a6030992399e753878e21d57a - 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@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/setup@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e53a3b15d4c80d8a6030992399e753878e21d57a - 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 }} @@ -129,11 +129,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/setup@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Install node modules run: pnpm install --frozen-lockfile - name: Build E2E tests for Windows on Linux @@ -157,7 +157,7 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -185,13 +185,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/setup@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e53a3b15d4c80d8a6030992399e753878e21d57a - 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 }} @@ -208,12 +208,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/setup@e53a3b15d4c80d8a6030992399e753878e21d57a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@58093dc2efd7605b0e925458f2bb885db1befdb2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@e53a3b15d4c80d8a6030992399e753878e21d57a - 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/MODULE.bazel b/MODULE.bazel index e2b7bbfd4ea4..f75a2de4f47e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -33,7 +33,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "58093dc2efd7605b0e925458f2bb885db1befdb2", + commit = "e53a3b15d4c80d8a6030992399e753878e21d57a", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 16c8c8419779..3481e9879a3d 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -16,7 +16,6 @@ "https://bcr.bazel.build/modules/aspect_bazel_lib/2.14.0/MODULE.bazel": "2b31ffcc9bdc8295b2167e07a757dbbc9ac8906e7028e5170a3708cecaac119f", "https://bcr.bazel.build/modules/aspect_bazel_lib/2.17.1/MODULE.bazel": "9b027af55f619c7c444cead71061578fab6587e5e1303fa4ed61d49d2b1a7262", "https://bcr.bazel.build/modules/aspect_bazel_lib/2.19.3/MODULE.bazel": "253d739ba126f62a5767d832765b12b59e9f8d2bc88cc1572f4a73e46eb298ca", - "https://bcr.bazel.build/modules/aspect_bazel_lib/2.21.2/MODULE.bazel": "276347663a25b0d5bd6cad869252bea3e160c4d980e764b15f3bae7f80b30624", "https://bcr.bazel.build/modules/aspect_bazel_lib/2.22.0/MODULE.bazel": "7fe0191f047d4fe4a4a46c1107e2350cbb58a8fc2e10913aa4322d3190dec0bf", "https://bcr.bazel.build/modules/aspect_bazel_lib/2.22.0/source.json": "369df5b7f2eae82f200fff95cf1425f90dee90a0d0948122060b48150ff0e224", "https://bcr.bazel.build/modules/aspect_bazel_lib/2.7.7/MODULE.bazel": "491f8681205e31bb57892d67442ce448cda4f472a8e6b3dc062865e29a64f89c", diff --git a/package.json b/package.json index 6df233ddf9e6..847bceecd215 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@angular/forms": "21.0.3", "@angular/localize": "21.0.3", "@angular/material": "21.0.2", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#9037bb2813539aab76b41abd85ea690e0d839e4a", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#c44b6c8913a6cb08418650f5759f07ddee97f4d3", "@angular/platform-browser": "21.0.3", "@angular/platform-server": "21.0.3", "@angular/router": "21.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b51bff794498..9bf3a930fac6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ importers: specifier: 21.0.2 version: 21.0.2(f699e560cd436f07b171f1dd598515ab) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#9037bb2813539aab76b41abd85ea690e0d839e4a - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/9037bb2813539aab76b41abd85ea690e0d839e4a(@modelcontextprotocol/sdk@1.24.0(zod@4.1.12)) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#c44b6c8913a6cb08418650f5759f07ddee97f4d3 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c44b6c8913a6cb08418650f5759f07ddee97f4d3(@modelcontextprotocol/sdk@1.24.0(zod@4.1.12)) '@angular/platform-browser': specifier: 21.0.3 version: 21.0.3(@angular/animations@21.0.3(@angular/core@21.0.3(@angular/compiler@21.0.3)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.3(@angular/core@21.0.3(@angular/compiler@21.0.3)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.3(@angular/compiler@21.0.3)(rxjs@7.8.2)(zone.js@0.15.1)) @@ -1060,9 +1060,9 @@ packages: '@angular/platform-browser': ^21.0.0 || ^22.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/9037bb2813539aab76b41abd85ea690e0d839e4a': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/9037bb2813539aab76b41abd85ea690e0d839e4a} - version: 0.0.0-a88cb5b721f1547ed5cbdcc5779cade25500f575 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c44b6c8913a6cb08418650f5759f07ddee97f4d3': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c44b6c8913a6cb08418650f5759f07ddee97f4d3} + version: 0.0.0-e53a3b15d4c80d8a6030992399e753878e21d57a hasBin: true '@angular/platform-browser@21.0.3': @@ -9720,7 +9720,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/9037bb2813539aab76b41abd85ea690e0d839e4a(@modelcontextprotocol/sdk@1.24.0(zod@4.1.12))': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/c44b6c8913a6cb08418650f5759f07ddee97f4d3(@modelcontextprotocol/sdk@1.24.0(zod@4.1.12))': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2)