From 365bc40f57246e1a7803ec7d8c71ec122f517e26 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Sat, 4 Apr 2026 00:20:58 +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 | 6 +-- .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 | 8 +-- package.json | 2 +- pnpm-lock.yaml | 30 ++++------- 16 files changed, 107 insertions(+), 115 deletions(-) diff --git a/.github/workflows/assistant-to-the-branch-manager.yml b/.github/workflows/assistant-to-the-branch-manager.yml index 1991e9d47833..0b9a5cdad865 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - uses: angular/dev-infra/github-actions/branch-manager@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + - uses: angular/dev-infra/github-actions/branch-manager@ad935905ff554e020ca790a085e835f3308fff45 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 843fccbaf910..1e97f21f368e 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 - 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 - 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 - 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 601c822fe26f..d3aff2e904ec 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Install node modules run: pnpm install --frozen-lockfile # TODO: Remove --ignore_all_rc_files flag once a repository can be loaded in bazelrc during info @@ -49,11 +49,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -65,11 +65,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -81,11 +81,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -98,11 +98,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -114,11 +114,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 with: google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - name: Install node modules @@ -130,11 +130,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build Snapshots @@ -154,15 +154,15 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 # 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -185,12 +185,12 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Install node modules run: pnpm install --frozen-lockfile - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/browserstack@ad935905ff554e020ca790a085e835f3308fff45 - 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 dc6a2e1067b1..5370ebe32be4 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 - name: Install node modules run: pnpm install --frozen-lockfile diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index ca43d50c4d52..b468256d35ad 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -15,21 +15,21 @@ jobs: if: github.event_name == 'pull_request_target' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/labeling/pull-request@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + - uses: angular/dev-infra/github-actions/labeling/pull-request@ad935905ff554e020ca790a085e835f3308fff45 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: if: github.event_name == 'pull_request_target' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/post-approval-changes@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + - uses: angular/dev-infra/github-actions/post-approval-changes@ad935905ff554e020ca790a085e835f3308fff45 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} issue_labels: if: github.event_name == 'issues' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/labeling/issue@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + - uses: angular/dev-infra/github-actions/labeling/issue@ad935905ff554e020ca790a085e835f3308fff45 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} google-generative-ai-key: ${{ secrets.GOOGLE_GENERATIVE_AI_KEY }} diff --git a/.github/workflows/docs-preview-build.yml b/.github/workflows/docs-preview-build.yml index dc6ffbdbf8e2..8919ed947cc9 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 - 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@ad935905ff554e020ca790a085e835f3308fff45 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 6eab566139bc..b15885b678da 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@ad935905ff554e020ca790a085e835f3308fff45 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 eb4ff48586ad..cf8dd5ed305c 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: angular/dev-infra/github-actions/google-internal-tests@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + - uses: angular/dev-infra/github-actions/google-internal-tests@ad935905ff554e020ca790a085e835f3308fff45 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 7edef062450a..0c96bcd3082e 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 - 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 - 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 - 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 93562f5e7552..0e03fa6cdea9 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Install node modules run: pnpm install --frozen-lockfile # TODO: Remove --ignore_all_rc_files flag once a repository can be loaded in bazelrc during info @@ -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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/linting/licenses@ad935905ff554e020ca790a085e835f3308fff45 # 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,11 +55,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 - name: Install node modules run: pnpm install --frozen-lockfile - name: Check API Goldens @@ -69,11 +69,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run e2e tests @@ -83,11 +83,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run integration tests @@ -97,11 +97,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -111,11 +111,11 @@ jobs: runs-on: ubuntu-latest-16core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 - name: Install node modules run: pnpm install --frozen-lockfile - name: Run tests @@ -125,11 +125,11 @@ jobs: runs-on: ubuntu-latest-4core steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 - name: Install node modules run: pnpm install --frozen-lockfile - name: Build and Verify Release Output @@ -152,15 +152,15 @@ jobs: CI_RUNNER_NUMBER: ${{ github.run_id }} steps: - name: Initialize environment - uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Browserstack Variables - uses: angular/dev-infra/github-actions/browserstack@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/browserstack@ad935905ff554e020ca790a085e835f3308fff45 - 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 950a85ffcd4d..3f2ac1da9737 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 # 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + - uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@ad935905ff554e020ca790a085e835f3308fff45 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 0561c5b3b304..3c409ef20d1d 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + - uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@ad935905ff554e020ca790a085e835f3308fff45 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 8d03bbc2a41e..29aad23c9787 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel - uses: angular/dev-infra/github-actions/bazel/setup@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/setup@ad935905ff554e020ca790a085e835f3308fff45 - name: Setup Bazel RBE - uses: angular/dev-infra/github-actions/bazel/configure-remote@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/bazel/configure-remote@ad935905ff554e020ca790a085e835f3308fff45 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@a3baba2402ef0efd781913544a5bbc13a51a1bc8 + uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@ad935905ff554e020ca790a085e835f3308fff45 # 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 14d71d1ebf7a..965b5dd8c20e 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -18,28 +18,28 @@ bazel_dep(name = "bazel_skylib", version = "1.9.0") bazel_dep(name = "rules_browsers") git_override( module_name = "rules_browsers", - commit = "afdc95c1ce8ed9ff0cb94f829b7fc988c43dd783", + commit = "652b57c41218be318f33fc92032696f53d3aa0ef", remote = "https://github.com/angular/rules_browsers.git", ) bazel_dep(name = "rules_sass") git_override( module_name = "rules_sass", - commit = "13918bec49cd183a591e3781d1d08044b4aa9f61", + commit = "48a5a0e04e4af77729d06b42c5691fbb1bc8dfb5", remote = "https://github.com/angular/rules_sass.git", ) bazel_dep(name = "rules_angular") git_override( module_name = "rules_angular", - commit = "32ce54318d9ec5d84269d4acecbc39944cd8b5e7", + commit = "6c36180c2efebc6526ef0e6a55a6d738c7de6909", remote = "https://github.com/angular/rules_angular.git", ) bazel_dep(name = "devinfra") git_override( module_name = "devinfra", - commit = "a3baba2402ef0efd781913544a5bbc13a51a1bc8", + commit = "ad935905ff554e020ca790a085e835f3308fff45", remote = "https://github.com/angular/dev-infra.git", ) diff --git a/package.json b/package.json index 8613429f270d..6a6e57e3d23b 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#75f81023305e3635e811207ee620db884e61d725", + "@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#6ad9d06fa01e41fdf5262093ddd37667fffbf17b", "@angular/platform-server": "catalog:", "@angular/router": "catalog:", "@babel/core": "^7.16.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5e243a09f742..9a519b69a62a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -126,8 +126,8 @@ importers: specifier: 'catalog:' version: 22.0.0-next.6(@angular/compiler-cli@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(typescript@6.0.2))(@angular/compiler@22.0.0-next.6) '@angular/ng-dev': - specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#75f81023305e3635e811207ee620db884e61d725 - version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/75f81023305e3635e811207ee620db884e61d725(@modelcontextprotocol/sdk@1.29.0) + specifier: https://github.com/angular/dev-infra-private-ng-dev-builds.git#6ad9d06fa01e41fdf5262093ddd37667fffbf17b + version: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6ad9d06fa01e41fdf5262093ddd37667fffbf17b(@modelcontextprotocol/sdk@1.29.0) '@angular/platform-server': specifier: 'catalog:' version: 22.0.0-next.6(@angular/common@22.0.0-next.6(@angular/compiler-cli@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(typescript@6.0.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(typescript@6.0.2))(@angular/compiler@22.0.0-next.6)(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@6.6.7)(zone.js@0.16.1))(@angular/platform-browser@22.0.0-next.6(@angular/common@22.0.0-next.6(@angular/compiler-cli@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(typescript@6.0.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@6.6.7)(zone.js@0.16.1))(rxjs@6.6.7))(@angular/compiler-cli@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(typescript@6.0.2))(@angular/core@22.0.0-next.6(@angular/compiler@22.0.0-next.6)(rxjs@6.6.7)(zone.js@0.16.1)))(rxjs@6.6.7) @@ -960,9 +960,9 @@ packages: '@angular/compiler': 22.0.0-next.6 '@angular/compiler-cli': 22.0.0-next.6 - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/75f81023305e3635e811207ee620db884e61d725': - resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/75f81023305e3635e811207ee620db884e61d725} - version: 0.0.0-a3baba2402ef0efd781913544a5bbc13a51a1bc8 + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6ad9d06fa01e41fdf5262093ddd37667fffbf17b': + resolution: {tarball: https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6ad9d06fa01e41fdf5262093ddd37667fffbf17b} + version: 0.0.0-ef76470f93f00da7e3cdc737d8280d29b9c9b2f2 hasBin: true '@angular/platform-browser-dynamic@22.0.0-next.6': @@ -2181,8 +2181,8 @@ packages: resolution: {integrity: sha512-IJn+8A3QZJfe7FUtWqHVNo3xJs7KFpurCWGWCiCz3oEh+BkRymKZ1QxfAbU2yGMDzTytLGQ2IV6T2r3cuo75/w==} engines: {node: '>=18'} - '@google/genai@1.47.0': - resolution: {integrity: sha512-0VV7AaXm5rQu3oRHNZNEubRAOL2lv5u+YA72eWnDwcOx3B1jFRbvtgL4drRHlocRHOnludvr3xmbQGbR+/RQAQ==} + '@google/genai@1.48.0': + resolution: {integrity: sha512-plonYK4ML2PrxsRD9SeqmFt76eREWkQdPCglOA6aYDzL1AAbE+7PUnT54SvpWGfws13L0AZEqGSpL7+1IPnTxQ==} engines: {node: '>=20.0.0'} peerDependencies: '@modelcontextprotocol/sdk': ^1.25.2 @@ -7315,10 +7315,6 @@ packages: minimalistic-assert@1.0.1: resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} - minimatch@10.2.4: - resolution: {integrity: sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==} - engines: {node: 18 || 20 || >=22} - minimatch@10.2.5: resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==} engines: {node: 18 || 20 || >=22} @@ -10346,12 +10342,12 @@ snapshots: transitivePeerDependencies: - supports-color - '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/75f81023305e3635e811207ee620db884e61d725(@modelcontextprotocol/sdk@1.29.0)': + '@angular/ng-dev@https://codeload.github.com/angular/dev-infra-private-ng-dev-builds/tar.gz/6ad9d06fa01e41fdf5262093ddd37667fffbf17b(@modelcontextprotocol/sdk@1.29.0)': dependencies: '@actions/core': 3.0.0 '@conventional-changelog/git-client': 2.6.0(conventional-commits-filter@5.0.0)(conventional-commits-parser@6.4.0) '@google-cloud/spanner': 8.0.0(supports-color@10.2.2) - '@google/genai': 1.47.0(@modelcontextprotocol/sdk@1.29.0)(bufferutil@4.1.0)(supports-color@10.2.2)(utf-8-validate@6.0.6) + '@google/genai': 1.48.0(@modelcontextprotocol/sdk@1.29.0)(bufferutil@4.1.0)(supports-color@10.2.2)(utf-8-validate@6.0.6) '@inquirer/prompts': 8.3.2(@types/node@24.12.0) '@inquirer/type': 4.0.4(@types/node@24.12.0) '@octokit/auth-app': 8.2.0 @@ -10389,7 +10385,7 @@ snapshots: jasmine-core: 6.1.0 jasmine-reporters: 2.5.2 jsonc-parser: 3.3.1 - minimatch: 10.2.4 + minimatch: 10.2.5 multimatch: 8.0.0 nock: 14.0.11 semver: 7.7.4 @@ -11822,7 +11818,7 @@ snapshots: transitivePeerDependencies: - supports-color - '@google/genai@1.47.0(@modelcontextprotocol/sdk@1.29.0)(bufferutil@4.1.0)(supports-color@10.2.2)(utf-8-validate@6.0.6)': + '@google/genai@1.48.0(@modelcontextprotocol/sdk@1.29.0)(bufferutil@4.1.0)(supports-color@10.2.2)(utf-8-validate@6.0.6)': dependencies: google-auth-library: 10.6.2(supports-color@10.2.2) p-retry: 4.6.2 @@ -17686,10 +17682,6 @@ snapshots: minimalistic-assert@1.0.1: {} - minimatch@10.2.4: - dependencies: - brace-expansion: 5.0.5 - minimatch@10.2.5: dependencies: brace-expansion: 5.0.5