Skip to content

Commit 5ba8423

Browse files
committed
deps: @npmcli/config@4.1.0
1 parent 4d586eb commit 5ba8423

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

node_modules/@npmcli/config/lib/index.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -506,10 +506,9 @@ class Config {
506506
}
507507

508508
[_checkDeprecated] (key, where, obj, kv) {
509-
// XXX a future npm version will make this a warning.
510-
// An even more future npm version will make this an error.
509+
// XXX(npm9+) make this throw an error
511510
if (this.deprecated[key]) {
512-
log.verbose('config', key, this.deprecated[key])
511+
log.warn('config', key, this.deprecated[key])
513512
}
514513
}
515514

node_modules/@npmcli/config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/config",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"files": [
55
"bin/",
66
"lib/"
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@npmcli/eslint-config": "^3.0.1",
34-
"@npmcli/template-oss": "3.2.2",
34+
"@npmcli/template-oss": "3.3.2",
3535
"tap": "^16.0.1"
3636
},
3737
"dependencies": {
@@ -49,6 +49,6 @@
4949
},
5050
"templateOSS": {
5151
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
52-
"version": "3.2.2"
52+
"version": "3.3.2"
5353
}
5454
}

package-lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"@isaacs/string-locale-compare": "^1.1.0",
9191
"@npmcli/arborist": "^5.0.4",
9292
"@npmcli/ci-detect": "^2.0.0",
93-
"@npmcli/config": "^4.0.2",
93+
"@npmcli/config": "^4.1.0",
9494
"@npmcli/fs": "^2.1.0",
9595
"@npmcli/map-workspaces": "^2.0.2",
9696
"@npmcli/package-json": "^2.0.0",
@@ -858,9 +858,9 @@
858858
}
859859
},
860860
"node_modules/@npmcli/config": {
861-
"version": "4.0.2",
862-
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-4.0.2.tgz",
863-
"integrity": "sha512-UqD4h4LgyNOb7xRmAK7QXiMu0/k2x7wEzrEqXZ1wGIQVmCl3vamsAprDjAhi7IKlgRulg09hpwYs2/57OP22xw==",
861+
"version": "4.1.0",
862+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-4.1.0.tgz",
863+
"integrity": "sha512-cPQmIQ2Q0vuOfrenrA3isikdMFMAHgzlXV+EmvZ8f2JeJsU5xTU2bG7ipXECiMvPF9nM+QDnMLuIg8QLw9H4xg==",
864864
"inBundle": true,
865865
"dependencies": {
866866
"@npmcli/map-workspaces": "^2.0.2",
@@ -10504,9 +10504,9 @@
1050410504
"version": "2.0.0"
1050510505
},
1050610506
"@npmcli/config": {
10507-
"version": "4.0.2",
10508-
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-4.0.2.tgz",
10509-
"integrity": "sha512-UqD4h4LgyNOb7xRmAK7QXiMu0/k2x7wEzrEqXZ1wGIQVmCl3vamsAprDjAhi7IKlgRulg09hpwYs2/57OP22xw==",
10507+
"version": "4.1.0",
10508+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-4.1.0.tgz",
10509+
"integrity": "sha512-cPQmIQ2Q0vuOfrenrA3isikdMFMAHgzlXV+EmvZ8f2JeJsU5xTU2bG7ipXECiMvPF9nM+QDnMLuIg8QLw9H4xg==",
1051010510
"requires": {
1051110511
"@npmcli/map-workspaces": "^2.0.2",
1051210512
"ini": "^3.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@isaacs/string-locale-compare": "^1.1.0",
5858
"@npmcli/arborist": "^5.0.4",
5959
"@npmcli/ci-detect": "^2.0.0",
60-
"@npmcli/config": "^4.0.2",
60+
"@npmcli/config": "^4.1.0",
6161
"@npmcli/fs": "^2.1.0",
6262
"@npmcli/map-workspaces": "^2.0.2",
6363
"@npmcli/package-json": "^2.0.0",

0 commit comments

Comments
 (0)