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-beta.7
Another week, another round of releases for the npm7 beta 😄
If you’re not running the beta yet and want to give it a try or in case you’re running it and want to update to the latest beta version:
npm i -g npm@next-7
This brings a major refactor to the config system that now lives at https://www.npmjs.com/package/@npmcli/config along with many fixes to bug reports from the community.
v7.0.0-beta.7 (2020-08-25)
b38f68acd
ensurenpm-command
HTTP header is sent properly9f200abb9
Properly exit with error status codeaa0152b58
#1719 Detect CI properly50f9740ca
#1717 fund with multiple funding sources (@ruyadorno)3a63ecb6f
#1718 RFC-0029 add ability to skip pre/post hooks tonpm run-script
by using--ignore-scripts
(@ruyadorno)
v7.0.0-beta.6 (2020-08-21)
707207bdd
add@npmcli/config
dependency5cb9a1d4d
#1688 use@npmcli/config
for configuration (@isaacs)a4295f5db
npm-registry-fetch@8.1.4
:- Redact passwords from HTTP logs
a5a6a516d
json-parse-even-better-errors@2.3.0
:- Adds support for indentation/newline formatting preservation
a14054558
read-package-json-fast@1.2.1
:- Adds support for indentation/newline formatting preservation
f8603c8af
libnpmversion@1.0.4
:- Adds support for indentation/newline formatting preservation
9891fa71c
read-package-json@2.1.2
:- Adds support for indentation/newline formatting preservation
b44768aac
#1662 #1693 #1690@npmcli/arborist@0.0.17
:- Load root project
package.json
when running loadVirtual. - Fetch metadata from registry when loading tree from outdated package-lock.json file. This avoids a situation where a lockfile or shrinkwrap from npm v5 would result in deleting dependencies on install.
- Preserve
package.json
andpackage-lock.json
formatting in all places where these files are written.
- Load root project
281da6fdc
tar@6.0.5
1faa5b33d
#1655 show usage whenhelp-search
finds no results88e4241c5
#1698 add lib/logout.js unit tests (@ruyadorno)