From 4a43bfe443329f0b5ccf50481153cf1c89177629 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 6 Nov 2025 23:05:41 +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 +++--- MODULE.bazel | 2 +- package.json | 2 +- pnpm-lock.yaml | 12 ++--- 16 files changed, 98 insertions(+), 98 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index d50d50ba77d0..2d5430e7d332 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + - uses: angular/dev-infra/github-actions/branch-manager@7fa1ab52a99168e16ea3722e4b7313839daea490 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 b10b4eff2622..ca77c9252bd2 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@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 - 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@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 - 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@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 - 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 6485fa2d86dc..bc8d6c8522b3 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@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Install node modules run: pnpm install --frozen-lockfile - name: Checking package externals @@ -47,11 +47,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -63,11 +63,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -79,11 +79,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -96,11 +96,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -112,11 +112,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -128,11 +128,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -152,15 +152,15 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 # See: https://github.com/puppeteer/puppeteer/pull/13196 and # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md. - 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@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -183,12 +183,12 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/browserstack@7fa1ab52a99168e16ea3722e4b7313839daea490 - 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 59ecf272b16d..a7b10444abd0 100644 --- a/.github/workflows/deploy-dev-app-main-push.yml +++ b/.github/workflows/deploy-dev-app-main-push.yml @@ -17,11 +17,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Install node modules run: pnpm install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 68d49e4aab76..81ec396f884b 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/pull-request-labeling@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + - uses: angular/dev-infra/github-actions/pull-request-labeling@7fa1ab52a99168e16ea3722e4b7313839daea490 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/post-approval-changes@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + - uses: angular/dev-infra/github-actions/post-approval-changes@7fa1ab52a99168e16ea3722e4b7313839daea490 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 5fe958faa92e..e07ca1c36ffc 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@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 - 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@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@7fa1ab52a99168e16ea3722e4b7313839daea490 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 78a8cc0875d4..e1675a7d570b 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@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@7fa1ab52a99168e16ea3722e4b7313839daea490 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 7f0493c0d599..1fe76f245873 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - - uses: angular/dev-infra/github-actions/google-internal-tests@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + - uses: angular/dev-infra/github-actions/google-internal-tests@7fa1ab52a99168e16ea3722e4b7313839daea490 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 e58bd5ca5b4c..0f6ed0e52a31 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@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 - 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@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 - 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@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 - 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 23b55e4dd4bd..107803a9b687 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@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Install node modules run: pnpm install --frozen-lockfile - name: Checking package externals @@ -43,7 +43,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@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/linting/licenses@7fa1ab52a99168e16ea3722e4b7313839daea490 # 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 @@ -53,11 +53,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Install node modules run: pnpm install --frozen-lockfile - name: Check API Goldens @@ -67,11 +67,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run e2e tests @@ -81,11 +81,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run integration tests @@ -95,11 +95,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -109,11 +109,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -123,11 +123,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -150,15 +150,15 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 with: # Checking out the pull request commit is intended here as we need to run the changed code tests. ref: ${{ github.event.pull_request.head.sha }} - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/browserstack@7fa1ab52a99168e16ea3722e4b7313839daea490 - 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 2196b60b1193..ebfe14658464 100644 --- a/.github/workflows/preview-build-dev-app.yml +++ b/.github/workflows/preview-build-dev-app.yml @@ -23,16 +23,16 @@ 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@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 # 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@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@7fa1ab52a99168e16ea3722e4b7313839daea490 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 d9ac8a24b586..efa500da9a00 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@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@7fa1ab52a99168e16ea3722e4b7313839daea490 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 a9a72b9c2f1e..cb5b2cbf4f18 100644 --- a/.github/workflows/scheduled-ci.yml +++ b/.github/workflows/scheduled-ci.yml @@ -19,11 +19,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -39,11 +39,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/setup@7fa1ab52a99168e16ea3722e4b7313839daea490 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/bazel/configure-remote@7fa1ab52a99168e16ea3722e4b7313839daea490 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Setting up Angular snapshot builds @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@7fa1ab52a99168e16ea3722e4b7313839daea490 # See: https://github.com/puppeteer/puppeteer/pull/13196 and # https://chromium.googlesource.com/chromium/src/+/main/docs/security/apparmor-userns-restrictions.md. - name: Disable AppArmor diff --git a/MODULE.bazel b/MODULE.bazel index 40ecbfcd9239..2361754495d2 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -39,7 +39,7 @@ git_override( bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "4a9ebbb7c82d49b93dd4347659c42c633f14ad92", + commit = "7fa1ab52a99168e16ea3722e4b7313839daea490", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index ce1873c9a618..a389e5371676 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#bef47ad353f7928aa2b88146d90ac0f6c342f7dc", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#39869500e7723f91e1797f575d663afaff1b97e7", "@angular/platform-server": "catalog:", "@angular/router": "catalog:", "@babel/core": "^7.16.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fe84d533e224..48933532faf2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -126,8 +126,8 @@ importers: specifier: 'catalog:' version: 21.0.0-rc.1(@angular/compiler-cli@21.0.0-rc.1(@angular/compiler@21.0.0-rc.1)(typescript@5.9.2))(@angular/compiler@21.0.0-rc.1) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#bef47ad353f7928aa2b88146d90ac0f6c342f7dc - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/bef47ad353f7928aa2b88146d90ac0f6c342f7dc(@modelcontextprotocol/sdk@1.21.0) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#39869500e7723f91e1797f575d663afaff1b97e7 + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/39869500e7723f91e1797f575d663afaff1b97e7(@modelcontextprotocol/sdk@1.21.0) '@angular/platform-server': specifier: 'catalog:' version: 21.0.0-rc.1(@angular/common@21.0.0-rc.1(@angular/compiler-cli@21.0.0-rc.1(@angular/compiler@21.0.0-rc.1)(typescript@5.9.2))(@angular/core@21.0.0-rc.1(@angular/compiler@21.0.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-rc.1(@angular/compiler@21.0.0-rc.1)(typescript@5.9.2))(@angular/compiler@21.0.0-rc.1)(@angular/core@21.0.0-rc.1(@angular/compiler@21.0.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(@angular/platform-browser@21.0.0-rc.1(@angular/common@21.0.0-rc.1(@angular/compiler-cli@21.0.0-rc.1(@angular/compiler@21.0.0-rc.1)(typescript@5.9.2))(@angular/core@21.0.0-rc.1(@angular/compiler@21.0.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1))(rxjs@6.6.7))(@angular/compiler-cli@21.0.0-rc.1(@angular/compiler@21.0.0-rc.1)(typescript@5.9.2))(@angular/core@21.0.0-rc.1(@angular/compiler@21.0.0-rc.1)(rxjs@6.6.7)(zone.js@0.15.1)))(rxjs@6.6.7) @@ -972,9 +972,9 @@ packages: '@angular/compiler': 21.0.0-rc.1 '@angular/compiler-cli': 21.0.0-rc.1 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/bef47ad353f7928aa2b88146d90ac0f6c342f7dc': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/bef47ad353f7928aa2b88146d90ac0f6c342f7dc} - version: 0.0.0-4a9ebbb7c82d49b93dd4347659c42c633f14ad92 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/39869500e7723f91e1797f575d663afaff1b97e7': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/39869500e7723f91e1797f575d663afaff1b97e7} + version: 0.0.0-7fa1ab52a99168e16ea3722e4b7313839daea490 hasBin: true '@angular/platform-browser-dynamic@21.0.0-rc.1': @@ -10144,7 +10144,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/bef47ad353f7928aa2b88146d90ac0f6c342f7dc(@modelcontextprotocol/sdk@1.21.0)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/39869500e7723f91e1797f575d663afaff1b97e7(@modelcontextprotocol/sdk@1.21.0)': dependencies: '@actions/core': 1.11.1 '@google-cloud/spanner': 8.0.0(supports-color@10.2.2)