Update to semver ≥ 7 (Fixes: #2005)#2006
Conversation
|
(Following on from discussion in #2006) The So back out the package.json change, leaving us with semver@5, and I'll lift my objection. Without anyone else objecting we should be able to merge this (with a bit of manual testing). We'll bump to semver@7 when npm does--which may be sooner than later with the retirement of Node.js 8 (i.e. a lot of npm's dependencies have moved to support newer JS features that aren't supported by Node.js 8). I'll +1 this change since it's trivial, but it's not an endorsement (from me at least) of dancing around the incompatible bundling policies of Debian et. al.. That's something you either have to continue to manually patch your way around or push for some policy leniency for runtime ecosystems such as Node.js, whose dependency systems are incompatible with the existing distro policies. |
Done, thanks. Of course, Debian Developer will continue to manually patch the node.js module they need 😉 |

Description of change
This PR updates semver to 7.x. and fixes #2005