From 9626fb2effe7fba88e354eb31162a7c3aa126c3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 21:53:40 +0000 Subject: [PATCH 1/5] chore(deps): update pnpm to v11 --- mise.toml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mise.toml b/mise.toml index d5eb0d4d5..a6327548d 100644 --- a/mise.toml +++ b/mise.toml @@ -1,3 +1,3 @@ [tools] node = "lts" -pnpm = "10" +pnpm = "11" diff --git a/package.json b/package.json index d76dc1dd4..74f2475b8 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ } }, "prettier": "@sapphire/prettier-config", - "packageManager": "pnpm@10.33.3", + "packageManager": "pnpm@11.1.3", "engines": { "node": ">=24", "pnpm": ">=10" From 1aebba7cbca52e2726802ff51688b5d1287697d1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 May 2026 15:26:44 +0000 Subject: [PATCH 2/5] ci: fix pnpm v11 install policy and add minimumReleaseAge Agent-Logs-Url: https://github.com/wolfstar-project/wolfstar/sessions/1ac0505e-23d5-4a37-93bc-da8826d74998 --- pnpm-workspace.yaml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 28ea15518..caad4cdfd 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,15 +1,11 @@ -ignoredBuiltDependencies: - - bufferutil - - zlib-sync +minimumReleaseAge: 1440 -onlyBuiltDependencies: - - '@prisma/client' - - '@prisma/engines' - - '@tailwindcss/oxide' - - prisma - - sharp@0.34.5 - - workerd - - better-sqlite3 +allowBuilds: + '@prisma/engines': true + bufferutil: false + esbuild: true + prisma: true + zlib-sync: false overrides: ansi-regex: ^5.0.1 From 87a459f3ea1c22ad337eb3e7cab0b082c27a3f68 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 May 2026 15:27:35 +0000 Subject: [PATCH 3/5] ci: preserve existing approved build dependencies Agent-Logs-Url: https://github.com/wolfstar-project/wolfstar/sessions/1ac0505e-23d5-4a37-93bc-da8826d74998 --- pnpm-workspace.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index caad4cdfd..b666d6292 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,10 +1,15 @@ minimumReleaseAge: 1440 allowBuilds: + '@prisma/client': true '@prisma/engines': true + '@tailwindcss/oxide': true + better-sqlite3: true bufferutil: false esbuild: true prisma: true + sharp@0.34.5: true + workerd: true zlib-sync: false overrides: From 482341cf61fafffe79203f270a49ce4ba741c27b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 May 2026 15:28:10 +0000 Subject: [PATCH 4/5] docs: clarify pnpm policy values Agent-Logs-Url: https://github.com/wolfstar-project/wolfstar/sessions/1ac0505e-23d5-4a37-93bc-da8826d74998 --- pnpm-workspace.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index b666d6292..6268408c8 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,4 @@ +# Delay installs of very new releases by 24h as a supply-chain safety buffer. minimumReleaseAge: 1440 allowBuilds: @@ -6,6 +7,7 @@ allowBuilds: '@tailwindcss/oxide': true better-sqlite3: true bufferutil: false + # Required by current lockfile; pnpm v11 blocks install unless explicitly approved. esbuild: true prisma: true sharp@0.34.5: true From cffb862099be4abd65b5aa3b9d67cbf0c388bb9e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 21 May 2026 15:29:05 +0000 Subject: [PATCH 5/5] docs: clarify minimumReleaseAge unit Agent-Logs-Url: https://github.com/wolfstar-project/wolfstar/sessions/1ac0505e-23d5-4a37-93bc-da8826d74998 --- pnpm-workspace.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6268408c8..6bcbbec7d 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,4 +1,4 @@ -# Delay installs of very new releases by 24h as a supply-chain safety buffer. +# Delay installs of very new releases by 24 hours (1440 minutes) as a supply-chain safety buffer. minimumReleaseAge: 1440 allowBuilds: