Skip to content

Commit 8a2d203

Browse files
authored
renovate: pin more packages that lack Node v14 support (#8057)
We are starting on AS5 which will drop this old Node requirement (#7515) but are not there yet!
1 parent 8c6579e commit 8a2d203

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

renovate.json5

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,18 @@
153153
matchPackageNames: ["npm"],
154154
allowedVersions: "9.x",
155155
},
156+
// [email protected] adds a dependency on `type-fest` which drops support for node v14.
157+
// We can take this when we drop node v14 support.
158+
{
159+
matchPackageNames: ["ts-jest"],
160+
allowedVersions: "29.2.x",
161+
},
162+
// nock@14 drops support for node v14 and v16. We can take this when we drop
163+
// node v16 support.
164+
{
165+
matchPackageNames: ["nock"],
166+
allowedVersions: "13.x",
167+
},
156168
// We specifically provide a first-party integration (`expressMiddleware`
157169
// imported from `@apollo/server/express4`) for Express v4 because it is the
158170
// most common web framework. (Additionally, as an internal implementation

0 commit comments

Comments
 (0)