From b3a91c2586de2fdb2b0335bf6d106fe8b94dbb27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 08:42:09 +0000 Subject: [PATCH 1/4] Update pnpm to v11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a21667131..d228df94e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Ghost Foundation", "license": "MIT", "type": "module", - "packageManager": "pnpm@10.33.4", + "packageManager": "pnpm@11.1.3", "engines": { "node": ">=22.21.1" }, From a9dfb9123d1515f9dc0509d589f678a99b60a6a3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 22 May 2026 09:45:58 +0100 Subject: [PATCH 2/4] Move pnpm onlyBuiltDependencies to pnpm-workspace.yaml --- package.json | 7 ------- pnpm-workspace.yaml | 5 +++++ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index d228df94e..30d00267c 100644 --- a/package.json +++ b/package.json @@ -40,12 +40,5 @@ "nx": "22.7.2", "tsx": "4.22.2", "typescript": "6.0.3" - }, - "pnpm": { - "onlyBuiltDependencies": [ - "esbuild", - "nx", - "sharp" - ] } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index dee51e928..5b269497a 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,2 +1,7 @@ packages: - "packages/*" + +onlyBuiltDependencies: + - esbuild + - nx + - sharp From 5fa42075e47df08e01ecff3f695fed3d95f0ebab Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 25 May 2026 09:31:15 +0100 Subject: [PATCH 3/4] Update pnpm-workspace.yaml --- pnpm-workspace.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 5b269497a..4f5ae7971 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,7 +1,7 @@ packages: - "packages/*" -onlyBuiltDependencies: - - esbuild - - nx - - sharp +allowBuilds: + esbuild: true + nx: true + sharp: true From b866da2d88ccf949d57c5fee84c11d2fd9b5f840 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 25 May 2026 09:53:55 +0100 Subject: [PATCH 4/4] Update pnpm-workspace.yaml --- pnpm-workspace.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 4f5ae7971..d5ca49cf0 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -5,3 +5,6 @@ allowBuilds: esbuild: true nx: true sharp: true + +minimumReleaseAgeExclude: + - tldts-core@7.1.2