Skip to content

Commit

Permalink
renovate: more Node v14 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Oct 29, 2024
1 parent d1549c4 commit d268721
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,14 @@
// change in https://github.com/uuidjs/uuid/pull/750 and then later started
// using the new-in-v16 `??=` operator.)
{
matchPackageNames: ["uuid"],
matchPackageNames: ["uuid", "@types/uuid"],
allowedVersions: "9.x",
},
// negotiator@1 drops support for node v14. We can take this when we drop node v14 support.
{
matchPackageNames: ["negotiator"],
allowedVersions: "0.x",
},
// We specifically provide a first-party integration (`expressMiddleware`
// imported from `@apollo/server/express4`) for Express v4 because it is the
// most common web framework. (Additionally, as an internal implementation
Expand All @@ -153,6 +158,6 @@
{
matchPackageNames: ["express", "@types/express", "@types/express-serve-static-core"],
allowedVersions: "4.x",
}
},
]
}

0 comments on commit d268721

Please sign in to comment.