Skip to content

Commit 03b6966

Browse files
isaacsBethGriggs
isaacs
authored andcommittedOct 18, 2019
deps: upgrade npm to 6.10.0
PR-URL: #28525 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
1 parent 4f0f12c commit 03b6966

File tree

778 files changed

+19809
-12245
lines changed

Some content is hidden

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

778 files changed

+19809
-12245
lines changed
 

Diff for: ‎deps/npm/.licensee.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
2-
"license": "(MIT OR BSD-2-Clause OR BSD-3-Clause OR Apache-2.0 OR ISC OR Unlicense OR CC-BY-3.0 OR CC0-1.0 OR Artistic-2.0)",
2+
"licenses": {
3+
"spdx": [
4+
"CC-BY-3.0"
5+
],
6+
"blueOak": "bronze"
7+
},
38
"corrections": true,
4-
"whitelist": {
9+
"packages": {
510
"config-chain": "1.1.12",
611
"cyclist": "0.2.2",
712
"json-schema": "0.2.3",

Diff for: ‎deps/npm/.travis.yml

+6-8
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,24 @@ language: node_js
77
matrix:
88
include:
99
# LTS is our most important target
10-
- node_js: "10"
10+
- node_js: "12"
1111
# DEPLOY_VERSION is used to set the couchapp setup mode for test/tap/registry.js
1212
# only gather coverage info for LTS
1313
env: DEPLOY_VERSION=testing COVERALLS_REPO_TOKEN="$COVERALLS_OPTIONAL_TOKEN"
1414
script:
1515
- "node . run tap-cover -- \"test/tap/*.js\""
1616
- "unset COVERALLS_REPO_TOKEN ; node . run tap -- \"test/broken-under-*/*.js\""
1717
# previous LTS is next most important
18-
- node_js: "6"
19-
env: DEPLOY_VERSION=testing
20-
- node_js: "8"
21-
env: DEPLOY_VERSION=testing
22-
- node_js: "9"
23-
env: DEPLOY_VERSION=testing
24-
- node_js: "11"
18+
- node_js: "10"
2519
env: DEPLOY_VERSION=testing
2620
script:
2721
- "npx standard"
2822
- "node . run licenses"
2923
- "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""
24+
- node_js: "8"
25+
env: DEPLOY_VERSION=testing
26+
- node_js: "6"
27+
env: DEPLOY_VERSION=testing
3028
notifications:
3129
slack: npm-inc:kRqQjto7YbINqHPb1X6nS3g8
3230
cache:

0 commit comments

Comments
 (0)
Please sign in to comment.