Skip to content

Commit 9da5738

Browse files
authored
deps: @npmcli/[email protected] (#7437)
1 parent 5230647 commit 9da5738

File tree

8 files changed

+20
-18
lines changed

8 files changed

+20
-18
lines changed

node_modules/@npmcli/run-script/lib/run-script-pkg.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const runScriptPkg = async options => {
4444
return { code: 0, signal: null }
4545
}
4646

47+
let inputEnd = () => {}
4748
if (stdio === 'inherit') {
4849
let banner
4950
if (pkg._id) {
@@ -56,8 +57,9 @@ const runScriptPkg = async options => {
5657
banner += ` ${args.join(' ')}`
5758
}
5859
banner += '\n'
59-
const { output } = require('proc-log')
60+
const { output, input } = require('proc-log')
6061
output.standard(banner)
62+
inputEnd = input.start()
6163
}
6264

6365
const [spawnShell, spawnArgs, spawnOpts] = makeSpawnArgs({
@@ -104,7 +106,7 @@ const runScriptPkg = async options => {
104106
} else {
105107
throw er
106108
}
107-
})
109+
}).finally(inputEnd)
108110
}
109111

110112
module.exports = runScriptPkg

node_modules/@npmcli/run-script/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/run-script",
3-
"version": "8.0.0",
3+
"version": "8.1.0",
44
"description": "Run a lifecycle script for a package (descendant of npm-lifecycle)",
55
"author": "GitHub Inc.",
66
"license": "ISC",
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@npmcli/eslint-config": "^4.0.0",
19-
"@npmcli/template-oss": "4.21.3",
19+
"@npmcli/template-oss": "4.21.4",
2020
"spawk": "^1.8.1",
2121
"tap": "^16.0.1"
2222
},
@@ -42,7 +42,7 @@
4242
},
4343
"templateOSS": {
4444
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
45-
"version": "4.21.3",
45+
"version": "4.21.4",
4646
"publish": "true"
4747
},
4848
"tap": {

package-lock.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@npmcli/package-json": "^5.1.0",
9696
"@npmcli/promise-spawn": "^7.0.1",
9797
"@npmcli/redact": "^1.1.0",
98-
"@npmcli/run-script": "^8.0.0",
98+
"@npmcli/run-script": "^8.1.0",
9999
"@sigstore/tuf": "^2.3.2",
100100
"abbrev": "^2.0.0",
101101
"archy": "~1.0.0",
@@ -1802,9 +1802,9 @@
18021802
}
18031803
},
18041804
"node_modules/@npmcli/run-script": {
1805-
"version": "8.0.0",
1806-
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-8.0.0.tgz",
1807-
"integrity": "sha512-5noc+eCQmX1W9nlFUe65n5MIteikd3vOA2sEPdXtlUv68KWyHNFZnT/LDRXu/E4nZ5yxjciP30pADr/GQ97W1w==",
1805+
"version": "8.1.0",
1806+
"resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-8.1.0.tgz",
1807+
"integrity": "sha512-y7efHHwghQfk28G2z3tlZ67pLG0XdfYbcVG26r7YIXALRsrVQcTq4/tdenSmdOrEsNahIYA/eh8aEVROWGFUDg==",
18081808
"inBundle": true,
18091809
"dependencies": {
18101810
"@npmcli/node-gyp": "^3.0.0",
@@ -14973,7 +14973,7 @@
1497314973
"@npmcli/package-json": "^5.1.0",
1497414974
"@npmcli/query": "^3.1.0",
1497514975
"@npmcli/redact": "^1.1.0",
14976-
"@npmcli/run-script": "^8.0.0",
14976+
"@npmcli/run-script": "^8.1.0",
1497714977
"bin-links": "^4.0.1",
1497814978
"cacache": "^18.0.0",
1497914979
"common-ancestor-path": "^1.0.1",
@@ -15084,7 +15084,7 @@
1508415084
"license": "ISC",
1508515085
"dependencies": {
1508615086
"@npmcli/arborist": "^7.2.1",
15087-
"@npmcli/run-script": "^8.0.0",
15087+
"@npmcli/run-script": "^8.1.0",
1508815088
"ci-info": "^4.0.0",
1508915089
"npm-package-arg": "^11.0.2",
1509015090
"pacote": "^18.0.1",
@@ -15163,7 +15163,7 @@
1516315163
"license": "ISC",
1516415164
"dependencies": {
1516515165
"@npmcli/arborist": "^7.2.1",
15166-
"@npmcli/run-script": "^8.0.0",
15166+
"@npmcli/run-script": "^8.1.0",
1516715167
"npm-package-arg": "^11.0.2",
1516815168
"pacote": "^18.0.1"
1516915169
},
@@ -15241,7 +15241,7 @@
1524115241
"license": "ISC",
1524215242
"dependencies": {
1524315243
"@npmcli/git": "^5.0.6",
15244-
"@npmcli/run-script": "^8.0.0",
15244+
"@npmcli/run-script": "^8.1.0",
1524515245
"json-parse-even-better-errors": "^3.0.0",
1524615246
"proc-log": "^4.2.0",
1524715247
"semver": "^7.3.7"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@npmcli/package-json": "^5.1.0",
6060
"@npmcli/promise-spawn": "^7.0.1",
6161
"@npmcli/redact": "^1.1.0",
62-
"@npmcli/run-script": "^8.0.0",
62+
"@npmcli/run-script": "^8.1.0",
6363
"@sigstore/tuf": "^2.3.2",
6464
"abbrev": "^2.0.0",
6565
"archy": "~1.0.0",

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@npmcli/package-json": "^5.1.0",
1414
"@npmcli/query": "^3.1.0",
1515
"@npmcli/redact": "^1.1.0",
16-
"@npmcli/run-script": "^8.0.0",
16+
"@npmcli/run-script": "^8.1.0",
1717
"bin-links": "^4.0.1",
1818
"cacache": "^18.0.0",
1919
"common-ancestor-path": "^1.0.1",

workspaces/libnpmexec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"dependencies": {
6262
"@npmcli/arborist": "^7.2.1",
63-
"@npmcli/run-script": "^8.0.0",
63+
"@npmcli/run-script": "^8.1.0",
6464
"ci-info": "^4.0.0",
6565
"npm-package-arg": "^11.0.2",
6666
"pacote": "^18.0.1",

workspaces/libnpmpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"homepage": "https://npmjs.com/package/libnpmpack",
3838
"dependencies": {
3939
"@npmcli/arborist": "^7.2.1",
40-
"@npmcli/run-script": "^8.0.0",
40+
"@npmcli/run-script": "^8.1.0",
4141
"npm-package-arg": "^11.0.2",
4242
"pacote": "^18.0.1"
4343
},

workspaces/libnpmversion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@npmcli/git": "^5.0.6",
41-
"@npmcli/run-script": "^8.0.0",
41+
"@npmcli/run-script": "^8.1.0",
4242
"json-parse-even-better-errors": "^3.0.0",
4343
"proc-log": "^4.2.0",
4444
"semver": "^7.3.7"

0 commit comments

Comments
 (0)