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.3
Hello everyone 😄 happy npm7 patch-release day! In the last week we had a bunch of fixes that you can now get with: npm install -g npm@7
.
It includes some fixes for installing peer dependencies, add/update documentation and a number of bug fixes, including some community contributions that you can check over here in the changelogs:
7.0.3 (2020-10-20)
BUG FIXES
ce4724a38
#1986 checkresult
when determining exit code ofls <filter>
(@G-Rath)00d926f8d
#1987 don’t suppress run output when--silent
is passed (@G-Rath)043da2347
improve cache clear error message (@isaacs)
DOCUMENTATION
a57f5c466
update docs for: access, adduser, audit, bin, bugs, build, cache, ci, completion, config and dedupe (@isaacs)5b88b72b9
remove the long-gone bundle command (@isaacs)ae09aa5c1
#1993 document –save-peer as a common option to npm install (@JakeChampion)c9993e6b1
#1982 fix url links for init-package-json/node-semver (@takenspc)
DEPENDENCIES
5d9df8395
node-gyp@7.1.2
7.0.2 (2020-10-16)
DOCUMENTATION
9476734b7
#1967 add mention to workspaces prepare lifecycle (@ruyadorno)
BUG FIXES
5cf71c689
#1971 owner rm at local pkg not work (@ShangguanQuail)
DEPENDENCIES
722b7ae63
#1974 patch node-gyp (@targos)4ae825c01
#1976 patch node-gyp (@MylesBorins)181eabf13
@npmcli/arborist@1.0.3
- fix workspaces
prepare
lifecycle scripts - fix peer deps overchecks resulting in ERESOLVE
- fix workspaces
6cc115409
init-package-json@2.0.1
dbf9d6d1f
libnpmpublish@3.0.2
7.0.1 (2020-10-15)
DOCUMENTATION
03fca6a3b
Adds docs on workspaces, explaining its basic concept and how to use it. (@ruyadorno)