10BC0 deps: upgrade npm to 6.13.6 · nodejs/node@985f980 · GitHub
[go: up one dir, main page]

Skip to content

Commit 985f980

Browse files
ruyadornoMylesBorins
authored andcommitted
deps: upgrade npm to 6.13.6
PR-URL: #31304 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 27564a4 commit 985f980

File tree

166 files changed

+7481
-6064
lines changed
  • npm-test
  • npm-token
  • npm-uninstall
  • npm-unpublish
  • npm-update
  • npm-version
  • npm-view
  • npm-whoami
  • npm
  • configuring-npm
  • using-npm
  • lib
  • man
  • node_modules/pacote
  • test
  • Some content is hidden

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

    166 files changed

    +7481
    -6064
    lines changed

    deps/npm/.travis.yml

    Lines changed: 2 additions & 32 deletions
    Original file line numberDiff line numberDiff line change
    @@ -2,46 +2,16 @@
    22
    language: node_js
    33

    44
    os:
    5-
    - linux
    5+
    - windows
    66

    77
    node_js:
    88
    - 12
    99
    - 10
    1010
    - 8
    11+
    - 6
    1112

    1213
    env: "DEPLOY_VERSION=testing"
    1314

    14-
    # having top-level `env:` adds a phantom build
    15-
    # https://github.com/travis-ci/travis-ci/issues/4681
    16-
    #env: DEPLOY_VERSION=testing
    17-
    matrix:
    18-
    include:
    19-
    # Run the sudotest, but only on Linux
    20-
    - node_js: "12"
    21-
    # DEPLOY_VERSION is used to set the couchapp setup mode for test/tap/registry.js
    22-
    # only gather coverage info for LTS
    23-
    env: DEPLOY_VERSION=testing COVERALLS_REPO_TOKEN="$COVERALLS_OPTIONAL_TOKEN"
    24-
    script:
    25-
    # run the sudo tests, with coverage enabled
    26-
    - "sudo PATH=$PATH $(which node) . run tap -- \"test/tap/*.js\" --coverage --timeout 600"
    27-
    28-
    # also run standard and license checking
    29-
    - node_js: "10"
    30-
    script:
    31-
    - "npx standard"
    32-
    - "node . run licenses"
    33-
    34-
    # separate out node 6 so we can turn off caching, because that
    35-
    # always breaks for some reason.
    36-
    - node_js: "6"
    37-
    cache: false
    38-
    env: "DEPLOY_VERSION=testing"
    39-
    40-
    # only run one test on Windows, because it's hella slow
    41-
    - node_js: "12"
    42-
    os: "windows"
    43-
    env: "DEPLOY_VERSION=testing"
    44-
    4515
    notifications:
    4616
    slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
    4717

    deps/npm/AUTHORS

    Lines changed: 4 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -677,3 +677,7 @@ Fighting-Jack <574637316@qq.com>
    677677
    Bakel, Roel van <roel.vanbakel@oce.com>
    678678
    Charlie West-Toebe <38671683+Hoidberg@users.noreply.github.com>
    679679
    Richard Lau <riclau@uk.ibm.com>
    680+
    Felix Yan <felixonmars@archlinux.org>
    681+
    Zhenya Vinogradov <zhenyavinogradov@gmail.com>
    682+
    Rafael Hengles <rhengles@gmail.com>
    683+
    Jan-Philip Gehrcke <jp@opstrace.com>

    deps/npm/CHANGELOG.md

    Lines changed: 32 additions & 0 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1,3 +1,35 @@
    1+
    ## 6.13.6 (2020-01-09)
    2+
    3+
    ### DEPENDENCIES
    4+
    5+
    * [`6dba897a1`](https://github.com/npm/cli/commit/6dba897a1e2d56388fb6df0c814b0bb85af366b4)
    6+
    `pacote@9.5.12`:
    7+
    * [`d2f4176`](https://github.com/npm/pacote/commit/d2f4176b6af393d7e29de27e9b638dbcbab9a0c7)
    8+
    fix(git): Do not drop uid/gid when executing in root-owned directory
    9+
    ([@isaacs](https://github.com/isaacs))
    10+
    11+
    ## 6.13.5 (2020-01-09)
    12+
    13+
    ### BUG FIXES
    14+
    15+
    * [`fd0a802ec`](https://github.com/npm/cli/commit/fd0a802ec468ec7b98d6c15934c355fef0e7ff60) [#550](https://github.com/npm/cli/pull/550) Fix cache location for `npm ci` ([@zhenyavinogradov](https://github.com/zhenyavinogradov))
    16+
    * [`4b30f3cca`](https://github.com/npm/cli/commit/4b30f3ccaebf50d6ab3bad130ff94827c017cc16) [#648](https://github.com/npm/cli/pull/648) fix(version): using 'allow-same-version', git commit --allow-empty and git tag -f ([@rhengles](https://github.com/rhengles))
    17+
    18+
    ### TESTING
    19+
    20+
    * [`e16f68d30`](https://github.com/npm/cli/commit/e16f68d30d59ce1ddde9fe62f7681b2c07fce84d) test(ci): add failing cache config test ([@ruyadorno](https://github.com/ruyadorno))
    21+
    * [`3f009fbf2`](https://github.com/npm/cli/commit/3f009fbf2c42f68c5127efecc6e22db105a74fe0) [#659](https://github.com/npm/cli/pull/659) test: fix bin-overwriting test on Windows ([@isaacs](https://github.com/isaacs))
    22+
    * [`43ae0791f`](https://github.com/npm/cli/commit/43ae0791f74f68e02850201a64a6af693657b241) [#601](https://github.com/npm/cli/pull/601) ci: Allow builds to run even if one fails ([@XhmikosR](https://github.com/XhmikosR))
    23+
    * [`4a669bee4`](https://github.com/npm/cli/commit/4a669bee4ac54c70adc6979d45cd0605b6dc33fd) [#603](https://github.com/npm/cli/pull/603) Remove the unused appveyor.yml ([@XhmikosR](https://github.com/XhmikosR))
    24+
    * [`9295046ac`](https://github.com/npm/cli/commit/9295046ac92bbe82f4d84e1ec90cc81d3b80bfc7) [#600](https://github.com/npm/cli/pull/600) ci: switch to `actions/checkout@v2` ([@XhmikosR](https://github.com/XhmikosR))
    25+
    26+
    ### DOCUMENTATION
    27+
    28+
    * [`f2d770ac7`](https://github.com/npm/cli/commit/f2d770ac768ea84867772b90a3c9acbdd0c1cb6a) [#569](https://github.com/npm/cli/pull/569) fix netlify publish path config ([@claudiahdz](https://github.com/claudiahdz))
    29+
    * [`462cf0983`](https://github.com/npm/cli/commit/462cf0983dbc18a3d93f77212ca69f878060b2ec) [#627](https://github.com/npm/cli/pull/627) update gatsby dependencies ([@felixonmars](https://github.com/felixonmars))
    30+
    * [`6fb5dbb72`](https://github.com/npm/cli/commit/6fb5dbb7213c4c050c9a47a7d5131447b8b7dcc8)
    31+
    [#532](https://github.com/npm/cli/pull/532) docs: clarify usage of global prefix ([@jgehrcke](https://github.com/jgehrcke))
    32+
    133
    ## 6.13.4 (2019-12-11)
    234

    335
    ## BUGFIXES

    deps/npm/appveyor.yml

    Lines changed: 0 additions & 34 deletions
    This file was deleted.

    deps/npm/docs/content/cli-commands/npm-link.md

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -23,8 +23,8 @@ Package linking is a two-step process.
    2323

    2424
    First, `npm link` in a package folder will create a symlink in the global folder
    2525
    `{prefix}/lib/node_modules/<package>` that links to the package where the `npm
    26-
    link` command was executed. (see [`npm-config`](npm-config) for the value of `prefix`). It
    27-
    will also link any bins in the package to `{prefix}/bin/{name}`.
    26+
    link` command was executed. It will also link any bins in the package to `{prefix}/bin/{name}`.
    27+
    Note that `npm link` uses the global prefix (see `npm prefix -g` for its value).
    2828

    2929
    Next, in some other location, `npm link package-name` will create a
    3030
    symbolic link from globally-installed `package-name` to `node_modules/`

    0 commit comments

    Comments
     (0)
    0