diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index fc0d303953c2..752141a58088 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -17,6 +17,6 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + - uses: angular/dev-infra/github-actions/branch-manager@58c3a788ccfea78afbc41133d5f0ba5d859f7344 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab5bfce8a4b9..44f24f6e3027 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Install node modules run: pnpm install --frozen-lockfile - name: Generate JSON schema types @@ -44,11 +44,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@58c3a788ccfea78afbc41133d5f0ba5d859f7344 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -61,11 +61,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@58c3a788ccfea78afbc41133d5f0ba5d859f7344 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -84,13 +84,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@58c3a788ccfea78afbc41133d5f0ba5d859f7344 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -100,11 +100,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@58c3a788ccfea78afbc41133d5f0ba5d859f7344 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -137,7 +137,7 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -164,13 +164,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@58c3a788ccfea78afbc41133d5f0ba5d859f7344 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -188,13 +188,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@58c3a788ccfea78afbc41133d5f0ba5d859f7344 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -208,13 +208,13 @@ jobs: SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@58c3a788ccfea78afbc41133d5f0ba5d859f7344 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run E2E Browser tests @@ -244,11 +244,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - run: pnpm admin snapshots --verbose env: SNAPSHOT_BUILDS_GITHUB_TOKEN: ${{ secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN }} diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 9c101dbeb47a..30fe41fdca98 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -13,13 +13,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: angular/dev-infra/github-actions/pull-request-labeling@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + - uses: angular/dev-infra/github-actions/pull-request-labeling@58c3a788ccfea78afbc41133d5f0ba5d859f7344 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + - uses: angular/dev-infra/github-actions/post-approval-changes@58c3a788ccfea78afbc41133d5f0ba5d859f7344 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 12bbf8226363..41c82d4c8980 100644 --- a/.github/workflows/feature-requests.yml +++ b/.github/workflows/feature-requests.yml @@ -16,6 +16,6 @@ jobs: if: github.repository == 'angular/angular-cli' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/feature-request@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + - uses: angular/dev-infra/github-actions/feature-request@58c3a788ccfea78afbc41133d5f0ba5d859f7344 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index bf015619489e..665fa5cc0a71 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -23,7 +23,7 @@ jobs: workflows: ${{ steps.workflows.outputs.workflows }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Install node modules run: pnpm install --frozen-lockfile - id: workflows @@ -38,9 +38,9 @@ jobs: workflow: ${{ fromJSON(needs.list.outputs.workflows) }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Install node modules run: pnpm install --frozen-lockfile # We utilize the google-github-actions/auth action to allow us to get an active credential using workflow diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 86b9f74a5292..3d4df7e9eb6d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -34,9 +34,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup ESLint Caching uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 with: @@ -66,17 +66,17 @@ jobs: # it has been merged. run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }} - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/linting/licenses@58c3a788ccfea78afbc41133d5f0ba5d859f7344 build: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build release targets @@ -93,11 +93,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run module and package tests @@ -114,13 +114,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Run CLI E2E tests run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -128,11 +128,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build E2E tests for Windows on Linux @@ -156,7 +156,7 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Install node modules run: pnpm install --frozen-lockfile - name: Download built Windows E2E tests @@ -183,13 +183,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Run CLI E2E tests run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=3 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -205,12 +205,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/setup@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + uses: angular/dev-infra/github-actions/bazel/configure-remote@58c3a788ccfea78afbc41133d5f0ba5d859f7344 - 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 68206a46d35e..c883f4021266 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -25,7 +25,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "3bec1182014f8cd3201bfc7d2bc6121658b9e0cd", + commit = "58c3a788ccfea78afbc41133d5f0ba5d859f7344", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 2c8c6360e97f..51aaf5435c97 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@angular/forms": "21.2.0-next.2", "@angular/localize": "21.2.0-next.2", "@angular/material": "21.2.0-next.3", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#5f7900195196b3c1713f728824db64979f1c6347", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#d94d7b43062b804acbd5feba55ece1cb94d83e92", "@angular/platform-browser": "21.2.0-next.2", "@angular/platform-server": "21.2.0-next.2", "@angular/router": "21.2.0-next.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e98b3ed36244..3856c37390f8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ importers: specifier: 21.2.0-next.3 version: 21.2.0-next.3(ed5d2521cf3887914e34ba84de4190ae) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#5f7900195196b3c1713f728824db64979f1c6347 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/5f7900195196b3c1713f728824db64979f1c6347(@modelcontextprotocol/sdk@1.25.3(zod@4.3.6)) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#d94d7b43062b804acbd5feba55ece1cb94d83e92 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/d94d7b43062b804acbd5feba55ece1cb94d83e92(@modelcontextprotocol/sdk@1.25.3(zod@4.3.6)) '@angular/platform-browser': specifier: 21.2.0-next.2 version: 21.2.0-next.2(@angular/animations@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)))(@angular/common@21.2.0-next.2(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0))(rxjs@7.8.2))(@angular/core@21.2.0-next.2(@angular/compiler@21.2.0-next.2)(rxjs@7.8.2)(zone.js@0.16.0)) @@ -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/5f7900195196b3c1713f728824db64979f1c6347': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/5f7900195196b3c1713f728824db64979f1c6347} - version: 0.0.0-3bec1182014f8cd3201bfc7d2bc6121658b9e0cd + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/d94d7b43062b804acbd5feba55ece1cb94d83e92': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/d94d7b43062b804acbd5feba55ece1cb94d83e92} + version: 0.0.0-58c3a788ccfea78afbc41133d5f0ba5d859f7344 hasBin: true '@angular/platform-browser@21.2.0-next.2': @@ -9643,7 +9643,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/5f7900195196b3c1713f728824db64979f1c6347(@modelcontextprotocol/sdk@1.25.3(zod@4.3.6))': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/d94d7b43062b804acbd5feba55ece1cb94d83e92(@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) diff --git a/tests/e2e/ng-snapshot/package.json b/tests/e2e/ng-snapshot/package.json index 519389938518..fa98d022e2d1 100644 --- a/tests/e2e/ng-snapshot/package.json +++ b/tests/e2e/ng-snapshot/package.json @@ -2,21 +2,21 @@ "description": "snapshot versions of Angular for e2e testing", "private": true, "dependencies": { - "@angular/animations": "github:angular/animations-builds#5231dcacd87167f82ffc36b093b1a4d3c5d5b7e2", - "@angular/cdk": "github:angular/cdk-builds#40ca38606d37594609d55caa00303014b4abfcac", - "@angular/common": "github:angular/common-builds#4cc0ab2b17309ebc61ae9ab398071c28e51cc275", - "@angular/compiler": "github:angular/compiler-builds#e3321ae3c54786b481715fa44b11e460a9b32f29", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#2da9e441d91a3b8a907dc4614414d0e5407be653", - "@angular/core": "github:angular/core-builds#11fe113e4e614364152b05eb53d03d7d37c6ad8b", - "@angular/forms": "github:angular/forms-builds#0ca9bf519946a38b04d65a7a1c702b80b76a1db2", - "@angular/language-service": "github:angular/language-service-builds#68018dfbc1ab45bb5a95ef6629bb6f86a25f5995", - "@angular/localize": "github:angular/localize-builds#bfb4532fcabffcf79e2b9899bdc45af6912bd9d9", - "@angular/material": "github:angular/material-builds#9aa0eda90edcc3808c1f586587778ed5156e5c25", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#f6b2ed9d1f70c8675f480f68e918e98282ed5bad", - "@angular/platform-browser": "github:angular/platform-browser-builds#92a9512bdc7e7ae3060e762d9712b5d2f346602f", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#b330a5d1c211aa8ee1082463c896b8a5136c6c15", - "@angular/platform-server": "github:angular/platform-server-builds#47f6d22864a8fc314df99383b158876174a3eddb", - "@angular/router": "github:angular/router-builds#3dc42ebdb103a8ebdecc120f4fa4b92d263438d8", - "@angular/service-worker": "github:angular/service-worker-builds#960667a8e5a5ba08b742ee96747afe85d03dbe41" + "@angular/animations": "github:angular/animations-builds#6be703f368a8ab5055ac50a98305b087096525fd", + "@angular/cdk": "github:angular/cdk-builds#54376e9bab4cc22d2867b3ddb105fa8d0440e7d4", + "@angular/common": "github:angular/common-builds#78b8551027059e6c78abcda7220f538a9689ceaa", + "@angular/compiler": "github:angular/compiler-builds#d154665d522db0c1fe97397bbab59c90ab117ad4", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#a9b69411e8895ae42c455d0dc7efaff3987a36ab", + "@angular/core": "github:angular/core-builds#a779c9fcf0f5fde576f145f5c0e7a6353fe8ce92", + "@angular/forms": "github:angular/forms-builds#efd7c0d0dfa8fe25d9ec9d60fb97376306339763", + "@angular/language-service": "github:angular/language-service-builds#b594b340d3fbce9a76f1f5fc382907672a70e1d7", + "@angular/localize": "github:angular/localize-builds#a57329c38d408266b86da680d9464c769e55eb41", + "@angular/material": "github:angular/material-builds#4498015d85e80c9d69f0004ce1e9eb3af82683e5", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#f0cebcc226cac5924c26583c723551514a7b4435", + "@angular/platform-browser": "github:angular/platform-browser-builds#e5d7ee35e5461ed8af9591bcf72812d0dda42d69", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#d551f145ab820e5f65f94fda010b1364c3d12682", + "@angular/platform-server": "github:angular/platform-server-builds#5a78abc48223fb2e8cb40ec44c3ac99b1f35e174", + "@angular/router": "github:angular/router-builds#fe0c11181de6e6db9141b924f23d825af2fd5901", + "@angular/service-worker": "github:angular/service-worker-builds#789f51b991f75f9e52f9318515182ed6b98f9cf8" } }