Skip to content

Commit

Permalink
block @typescript-eslint updates
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Jul 31, 2023
1 parent 4047b08 commit 3390124
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,16 @@
matchPackageNames: ["^@graphql-tools/schema"],
allowedVersions: "9.x"
},
// make-fetch-happen drops support for node v14. We can take this when we drop node v14 support.
// make-fetch-happen@12 drops support for node v14. We can take this when we drop node v14 support.
{
matchPackageNames: ["^make-fetch-happen"],
allowedVersions: "11.x"
},
// @typescript-eslint@6 drops support for node v14. We can take this when we drop node v14 support.
{
matchPackageNames: ["^@typescript-eslint"],
allowedVersions: "5.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 3390124

Please sign in to comment.