From cfe1be49b229dbb3593e8108721dde97ec3cd939 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 10 Dec 2024 09:18:38 +0000 Subject: [PATCH] build: update angular --- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/ci.yml | 42 +++++++++---------- .github/workflows/dev-infra.yml | 4 +- .github/workflows/feature-requests.yml | 2 +- .github/workflows/perf.yml | 6 +-- .github/workflows/pr.yml | 40 +++++++++--------- package.json | 4 +- tests/legacy-cli/e2e/ng-snapshot/package.json | 6 +-- yarn.lock | 20 ++++----- 9 files changed, 63 insertions(+), 63 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 3055c0110d81..4f99dd56843d 100644 --- a/.github/workflows/assistant-to-the-branch-manager.yml +++ b/.github/workflows/assistant-to-the-branch-manager.yml @@ -16,6 +16,6 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + - uses: angular/dev-infra/github-actions/branch-manager@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06e036f588ab..98ab912ba417 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Install node modules run: yarn install --immutable - name: Generate JSON schema types @@ -42,11 +42,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Install node modules run: yarn install --immutable - name: Build release targets @@ -56,11 +56,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Install node modules run: yarn install --immutable - name: Run module and package tests @@ -90,13 +90,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -111,13 +111,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -132,13 +132,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }} @@ -149,13 +149,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@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Run E2E Browser tests env: SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }} @@ -182,11 +182,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - run: yarn 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 6c3ae6858ebd..a2f0cc81b3f0 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -13,13 +13,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + - uses: angular/dev-infra/github-actions/post-approval-changes@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 3852df5a0944..fc2164f87610 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@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + - uses: angular/dev-infra/github-actions/feature-request@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 52ae205e0ce7..30951694b4f1 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@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Install node modules run: yarn install --immutable - 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@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Install node modules run: yarn install --immutable # 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 fb9b82d95d40..0bdeacf5551c 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Setup ESLint Caching uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: @@ -54,7 +54,7 @@ jobs: - name: Run Validation run: yarn admin validate - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/linting/licenses@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Check tooling setup run: yarn check-tooling-setup - name: Check commit message @@ -70,11 +70,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Install node modules run: yarn install --immutable - name: Build release targets @@ -90,11 +90,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Install node modules run: yarn install --immutable - name: Run module and package tests @@ -111,13 +111,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -125,13 +125,13 @@ jobs: runs-on: windows-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Run CLI E2E tests run: yarn bazel test --config=e2e //tests/legacy-cli:e2e_node22 --test_filter="tests/basic/{build,rebuild}.ts" --test_arg="--esbuild" @@ -146,13 +146,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=3 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }} @@ -169,12 +169,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/setup@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 + uses: angular/dev-infra/github-actions/bazel/configure-remote@dc20101d21e4cffc13c3ad8ffefd5c34964edd17 - name: Run CLI E2E tests run: yarn bazel test --define=E2E_SHARD_TOTAL=6 --define=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.snapshots.${{ matrix.subset }}_node${{ matrix.node }} diff --git a/package.json b/package.json index 310f4da55f7d..5f7cd55debd8 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@ampproject/remapping": "2.3.0", "@angular/animations": "19.1.0-next.2", "@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=07617f0f8540d27f8895b1820a6f994e1e5b7277#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#2f92e20a32f578b694c37cce6a540a2da165e652", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#8aff236a2d25f44f347d488aa1a906c0d52ca333", "@angular/cdk": "19.1.0-next.1", "@angular/common": "19.1.0-next.2", "@angular/compiler": "19.1.0-next.2", @@ -63,7 +63,7 @@ "@angular/forms": "19.1.0-next.2", "@angular/localize": "19.1.0-next.2", "@angular/material": "19.1.0-next.1", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ac2fa10c4ca08f0ca10d837aef343406e61f49ca", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#e0bc0d1225c9605f344561c6b3b3d471f0fee481", "@angular/platform-browser": "19.1.0-next.2", "@angular/platform-browser-dynamic": "19.1.0-next.2", "@angular/platform-server": "19.1.0-next.2", diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 8939694addb4..639661719903 100644 --- a/tests/legacy-cli/e2e/ng-snapshot/package.json +++ b/tests/legacy-cli/e2e/ng-snapshot/package.json @@ -3,7 +3,7 @@ "private": true, "dependencies": { "@angular/animations": "github:angular/animations-builds#57a8326e117d4656e15b515c5be80e2f4f614e06", - "@angular/cdk": "github:angular/cdk-builds#13673718acbc6eaa9f8dc1821515b8c8905b4ac4", + "@angular/cdk": "github:angular/cdk-builds#c5599d08018685a9a4fa75ed8d45d93ba4379508", "@angular/common": "github:angular/common-builds#1847b3648a13c813f78c0f39a7e3597dddb58b2c", "@angular/compiler": "github:angular/compiler-builds#a1fca72c5a362997e8b874d3cd912bc88235ec6b", "@angular/compiler-cli": "github:angular/compiler-cli-builds#db08655b750d5c0b16558f5da465f02405105e8b", @@ -11,8 +11,8 @@ "@angular/forms": "github:angular/forms-builds#e30d8a33cb935a8a2edbf19fe1a02f3b5ffa2468", "@angular/language-service": "github:angular/language-service-builds#8d7f2ff3b1769e4eec4b99f3a7a4ab666d7565b6", "@angular/localize": "github:angular/localize-builds#b2003fdcb9738a83a6a49f04f972179c24b61009", - "@angular/material": "github:angular/material-builds#578aff12fed272cd08987d653f6e5315a5dbe121", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#092f50be01688df82924caec700820ad2d930a4b", + "@angular/material": "github:angular/material-builds#d5bab5777d17f76a4f5172713f2c45c0ec3aca0b", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#aa21cc16ee93e0b2c60303c43a218507ed81ecb3", "@angular/platform-browser": "github:angular/platform-browser-builds#866311ba31020351c995710c7a58b923293dcdfb", "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#fe6cb871eced5d69c96392ef0db466dee3d90ac3", "@angular/platform-server": "github:angular/platform-server-builds#b5ea259f01f5994eeb3b36495a6a154a9c2e9d48", diff --git a/yarn.lock b/yarn.lock index 7ff7a4d81642..3a1b38389dc8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -324,9 +324,9 @@ __metadata: languageName: node linkType: hard -"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#2f92e20a32f578b694c37cce6a540a2da165e652": - version: 0.0.0-40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 - resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=2f92e20a32f578b694c37cce6a540a2da165e652" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#8aff236a2d25f44f347d488aa1a906c0d52ca333": + version: 0.0.0-dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=8aff236a2d25f44f347d488aa1a906c0d52ca333" dependencies: "@angular/benchpress": "npm:0.3.0" "@angular/build": "npm:19.1.0-next.0" @@ -363,7 +363,7 @@ __metadata: dependenciesMeta: re2: built: false - checksum: 10c0/3d7bda81d8dfecb1cc0b4f9a4c918c4a11468613519f0ea7354f69f3c6ee756936bd3695cb6a2062eeb477b01fcd46674f69007e1cb3a7f023a476487da43089 + checksum: 10c0/7e7ec11c4f9f94b5e75be5559bbb44f3fcdad8a6bedd65ea8d8884386726c304a3791243b3c29f77bc1aa58088bba88e59ac66b407f813807047ef6a1f340a05 languageName: node linkType: hard @@ -629,7 +629,7 @@ __metadata: "@ampproject/remapping": "npm:2.3.0" "@angular/animations": "npm:19.1.0-next.2" "@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=07617f0f8540d27f8895b1820a6f994e1e5b7277#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch" - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#2f92e20a32f578b694c37cce6a540a2da165e652" + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#8aff236a2d25f44f347d488aa1a906c0d52ca333" "@angular/cdk": "npm:19.1.0-next.1" "@angular/common": "npm:19.1.0-next.2" "@angular/compiler": "npm:19.1.0-next.2" @@ -638,7 +638,7 @@ __metadata: "@angular/forms": "npm:19.1.0-next.2" "@angular/localize": "npm:19.1.0-next.2" "@angular/material": "npm:19.1.0-next.1" - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#ac2fa10c4ca08f0ca10d837aef343406e61f49ca" + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#e0bc0d1225c9605f344561c6b3b3d471f0fee481" "@angular/platform-browser": "npm:19.1.0-next.2" "@angular/platform-browser-dynamic": "npm:19.1.0-next.2" "@angular/platform-server": "npm:19.1.0-next.2" @@ -849,9 +849,9 @@ __metadata: languageName: node linkType: hard -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#ac2fa10c4ca08f0ca10d837aef343406e61f49ca": - version: 0.0.0-40b2cbdbcc40f36f125d721c4e8decd3bb607ea4 - resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=ac2fa10c4ca08f0ca10d837aef343406e61f49ca" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#e0bc0d1225c9605f344561c6b3b3d471f0fee481": + version: 0.0.0-dc20101d21e4cffc13c3ad8ffefd5c34964edd17 + resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=e0bc0d1225c9605f344561c6b3b3d471f0fee481" dependencies: "@google-cloud/spanner": "npm:7.16.0" "@octokit/rest": "npm:21.0.2" @@ -866,7 +866,7 @@ __metadata: yaml: "npm:2.6.1" bin: ng-dev: ./bundles/cli.mjs - checksum: 10c0/c43a13c282f5f17305f97b8d38089be062fc30de7a809d9207f9f97901682ef86dfe9480f86b790fe9a08a2ca031bcb1dd7c768fead00cf9be302b8c06b1a1a3 + checksum: 10c0/ec89e8c97fe4b1216805289e6b11644a46f74008aa7246ec5139fa5212d062df3522a8b4a84f8ab6ae6abd9b5fa14e491a4aa0b19f3959cef9c498a70eb0b87a languageName: node linkType: hard