Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 793aad2

Browse filesBrowse files
zkatFishrock123
authored andcommitted
deps: upgrade to npm 2.14.4
PR-URL: #2958 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
1 parent 816f609 commit 793aad2
Copy full SHA for 793aad2

File tree

Expand file treeCollapse file tree

228 files changed

+845
-4941
lines changed
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

228 files changed

+845
-4941
lines changed
Open diff view settings
Collapse file

‎deps/npm/AUTHORS‎

Copy file name to clipboardExpand all lines: deps/npm/AUTHORS
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,5 @@ murgatroid99 <mlumish@google.com>
308308
Marcin Cieslak <saper@saper.info>
309309
João Reis <reis@janeasystems.com>
310310
Matthew Hasbach <hasbach.git@gmail.com>
311+
Anna Henningsen <sqrt@entless.org>
312+
Jon Hall <jon_hall@outlook.com>
Collapse file

‎deps/npm/CHANGELOG.md‎

Copy file name to clipboardExpand all lines: deps/npm/CHANGELOG.md
+81Lines changed: 81 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,84 @@
1+
### v2.14.4 (2015-09-10):
2+
3+
#### THE GREAT NODEv4 SAGA
4+
5+
So [Node 4 is out now](https://nodejs.org/en/blog/release/v4.0.0/) and that's
6+
going to involve a number of things over in npm land. Most importantly, it's the
7+
last major release that will include the `2.x` branch of npm. That also means
8+
that `2.x` is going to go into LTS mode in the coming weeks -- once `npm@3`
9+
becomes our official `latest` release. You can most likely expect Node 5 to
10+
include `npm@3` by default, whenever that happens. We'll go into more detail
11+
about LTS at that point, as well, so keep your eyes peeled for announcements!
12+
13+
#### NODE IS DEAD. LONG LIVE NODE!
14+
15+
Node 4 being released means that a few things that used to be floating patches
16+
are finally making it right into npm proper. This week, we've got two such
17+
updates, both to dependencies:
18+
19+
* [`505d9e4`](https://github.com/npm/npm/commit/505d9e40c13b8b0bb3f70ee9886f7b73ba569407)
20+
`node-gyp@3.0.1`: Support for node nightlies and compilation for both node and
21+
io.js without extra patching
22+
([@rvagg](https://github.com/rvagg))
23+
24+
[@thefourtheye](https://github.com/thefourtheye) was kind enough to submit a
25+
*bunch* of PRs to npm's dependencies updating them to `graceful-fs@4.1.2`, which
26+
mainly makes it so we're no longer monkey-patching `fs`. The following are all
27+
updates related to this:
28+
29+
* [`10cb189`](https://github.com/npm/npm/commit/10cb189c773fef804214018d57509cc7a943184b)
30+
`write-file-atomic@1.1.3`
31+
([@thefourtheye](https://github.com/thefourtheye))
32+
* [`edfb80b`](https://github.com/npm/npm/commit/edfb80b39f8cfce9a993f139eb98248001198e09)
33+
`tar@2.2.1`
34+
([@thefourtheye](https://github.com/thefourtheye))
35+
* [`aa6e1ee`](https://github.com/npm/npm/commit/aa6e1eede7d71fa69d7256afdfbaa3406bc39a5b)
36+
`read-package-json@2.0.1`
37+
([@thefourtheye](https://github.com/thefourtheye))
38+
* [`18971a3`](https://github.com/npm/npm/commit/18971a361635ed3958ecd39b63930ae1e56f8612)
39+
`read-installed@4.0.3`
40+
([@thefourtheye](https://github.com/thefourtheye))
41+
* [`a4cba71`](https://github.com/npm/npm/commit/a4cba71bd2532236fda7385bf55e8790cafd4f0a)
42+
`fstream@1.0.8`
43+
([@thefourtheye](https://github.com/thefourtheye))
44+
* [`70a38e2`](https://github.com/npm/npm/commit/70a38e29418951ac61ab6cf269d188074fe8ac3a)
45+
`fs-write-stream-atomic@1.0.4`
46+
([@thefourtheye](https://github.com/thefourtheye))
47+
* [`9cbd20f`](https://github.com/npm/npm/commit/9cbd20f691e37960e4ba12d401abd1069657cb47)
48+
`fs-vacuum@1.2.7`
49+
([@thefourtheye](https://github.com/thefourtheye))
50+
51+
#### OTHER PATCHES
52+
53+
* [`c4dd521`](https://github.com/npm/npm/commit/c4dd5213b2f3283ea0392845e5f78cac4573529e)
54+
[#9506](https://github.com/npm/npm/issues/9506) Make `npm link` work on
55+
Windows when using node pre-release/RC releases.
56+
([@jon-hall](https://github.com/jon-hall))
57+
* [`b6bc29c`](https://github.com/npm/npm/commit/b6bc29c1401b3d6b570c09cbef1866bdb0436b59)
58+
[#9544](https://github.com/npm/npm/issues/9549) `process.binding` is being
59+
deprecated, so our only direct usage has been removed.
60+
([@ChALkeR](https://github.com/ChALkeR))
61+
62+
#### MORE DEPENDENCIES!
63+
64+
* [`d940594`](https://github.com/npm/npm/commit/d940594e479a7f012b6dd6952e8ef985ba2a6216)
65+
`tap@1.4.1`
66+
([@isaacs](https://github.com/isaacs))
67+
* [`ee38486`](https://github.com/npm/npm/commit/ee3848669331fd98879a3175789d963543f67ce3)
68+
`which@1.1.2`: Added tests for Windows-related dead code that was previously
69+
helping a silent failure happen. Travis stuff, too.
70+
([@isaacs](https://github.com/isaacs))
71+
72+
#### DOC UPDATES
73+
74+
* [`475daf5`](https://github.com/npm/npm/commit/475daf54ad07777938d1d7ee1a3e576961e84510)
75+
[#9492](https://github.com/npm/npm/issues/9492) Clarify how `.npmignore` and
76+
`.gitignore` are found and used by npm.
77+
([@addaleax](https://github.com/addaleax))
78+
* [`b2c391d`](https://github.com/npm/npm/commit/b2c391d7833249626a6d7650363a83bcc778717a)
79+
`nopt@3.0.4`: Minor clarifications to docs about how array and errors work.
80+
([@zkat](https://github.com/zkat))
81+
182
### v2.14.3 (2015-09-03):
283

384
#### TEAMS AND ORGS STILL BETA. CLI CODE STILL SOLID.
Collapse file

‎deps/npm/doc/files/package.json.md‎

Copy file name to clipboardExpand all lines: deps/npm/doc/files/package.json.md
+4-4Lines changed: 4 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@ The "files" field is an array of files to include in your project. If
178178
you name a folder in the array, then it will also include the files
179179
inside that folder. (Unless they would be ignored by another rule.)
180180

181-
You can also provide a ".npmignore" file in the root of your package,
182-
which will keep files from being included, even if they would be picked
183-
up by the files array. The ".npmignore" file works just like a
184-
".gitignore".
181+
You can also provide a ".npmignore" file in the root of your package or
182+
in subdirectories, which will keep files from being included, even
183+
if they would be picked up by the files array. The `.npmignore` file
184+
works just like a `.gitignore`.
185185

186186
Certain files are always included, regardless of settings:
187187

Collapse file

‎deps/npm/doc/misc/npm-developers.md‎

Copy file name to clipboardExpand all lines: deps/npm/doc/misc/npm-developers.md
+3-1Lines changed: 3 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ Use a `.npmignore` file to keep stuff out of your package. If there's
100100
no `.npmignore` file, but there *is* a `.gitignore` file, then npm will
101101
ignore the stuff matched by the `.gitignore` file. If you *want* to
102102
include something that is excluded by your `.gitignore` file, you can
103-
create an empty `.npmignore` file to override it.
103+
create an empty `.npmignore` file to override it. Like `git`, `npm` looks
104+
for `.npmignore` and `.gitignore` files in all subdirectories of your
105+
package, not only the root directory.
104106

105107
`.npmignore` files follow the [same pattern rules](http://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files)
106108
as `.gitignore` files:
Collapse file

‎deps/npm/html/doc/README.html‎

Copy file name to clipboardExpand all lines: deps/npm/html/doc/README.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ <h2 id="legal-stuff">Legal Stuff</h2>
140140
<p>If you have a complaint about a package in the public npm registry,
141141
and cannot <a href="https://docs.npmjs.com/misc/disputes">resolve it with the package
142142
owner</a>, please email
143-
<a href="&#109;&#97;&#105;&#x6c;&#x74;&#x6f;&#58;&#x73;&#x75;&#x70;&#x70;&#x6f;&#x72;&#x74;&#x40;&#x6e;&#112;&#x6d;&#106;&#x73;&#46;&#99;&#x6f;&#x6d;">&#x73;&#x75;&#x70;&#x70;&#x6f;&#x72;&#x74;&#x40;&#x6e;&#112;&#x6d;&#106;&#x73;&#46;&#99;&#x6f;&#x6d;</a> and explain the situation.</p>
143+
<a href="&#x6d;&#x61;&#105;&#108;&#x74;&#x6f;&#x3a;&#x73;&#x75;&#x70;&#x70;&#111;&#114;&#x74;&#x40;&#x6e;&#x70;&#x6d;&#x6a;&#x73;&#46;&#x63;&#x6f;&#109;">&#x73;&#x75;&#x70;&#x70;&#111;&#114;&#x74;&#x40;&#x6e;&#x70;&#x6d;&#x6a;&#x73;&#46;&#x63;&#x6f;&#109;</a> and explain the situation.</p>
144144
<p>Any data published to The npm Registry (including user account
145145
information) may be removed or modified at the sole discretion of the
146146
npm server administrators.</p>
@@ -183,5 +183,5 @@ <h2 id="see-also">SEE ALSO</h2>
183183
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
184184
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
185185
</table>
186-
<p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@2.14.3</p>
186+
<p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@2.14.4</p>
187187

Collapse file

‎deps/npm/html/doc/api/npm-bin.html‎

Copy file name to clipboardExpand all lines: deps/npm/html/doc/api/npm-bin.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ <h2 id="synopsis">SYNOPSIS</h2>
2828
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
2929
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
3030
</table>
31-
<p id="footer">npm-bin &mdash; npm@2.14.3</p>
31+
<p id="footer">npm-bin &mdash; npm@2.14.4</p>
3232

Collapse file

‎deps/npm/html/doc/api/npm-bugs.html‎

Copy file name to clipboardExpand all lines: deps/npm/html/doc/api/npm-bugs.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ <h2 id="synopsis">SYNOPSIS</h2>
3333
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
3434
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
3535
</table>
36-
<p id="footer">npm-bugs &mdash; npm@2.14.3</p>
36+
<p id="footer">npm-bugs &mdash; npm@2.14.4</p>
3737

Collapse file

‎deps/npm/html/doc/api/npm-cache.html‎

Copy file name to clipboardExpand all lines: deps/npm/html/doc/api/npm-cache.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ <h2 id="synopsis">SYNOPSIS</h2>
4242
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
4343
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
4444
</table>
45-
<p id="footer">npm-cache &mdash; npm@2.14.3</p>
45+
<p id="footer">npm-cache &mdash; npm@2.14.4</p>
4646

Collapse file

‎deps/npm/html/doc/api/npm-commands.html‎

Copy file name to clipboardExpand all lines: deps/npm/html/doc/api/npm-commands.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ <h2 id="see-also">SEE ALSO</h2>
3636
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
3737
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
3838
</table>
39-
<p id="footer">npm-commands &mdash; npm@2.14.3</p>
39+
<p id="footer">npm-commands &mdash; npm@2.14.4</p>
4040

Collapse file

‎deps/npm/html/doc/api/npm-config.html‎

Copy file name to clipboardExpand all lines: deps/npm/html/doc/api/npm-config.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ <h2 id="see-also">SEE ALSO</h2>
5757
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
5858
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
5959
</table>
60-
<p id="footer">npm-config &mdash; npm@2.14.3</p>
60+
<p id="footer">npm-config &mdash; npm@2.14.4</p>
6161

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.