Skip to content

Commit

Permalink
renovate: pin two more deps for Node reasons (#7972)
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser authored Oct 29, 2024
1 parent 5008f15 commit e7b598a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,18 @@
matchPackageNames: ["rollup"],
allowedVersions: "4.x",
},
// eslint@9 drops support for node v14. We can take this when we drop node v14 support.
{
matchPackageNames: ["eslint"],
allowedVersions: "8.x",
},
// uuid@10 drops support for node v14. We can take this when we drop node
// v14 support. (This isn't in the engines property, but they made this
// change in https://github.com/uuidjs/uuid/pull/750 and then later started
// using the new-in-v16 `??=` operator.)
{
matchPackageNames: ["uuid"],
allowedVersions: "9.x",
}
]
}

0 comments on commit e7b598a

Please sign in to comment.