10BC0 deps: upgrade npm in LTS to 2.15.2 · nodejs/node@df29901 · GitHub
[go: up one dir, main page]

Skip to content

Commit df29901

Browse files
zkatMyles Borins
authored andcommitted
deps: upgrade npm in LTS to 2.15.2
1 parent e0eebf4 commit df29901
  • cli
  • files
  • misc
  • man
  • man3
  • man5
  • man7
  • node_modules
  • test
  • Some content is hidden

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

    244 files changed

    +377
    -423
    lines changed

    deps/npm/.travis.yml

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -11,7 +11,7 @@ env:
    1111
    - DEPLOY_VERSION=testing
    1212
    before_install:
    13< 37C6 /code>13
    - "npm config set spin false"
    14-
    - "npm install -g npm/npm#2.x"
    14+
    - "npm install -g npm/npm#lts"
    1515
    - "mkdir -p /var/run/couchdb"
    1616
    script: "npm test"
    1717
    notifications:

    deps/npm/AUTHORS

    Lines changed: 2 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -355,3 +355,5 @@ Adam Byrne <misterbyrne@gmail.com>
    355355
    GriffinSchneider <griffinschneider@gmail.com>
    356356
    doug.wade <doug.wade@redfin.com>
    357357
    rhgb <kaiserdaemon@gmail.com>
    358+
    Yael <yaelz@users.noreply.github.com>
    359+
    Yann Odeyer <yann@odeyer.com>

    deps/npm/CHANGELOG.md

    Lines changed: 44 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1,3 +1,47 @@
    1+
    ### v2.15.2 (2016-03-24):
    2+
    3+
    It's always nice to see new contributors. 💚
    4+
    5+
    This week sees another small release, but we're still chugging along on our
    6+
    [Windows efforts](https://github.com/npm/npm/pull/11444).
    7+
    8+
    There's also some small process changes to our LTS process relatively recently
    9+
    that you might wanna know about! 💁
    10+
    11+
    For one, the `2.x` branch was removed in favor of just `lts`. If you're making
    12+
    PRs exclusively against npm's LTS, please use that name from now on. `2.x` was
    13+
    deleted.
    14+
    15+
    Also, [@othiym23](https://github.com/othiym23) put some time into [writing down
    16+
    our LTS process and policy](https://github.com/npm/npm/wiki/LTS). Check it out
    17+
    and ping us if you have questions or comments about it!
    18+
    19+
    In general, we're trying to make sure all our policy and such for our
    20+
    contributors is written down, and we hope it makes it easier in general for
    21+
    y'all. Forrest is also working on a shiny new Contributor's Guide right now, but
    22+
    we'll link to that in the (near?) future, when it's ready to roll out.
    23+
    24+
    #### TESTS
    25+
    26+
    * [`1d0e468`](https://github.com/npm/npm/commit/1d0e468c06c7b8e2b95b7fe874a3399a16d9db74)
    27+
    [#11931](https://github.com/npm/npm/pull/11931)
    28+
    Removes a bunch of old, disabled tests that have just been sitting around,
    29+
    doing nothing.
    30+
    ([@othiym23](https://github.com/othiym23))
    31+
    * [`7ae8aa1`](https://github.com/npm/npm/commit/7ae8aa1d9dc47761024f6756114205db3fb2c80b)
    32+
    [#11987](https://github.com/npm/npm/pull/11987)
    33+
    There was a failure in the `outdated-symlink` test caused by using the default
    34+
    registry instead of the mock registry tests.
    35+
    ([@yodeyer](https://github.com/yodeyer))
    36+
    37+
    #### DOCS
    38+
    39+
    * [`b2649fb`](https://github.com/npm/npm/commit/b2649fb360f239aadef1ab51a580cbf4fdf29722)
    40+
    [#12006](https://github.com/npm/npm/pull/12006)
    41+
    Access was Team and Team was Access, but someone from the community rolled
    42+
    around and corrected it for us. Thanks a bunch!
    43+
    ([@yaelz](https://github.com/yaelz))
    44+
    145
    ### v2.15.1 (2016-03-17):
    246

    347
    It's another one of those releases again! Docs and tests, it turns out, have a

    deps/npm/doc/misc/npm-orgs.md

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -17,8 +17,8 @@ The developer will be able to access packages based on the teams they are on. Ac
    1717

    1818
    There are two main commands:
    1919

    20-
    1. `npm team` see npm-access(1) for more details
    21-
    2. `npm access` see npm-team(1) for more details
    20+
    1. `npm team` see npm-team(1) for more details
    21+
    2. `npm access` see npm-access(1) for more details
    2222

    2323
    ## Team Admins create teams
    2424

    deps/npm/html/doc/README.html

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -127,5 +127,5 @@ <h2 id="see-also">SEE ALSO</h2>
    127127
    <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>
    128128
    <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>
    129129
    </table>
    130-
    <p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@2.15.1</p>
    130+
    <p id="footer"><a href="../doc/README.html">README</a> &mdash; npm@2.15.2</p>
    131131

    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.15.1</p>
    31+
    <p id="footer">npm-bin &mdash; npm@2.15.2</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.15.1</p>
    36+
    <p id="footer">npm-bugs &mdash; npm@2.15.2</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.15.1</p>
    45+
    <p id="footer">npm-cache &mdash; npm@2.15.2</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.15.1</p>
    39+
    <p id="footer">npm-commands &mdash; npm@2.15.2</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.15.1</p>
    60+
    <p id="footer">npm-config &mdash; npm@2.15.2</p>
    6161

    0 commit comments

    Comments
     (0)
    0