From 8d65021014feed714d5c11b7fada4443ceacc2c7 Mon Sep 17 00:00:00 2001 From: Trevor Scheer Date: Mon, 13 Mar 2023 10:35:44 -0700 Subject: [PATCH] Block `lru-cache@8` until we drop `node@14` support (#7441) --- renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index 0cbe05a8c8a..d532633e9d7 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -57,6 +57,11 @@ matchPackageNames: ["@types/node"], allowedVersions: "14.x" }, + // lru-cache@8 drops support for v16. We can take this when we drop node v14 support. + { + matchPackageNames: ["lru-cache"], + allowedVersions: "7.x" + }, // node-fetch v3 only ships as ESM. We currently build as both CommonJS and // ESM and we're not going to go ESM-only for a while. So let's stay on v2. // (Perhaps we could swap to undici instead if this pin gets to be a