The npm blog has been discontinued.
Updates from the npm team are now published on the GitHub Blog and the GitHub Changelog.
Release v7.0.0-rc.3
Sometimes, “releasing at least weekly” means 3 releases in one week. This was one such week :)
The release candidates are getting more stable as we fix more of the bugs that our brave testers are putting them through their paces and giving us feedback.
You can get this update in the standard way, by running this command in your terminal:
npm install -g npm@next-7
Full changelogs below.
v7.0.0-rc.3 (2020-10-06)
d816c2efac8f0d5457d48086d0df34595f2e#1902 tests for several commands (@nlf)6d49207db#1903 Revert “Remove unused npx binary” (@MylesBorins)138dfc202set executable permissions on bins that node installer usesb06d68078@npmcli/arborist@0.0.32- Do not remove
node_modulesfolders from Workspaces whenloadActualraces withbuildIdealTree(@ruyadorno)
- Do not remove
2509e3a1buuid@8.3.1
v7.0.0-rc.2 (2020-10-02)
6de81a013@npmcli/run-script@1.7.2- Fix regression running ‘install’ scripts when package.json does not contain a scripts object
v7.0.0-rc.1 (2020-10-02)
281a7f39a@npmcli/arborist@0.0.31- Allow
npm updateto update bundled root dependencies - Only do implicit node-gyp build for gyp files named
binding.gyp
- Allow
384f5ec47update minipass-fetch to fix many 'cb() never called’ errors7b1e75906@npmcli/run-script@1.7.1- Only do implicit node-gyp build for gyp files named
binding.gyp
- Only do implicit node-gyp build for gyp files named
c20e2f0c7#1892 Support--omitoptions in npm outdated