From fecb00eab1733c8d60332621da6a4137609d7d0e Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 16 Sep 2024 18:09:28 +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/pr.yml | 34 +++++++-------- package.json | 4 +- tests/legacy-cli/e2e/ng-snapshot/package.json | 32 +++++++------- yarn.lock | 20 ++++----- 8 files changed, 70 insertions(+), 70 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index e4bda0e76f38..c279978350c3 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@bd7b63896ab21fc258f8f9236165c37e62db27d8 + - uses: angular/dev-infra/github-actions/branch-manager@a95d79881ee8d7da8d65579948b296edfe6722c1 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2d644bf8ca1..717a33d66cc5 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@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a95d79881ee8d7da8d65579948b296edfe6722c1 - 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@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/setup@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@a95d79881ee8d7da8d65579948b296edfe6722c1 - 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@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/setup@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@a95d79881ee8d7da8d65579948b296edfe6722c1 - 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@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/setup@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@a95d79881ee8d7da8d65579948b296edfe6722c1 - 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@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/setup@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@a95d79881ee8d7da8d65579948b296edfe6722c1 - 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@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/setup@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@a95d79881ee8d7da8d65579948b296edfe6722c1 - 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@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/setup@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@a95d79881ee8d7da8d65579948b296edfe6722c1 - 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@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/setup@a95d79881ee8d7da8d65579948b296edfe6722c1 - 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 e9276bfd8be3..b41e3a4da806 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@bd7b63896ab21fc258f8f9236165c37e62db27d8 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@a95d79881ee8d7da8d65579948b296edfe6722c1 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: angular/dev-infra/github-actions/post-approval-changes@bd7b63896ab21fc258f8f9236165c37e62db27d8 + - uses: angular/dev-infra/github-actions/post-approval-changes@a95d79881ee8d7da8d65579948b296edfe6722c1 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index f9d5c858e006..d7b0d4f406a1 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@bd7b63896ab21fc258f8f9236165c37e62db27d8 + - uses: angular/dev-infra/github-actions/feature-request@a95d79881ee8d7da8d65579948b296edfe6722c1 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f65f1489ede9..c1ea47521a1d 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@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Setup ESLint Caching uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 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@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/linting/licenses@a95d79881ee8d7da8d65579948b296edfe6722c1 - 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@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/setup@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@a95d79881ee8d7da8d65579948b296edfe6722c1 - 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@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/setup@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@a95d79881ee8d7da8d65579948b296edfe6722c1 - 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@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/setup@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@a95d79881ee8d7da8d65579948b296edfe6722c1 - 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 }} @@ -132,13 +132,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/setup@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@a95d79881ee8d7da8d65579948b296edfe6722c1 - 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 }} @@ -155,12 +155,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/setup@a95d79881ee8d7da8d65579948b296edfe6722c1 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@bd7b63896ab21fc258f8f9236165c37e62db27d8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@a95d79881ee8d7da8d65579948b296edfe6722c1 - 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 a42849547a3d..c859b58ede7f 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@ampproject/remapping": "2.3.0", "@angular/animations": "19.0.0-next.5", "@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=9e6140d1eef8ddf7113d00738f603e9cc3c310f1#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#40c5080c52f4d14aa2b5083e42fe5cb0fea2f929", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#3ca0e724cf24354bc2344b51cc0028a0ebeeed75", "@angular/cdk": "19.0.0-next.4", "@angular/common": "19.0.0-next.5", "@angular/compiler": "19.0.0-next.5", @@ -63,7 +63,7 @@ "@angular/forms": "19.0.0-next.5", "@angular/localize": "19.0.0-next.5", "@angular/material": "19.0.0-next.4", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#682b3d77e51c0c4fcb535bd6b147eb42a8738d7b", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8b01aab7d66a133165744f0ef947d56015831887", "@angular/platform-browser": "19.0.0-next.5", "@angular/platform-browser-dynamic": "19.0.0-next.5", "@angular/platform-server": "19.0.0-next.5", diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index f41863a3a071..8f8fc5d4601d 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#e8fc0cfa142918f6c175f5bd648477195f2ad141", - "@angular/cdk": "github:angular/cdk-builds#baa15ee38919134c601d13b7fbbebbb13dcfa2c4", - "@angular/common": "github:angular/common-builds#1665f287f4c88ad9e99b2f8b4bf0076a688446da", - "@angular/compiler": "github:angular/compiler-builds#434424bd13b22d91eb31c4b72eed5e12113ec852", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#5cccd48bf518d5339fa5daf1aa563e1bfd0b7e43", - "@angular/core": "github:angular/core-builds#e52a2e54e562a3756aafdc1077922a8344789556", - "@angular/forms": "github:angular/forms-builds#2c5cc8716556c90237f9de24b62a7065355a2fd4", - "@angular/language-service": "github:angular/language-service-builds#944d7f0a9bd220f619cd85ed06ce3117cbcf3ec1", - "@angular/localize": "github:angular/localize-builds#fc1617e3d752e70e9b75b252d17d0ba1f8aa447a", - "@angular/material": "github:angular/material-builds#fe09474fbe1d63be84896cdd7d55af15e744de9b", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#285f82dd88f89faf3483a3008b5ce6aa2d3eef9b", - "@angular/platform-browser": "github:angular/platform-browser-builds#7cb34e9c1d0ac9a6ea8483af74b6a34c6905491e", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#6e285bddb3c3098418f7004ec5ae230fad1cc50e", - "@angular/platform-server": "github:angular/platform-server-builds#6cc07caaad27efcec7602ec752f65d0392325c90", - "@angular/router": "github:angular/router-builds#d9636899fbd01efd83bd81f485f6d9430987d624", - "@angular/service-worker": "github:angular/service-worker-builds#42c11a7d2f4ffdd951e4647b86cb03958b4574e5" + "@angular/animations": "github:angular/animations-builds#28df2d170cf1dd7203ee92ef8214fd387c686de7", + "@angular/cdk": "github:angular/cdk-builds#3f688e74195a36b73626c3dedc31c87b0deb037e", + "@angular/common": "github:angular/common-builds#fcc314d38a2a432fa3a04e2e763d0ac47bfec42a", + "@angular/compiler": "github:angular/compiler-builds#969ce284e9546b7387066d1083b69416c6167875", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#be949b9df4de1f1bef704613217238674a7a8946", + "@angular/core": "github:angular/core-builds#e1c6544868898a6e7859acfb56ea14af8b70b60d", + "@angular/forms": "github:angular/forms-builds#ce874a51bec3c59c6f362cbbd3bf6fb8c137a0d0", + "@angular/language-service": "github:angular/language-service-builds#7b5b5dab5c58d1edc0c45d46cb954c672336a3b5", + "@angular/localize": "github:angular/localize-builds#1bf47cfe97ebebaffb68c52ec5ec8b75b5e4badf", + "@angular/material": "github:angular/material-builds#c074dbf9a39eef2fb1f356276b3d1fc772fcc6e0", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#1e1d54309f309179621d8e25c9ac452350ee586e", + "@angular/platform-browser": "github:angular/platform-browser-builds#eafe65a09330ccff9820ff1a269aeb935cd89ae7", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#dbbfa3a4683b3c835a999127a3b4c2fd1cb3939d", + "@angular/platform-server": "github:angular/platform-server-builds#13b48843a9ef0534edcb344c4029b7f41df86de1", + "@angular/router": "github:angular/router-builds#280576af9ca1513b2c6636ecce3ec50b33ee5fc8", + "@angular/service-worker": "github:angular/service-worker-builds#4c0ed6a83ea9ebd15b93699451668f4ea6302aa6" } } diff --git a/yarn.lock b/yarn.lock index ebd0b207bae4..cea09a092f8c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -331,9 +331,9 @@ __metadata: languageName: node linkType: hard -"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#40c5080c52f4d14aa2b5083e42fe5cb0fea2f929": - version: 0.0.0-bd7b63896ab21fc258f8f9236165c37e62db27d8 - resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=40c5080c52f4d14aa2b5083e42fe5cb0fea2f929" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#3ca0e724cf24354bc2344b51cc0028a0ebeeed75": + version: 0.0.0-a95d79881ee8d7da8d65579948b296edfe6722c1 + resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=3ca0e724cf24354bc2344b51cc0028a0ebeeed75" dependencies: "@angular/benchpress": "npm:0.3.0" "@angular/build": "npm:19.0.0-next.6" @@ -373,7 +373,7 @@ __metadata: dependenciesMeta: re2: built: false - checksum: 10c0/a536524457cefe742af6ccb3492bfe9698d71db10e6ad520dda2ae23685aa4cb98b1f091d37e750e2fe035c95b63b00c59b8235e00998e76fb11eac45be391da + checksum: 10c0/66a21a1951a6cde33590d3231d68f2b646a5f72ae424631dcd8d7d8700436e2625fbe67ed633e0983c37fa5c6a7e36cd318d215be4fa2ca2bc93af20bca4d0c7 languageName: node linkType: hard @@ -632,7 +632,7 @@ __metadata: "@ampproject/remapping": "npm:2.3.0" "@angular/animations": "npm:19.0.0-next.5" "@angular/bazel": "patch:@angular/bazel@https%3A//github.com/angular/bazel-builds.git%23commit=9e6140d1eef8ddf7113d00738f603e9cc3c310f1#~/.yarn/patches/@angular-bazel-https-9848736cf4.patch" - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#40c5080c52f4d14aa2b5083e42fe5cb0fea2f929" + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#3ca0e724cf24354bc2344b51cc0028a0ebeeed75" "@angular/cdk": "npm:19.0.0-next.4" "@angular/common": "npm:19.0.0-next.5" "@angular/compiler": "npm:19.0.0-next.5" @@ -641,7 +641,7 @@ __metadata: "@angular/forms": "npm:19.0.0-next.5" "@angular/localize": "npm:19.0.0-next.5" "@angular/material": "npm:19.0.0-next.4" - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#682b3d77e51c0c4fcb535bd6b147eb42a8738d7b" + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#8b01aab7d66a133165744f0ef947d56015831887" "@angular/platform-browser": "npm:19.0.0-next.5" "@angular/platform-browser-dynamic": "npm:19.0.0-next.5" "@angular/platform-server": "npm:19.0.0-next.5" @@ -850,9 +850,9 @@ __metadata: languageName: node linkType: hard -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#682b3d77e51c0c4fcb535bd6b147eb42a8738d7b": - version: 0.0.0-bd7b63896ab21fc258f8f9236165c37e62db27d8 - resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=682b3d77e51c0c4fcb535bd6b147eb42a8738d7b" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#8b01aab7d66a133165744f0ef947d56015831887": + version: 0.0.0-a95d79881ee8d7da8d65579948b296edfe6722c1 + resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=8b01aab7d66a133165744f0ef947d56015831887" dependencies: "@octokit/rest": "npm:21.0.2" "@types/semver": "npm:^7.3.6" @@ -866,7 +866,7 @@ __metadata: yaml: "npm:2.5.1" bin: ng-dev: ./bundles/cli.mjs - checksum: 10c0/df04f5e57e967813aa8d925619bdf979230bc405bc4cc9307910fb7335a4020112d8efb91f52941c9dd95d8d5b0a609f7255f6cd645cef11a18e28363b65cfaa + checksum: 10c0/d43435b1147323c2949f268abf4defbea0f00e1cfba5d43229de1dd86bf90f2ace9a57e988355206300c2106583d13f3ce88fd4d63347c13367b622bcbcadbf1 languageName: node linkType: hard