From 6a0d2aa9bd709afde8ab2f21dd94088f1d2c0693 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 02:17:27 +0000 Subject: [PATCH] chore(deps): update pnpm to v11 --- .github/workflows/ci-fast.yml | 4 ++-- .github/workflows/ci-fork.yml | 2 +- .github/workflows/e2e-cloud.yml | 12 ++++++------ .github/workflows/publish-npm-dev.yml | 6 +++--- .github/workflows/release.yml | 10 +++++----- package.json | 2 +- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/ci-fast.yml b/.github/workflows/ci-fast.yml index 40d7bfd56..5868da142 100644 --- a/.github/workflows/ci-fast.yml +++ b/.github/workflows/ci-fast.yml @@ -120,7 +120,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 10.34.5 + version: 11.20.0 - uses: actions/setup-node@v7 with: @@ -283,7 +283,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 10.34.5 + version: 11.20.0 - uses: actions/setup-node@v7 with: diff --git a/.github/workflows/ci-fork.yml b/.github/workflows/ci-fork.yml index c241ab565..c2380e4e8 100644 --- a/.github/workflows/ci-fork.yml +++ b/.github/workflows/ci-fork.yml @@ -39,7 +39,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 10.34.5 + version: 11.20.0 - uses: actions/setup-node@v7 with: diff --git a/.github/workflows/e2e-cloud.yml b/.github/workflows/e2e-cloud.yml index 83f147adf..d960b049f 100644 --- a/.github/workflows/e2e-cloud.yml +++ b/.github/workflows/e2e-cloud.yml @@ -495,7 +495,7 @@ jobs: - uses: pnpm/action-setup@v6 if: needs.compute-matrix.outputs.needs_bindings_x86_64 == 'true' with: - version: 10.34.5 + version: 11.20.0 - uses: actions/setup-node@v7 if: needs.compute-matrix.outputs.needs_bindings_x86_64 == 'true' @@ -593,7 +593,7 @@ jobs: - uses: pnpm/action-setup@v6 if: needs.compute-matrix.outputs.needs_bindings_aarch64 == 'true' with: - version: 10.34.5 + version: 11.20.0 - uses: actions/setup-node@v7 if: needs.compute-matrix.outputs.needs_bindings_aarch64 == 'true' @@ -1274,7 +1274,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 10.34.5 + version: 11.20.0 - uses: actions/setup-node@v7 with: @@ -1373,7 +1373,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 10.34.5 + version: 11.20.0 - uses: actions/setup-node@v7 with: @@ -1522,7 +1522,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 10.34.5 + version: 11.20.0 - uses: actions/setup-node@v7 with: @@ -1701,7 +1701,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 10.34.5 + version: 11.20.0 - uses: actions/setup-node@v7 with: diff --git a/.github/workflows/publish-npm-dev.yml b/.github/workflows/publish-npm-dev.yml index 739f30d96..3ca1fb17e 100644 --- a/.github/workflows/publish-npm-dev.yml +++ b/.github/workflows/publish-npm-dev.yml @@ -54,7 +54,7 @@ jobs: - uses: pnpm/action-setup@v4 with: - version: 10.34.5 + version: 11.20.0 - uses: actions/setup-node@v7 with: @@ -138,7 +138,7 @@ jobs: - uses: pnpm/action-setup@v4 with: - version: 10.34.5 + version: 11.20.0 - uses: actions/setup-node@v7 with: @@ -220,7 +220,7 @@ jobs: - uses: pnpm/action-setup@v4 with: - version: 10.34.5 + version: 11.20.0 - uses: actions/setup-node@v7 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51f9fd36e..2e4b1127e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -630,7 +630,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 10.34.5 + version: 11.20.0 - uses: actions/setup-node@v7 with: @@ -905,7 +905,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 10.34.5 + version: 11.20.0 - uses: actions/setup-node@v7 with: @@ -1012,7 +1012,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 10.34.5 + version: 11.20.0 - uses: actions/setup-node@v7 with: @@ -1077,7 +1077,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 10.34.5 + version: 11.20.0 - uses: actions/setup-node@v7 with: @@ -1214,7 +1214,7 @@ jobs: - uses: pnpm/action-setup@v6 with: - version: 10.34.5 + version: 11.20.0 - uses: actions/setup-node@v7 with: diff --git a/package.json b/package.json index 20efe6867..244d2d1f3 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@changesets/cli": "^2.29.7", "turbo": "^2.5.8" }, - "packageManager": "pnpm@10.34.5", + "packageManager": "pnpm@11.20.0", "pnpm": { "overrides": { "@alienplatform/sdk": "link:packages/sdk",