Skip to content

Commit 98377d1

Browse files
lukekarrysfritzy
authored andcommitted
deps: @npmcli/[email protected]
1 parent c057b90 commit 98377d1

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

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

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

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"@isaacs/string-locale-compare": "^1.1.0",
9292
"@npmcli/arborist": "^5.0.4",
9393
"@npmcli/ci-detect": "^2.0.0",
94-
"@npmcli/config": "^4.0.2",
94+
"@npmcli/config": "^4.1.0",
9595
"@npmcli/fs": "^2.1.0",
9696
"@npmcli/map-workspaces": "^2.0.2",
9797
"@npmcli/package-json": "^2.0.0",
@@ -859,9 +859,9 @@
859859
}
860860
},
861861
"node_modules/@npmcli/config": {
862-
"version": "4.0.2",
863-
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-4.0.2.tgz",
864-
"integrity": "sha512-UqD4h4LgyNOb7xRmAK7QXiMu0/k2x7wEzrEqXZ1wGIQVmCl3vamsAprDjAhi7IKlgRulg09hpwYs2/57OP22xw==",
862+
"version": "4.1.0",
863+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-4.1.0.tgz",
864+
"integrity": "sha512-cPQmIQ2Q0vuOfrenrA3isikdMFMAHgzlXV+EmvZ8f2JeJsU5xTU2bG7ipXECiMvPF9nM+QDnMLuIg8QLw9H4xg==",
865865
"inBundle": true,
866866
"dependencies": {
867867
"@npmcli/map-workspaces": "^2.0.2",
@@ -10527,9 +10527,9 @@
1052710527
"version": "2.0.0"
1052810528
},
1052910529
"@npmcli/config": {
10530-
"version": "4.0.2",
10531-
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-4.0.2.tgz",
10532-
"integrity": "sha512-UqD4h4LgyNOb7xRmAK7QXiMu0/k2x7wEzrEqXZ1wGIQVmCl3vamsAprDjAhi7IKlgRulg09hpwYs2/57OP22xw==",
10530+
"version": "4.1.0",
10531+
"resolved": "https://registry.npmjs.org/@npmcli/config/-/config-4.1.0.tgz",
10532+
"integrity": "sha512-cPQmIQ2Q0vuOfrenrA3isikdMFMAHgzlXV+EmvZ8f2JeJsU5xTU2bG7ipXECiMvPF9nM+QDnMLuIg8QLw9H4xg==",
1053310533
"requires": {
1053410534
"@npmcli/map-workspaces": "^2.0.2",
1053510535
"ini": "^3.0.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@isaacs/string-locale-compare": "^1.1.0",
5959
"@npmcli/arborist": "^5.0.4",
6060
"@npmcli/ci-detect": "^2.0.0",
61-
"@npmcli/config": "^4.0.2",
61+
"@npmcli/config": "^4.1.0",
6262
"@npmcli/fs": "^2.1.0",
6363
"@npmcli/map-workspaces": "^2.0.2",
6464
"@npmcli/package-json": "^2.0.0",

0 commit comments

Comments
 (0)