Release v7.3.0
🎉 Happy Release/Recap Friday! We've shipped three releases this week, addressing more feedback/bugs & improvements.
Notable changes include:
npm config now supports getting & setting multiple values at once (ex. npm config get foo bar baz & npm config set [email protected] _auth=xxxx)
npm rebuild now accepts paths as an argument (ex. npm rebuild ./node_modules/foo/)
Note: Our team will be taking a break over the holidays these next few weeks but will be back in action the week of January 4th 2021.
As usual, you can get the newest npm v7 by running:
npm install -g npm@7
& you can get the latest npm v6 by running:
npm install -g npm@latest
You can read more about the changes in these releases below:
7.3.0 (2020-12-18)
FEATURES
a9b8bf263 #2362 Support multiple set/get/deletes in npm config (@isaacs)
BUG FIXES
9eef63849 Pass full set of options to login helper functions. This fixes npm login --no-strict-ssl, as well as a host of other options that one might want to set while logging in. Reported by: @toddself (@isaacs)
628a554bc #2358 fix doctor test to work correctly for node pre-release versions (@nlf)
be4a0900b #2360 raise an error early if publishing without login, registry (@isaacs)
44d433105 #2366 Include prerelease versions when deprecating (@tiegz)
cba3341da #2373 npm profile refactor (@ruyadorno)
7539504e3 #2382 remove the metrics sender (@nlf)
DOCS
b98569a8c add note about INIT_CWD to run-script doc
292929279 #2368 Revert bug-reporting links to GH. Re: (@tiegz)
f4560626f update ISSUE_TEMPLATE with modern links (@isaacs)
bc1c567ed update npm command doc feature request links (@isaacs)
0ad958fe1 #2381 (docs,test): assorted typo fixes (@XhmikosR)
TESTING
a92d310b7 #2361 Add max-len to lint rules (@Edu93Jer)
DEPENDENCIES
4fc2f3e05 #2300 @npmcli/[email protected]:
Support setting email without username/password
7.2.0 (2020-12-15)
FEATURES
a9c4b158c #2342 allow npm rebuild to accept a path to a module (@nlf)
DEPENDENCIES
beb371800 #2334 remove unused top level dep tough-cookie (@darcyclarke)
d45e181d1 #2335 [email protected], @npmcli/[email protected] (@isaacs)
ef4b18b5a #2309 @npmcli/[email protected]
properly remove deps when no lockfile and package.json is present
c6c013e6e [email protected]
a1a2134aa remove unused sorted-object dep (@nlf)
85c2a2d31 #2344 remove editor dependency (@nlf)
TESTING
3a6dd511c npm edit (@nlf)
3ba5de4e7 #2347 npm help-search (@nlf)
6caf19f49 #2348 npm help (@nlf)
cb5847e32 #2349 npm hook (@nlf)
996a2f6b1 #2353 npm org (@nlf)
8c67c38a4 #2354 npm set (@nlf)
6.14.10 (2020-12-18)
DEPENDENCIES
906d647e1 [email protected]
fixes: #36445 addressing GHSL-2020-145













