diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 8ad03307d413..6d0845b78f5c 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + - uses: angular/dev-infra/github-actions/branch-manager@d77c069b25345ec1792df0a86150a8d16eac3f8a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57fd5f2f27dd..dc92e6e65530 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d77c069b25345ec1792df0a86150a8d16eac3f8a - 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/setup@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d77c069b25345ec1792df0a86150a8d16eac3f8a - 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/setup@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d77c069b25345ec1792df0a86150a8d16eac3f8a - 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/setup@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d77c069b25345ec1792df0a86150a8d16eac3f8a - 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/setup@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d77c069b25345ec1792df0a86150a8d16eac3f8a - 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/setup@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d77c069b25345ec1792df0a86150a8d16eac3f8a - 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/setup@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d77c069b25345ec1792df0a86150a8d16eac3f8a - 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/setup@d77c069b25345ec1792df0a86150a8d16eac3f8a - 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 2e9797e176ce..5d6d8989060b 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@d77c069b25345ec1792df0a86150a8d16eac3f8a 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + - uses: angular/dev-infra/github-actions/post-approval-changes@d77c069b25345ec1792df0a86150a8d16eac3f8a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 79f20becc566..2d0d906e6fdd 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + - uses: angular/dev-infra/github-actions/feature-request@d77c069b25345ec1792df0a86150a8d16eac3f8a with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2fa802730b55..ceb624a6a89f 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Setup ESLint Caching uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.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@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/linting/licenses@d77c069b25345ec1792df0a86150a8d16eac3f8a - 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/setup@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d77c069b25345ec1792df0a86150a8d16eac3f8a - 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/setup@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d77c069b25345ec1792df0a86150a8d16eac3f8a - 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/setup@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d77c069b25345ec1792df0a86150a8d16eac3f8a - 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/setup@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d77c069b25345ec1792df0a86150a8d16eac3f8a - 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@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Install node modules run: yarn install --immutable - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/setup@d77c069b25345ec1792df0a86150a8d16eac3f8a - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3d0749c4d64959e85843fbeb54507e830be0f44 + uses: angular/dev-infra/github-actions/bazel/configure-remote@d77c069b25345ec1792df0a86150a8d16eac3f8a - 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 0a6d082ac855..6f04c6775196 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@ampproject/remapping": "2.3.0", "@angular/animations": "19.0.0-next.11", "@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#2692c81ef1068e15c7b7eaf3ecc7a65cbdd25c9f", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#2ec691cc773479bb5e6a9f0dfa3ca0f715881681", "@angular/cdk": "19.0.0-next.10", "@angular/common": "19.0.0-next.11", "@angular/compiler": "19.0.0-next.11", @@ -63,7 +63,7 @@ "@angular/forms": "19.0.0-next.11", "@angular/localize": "19.0.0-next.11", "@angular/material": "19.0.0-next.10", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2659cef857ffd127dbbbcbb28bb2dc4ca8625b50", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0c73b2fdbce62d0aa878b6c9d7145d59c143c7a3", "@angular/platform-browser": "19.0.0-next.11", "@angular/platform-browser-dynamic": "19.0.0-next.11", "@angular/platform-server": "19.0.0-next.11", diff --git a/tests/legacy-cli/e2e/ng-snapshot/package.json b/tests/legacy-cli/e2e/ng-snapshot/package.json index 51f71397ba8d..f232ead2667e 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#4f630f6a7b3f40df7f90521b6d5a057b2fdc2d4f", + "@angular/animations": "github:angular/animations-builds#c93d5d17a9bb641f5ce817eb09fb1373c5ecedd1", "@angular/cdk": "github:angular/cdk-builds#352226d35a26efe6070e536f1a0fb14c330bb9a6", - "@angular/common": "github:angular/common-builds#9ad1a3304ffb85092e027c8fe0d77fb544a826c1", - "@angular/compiler": "github:angular/compiler-builds#0d3e2cfb2eb77524fb684a3c0b99e0ceeaa5c04b", - "@angular/compiler-cli": "github:angular/compiler-cli-builds#aef55723e7494c81d0b9e1dec321c8dc1a67bcfc", - "@angular/core": "github:angular/core-builds#6bea9f07847f2bcaa2a98959b9400bb3ae4223a5", - "@angular/forms": "github:angular/forms-builds#ecbc3b250979b135c407a88928f5efbf79390a8b", - "@angular/language-service": "github:angular/language-service-builds#9e1b4d161d9ac519934af22dba26428a7cdb8912", - "@angular/localize": "github:angular/localize-builds#33242caa6813e1b41cc4f719cb1e52b45879cbcd", + "@angular/common": "github:angular/common-builds#2121c25459441fe7f5f414aa2a95f7463709ab75", + "@angular/compiler": "github:angular/compiler-builds#f8d110dc5a5a963d993a76100d7faa531881964d", + "@angular/compiler-cli": "github:angular/compiler-cli-builds#1af93a09f6b7360017a1467e36d70b1aa966b6ab", + "@angular/core": "github:angular/core-builds#7036ba1864b598f7cf48576375d74bc467c09c37", + "@angular/forms": "github:angular/forms-builds#b070489329b7323faaaf520341d6195a3ddc6d18", + "@angular/language-service": "github:angular/language-service-builds#d606ecec2b2d08ad80f08eed67ada29dda3b911b", + "@angular/localize": "github:angular/localize-builds#0d9f59bb814ce4e76b4b953c3a1d609d4c29eb89", "@angular/material": "github:angular/material-builds#e1b55b8f27c81d0e2c0fb0a212cdce54d1166ac4", "@angular/material-moment-adapter": "github:angular/material-moment-adapter-builds#43bda1c69b03fb2291d149555b4187b3f6d36992", - "@angular/platform-browser": "github:angular/platform-browser-builds#cc562594f2366043da2202fd50d69518c4928d80", - "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#5e02c36bbca89460b0855270525c9a191d2e5744", - "@angular/platform-server": "github:angular/platform-server-builds#d3feb9358e0d614c3bbd7577aed8f64ec08c9623", - "@angular/router": "github:angular/router-builds#c0c6abea0161b49357371c864e97cdcfad42cc93", - "@angular/service-worker": "github:angular/service-worker-builds#bf42c1b2256d69e2a768a8a588676232e4cca5e6" + "@angular/platform-browser": "github:angular/platform-browser-builds#bd21ca5089460e6091c8f9638fc104666b9eaa00", + "@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#69a4d5c303f665114b545d8c2de6ba346dd19753", + "@angular/platform-server": "github:angular/platform-server-builds#a95894b75424f016490d806eb7cdb5891e59d957", + "@angular/router": "github:angular/router-builds#78523ea482cdc4832a45c18b8653d43a1aed996a", + "@angular/service-worker": "github:angular/service-worker-builds#ac5c31fa4648f98d160c1360f3f81b1e04935dc9" } } diff --git a/yarn.lock b/yarn.lock index 40dafec49c33..73961c83fd19 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#2692c81ef1068e15c7b7eaf3ecc7a65cbdd25c9f": - version: 0.0.0-a3d0749c4d64959e85843fbeb54507e830be0f44 - resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=2692c81ef1068e15c7b7eaf3ecc7a65cbdd25c9f" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#2ec691cc773479bb5e6a9f0dfa3ca0f715881681": + version: 0.0.0-d77c069b25345ec1792df0a86150a8d16eac3f8a + resolution: "@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#commit=2ec691cc773479bb5e6a9f0dfa3ca0f715881681" dependencies: "@angular/benchpress": "npm:0.3.0" "@angular/build": "npm:19.0.0-next.10" @@ -340,7 +340,7 @@ __metadata: "@bazel/runfiles": "npm:5.8.1" "@bazel/terser": "npm:5.8.1" "@bazel/typescript": "npm:5.8.1" - "@microsoft/api-extractor": "npm:7.47.10" + "@microsoft/api-extractor": "npm:7.47.11" "@types/browser-sync": "npm:^2.26.3" "@types/minimatch": "npm:^5.1.2" "@types/node": "npm:^18.19.21" @@ -366,7 +366,7 @@ __metadata: dependenciesMeta: re2: built: false - checksum: 10c0/9327a051ae35cfaa3a31c33f370275756c2200992b0634c3fccb5a5cf5bbb2a37a74d10da34006102295d603bf994d3e1227cdb4e474c26500c1a790b8cec37f + checksum: 10c0/50cc3f100c369aa21931c82c50b42ddf845154b2205464214372b45572d3d4afb59a350494ab0b0491409f8efbda351914d2dbc7fd64d857694898205af7d3c1 languageName: node linkType: hard @@ -632,7 +632,7 @@ __metadata: "@ampproject/remapping": "npm:2.3.0" "@angular/animations": "npm:19.0.0-next.11" "@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#2692c81ef1068e15c7b7eaf3ecc7a65cbdd25c9f" + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#2ec691cc773479bb5e6a9f0dfa3ca0f715881681" "@angular/cdk": "npm:19.0.0-next.10" "@angular/common": "npm:19.0.0-next.11" "@angular/compiler": "npm:19.0.0-next.11" @@ -641,7 +641,7 @@ __metadata: "@angular/forms": "npm:19.0.0-next.11" "@angular/localize": "npm:19.0.0-next.11" "@angular/material": "npm:19.0.0-next.10" - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2659cef857ffd127dbbbcbb28bb2dc4ca8625b50" + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#0c73b2fdbce62d0aa878b6c9d7145d59c143c7a3" "@angular/platform-browser": "npm:19.0.0-next.11" "@angular/platform-browser-dynamic": "npm:19.0.0-next.11" "@angular/platform-server": "npm:19.0.0-next.11" @@ -850,9 +850,9 @@ __metadata: languageName: node linkType: hard -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#2659cef857ffd127dbbbcbb28bb2dc4ca8625b50": - version: 0.0.0-a3d0749c4d64959e85843fbeb54507e830be0f44 - resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=2659cef857ffd127dbbbcbb28bb2dc4ca8625b50" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#0c73b2fdbce62d0aa878b6c9d7145d59c143c7a3": + version: 0.0.0-d77c069b25345ec1792df0a86150a8d16eac3f8a + resolution: "@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#commit=0c73b2fdbce62d0aa878b6c9d7145d59c143c7a3" dependencies: "@octokit/rest": "npm:21.0.2" "@types/semver": "npm:^7.3.6" @@ -866,7 +866,7 @@ __metadata: yaml: "npm:2.6.0" bin: ng-dev: ./bundles/cli.mjs - checksum: 10c0/01fb1f452bbf9355c412c55f13b6b28e3b1e1480f60d14fc6136163333cd791f51c27f1f695625379530d9c2cb34b6fd732f53dba74b7df8d0a12c1f816ee255 + checksum: 10c0/05c36382501ac9369d1da93234726370caa8784b7e32f437751cc4ddfa667923475b37c11b3166b6f832b06f8c36d6655ef28631b8b7dc28ffd688873f42a978 languageName: node linkType: hard @@ -3451,30 +3451,7 @@ __metadata: languageName: node linkType: hard -"@microsoft/api-extractor@npm:7.47.10": - version: 7.47.10 - resolution: "@microsoft/api-extractor@npm:7.47.10" - dependencies: - "@microsoft/api-extractor-model": "npm:7.29.8" - "@microsoft/tsdoc": "npm:~0.15.0" - "@microsoft/tsdoc-config": "npm:~0.17.0" - "@rushstack/node-core-library": "npm:5.9.0" - "@rushstack/rig-package": "npm:0.5.3" - "@rushstack/terminal": "npm:0.14.2" - "@rushstack/ts-command-line": "npm:4.22.8" - lodash: "npm:~4.17.15" - minimatch: "npm:~3.0.3" - resolve: "npm:~1.22.1" - semver: "npm:~7.5.4" - source-map: "npm:~0.6.1" - typescript: "npm:5.4.2" - bin: - api-extractor: bin/api-extractor - checksum: 10c0/c9b34183e8d4360d06c3093d11f49a119e42d61702d18b4852470082374eb7c3c4afca471629a791856babb5213541f8b0470888579aebbe8c57988f3d20753f - languageName: node - linkType: hard - -"@microsoft/api-extractor@npm:^7.24.2": +"@microsoft/api-extractor@npm:7.47.11, @microsoft/api-extractor@npm:^7.24.2": version: 7.47.11 resolution: "@microsoft/api-extractor@npm:7.47.11" dependencies: @@ -4629,18 +4606,6 @@ __metadata: languageName: node linkType: hard -"@rushstack/ts-command-line@npm:4.22.8": - version: 4.22.8 - resolution: "@rushstack/ts-command-line@npm:4.22.8" - dependencies: - "@rushstack/terminal": "npm:0.14.2" - "@types/argparse": "npm:1.0.38" - argparse: "npm:~1.0.9" - string-argv: "npm:~0.3.1" - checksum: 10c0/c2bf9983427f7f85b8773c4fbf1ac1817b930131ea175cd29e8b84c3b98df49b26223e6e7363d9bdcf694d9996714e63c2a5877d916bc24be70b74c076e77ee9 - languageName: node - linkType: hard - "@rushstack/ts-command-line@npm:4.23.0": version: 4.23.0 resolution: "@rushstack/ts-command-line@npm:4.23.0"