From f3f3253ceabc7c48f9128259f0216ed104d797c1 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Fri, 8 Aug 2025 16:39:47 +0000 Subject: [PATCH] build: update cross-repo angular dependencies See associated pull request for more information. --- .../assistant-to-the-branch-manager.yml | 2 +- .github/workflows/ci.material-aio.yml | 18 +++---- .github/workflows/ci.yml | 50 +++++++++---------- .../workflows/deploy-dev-app-main-push.yml | 6 +-- .github/workflows/dev-infra.yml | 4 +- .github/workflows/docs-preview-build.yml | 8 +-- .github/workflows/docs-preview-deploy.yml | 2 +- .github/workflows/google-internal-tests.yml | 2 +- .github/workflows/pr.material-aio.yml | 18 +++---- .github/workflows/pr.yml | 46 ++++++++--------- .github/workflows/preview-build-dev-app.yml | 8 +-- .github/workflows/preview-deploy-dev-app.yml | 2 +- .github/workflows/scheduled-ci.yml | 14 +++--- WORKSPACE | 2 +- package.json | 2 +- pnpm-workspace.yaml | 36 ++++++------- 16 files changed, 110 insertions(+), 110 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 2198617094fa..1b9f62fb0889 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@5293c189424a61f7255d8171e3d653f983404851 + - uses: angular/dev-infra/github-actions/branch-manager@f70475fd988daa28f149873207c67cde70dd6575 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/ci.material-aio.yml b/.github/workflows/ci.material-aio.yml index 07b617cb28ef..205d7fdfc5e6 100644 --- a/.github/workflows/ci.material-aio.yml +++ b/.github/workflows/ci.material-aio.yml @@ -21,11 +21,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Build @@ -35,11 +35,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Tests @@ -56,11 +56,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Lighthouse Audit diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cf38ef3e636..5186e317844d 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Install node modules @@ -49,13 +49,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -67,13 +67,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -85,13 +85,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -104,13 +104,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -122,13 +122,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -140,13 +140,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -166,7 +166,7 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true # See: https://github.com/puppeteer/puppeteer/pull/13196 and @@ -174,9 +174,9 @@ jobs: - name: Disable AppArmor run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -199,14 +199,14 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/browserstack@f70475fd988daa28f149873207c67cde70dd6575 - name: Run tests on Browserstack run: ./scripts/circleci/run-browserstack-tests.sh diff --git a/.github/workflows/deploy-dev-app-main-push.yml b/.github/workflows/deploy-dev-app-main-push.yml index 2d3b4ceffaed..005e60a27e33 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 - name: Install node modules run: pnpm install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 02e172b6f411..7535dd46adf9 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/pull-request-labeling@5293c189424a61f7255d8171e3d653f983404851 + - uses: angular/dev-infra/github-actions/pull-request-labeling@f70475fd988daa28f149873207c67cde70dd6575 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@5293c189424a61f7255d8171e3d653f983404851 + - uses: angular/dev-infra/github-actions/post-approval-changes@f70475fd988daa28f149873207c67cde70dd6575 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/docs-preview-build.yml b/.github/workflows/docs-preview-build.yml index 661d0299027f..7ef2c20bb296 100644 --- a/.github/workflows/docs-preview-build.yml +++ b/.github/workflows/docs-preview-build.yml @@ -21,16 +21,16 @@ jobs: (github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'docs: preview')) steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build docs site run: pnpm bazel build //docs:build.production - - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@5293c189424a61f7255d8171e3d653f983404851 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@f70475fd988daa28f149873207c67cde70dd6575 with: workflow-artifact-name: 'docs-preview' pull-number: '${{github.event.pull_request.number}}' diff --git a/.github/workflows/docs-preview-deploy.yml b/.github/workflows/docs-preview-deploy.yml index 83693174e17c..3f244ff63910 100644 --- a/.github/workflows/docs-preview-deploy.yml +++ b/.github/workflows/docs-preview-deploy.yml @@ -40,7 +40,7 @@ jobs: npx -y firebase-tools@latest target:clear --config docs/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting mat-aio npx -y firebase-tools@latest target:apply --config docs/firebase.json --project ${{env.PREVIEW_PROJECT}} hosting mat-aio ${{env.PREVIEW_SITE}} - - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@5293c189424a61f7255d8171e3d653f983404851 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@f70475fd988daa28f149873207c67cde70dd6575 with: github-token: '${{secrets.GITHUB_TOKEN}}' workflow-artifact-name: 'docs-preview' diff --git a/.github/workflows/google-internal-tests.yml b/.github/workflows/google-internal-tests.yml index 4b024ae53123..91989df01648 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: angular/dev-infra/github-actions/google-internal-tests@5293c189424a61f7255d8171e3d653f983404851 + - uses: angular/dev-infra/github-actions/google-internal-tests@f70475fd988daa28f149873207c67cde70dd6575 with: run-tests-guide-url: http://go/angular-material-presubmit github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr.material-aio.yml b/.github/workflows/pr.material-aio.yml index 3cd6c19ca381..57033c635e9f 100644 --- a/.github/workflows/pr.material-aio.yml +++ b/.github/workflows/pr.material-aio.yml @@ -19,11 +19,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Build @@ -33,11 +33,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Tests @@ -54,11 +54,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 - name: Install node modules run: pnpm install --frozen-lockfile - name: Execute Lighthouse Audit diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index df12024321ee..72eb6d19fc73 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Install node modules @@ -45,7 +45,7 @@ jobs: - name: Check code format run: pnpm ng-dev format changed --check ${{ github.event.pull_request.base.sha }} - name: Check Package Licenses - uses: angular/dev-infra/github-actions/linting/licenses@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/linting/licenses@f70475fd988daa28f149873207c67cde70dd6575 # Commit message check is last intentionally, because the caretaker can fix it # during merge, while other lint failures have to be resolved by the PR author. - name: Check commit message @@ -55,13 +55,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 - name: Install node modules run: pnpm install --frozen-lockfile - name: Check API Goldens @@ -71,13 +71,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run e2e tests @@ -87,13 +87,13 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run integration tests @@ -103,13 +103,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -119,13 +119,13 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -135,13 +135,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -164,7 +164,7 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true # Checking out the pull request commit is intended here as we need to run the changed code tests. @@ -172,8 +172,8 @@ jobs: - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/browserstack@f70475fd988daa28f149873207c67cde70dd6575 - name: Run tests on Browserstack run: ./scripts/circleci/run-browserstack-tests.sh diff --git a/.github/workflows/preview-build-dev-app.yml b/.github/workflows/preview-build-dev-app.yml index 61c3749a0ec8..d857c21f0f0b 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 # 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@5293c189424a61f7255d8171e3d653f983404851 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@f70475fd988daa28f149873207c67cde70dd6575 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 3afa7739ad93..f3e71d42baea 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@5293c189424a61f7255d8171e3d653f983404851 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@f70475fd988daa28f149873207c67cde70dd6575 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 c1477406e274..acd8526216f9 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@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -41,13 +41,13 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/setup@f70475fd988daa28f149873207c67cde70dd6575 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/bazel/configure-remote@f70475fd988daa28f149873207c67cde70dd6575 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@5293c189424a61f7255d8171e3d653f983404851 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@f70475fd988daa28f149873207c67cde70dd6575 with: cache-node-modules: true # See: https://github.com/puppeteer/puppeteer/pull/13196 and diff --git a/WORKSPACE b/WORKSPACE index 24006eea9655..6e480cff5e19 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -192,7 +192,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "devinfra", - commit = "5293c189424a61f7255d8171e3d653f983404851", + commit = "f70475fd988daa28f149873207c67cde70dd6575", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index ee03513ff335..867adc6718ef 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "devDependencies": { "@angular/compiler-cli": "catalog:", "@angular/localize": "catalog:", - "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#75a2aee57f2d3bf783f74fcf4338228a3a69d0e6", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#1f3cada3da1d7a486e9470f0fb4f2cb31485b018", "@angular/platform-server": "catalog:", "@angular/router": "catalog:", "@babel/core": "^7.16.12", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 63c8d3fb92b5..e3dcfc10a7ee 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -17,22 +17,22 @@ packages: - src/youtube-player catalog: - '@angular-devkit/build-angular': 20.2.0-next.1 - '@angular-devkit/core': 20.2.0-next.1 - '@angular-devkit/schematics': 20.2.0-next.1 - '@angular/animations': 20.2.0-next.2 - '@angular/build': 20.2.0-next.1 - '@angular/cli': 20.2.0-next.1 - '@angular/common': 20.2.0-next.2 - '@angular/compiler-cli': 20.2.0-next.2 - '@angular/compiler': 20.2.0-next.2 - '@angular/core': 20.2.0-next.2 - '@angular/ssr': 20.2.0-next.1 - '@angular/forms': 20.2.0-next.2 - '@angular/localize': 20.2.0-next.2 - '@angular/platform-browser': 20.2.0-next.2 - '@angular/platform-browser-dynamic': 20.2.0-next.2 - '@angular/platform-server': 20.2.0-next.2 - '@angular/router': 20.2.0-next.2 - '@schematics/angular': 20.2.0-next.1 + '@angular-devkit/build-angular': 20.2.0-next.3 + '@angular-devkit/core': 20.2.0-next.3 + '@angular-devkit/schematics': 20.2.0-next.3 + '@angular/animations': 20.2.0-next.6 + '@angular/build': 20.2.0-next.3 + '@angular/cli': 20.2.0-next.3 + '@angular/common': 20.2.0-next.6 + '@angular/compiler-cli': 20.2.0-next.6 + '@angular/compiler': 20.2.0-next.6 + '@angular/core': 20.2.0-next.6 + '@angular/ssr': 20.2.0-next.3 + '@angular/forms': 20.2.0-next.6 + '@angular/localize': 20.2.0-next.6 + '@angular/platform-browser': 20.2.0-next.6 + '@angular/platform-browser-dynamic': 20.2.0-next.6 + '@angular/platform-server': 20.2.0-next.6 + '@angular/router': 20.2.0-next.6 + '@schematics/angular': 20.2.0-next.3 'rxjs': ^6.6.7