Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2022-04-13 19:41:50 +0300
committerNathan Fritz <fritzy@github.com>2022-04-14 00:35:52 +0300
commit98377d159f72a5b6073f07235b057984eb09a85c (patch)
tree4067965b5b70716b18d82739b6bea24a96848b44 /node_modules
parentc057b90d0954ff5b6f2973748ae5d41885b99213 (diff)
deps: @npmcli/config@4.1.0
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/@npmcli/config/lib/index.js5
-rw-r--r--node_modules/@npmcli/config/package.json6
2 files changed, 5 insertions, 6 deletions
diff --git a/node_modules/@npmcli/config/lib/index.js b/node_modules/@npmcli/config/lib/index.js
index bb8c24602..5b7ea68e9 100644
--- a/node_modules/@npmcli/config/lib/index.js
+++ b/node_modules/@npmcli/config/lib/index.js
@@ -506,10 +506,9 @@ class Config {
}
[_checkDeprecated] (key, where, obj, kv) {
- // XXX a future npm version will make this a warning.
- // An even more future npm version will make this an error.
+ // XXX(npm9+) make this throw an error
if (this.deprecated[key]) {
- log.verbose('config', key, this.deprecated[key])
+ log.warn('config', key, this.deprecated[key])
}
}
diff --git a/node_modules/@npmcli/config/package.json b/node_modules/@npmcli/config/package.json
index fff1575ea..2cc04e05b 100644
--- a/node_modules/@npmcli/config/package.json
+++ b/node_modules/@npmcli/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@npmcli/config",
- "version": "4.0.2",
+ "version": "4.1.0",
"files": [
"bin/",
"lib/"
@@ -31,7 +31,7 @@
},
"devDependencies": {
"@npmcli/eslint-config": "^3.0.1",
- "@npmcli/template-oss": "3.2.2",
+ "@npmcli/template-oss": "3.3.2",
"tap": "^16.0.1"
},
"dependencies": {
@@ -49,6 +49,6 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "version": "3.2.2"
+ "version": "3.3.2"
}
}