From 57cc21b61a76a8eabe4ee638b1030b9394e6602b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 10:32:15 +0000 Subject: [PATCH 1/2] chore(deps): update dependency pnpm to v10.28.2 --- .github/workflows/ci-checks.yaml | 4 ++-- .github/workflows/deploy-github-pages.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-checks.yaml b/.github/workflows/ci-checks.yaml index de5aceb62a..a60c609352 100644 --- a/.github/workflows/ci-checks.yaml +++ b/.github/workflows/ci-checks.yaml @@ -45,7 +45,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 with: - version: 10.28.0 + version: 10.28.2 - name: Get pnpm store directory id: pnpm-cache @@ -92,7 +92,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 with: - version: 10.28.0 + version: 10.28.2 - name: Get pnpm store directory id: pnpm-cache diff --git a/.github/workflows/deploy-github-pages.yaml b/.github/workflows/deploy-github-pages.yaml index b82d3e6cad..328de62e9b 100644 --- a/.github/workflows/deploy-github-pages.yaml +++ b/.github/workflows/deploy-github-pages.yaml @@ -38,7 +38,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 with: - version: 10.28.0 + version: 10.28.2 - name: Cache \ store uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e2bad0d7bc..68ce69a473 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,7 +42,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 with: - version: 10.28.0 + version: 10.28.2 - name: Cache \ store uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 From f57be36107f44e707e7f79a93e0a22a50d16870f Mon Sep 17 00:00:00 2001 From: hgw77 Date: Thu, 5 Feb 2026 12:20:46 +0100 Subject: [PATCH 2/2] chore(core): bump pnpm version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4525c02139..65b6c23d69 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "turbo": "2.5.6", "typescript": "5.9.2" }, - "packageManager": "pnpm@10.28.0", + "packageManager": "pnpm@10.28.2", "dependencies": { "@tanstack/react-query": "5.89.0", "zod": "3.25.76"