From 665f77926487e7353851ccc42fd5f6b0e6151681 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 15:13:16 +0000 Subject: [PATCH 1/2] chore: increase pnpm minimumReleaseAge to 7 days Co-Authored-By: alexis@launchdarkly.com --- pnpm-workspace.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 57feba7c9..6633867c5 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -13,6 +13,7 @@ allowBuilds: style-dictionary: true autoInstallPeers: true +minimumReleaseAge: 10080 overrides: vite: "npm:rolldown-vite@6.3.16" From ff08d8b331676aed5355786df9e71ef2a52e08bb Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 15:16:33 +0000 Subject: [PATCH 2/2] chore: add human-readable comment for minimumReleaseAge Co-Authored-By: alexis@launchdarkly.com --- pnpm-workspace.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 6633867c5..dbbccfba2 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -13,7 +13,7 @@ allowBuilds: style-dictionary: true autoInstallPeers: true -minimumReleaseAge: 10080 +minimumReleaseAge: 10080 # 7 days overrides: vite: "npm:rolldown-vite@6.3.16"