From f184666075e6915ad0f5b2145813eeb672215177 Mon Sep 17 00:00:00 2001 From: Philippe Serhal Date: Sun, 19 Jul 2026 14:06:39 -0400 Subject: [PATCH] chore: upgrade to pnpm 11.15.0 There is a hypothesis that Renovate stopped working for us (runs out of memory) a couple weeks ago and that pnpm 11.11 introduced memory usage fixes that could resolve this. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9b2463e59b..36b5b9b753 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "engines": { "node": "24" }, - "packageManager": "pnpm@11.10.0", + "packageManager": "pnpm@11.15.0+sha512.266f8957a30d2be6e9468e5e66bcdedd35a794175f71b067ba8504d686cce1d0c0f429b33c323c3c569ad4891e667574a49ff71d1b89a22cc66f13c65818c578", "storybook": { "url": "https://storybook.npmx.dev" }