diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 3a047552ea82..f55214fc592f 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@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@390968287fc378d3b46977649c50e2b5a372d4f2 + - uses: angular/dev-infra/github-actions/branch-manager@f00131a6ab074797904b905c6a7637af1ce7ce80 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci-privileged.yml b/.github/workflows/ci-privileged.yml index 789c9916b813..93476aea8ea8 100644 --- a/.github/workflows/ci-privileged.yml +++ b/.github/workflows/ci-privileged.yml @@ -26,7 +26,7 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true # Checking out the pull request commit is intended here as we need to run the changed code tests. @@ -34,7 +34,7 @@ jobs: - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Run tests on Saucelabs run: ./scripts/circleci/run-saucelabs-tests.sh @@ -48,7 +48,7 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true # Checking out the pull request commit is intended here as we need to run the changed code tests. @@ -56,6 +56,6 @@ jobs: - name: Install node modules run: yarn install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Run tests on Browserstack run: ./scripts/circleci/run-browserstack-tests.sh diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8c69a586aaa..e871755c89ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true - name: Install node modules @@ -66,13 +66,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Install node modules run: yarn install --frozen-lockfile - name: Check API Goldens @@ -87,13 +87,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Install node modules run: yarn install --frozen-lockfile - name: Run e2e tests @@ -108,13 +108,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Install node modules run: yarn install --frozen-lockfile - name: Run integration tests @@ -132,13 +132,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Install node modules run: yarn install --frozen-lockfile - name: Run linker AOT tests @@ -153,13 +153,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Install node modules run: yarn install --frozen-lockfile - name: Run linker JIT tests @@ -174,13 +174,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Install node modules run: yarn install --frozen-lockfile - name: Run tests @@ -195,13 +195,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Install node modules run: yarn install --frozen-lockfile - name: Run tests @@ -217,13 +217,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Install node modules run: yarn install --frozen-lockfile - name: Build and Verify Release Output @@ -249,13 +249,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Install node modules run: yarn install --frozen-lockfile - name: Build and Verify Release Output @@ -275,13 +275,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Install node modules run: yarn install --frozen-lockfile - name: Build and Verify Release Output diff --git a/.github/workflows/deploy-dev-app-main-push.yml b/.github/workflows/deploy-dev-app-main-push.yml index a442e10961cd..65fa0f275ee8 100644 --- a/.github/workflows/deploy-dev-app-main-push.yml +++ b/.github/workflows/deploy-dev-app-main-push.yml @@ -17,13 +17,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Building dev-app run: | diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index da9730117181..287e4d61094b 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@390968287fc378d3b46977649c50e2b5a372d4f2 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@f00131a6ab074797904b905c6a7637af1ce7ce80 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@390968287fc378d3b46977649c50e2b5a372d4f2 + - uses: angular/dev-infra/github-actions/post-approval-changes@f00131a6ab074797904b905c6a7637af1ce7ce80 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/google-internal-tests.yml b/.github/workflows/google-internal-tests.yml index 7d0e32c89286..154241af65bd 100644 --- a/.github/workflows/google-internal-tests.yml +++ b/.github/workflows/google-internal-tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0 - - uses: angular/dev-infra/github-actions/google-internal-tests@390968287fc378d3b46977649c50e2b5a372d4f2 + - uses: angular/dev-infra/github-actions/google-internal-tests@f00131a6ab074797904b905c6a7637af1ce7ce80 with: run-tests-guide-url: http://go/angular-material-presubmit github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/preview-build-dev-app.yml b/.github/workflows/preview-build-dev-app.yml index dc7d238cb960..29f6e65a844c 100644 --- a/.github/workflows/preview-build-dev-app.yml +++ b/.github/workflows/preview-build-dev-app.yml @@ -23,18 +23,18 @@ jobs: (github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'dev-app preview')) steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80 # Build the web package - run: bazel build //src/dev-app:web_package --symlink_prefix=dist/ - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@390968287fc378d3b46977649c50e2b5a372d4f2 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@f00131a6ab074797904b905c6a7637af1ce7ce80 with: workflow-artifact-name: 'dev-app' pull-number: '${{github.event.pull_request.number}}' diff --git a/.github/workflows/preview-deploy-dev-app.yml b/.github/workflows/preview-deploy-dev-app.yml index c0692a7f03fc..299c15d7a20b 100644 --- a/.github/workflows/preview-deploy-dev-app.yml +++ b/.github/workflows/preview-deploy-dev-app.yml @@ -33,7 +33,7 @@ jobs: npx -y firebase-tools@latest target:clear --project ${{env.PREVIEW_PROJECT}} hosting dev-app npx -y firebase-tools@latest target:apply --project ${{env.PREVIEW_PROJECT}} hosting dev-app ${{env.PREVIEW_SITE}} - - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@390968287fc378d3b46977649c50e2b5a372d4f2 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@f00131a6ab074797904b905c6a7637af1ce7ce80 with: github-token: '${{secrets.GITHUB_TOKEN}}' workflow-artifact-name: 'dev-app' diff --git a/.github/workflows/scheduled-ci.yml b/.github/workflows/scheduled-ci.yml index 9530e3f94d29..8f0fe0d0c4df 100644 --- a/.github/workflows/scheduled-ci.yml +++ b/.github/workflows/scheduled-ci.yml @@ -19,13 +19,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Setting up Angular snapshot builds # Angular snapshots must be set up first so that the yarn install properly # updates the yarn.lock as expected with the changes @@ -44,13 +44,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Setting up Angular snapshot builds # Angular snapshots must be set up first so that the yarn install properly # updates the yarn.lock as expected with the changes @@ -71,13 +71,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80 - name: Setting up Angular snapshot builds # Angular snapshots must be set up first so that the yarn install properly # updates the yarn.lock as expected with the changes @@ -98,7 +98,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@390968287fc378d3b46977649c50e2b5a372d4f2 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80 with: cache-node-modules: true - name: Install node modules diff --git a/package.json b/package.json index 04c222804046..a8dac87ac399 100644 --- a/package.json +++ b/package.json @@ -75,11 +75,11 @@ "@angular-devkit/core": "^17.0.3", "@angular-devkit/schematics": "^17.0.3", "@angular/bazel": "https://github.com/angular/bazel-builds.git#bac9c1abe1e6ac1801fbbccb53353a1ed7126469", - "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d6ab8a45d8040cdae9c3a19d73292efc78fbfd13", + "@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#39de01a4b72a744a86f1062872a2822a609fe975", "@angular/cli": "^17.0.3", "@angular/compiler-cli": "^17.0.4", "@angular/localize": "^17.0.4", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#299c333eb0442e59e0d0881e2e5f745900528b2c", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#581fbc0546738cf4e0ded85d2ba307ba20b781cc", "@angular/platform-browser-dynamic": "^17.0.4", "@angular/platform-server": "^17.0.4", "@angular/router": "^17.0.4", diff --git a/yarn.lock b/yarn.lock index e551d313c40d..048619d82899 100644 --- a/yarn.lock +++ b/yarn.lock @@ -262,9 +262,10 @@ "@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#d6ab8a45d8040cdae9c3a19d73292efc78fbfd13": - version "0.0.0-60024afe22bd467fd022322eae09ba933786547d" - resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#d6ab8a45d8040cdae9c3a19d73292efc78fbfd13" +"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#39de01a4b72a744a86f1062872a2822a609fe975": + version "0.0.0-f00131a6ab074797904b905c6a7637af1ce7ce80" + uid "39de01a4b72a744a86f1062872a2822a609fe975" + resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#39de01a4b72a744a86f1062872a2822a609fe975" dependencies: "@angular-devkit/build-angular" "17.0.0" "@angular/benchpress" "0.3.0" @@ -389,9 +390,10 @@ fast-glob "3.3.1" yargs "^17.2.1" -"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#299c333eb0442e59e0d0881e2e5f745900528b2c": - version "0.0.0-60024afe22bd467fd022322eae09ba933786547d" - resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#299c333eb0442e59e0d0881e2e5f745900528b2c" +"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#581fbc0546738cf4e0ded85d2ba307ba20b781cc": + version "0.0.0-f00131a6ab074797904b905c6a7637af1ce7ce80" + uid "581fbc0546738cf4e0ded85d2ba307ba20b781cc" + resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#581fbc0546738cf4e0ded85d2ba307ba20b781cc" dependencies: "@yarnpkg/lockfile" "^1.1.0" typescript "~4.9.0"