Skip to content
This repository was archived by the owner on Aug 11, 2022. It is now read-only.

v3.7.3

Choose a tag to compare

@zkat zkat released this 11 Feb 23:35
· 1732 commits to latest since this release
v3.7.3

Hey all! We've got a pretty small release this week -- just documentation updates and a couple of dependencies. This release also includes a particular dependency upgrade that makes it so we're exclusively using the latest version of graceful-fs, which'll make it so things keep working with future Node.js releases.

A certain internal Node.js API was deprecated and slated for future removal from Node Core. This API was critical for versions of graceful-fs@<4, before a different approach was used to achieve similar ends. By upgrading this library, and making sure all our dependencies are also updated, we've ensured npm will continue to work once the API is finally removed. Older versions of npm, on the other hand, will simply not work on future versions of Node.js.

DEPENDENCY UPGRADES

EVERYONE GETTING SOCKS LIKE IT'S OPRAH'S SHOW

  • 9ea5658 #11410 Fixed a small spelling error in npm-config.md. (@pra85)
  • 2a11e56 #11403 Removes --depth Infinity warning from documentation -- this operation should actually be totally safe as of npm@3. (The warning remains for npm@2.) (@Aourin)
  • 42a4727 #11391 Fixed versions of shrinkwrap.json in examples in documentation for npm shrinkwrap, which did not quite match up. (@xcatliu)