Skip to content

Commit

Permalink
Block lru-cache@8 until we drop node@14 support (#7441)
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Mar 13, 2023
1 parent 07005c4 commit 8d65021
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json5
Expand Up @@ -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
Expand Down

0 comments on commit 8d65021

Please sign in to comment.