Skip to content

Commit db24641

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 c6c6665 commit db24641

File tree

166 files changed

+7481
-6064
lines changed

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

+2-32
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

+4
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

+32
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

-34
This file was deleted.

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

+2-2
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)