From a40fab9930f85c4c93ece7c1f58b8ce6858d9f6e Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Wed, 8 Jul 2026 17:03:57 -0700 Subject: [PATCH] chore(bunfig): restore minimumReleaseAge to 604800 Temporarily lowered to 0 in #5521 to get TypeScript 7.0.2 (published same-day) past the supply-chain safety gate for that merge. Restoring the 7-day gate now that the merge is done. --- bunfig.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bunfig.toml b/bunfig.toml index 27722f016f1..b74c34f6800 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -1,6 +1,6 @@ [install] exact = true -minimumReleaseAge = 0 +minimumReleaseAge = 604800 [run] env = { NEXT_PUBLIC_APP_URL = "http://localhost:3000" }