Skip to content

Commit

Permalink
Stop pinning Lerna to pre v3.14.0.
Browse files Browse the repository at this point in the history
Thanks to a gracious fix to Lerna by the Babel community, this issue
(originally reported in my lerna/lerna#2107) is no
longer an issue in new versions of Lerna, thanks to the fix provided in
lerna/lerna#2185.

Ref: lerna/lerna#2185
Ref: lerna/lerna#2107
  • Loading branch information
abernix committed Jul 24, 2019
1 parent de9e3bf commit 585085d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
"packageNames": ["@types/node"],
"allowedVersions": "8.x"
},
// Currently limited because of a bug in Lerna 3.14.0, as reported in:
// https://github.com/lerna/lerna/issues/2107. Note this can now be
// reverted, since it's resolved, but I'll reserve that for a follow-up
// commit.
{
"packageNames": ["lerna"],
"allowedVersions": "=3.13.4"
},
/*
Avoid major version bumps to server frameworks (those used by the
various Apollo Server integrations (e.g. Fastify, Express, Koa, etc.),
Expand Down

0 comments on commit 585085d

Please sign in to comment.