Update the supported version of npm to v8#16707
Update the supported version of npm to v8#16707mchammer01 merged 3 commits intogithub:mainfrom jeffwidman:patch-2
npm to v8#16707Conversation
Support for `npm` `v8` was added to Dependabot in dependabot/dependabot-core#4763.
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
|
@jeffwidman |
|
I'll review this! |
|
Well actually (😬), we do still support v6 of npm because it still has a huge number of users. v7 is also kind of supported, in that, there are no breaking changes between v7 and v8 other than a deprecated node version, since we cannot determine wether someone is using v7 of v8 we perform the update using v8. |
Co-authored-by: Jurre <jurre@github.com>
There was a problem hiding this comment.
@jeffwidman - thanks for your contribution ✨
I consulted with @jurre who told me that we were still supporting v6 and v7 so I've accepted his suggestion, and will merge this as soon as I can. You were right about v8 🙂
|
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Support for
npmv8was added to Dependabot in dependabot/dependabot-core#4763.Why:
Closes dependabot/dependabot-core#4936.
What's being changed:
Replacing
v6andv7as officially supported versions withv8.v7is no longer officially supported per the comments in dependabot/dependabot-core#4763, and ifv7isn't supported,v6certainly isn't supported!Check off the following:
Writer impact (This section is for GitHub staff members only):