Skip to content

Releases: npm/cli

v6.12.1

29 Oct 16:51
Compare
Choose a tag to compare

6.12.1 (2019-10-29)

BUG FIXES

DEPENDENCIES

v6.12.0

08 Oct 15:47
v6.12.0
44ddd0b
Compare
Choose a tag to compare

6.12.0 (2019-10-08):

Now npm ci runs prepare scripts for git dependencies, and respects the --no-optional argument. Warnings for engine mismatches are printed again. Various other fixes and cleanups.

BUG FIXES

FEATURES

  • ed993a29c #249 Add CI environment variables to user-agent (@isaacs)
  • f6b0459a4 #248 Add option to save package-lock without formatting Adds a new config --format-package-lock, which defaults to true. (@bl00mber)

DEPENDENCIES

TESTING

v6.12.0-next.0

26 Sep 19:18
Compare
Choose a tag to compare
v6.12.0-next.0 Pre-release
Pre-release

Now npm ci runs prepare scripts for git dependencies, and respects the --no-optional argument.

BUG FIXES

DEPENDENCIES

v6.11.3

03 Sep 22:31
Compare
Choose a tag to compare

6.11.3 (2019-09-03):

Fix npm ci regressions and npm outdated depth.

BUG FIXES

DEPENDENCIES

v6.11.2

22 Aug 19:10
v6.11.2
bd6e5d2
Compare
Choose a tag to compare

6.11.2 (2019-08-22):

Fix a recent Windows regression, and two long-standing Windows bugs. Also, get CI running on Windows, so these things are less likely in the future.

DEPENDENCIES

BUGFIXES

  • 6cc4cc66f escape args properly on Windows Bash Despite being bash, Node.js running on windows git mingw bash still executes child processes using cmd.exe. As a result, arguments in this environment need to be escaped in the style of cmd.exe, not bash. (@isaacs)

TESTS

v6.11.1

21 Aug 01:09
v6.11.1
6c18f1f
Compare
Choose a tag to compare

6.11.1 (2019-08-20):

Fix a regression for windows command shim syntax.

v6.11.0

20 Aug 18:16
v6.11.0
53cf5e9
Compare
Choose a tag to compare

v6.11.0 (2019-08-20):

A few meaty bugfixes, and introducing peerDependenciesMeta.

FEATURES

BUGFIXES

DEPENDENCIES

TESTS

v6.10.3

06 Aug 16:29
v6.10.3
897537a
Compare
Choose a tag to compare

v6.10.3 (2019-08-06):

BUGFIXES

DEPENDENCIES

v6.10.2

24 Jul 08:30
v6.10.2
6bcafd3
Compare
Choose a tag to compare

v6.10.2 (2019-07-23):

tl;dr - Fixes several issues with the cache when npm is run as sudo on Unix systems.

TESTING

BUGFIXES

DEPENDENCIES

v6.10.1

11 Jul 17:46
v6.10.1
ba7f146
Compare
Choose a tag to compare