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.9
Happy Friday 🎉 It’s been a long week but we hope we can brighten your day a bit with another round of releases to npm v7.
You can get the latest release in the usual ways
npm install -g npm@7
7.0.9 (2020-11-06)
BUG FIXES
96a0d2802
default the ‘start’ script when server.js present (@isaacs)7716e423e
#2075 #2071 print the registry when using 'npm login’ (@Wicked7000)7046fe10c
#2122 tests fornpm cache
command (@nlf)
DEPENDENCIES
74325f53b
#2124@npmcli/run-script@1.7.5
:- Export the
isServerPackage
method - Proxy signals to and from foreground child processes
- Export the
0e58e6f6b
#1984 #2079 #1923 #606 #2031@npmcli/arborist@1.0.9
:- Process deps for all link nodes
- Use junctions instead of symlinks
- Use @npmcli/move-file instead of fs.rename
1dad328a1
#1865 #2106 #2084pacote@11.1.13
:- Properly set the installation command for
prepare
scripts when installing git/dir deps
- Properly set the installation command for
e090d706c
#2097libnpmversion@1.0.7
:- Do not crash when the package.json file lacks a 'version’ field
8fa541a10
cmark-gfm@0.8.4
7.0.8 (2020-11-03)
DOCUMENTATION
052e977b9
#1822 #1247 add section on peerDependenciesMeta field in package.json (@foxxyz)52d32d175
#1970 match npm-exec.md -p usage with lib/exec.js (@dr-js)48ee8d01e
#2096 Fix RFC links in changelog (@jtojnar)
BUG FIXES
6cd3cd08a
Support all conf keys in publishConfiga1f9be8a7
#2074 Support publishing any kind of spec, not just directories
DEPENDENCIES
545382df6
libnpmpublish@4.0.0
:- Support publishing things other than folders
7d88f1719
npm-registry-fetch@9.0.0
823b40a4e
pacote@11.1.12
90bf57826
npm-profile@5.0.2
e5a413577
libnpmteam@2.0.2
fc5aa7b4a
libnpmsearch@3.0.1
9fc1dee13
libnpmorg@2.0.1
0ea870ec5
libnpmhook@6.0.1
32fd744ea
libnpmaccess@4.0.1
fc76f3d9f
@npmcli/arborist@1.0.8
- Fix
cannot read property 'description' of undefined
innpm ls
whenpackage-lock.json
is corrupted - Do not allow peerDependencies to be nested under dependents in any circumstances
- Always resolve peerDependencies in
--prefer-dedupe
mode
- Fix
7.0.7 (2020-10-30)
BUG FIXES
3990b422d
#2067 use sh as default unix shell, not bash (@isaacs)81d6ceef6
#1975 fix npm exec on folders missing package.json (@ruyadorno)2a680e91a
#2083 delete the contents ofnode_modules
only innpm ci
(@nlf)2636fe1f4
#2086 disable banner output if loglevel is silent innpm run-script
(@macno)