mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
upgrade execa to get stdout/stderr in error messages (#60537)
* upgrade execa to get stdout/stderr in error messages * rebuild kbn/pm Co-authored-by: spalger <spalger@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
650943df79
commit
cc8f7c43dd
10 changed files with 1635 additions and 1655 deletions
|
@ -171,7 +171,7 @@
|
|||
"elastic-apm-node": "^3.2.0",
|
||||
"elasticsearch": "^16.5.0",
|
||||
"elasticsearch-browser": "^16.5.0",
|
||||
"execa": "^3.2.0",
|
||||
"execa": "^4.0.0",
|
||||
"expiry-js": "0.1.7",
|
||||
"fast-deep-equal": "^3.1.1",
|
||||
"file-loader": "4.2.0",
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"dependencies": {
|
||||
"chalk": "^2.4.2",
|
||||
"dedent": "^0.7.0",
|
||||
"execa": "^3.2.0",
|
||||
"execa": "^4.0.0",
|
||||
"exit-hook": "^2.2.0",
|
||||
"getopts": "^2.2.5",
|
||||
"load-json-file": "^6.2.0",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"chalk": "^2.4.2",
|
||||
"dedent": "^0.7.0",
|
||||
"del": "^5.1.0",
|
||||
"execa": "^3.2.0",
|
||||
"execa": "^4.0.0",
|
||||
"getopts": "^2.2.4",
|
||||
"glob": "^7.1.2",
|
||||
"node-fetch": "^2.6.0",
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"dependencies": {
|
||||
"chalk": "^2.4.2",
|
||||
"dedent": "^0.7.0",
|
||||
"execa": "^3.2.0",
|
||||
"execa": "^4.0.0",
|
||||
"getopts": "^2.2.4",
|
||||
"lodash.camelcase": "^4.3.0",
|
||||
"lodash.kebabcase": "^4.1.1",
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
"argv-split": "^2.0.1",
|
||||
"commander": "^3.0.0",
|
||||
"del": "^5.1.0",
|
||||
"execa": "^3.2.0",
|
||||
"execa": "^4.0.0",
|
||||
"globby": "^8.0.1",
|
||||
"gulp-babel": "^8.0.0",
|
||||
"gulp-rename": "1.4.0",
|
||||
|
|
3240
packages/kbn-pm/dist/index.js
vendored
3240
packages/kbn-pm/dist/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -42,7 +42,7 @@
|
|||
"cpy": "^8.0.0",
|
||||
"dedent": "^0.7.0",
|
||||
"del": "^5.1.0",
|
||||
"execa": "^3.2.0",
|
||||
"execa": "^4.0.0",
|
||||
"getopts": "^2.2.4",
|
||||
"glob": "^7.1.2",
|
||||
"globby": "^8.0.1",
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
"@storybook/react": "^5.2.8",
|
||||
"@storybook/theming": "^5.2.8",
|
||||
"copy-webpack-plugin": "5.0.3",
|
||||
"execa": "1.0.0",
|
||||
"fast-glob": "2.2.7",
|
||||
"glob-watcher": "5.0.3",
|
||||
"jest-specific-snapshot": "2.0.0",
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
"enzyme-adapter-react-16": "^1.15.2",
|
||||
"enzyme-adapter-utils": "^1.13.0",
|
||||
"enzyme-to-json": "^3.4.4",
|
||||
"execa": "^3.2.0",
|
||||
"execa": "^4.0.0",
|
||||
"fancy-log": "^1.3.2",
|
||||
"fetch-mock": "^7.3.9",
|
||||
"graphql-code-generator": "^0.18.2",
|
||||
|
|
35
yarn.lock
35
yarn.lock
|
@ -13162,19 +13162,6 @@ exec-sh@^0.3.2:
|
|||
resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.2.tgz#6738de2eb7c8e671d0366aea0b0db8c6f7d7391b"
|
||||
integrity sha512-9sLAvzhI5nc8TpuQUh4ahMdCrWT00wPWz7j47/emR5+2qEfoZP5zzUXvx+vdx+H6ohhnsYC31iX04QLYJK8zTg==
|
||||
|
||||
execa@1.0.0, execa@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
|
||||
integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==
|
||||
dependencies:
|
||||
cross-spawn "^6.0.0"
|
||||
get-stream "^4.0.0"
|
||||
is-stream "^1.1.0"
|
||||
npm-run-path "^2.0.0"
|
||||
p-finally "^1.0.0"
|
||||
signal-exit "^3.0.0"
|
||||
strip-eof "^1.0.0"
|
||||
|
||||
execa@3.3.0:
|
||||
version "3.3.0"
|
||||
resolved "https://registry.yarnpkg.com/execa/-/execa-3.3.0.tgz#7e348eef129a1937f21ecbbd53390942653522c1"
|
||||
|
@ -13251,10 +13238,23 @@ execa@^0.7.0:
|
|||
signal-exit "^3.0.0"
|
||||
strip-eof "^1.0.0"
|
||||
|
||||
execa@^3.2.0:
|
||||
version "3.2.0"
|
||||
resolved "https://registry.yarnpkg.com/execa/-/execa-3.2.0.tgz#18326b79c7ab7fbd6610fd900c1b9e95fa48f90a"
|
||||
integrity sha512-kJJfVbI/lZE1PZYDI5VPxp8zXPO9rtxOkhpZ0jMKha56AI9y2gGVC6bkukStQf0ka5Rh15BA5m7cCCH4jmHqkw==
|
||||
execa@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
|
||||
integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==
|
||||
dependencies:
|
||||
cross-spawn "^6.0.0"
|
||||
get-stream "^4.0.0"
|
||||
is-stream "^1.1.0"
|
||||
npm-run-path "^2.0.0"
|
||||
p-finally "^1.0.0"
|
||||
signal-exit "^3.0.0"
|
||||
strip-eof "^1.0.0"
|
||||
|
||||
execa@^4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/execa/-/execa-4.0.0.tgz#7f37d6ec17f09e6b8fc53288611695b6d12b9daf"
|
||||
integrity sha512-JbDUxwV3BoT5ZVXQrSVbAiaXhXUkIwvbhPIwZ0N13kX+5yCzOhUNdocxB/UQRuYOHRYYwAxKYwJYc0T4D12pDA==
|
||||
dependencies:
|
||||
cross-spawn "^7.0.0"
|
||||
get-stream "^5.0.0"
|
||||
|
@ -13263,7 +13263,6 @@ execa@^3.2.0:
|
|||
merge-stream "^2.0.0"
|
||||
npm-run-path "^4.0.0"
|
||||
onetime "^5.1.0"
|
||||
p-finally "^2.0.0"
|
||||
signal-exit "^3.0.2"
|
||||
strip-final-newline "^2.0.0"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue