Skip to content

Commit 04893a7

Browse files
zkatFishrock123
authored andcommitted
deps: upgrade to npm 2.13.1
PR-URL: #2210 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
1 parent 6391f4d commit 04893a7

File tree

265 files changed

+1872
-11853
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

265 files changed

+1872
-11853
lines changed

deps/npm/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
- DEPLOY_VERSION=testing
99
before_install:
1010
- "npm config set spin false"
11-
- "npm install -g npm/npm"
11+
- "npm install -g npm/npm#2.x"
1212
- "sudo mkdir -p /var/run/couchdb"
1313
script: "npm run-script test-all"
1414
notifications:

deps/npm/AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,3 +295,5 @@ Nick Heiner <nick.heiner@opower.com>
295295
James Talmage <james@talmage.io>
296296
jane arc <jane@uber.com>
297297
Joseph Dykstra <josephdykstra@gmail.com>
298+
Joshua Egan <josh-egan@users.noreply.github.com>
299+
Thomas Cort <thomasc@ssimicro.com>

deps/npm/CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
### v2.13.1 (2015-07-09):
2+
3+
#### KAUAI WAS NICE. I MISS IT.
4+
5+
But Forrest's still kinda on vacation, and not just mentally, because he's
6+
hanging out with the fine meatbags at CascadiaFest. Enjoy this small bug
7+
release.
8+
9+
#### MAKE OURSELVES HAPPY
10+
11+
* [`40981f2`](https://github.com/npm/npm/commit/40981f2e0c9c12bb003ccf188169afd1d201f5af)
12+
[#8862](https://github.com/npm/npm/issues/8862) Make the lifecycle's safety
13+
check work with scoped packages. ([@tcort](https://github.com/tcort))
14+
* [`5125856`](https://github.com/npm/npm/commit/512585622481dbbda9a0306932468d59efaff658)
15+
[#8855](https://github.com/npm/npm/issues/8855) Make dependency versions of
16+
`"*"` match `"latest"` when all versions are prerelease.
17+
([@iarna](https://github.com/iarna))
18+
* [`22fdc1d`](https://github.com/npm/npm/commit/22fdc1d52602ba7098af978c75fca8f7d1060141)
19+
Visually emphasize the correct way to write lifecycle scripts.
20+
([@josh-egan](https://github.com/josh-egan))
21+
22+
#### MAKE TRAVIS HAPPY
23+
24+
* [`413c3ac`](https://github.com/npm/npm/commit/413c3ac2ab2437f3011c6ca0d1630109ec14e604)
25+
Use npm's `2.x` branch for testing its `2.x` branch.
26+
([@iarna](https://github.com/iarna))
27+
* [`7602f64`](https://github.com/npm/npm/commit/7602f64826f7a465d9f3a20bd87a376d992607e6)
28+
Don't prompt for GnuPG passphrase in version lifecycle tests.
29+
([@othiym23](https://github.com/othiym23))
30+
31+
#### MAKE `npm outdated` HAPPY
32+
33+
* [`d338668`](https://github.com/npm/npm/commit/d338668601d1ebe5247a26237106e80ea8cd7f48)
34+
[#8796](https://github.com/npm/npm/issues/8796) `fstream-npm@1.0.4`: When packing the
35+
package tarball, npm no longer crashes for packages with certain combinations of
36+
`.npmignore` entries, `.gitignore` entries, and lifecycle scripts.
37+
([@iarna](https://github.com/iarna))
38+
* [`dbe7c9c`](https://github.com/npm/npm/commit/dbe7c9c74734be870d16dd61b9e7f746123011f6)
39+
`nock@2.7.0`: Add matching based on query strings.
40+
([@othiym23](https://github.com/othiym23))
41+
42+
There are new versions of `strip-ansi` and `ansi-regex`, but npm only uses them
43+
indirectly, so we pushed them down into their dependencies where they can get
44+
updated at their own pace.
45+
46+
* [`06b6ca5`](https://github.com/npm/npm/commit/06b6ca5b5333025f10c8d901628859bd4678e027)
47+
undeduplicate `ansi-regex` ([@othiym23](https://github.com/othiym23))
48+
* [`b168e33`](https://github.com/npm/npm/commit/b168e33ad46faf47020a45f72ba8cec8c644bdb9)
49+
undeduplicate `strip-ansi` ([@othiym23](https://github.com/othiym23))
50+
151
### v2.13.0 (2015-07-02):
252

353
#### FORREST IS OUT! LET'S SNEAK IN ALL THE THINGS!

deps/npm/doc/cli/npm-run-script.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,11 @@ In addition to the shell's pre-existing `PATH`, `npm run` adds
3333
`node_modules/.bin` to the `PATH` provided to scripts. Any binaries provided by
3434
locally-installed dependencies can be used without the `node_modules/.bin`
3535
prefix. For example, if there is a `devDependency` on `tap` in your package,
36-
you should write `"scripts": {"test": "tap test/\*.js"}` instead of `"scripts":
37-
{"test": "node_modules/.bin/tap test/\*.js"}` to run your tests.
36+
you should write:
37+
38+
"scripts": {"test": "tap test/\*.js"}
39+
40+
instead of `"scripts": {"test": "node_modules/.bin/tap test/\*.js"}` to run your tests.
3841

3942
## SEE ALSO
4043

deps/npm/html/doc/README.html

Lines 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="&#x6d;&#97;&#x69;&#108;&#116;&#x6f;&#58;&#x73;&#117;&#x70;&#x70;&#111;&#x72;&#x74;&#64;&#x6e;&#112;&#109;&#x6a;&#x73;&#46;&#99;&#111;&#109;">&#x73;&#117;&#x70;&#x70;&#111;&#x72;&#x74;&#64;&#x6e;&#112;&#109;&#x6a;&#x73;&#46;&#99;&#111;&#109;</a> and explain the situation.</p>
143+
<a href="&#109;&#97;&#x69;&#108;&#116;&#111;&#x3a;&#x73;&#x75;&#112;&#112;&#111;&#114;&#x74;&#x40;&#x6e;&#112;&#x6d;&#x6a;&#x73;&#46;&#99;&#x6f;&#109;">&#x73;&#x75;&#112;&#112;&#111;&#114;&#x74;&#x40;&#x6e;&#112;&#x6d;&#x6a;&#x73;&#46;&#99;&#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.13.0</p>
186+
<p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@2.13.1</p>
187187

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

Lines 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.13.0</p>
31+
<p id="footer">npm-bin &mdash; npm@2.13.1</p>
3232

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

Lines 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.13.0</p>
36+
<p id="footer">npm-bugs &mdash; npm@2.13.1</p>
3737

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

Lines 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.13.0</p>
45+
<p id="footer">npm-cache &mdash; npm@2.13.1</p>
4646

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

Lines 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.13.0</p>
39+
<p id="footer">npm-commands &mdash; npm@2.13.1</p>
4040

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

Lines 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.13.0</p>
60+
<p id="footer">npm-config &mdash; npm@2.13.1</p>
6161

0 commit comments

Comments
 (0)