1
1
## 6.12.0 (2019-10-01):
2
2
3
- Now ` npm ci ` runs prepare scripts for git dependencies, and respects the ` --no-optional ` argument.
3
+ Now ` npm ci ` runs prepare scripts for git dependencies, and respects the
4
+ ` --no-optional ` argument.
4
5
5
6
### BUG FIXES
6
7
7
8
* [ ` 890b245dc ` ] ( https://github.com/npm/cli/commit/890b245dc1f609590d8ab993fac7cf5a37ed46a5 )
8
9
[ #252 ] ( https://github.com/npm/cli/pull/252 )
9
10
chore(ci): add dirPacker to options
10
11
([ @claudiahdz ] ( https://github.com/claudiahdz ) )
12
+ * [ ` 5aba50ad0 ` ] ( https://github.com/npm/cli/commit/5aba50ad0889d468ecfa9d6d0446a89f70db73d5 )
13
+ [ #257 ] ( https://github.com/npm/cli/pull/257 )
14
+ [ npm.community#4792] ( https://npm.community/t/engines-and-engines-strict-ignored/4792 )
15
+ warn message on engine mismatch
16
+ ([ @ruyadorno ] ( https://github.com/ruyadorno ) )
17
+ * [ ` bbc92fb8f ` ] ( https://github.com/npm/cli/commit/bbc92fb8f3478ff67071ebaff551f01c1ea42ced )
18
+ [ #259 ] ( https://github.com/npm/cli/pull/259 )
19
+ [ npm.community#10288] ( https://npm.community/t/npm-token-err-figgypudding-options-cannot-be-modified-use-concat-instead/10288 )
20
+ Fix figgyPudding error in ` npm token `
21
+ ([ @benblank ] ( https://github.com/benblank ) )
22
+
23
+ ### FEATURES
24
+
25
+ * [ ` ed993a29c ` ] ( https://github.com/npm/cli/commit/ed993a29ccf923425317c433844d55dbea2f23ee )
26
+ [ #249 ] ( https://github.com/npm/cli/pull/249 )
27
+ Add CI environment variables to user-agent
28
+ ([ @isaacs ] ( https://github.com/isaacs ) )
29
+ * [ ` f6b0459a4 ` ] ( https://github.com/npm/cli/commit/f6b0459a466a2c663dbd549cdc331e7732552dca )
30
+ [ #248 ] ( https://github.com/npm/cli/pull/248 )
31
+ Add option to save package-lock without formatting
32
+ Adds a new config ` --format-package-lock ` , which defaults to true.
33
+ ([ @bl00mber ] ( https://github.com/bl00mber ) )
11
34
12
35
### DEPENDENCIES
13
36
@@ -20,7 +43,14 @@ Now `npm ci` runs prepare scripts for git dependencies, and respects the `--no-o
20
43
- respect no-optional argument ([ @cruzdanilo ] ( https://github.com/cruzdanilo ) )
21
44
* [ ` 7e04f728c ` ] ( https://github.com/npm/cli/commit/7e04f728cc4cd4853a8fc99e2df0a12988897589 )
22
45
23
-
46
+ * [ ` 5c380e5a3 ` ] ( https://github.com/npm/cli/commit/5c380e5a33d760bb66a4285b032ae5f50af27199 )
47
+
48
+ ([ @isaacs ] ( https://github.com/isaacs ) )
49
+ * [ ` bee6d42c6 ` ] ( https://github.com/npm/cli/commit/bee6d42c68733fb59d3698f5d80fb748901f2a60 )
50
+ [ #260 ] ( https://github.com/npm/cli/pull/260 )
51
+
52
+ ([ @isaacs ] ( https://github.com/isaacs ) )
53
+
24
54
25
55
## 6.11.3 (2019-09-03):
26
56
0 commit comments