diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 73f9e8c8effd..1f968d3982bc 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + - uses: angular/dev-infra/github-actions/branch-manager@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b9a0be418f6..2370bb3f3d3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Install node modules run: yarn install --frozen-lockfile --ignore-scripts - name: Run ESLint @@ -43,11 +43,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Install node modules run: yarn install --frozen-lockfile - name: Build release targets @@ -57,11 +57,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Install node modules run: yarn install --frozen-lockfile - name: Run module tests @@ -96,13 +96,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - 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 }} @@ -117,13 +117,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - 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 }} @@ -134,13 +134,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@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Run E2E Browser tests env: SAUCE_USERNAME: ${{ vars.SAUCE_USERNAME }} @@ -167,11 +167,11 @@ jobs: CIRCLE_BRANCH: ${{ github.ref_name }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - 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 90c45adc3132..e9ef5159b5ac 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + - uses: angular/dev-infra/github-actions/commit-message-based-labels@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - - uses: angular/dev-infra/github-actions/post-approval-changes@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + - uses: angular/dev-infra/github-actions/post-approval-changes@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index bf3010fb634f..81e100c4376e 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@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + - uses: angular/dev-infra/github-actions/feature-request@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 13c56e17f549..89faf0571047 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@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Setup ESLint Caching uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: @@ -65,11 +65,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Install node modules run: yarn install --frozen-lockfile - name: Build release targets @@ -85,11 +85,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Install node modules run: yarn install --frozen-lockfile - name: Run module tests @@ -124,13 +124,13 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - 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 }} @@ -147,12 +147,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/setup@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d + uses: angular/dev-infra/github-actions/bazel/configure-remote@fdd2de038031d1ab55c81c2fe17bd2d10246ffdf - 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/goldens/public-api/angular/build/index.md b/goldens/public-api/angular/build/index.api.md similarity index 100% rename from goldens/public-api/angular/build/index.md rename to goldens/public-api/angular/build/index.api.md diff --git a/goldens/public-api/angular/ssr/index.md b/goldens/public-api/angular/ssr/index.api.md similarity index 100% rename from goldens/public-api/angular/ssr/index.md rename to goldens/public-api/angular/ssr/index.api.md diff --git a/goldens/public-api/angular_devkit/architect/index.md b/goldens/public-api/angular_devkit/architect/index.api.md similarity index 100% rename from goldens/public-api/angular_devkit/architect/index.md rename to goldens/public-api/angular_devkit/architect/index.api.md diff --git a/goldens/public-api/angular_devkit/build_angular/index.md b/goldens/public-api/angular_devkit/build_angular/index.api.md similarity index 100% rename from goldens/public-api/angular_devkit/build_angular/index.md rename to goldens/public-api/angular_devkit/build_angular/index.api.md diff --git a/goldens/public-api/angular_devkit/build_webpack/index.md b/goldens/public-api/angular_devkit/build_webpack/index.api.md similarity index 100% rename from goldens/public-api/angular_devkit/build_webpack/index.md rename to goldens/public-api/angular_devkit/build_webpack/index.api.md diff --git a/goldens/public-api/angular_devkit/core/index.md b/goldens/public-api/angular_devkit/core/index.api.md similarity index 100% rename from goldens/public-api/angular_devkit/core/index.md rename to goldens/public-api/angular_devkit/core/index.api.md diff --git a/goldens/public-api/angular_devkit/core/node/index.md b/goldens/public-api/angular_devkit/core/node/index.api.md similarity index 100% rename from goldens/public-api/angular_devkit/core/node/index.md rename to goldens/public-api/angular_devkit/core/node/index.api.md diff --git a/goldens/public-api/angular_devkit/core/node/testing/index.md b/goldens/public-api/angular_devkit/core/node/testing/index.api.md similarity index 100% rename from goldens/public-api/angular_devkit/core/node/testing/index.md rename to goldens/public-api/angular_devkit/core/node/testing/index.api.md diff --git a/goldens/public-api/angular_devkit/schematics/index.md b/goldens/public-api/angular_devkit/schematics/index.api.md similarity index 100% rename from goldens/public-api/angular_devkit/schematics/index.md rename to goldens/public-api/angular_devkit/schematics/index.api.md diff --git a/goldens/public-api/angular_devkit/schematics/tasks/index.md b/goldens/public-api/angular_devkit/schematics/tasks/index.api.md similarity index 100% rename from goldens/public-api/angular_devkit/schematics/tasks/index.md rename to goldens/public-api/angular_devkit/schematics/tasks/index.api.md diff --git a/goldens/public-api/angular_devkit/schematics/testing/index.md b/goldens/public-api/angular_devkit/schematics/testing/index.api.md similarity index 100% rename from goldens/public-api/angular_devkit/schematics/testing/index.md rename to goldens/public-api/angular_devkit/schematics/testing/index.api.md diff --git a/goldens/public-api/angular_devkit/schematics/tools/index.md b/goldens/public-api/angular_devkit/schematics/tools/index.api.md similarity index 100% rename from goldens/public-api/angular_devkit/schematics/tools/index.md rename to goldens/public-api/angular_devkit/schematics/tools/index.api.md diff --git a/goldens/public-api/ngtools/webpack/index.md b/goldens/public-api/ngtools/webpack/index.api.md similarity index 100% rename from goldens/public-api/ngtools/webpack/index.md rename to goldens/public-api/ngtools/webpack/index.api.md diff --git a/package.json b/package.json index 1818d13a401b..f199aa0ce6b1 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@ampproject/remapping": "2.3.0", "@angular/animations": "18.0.0", "@angular/bazel": "https://github.com/angular/bazel-builds.git#71bd2e043e076365effdb6076f33b2d8d6bd6d02", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#fcf8e80dc0aed8ea7b18288aa0bf4c50ff9331c5", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#8b5a56554a0f7024fc2d0f4abf7260bf37e28150", "@angular/cdk": "18.0.0", "@angular/common": "18.0.0", "@angular/compiler": "18.0.0", @@ -62,7 +62,7 @@ "@angular/forms": "18.0.0", "@angular/localize": "18.0.0", "@angular/material": "18.0.0", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#984351f33add59339931fdd9ef4589aa72bc44d2", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#81a8f300059bcf368acd9de2af2b53b7842e1c6f", "@angular/platform-browser": "18.0.0", "@angular/platform-browser-dynamic": "18.0.0", "@angular/platform-server": "18.0.0", diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 4ee37ee5de19..b7a5e6765e4b 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#bffdd0df269e517516c93bc0e3362125f4bf587b", - "@angular/cdk": "github:angular/cdk-builds#a1f1b089a00823b142a972c6498374b65b5262af", + "@angular/cdk": "github:angular/cdk-builds#708b5acddd1c5ebebb7f4eddc5d0e6ef63e0eee2", "@angular/common": "github:angular/common-builds#b4e31d746f007877b1e95d1104e7f469f62fb110", "@angular/compiler": "github:angular/compiler-builds#a06c933ee9ebe6f5769af5c54f2ece0d992833ff", "@angular/compiler-cli": "github:angular/compiler-cli-builds#dce9d34a552e7140d6ff018216ae3a38da268eb0", @@ -11,8 +11,8 @@ "@angular/forms": "github:angular/forms-builds#4a7cfee2846088bd66b2e16c37f4655a49961e30", "@angular/language-service": "github:angular/language-service-builds#d0ebd0a8a42229bf64526e8d4f1ce5b683ee6a07", "@angular/localize": "github:angular/localize-builds#91814a7dbe8a289c11f7fb461e013a2535fcbd2b", - "@angular/material": "github:angular/material-builds#09b528c4eb3232a3d238642a9a341785b02b3a2b", - "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#62148d3739f6d5c38ebc14277876854eda2b2c38", + "@angular/material": "github:angular/material-builds#fe092d4537a0b29e18feb0c6cd35790800e6180f", + "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#dc39a7b92312a32e53d036df2e87d5681bc06d26", "@angular/platform-browser": "github:angular/platform-browser-builds#9586e81a85c1c379b9a370396f32de379b5911ea", "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#fb9ed2461220e65728176d4d54b5025e23e0e197", "@angular/platform-server": "github:angular/platform-server-builds#e0d27caed7bf5a94e82aadfc37cbcadf079f6187", diff --git a/yarn.lock b/yarn.lock index 4f2bbb22a2d4..11a64819a7b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -51,8 +51,7 @@ tslib "^2.3.0" "@angular/bazel@https://github.com/angular/bazel-builds.git#71bd2e043e076365effdb6076f33b2d8d6bd6d02": - version "18.1.0-next.0+sha-1360110" - uid "71bd2e043e076365effdb6076f33b2d8d6bd6d02" + version "18.1.0-next.0" resolved "https://github.com/angular/bazel-builds.git#71bd2e043e076365effdb6076f33b2d8d6bd6d02" dependencies: "@microsoft/api-extractor" "^7.24.2" @@ -67,10 +66,9 @@ "@angular/core" "^13.0.0 || ^14.0.0-0" reflect-metadata "^0.1.13" -"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#fcf8e80dc0aed8ea7b18288aa0bf4c50ff9331c5": - version "0.0.0-89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d" - uid fcf8e80dc0aed8ea7b18288aa0bf4c50ff9331c5 - resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#fcf8e80dc0aed8ea7b18288aa0bf4c50ff9331c5" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#8b5a56554a0f7024fc2d0f4abf7260bf37e28150": + version "0.0.0-239d56b71911f9fa1eeefb6e4505dbe7b0cd81a7" + resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#8b5a56554a0f7024fc2d0f4abf7260bf37e28150" dependencies: "@angular/benchpress" "0.3.0" "@angular/build" "18.0.0-rc.2" @@ -266,10 +264,9 @@ "@material/typography" "15.0.0-canary.7f224ddd4.0" tslib "^2.3.0" -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#984351f33add59339931fdd9ef4589aa72bc44d2": - version "0.0.0-89624a6442b75b5cda33c5e9b5c8c4f87ca4f13d" - uid "984351f33add59339931fdd9ef4589aa72bc44d2" - resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#984351f33add59339931fdd9ef4589aa72bc44d2" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#81a8f300059bcf368acd9de2af2b53b7842e1c6f": + version "0.0.0-fdd2de038031d1ab55c81c2fe17bd2d10246ffdf" + resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#81a8f300059bcf368acd9de2af2b53b7842e1c6f" dependencies: "@octokit/rest" "20.1.1" "@types/semver" "^7.3.6"