diff --git a/.github/shared-actions/windows-bazel-test/action.yml b/.github/shared-actions/windows-bazel-test/action.yml index 37353a4c2e87..fde2e1fd103f 100644 --- a/.github/shared-actions/windows-bazel-test/action.yml +++ b/.github/shared-actions/windows-bazel-test/action.yml @@ -18,7 +18,7 @@ runs: steps: - name: Initialize WSL id: init_wsl - uses: angular/dev-infra/github-actions/setup-wsl@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/setup-wsl@2ba53026d5358458a479227fee8c3d6d5c1e1dad with: wsl_firewall_interface: 'vEthernet (WSL (Hyper-V firewall))' diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index a0c61d6be8f8..5faa1b4f639d 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@fada401aa5023cb046753a15bfda9ec520eb4ed6 + - uses: angular/dev-infra/github-actions/branch-manager@2ba53026d5358458a479227fee8c3d6d5c1e1dad with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 355e5ee3e2b3..4bc6886d55cc 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@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad - 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@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -61,11 +61,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -87,13 +87,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -110,11 +110,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad with: allow_windows_rbe: true google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} @@ -138,13 +138,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -163,13 +163,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run CLI E2E tests @@ -183,13 +183,13 @@ jobs: SAUCE_TUNNEL_IDENTIFIER: angular-cli-${{ github.workflow }}-${{ github.run_number }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Run E2E Browser tests @@ -219,11 +219,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad - 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 4a5bc4575fee..b7b25569de1b 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/pull-request-labeling@fada401aa5023cb046753a15bfda9ec520eb4ed6 + - uses: angular/dev-infra/github-actions/pull-request-labeling@2ba53026d5358458a479227fee8c3d6d5c1e1dad with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/post-approval-changes@fada401aa5023cb046753a15bfda9ec520eb4ed6 + - uses: angular/dev-infra/github-actions/post-approval-changes@2ba53026d5358458a479227fee8c3d6d5c1e1dad with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index fb1a5564e8e6..3b2be3e73daa 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@fada401aa5023cb046753a15bfda9ec520eb4ed6 + - uses: angular/dev-infra/github-actions/feature-request@2ba53026d5358458a479227fee8c3d6d5c1e1dad with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index d44c765584eb..864b4919e442 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@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad - 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@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad - 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 ad64ba068212..8dd4624c5fd1 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@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup ESLint Caching uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: @@ -56,7 +56,7 @@ jobs: - name: Run Validation run: pnpm admin validate - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/linting/licenses@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Check tooling setup run: pnpm check-tooling-setup - name: Check commit message @@ -72,11 +72,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Install node modules run: pnpm install --frozen-lockfile - name: Build release targets @@ -93,11 +93,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Install node modules run: pnpm install --frozen-lockfile - name: Run module and package tests @@ -117,13 +117,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Run CLI E2E tests run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -132,11 +132,11 @@ jobs: runs-on: windows-2025 steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad with: allow_windows_rbe: true - name: Run CLI E2E tests @@ -157,13 +157,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Run CLI E2E tests run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=3 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -180,12 +180,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/setup@2ba53026d5358458a479227fee8c3d6d5c1e1dad - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@fada401aa5023cb046753a15bfda9ec520eb4ed6 + uses: angular/dev-infra/github-actions/bazel/configure-remote@2ba53026d5358458a479227fee8c3d6d5c1e1dad - 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.lock b/MODULE.bazel.lock index af36f32b583b..5d1de333defd 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -527,7 +527,7 @@ "bzlTransitiveDigest": "9IJp6IlB/FMHFBJe4MX/DQM4zi3oArC8yqYE/+NyPwk=", "usagesDigest": "ltWGqWW6sLMu/u31IwJqdHjhE4iS2Cto+bTSDdqQO0w=", "recordedFileInputs": { - "@@//package.json": "25892f54d9385592af987e4bb43634615c6246232e16d2cf99f5059d0fc61d77", + "@@//package.json": "0df844b003f9caff3852694ae0bc4e06db3d752f5cb10c4deba14a6499f0683b", "@@devinfra~//bazel/package.json": "960bcecf963a211f96a3967c7cfb5d3e1cea08d94b27056a3e8dbf2fad1e2dd3", "@@rules_browsers~//package.json": "45572077938c7a4916e4aaedf7db7ce8425854ab92f35348cff02a2134023bb8" }, diff --git a/package.json b/package.json index 483eaca0f907..0d0598bd503d 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@angular/forms": "21.0.0-next.0", "@angular/localize": "21.0.0-next.0", "@angular/material": "21.0.0-next.0", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2c6d835b5d57e126e3b829dd409c2754def86a6b", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#f6c78fd62862ad0b878e8ed40d70be5b17e17d9b", "@angular/platform-browser": "21.0.0-next.0", "@angular/platform-server": "21.0.0-next.0", "@angular/router": "21.0.0-next.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b37b50895c17..f4579b9e098e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,8 +47,8 @@ importers: specifier: 21.0.0-next.0 version: 21.0.0-next.0(90dac3354d42f26db01ba1c2b56252d8) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#2c6d835b5d57e126e3b829dd409c2754def86a6b - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/2c6d835b5d57e126e3b829dd409c2754def86a6b(@modelcontextprotocol/sdk@1.17.3) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#f6c78fd62862ad0b878e8ed40d70be5b17e17d9b + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f6c78fd62862ad0b878e8ed40d70be5b17e17d9b(@modelcontextprotocol/sdk@1.17.3) '@angular/platform-browser': specifier: 21.0.0-next.0 version: 21.0.0-next.0(@angular/animations@21.0.0-next.0(@angular/common@21.0.0-next.0(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)))(@angular/common@21.0.0-next.0(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1))(rxjs@7.8.2))(@angular/core@21.0.0-next.0(@angular/compiler@21.0.0-next.0)(rxjs@7.8.2)(zone.js@0.15.1)) @@ -1051,9 +1051,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/2c6d835b5d57e126e3b829dd409c2754def86a6b': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/2c6d835b5d57e126e3b829dd409c2754def86a6b} - version: 0.0.0-93f120fce5b11bc679c7b61dd9852ca502b8b2cd + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f6c78fd62862ad0b878e8ed40d70be5b17e17d9b': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f6c78fd62862ad0b878e8ed40d70be5b17e17d9b} + version: 0.0.0-2ba53026d5358458a479227fee8c3d6d5c1e1dad hasBin: true '@angular/platform-browser@21.0.0-next.0': @@ -9294,7 +9294,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/2c6d835b5d57e126e3b829dd409c2754def86a6b(@modelcontextprotocol/sdk@1.17.3)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/f6c78fd62862ad0b878e8ed40d70be5b17e17d9b(@modelcontextprotocol/sdk@1.17.3)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.1.0) diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 757c615a9b93..5536d31a64ef 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#e09b069116addc1d35d730513f4fcd0e4b7f6da0", + "@angular/animations": "github:angular/animations-builds#c12d8b745cf70dc223c40ebe85f39af92ea9afef", "@angular/cdk": "github:angular/cdk-builds#1e564f863e6e6e8be9e42b93ee041a00f41a98cb", - "@angular/common": "github:angular/common-builds#9ce75bbbbcf8bde39f4c39e54be0f9856bfbd5c8", - "@angular/compiler": "github:angular/compiler-builds#7b60c8541069bcbf2e94b1958d1ba789a88aeff6", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#2b9624aaf4180eddca55460deeaea488d9c92dbf", - "@angular/core": "github:angular/core-builds#2544592d6f5302390b22025ecb360ddcfe329c28", - "@angular/forms": "github:angular/forms-builds#c29794a9c2c5426f367bac540f80a072f540db1d", - "@angular/language-service": "github:angular/language-service-builds#62d9180efae741c06d980116939a62c674a090e0", - "@angular/localize": "github:angular/localize-builds#d072b07ea6bafca4c1dcdf0c91a5cdc67d20dbf2", + "@angular/common": "github:angular/common-builds#abdaadf29d35ae975e9eff6073d536e20e068b4d", + "@angular/compiler": "github:angular/compiler-builds#c593ed00687f6cb91ab5fe2cee04ab67cf85cc02", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#0543c9fbcdfdbb074df4eb5d155a31b6cc0733d6", + "@angular/core": "github:angular/core-builds#9f638598937b432bd7a4ba7e56cf966283bd1878", + "@angular/forms": "github:angular/forms-builds#76b346b988ce97a133d0e0e5986aa7e567df81ad", + "@angular/language-service": "github:angular/language-service-builds#cc1cd547b8e7ca54a91d0f9b95ff903bacda8c8b", + "@angular/localize": "github:angular/localize-builds#f0a542380c563582465ead6f093b1b587a99d785", "@angular/material": "github:angular/material-builds#d53f1cbdeed41d19ae09039045c3d3ecb18ea58e", "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1dae90a20fee07077902584269d3e3e49a897e75", - "@angular/platform-browser": "github:angular/platform-browser-builds#d9e26a004b4f4abc2a5bdcde9ef212c14de76631", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#653705317325d117c6949033f7e0ef3290e0a254", - "@angular/platform-server": "github:angular/platform-server-builds#f4a5d229a27973b8e627bb96d19ce43734a15b40", - "@angular/router": "github:angular/router-builds#fd6967b0dd6de50603eb968a62227e4ada9eeb4d", - "@angular/service-worker": "github:angular/service-worker-builds#a54082b4913d895b1279abc17425dcbf96a5dff1" + "@angular/platform-browser": "github:angular/platform-browser-builds#dddffab630f897c08c3bfbcd05e918d8a549eec8", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#768fa1f6e1e004c9f3fbef48a5a1201e6bc61461", + "@angular/platform-server": "github:angular/platform-server-builds#317999739e707cb53d19a97c92672f4837662173", + "@angular/router": "github:angular/router-builds#28a8d20485e75b2b22e36e9410514aa9d88d962c", + "@angular/service-worker": "github:angular/service-worker-builds#e92cce88e6c02abf685028274b550886a3c5716e" } }