Skip to content

Releases: npm/cli

v6.13.2

03 Dec 19:12
Compare
Choose a tag to compare

6.13.2 (2019-12-03)

BUG FIXES

v6.13.1

18 Nov 19:35
Compare
Choose a tag to compare

6.13.1 (2019-11-18)

BUG FIXES

TESTING

DOCUMENTATION

DEPENDENCIES

v6.13.0

05 Nov 20:00
v6.13.0
9c7161d
Compare
Choose a tag to compare

6.13.0 (2019-11-05)

NEW FEATURES

DOCUMENTATION

BUG FIXES

DEPENDENCIES

TESTING

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