Skip to content

Commit

Permalink
chore(deps): update dependency execa to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 9, 2024
1 parent 85bab0e commit 58bbcea
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^52.0.0",
"execa": "^5.0.0",
"execa": "^9.0.0",
"find-process": "^1.4.1",
"glob": "^10.3.10",
"graceful-fs": "^4.2.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-changed-files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"execa": "^5.0.0",
"execa": "^9.0.0",
"jest-util": "workspace:*",
"p-limit": "^3.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-circus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/co": "^4.6.2",
"@types/graceful-fs": "^4.1.3",
"@types/stack-utils": "^2.0.0",
"execa": "^5.0.0",
"execa": "^9.0.0",
"graceful-fs": "^4.2.9",
"tempy": "^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@types/yargs": "^17.0.8",
"execa": "^5.0.0"
"execa": "^9.0.0"
},
"bin": {
"jest-repl": "./bin/jest-repl.js",
Expand Down
94 changes: 87 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3067,7 +3067,7 @@ __metadata:
eslint-plugin-prettier: ^5.0.0
eslint-plugin-promise: ^6.1.1
eslint-plugin-unicorn: ^52.0.0
execa: ^5.0.0
execa: ^9.0.0
find-process: ^1.4.1
glob: ^10.3.10
graceful-fs: ^4.2.9
Expand Down Expand Up @@ -4608,6 +4608,13 @@ __metadata:
languageName: node
linkType: hard

"@sindresorhus/merge-streams@npm:^4.0.0":
version: 4.0.0
resolution: "@sindresorhus/merge-streams@npm:4.0.0"
checksum: 5759d31dfd822999bbe3ddcf72d4b15dc3d99ea51dd5b3210888f3348234eaff0f44bc999bef6b3c328daeb34e862a63b2c4abe5590acec541f93bc6fa016c9d
languageName: node
linkType: hard

"@sinonjs/commons@npm:^3.0.0":
version: 3.0.1
resolution: "@sinonjs/commons@npm:3.0.1"
Expand Down Expand Up @@ -9988,6 +9995,26 @@ __metadata:
languageName: node
linkType: hard

"execa@npm:^9.0.0":
version: 9.0.0
resolution: "execa@npm:9.0.0"
dependencies:
"@sindresorhus/merge-streams": ^4.0.0
cross-spawn: ^7.0.3
figures: ^6.1.0
get-stream: ^9.0.0
human-signals: ^7.0.0
is-plain-obj: ^4.1.0
is-stream: ^4.0.1
npm-run-path: ^5.2.0
pretty-ms: ^9.0.0
signal-exit: ^4.1.0
strip-final-newline: ^4.0.0
yoctocolors: ^2.0.0
checksum: 9ed99dfdd58e4b678ed49386892e10cae9201aa1436755d1da74de588eec06d51dc6b7546d63a039da2fb9db4fb33dbc9263638f86b658a73e469441c82c232c
languageName: node
linkType: hard

"exit@npm:^0.1.2":
version: 0.1.2
resolution: "exit@npm:0.1.2"
Expand Down Expand Up @@ -10211,6 +10238,15 @@ __metadata:
languageName: node
linkType: hard

"figures@npm:^6.1.0":
version: 6.1.0
resolution: "figures@npm:6.1.0"
dependencies:
is-unicode-supported: ^2.0.0
checksum: 35c81239d4fa40b75c2c7c010833b0bc8861c27187e4c9388fca1d9731103ec9989b70ee3b664ef426ddd9abe02ec5f4fd973424aa8c6fd3ea5d3bf57a2d01b4
languageName: node
linkType: hard

"file-entry-cache@npm:^6.0.1":
version: 6.0.1
resolution: "file-entry-cache@npm:6.0.1"
Expand Down Expand Up @@ -10716,7 +10752,7 @@ __metadata:
languageName: node
linkType: hard

"get-stream@npm:^9.0.1":
"get-stream@npm:^9.0.0, get-stream@npm:^9.0.1":
version: 9.0.1
resolution: "get-stream@npm:9.0.1"
dependencies:
Expand Down Expand Up @@ -11657,6 +11693,13 @@ __metadata:
languageName: node
linkType: hard

"human-signals@npm:^7.0.0":
version: 7.0.0
resolution: "human-signals@npm:7.0.0"
checksum: 5e05a7dbb6d021371ddb854c58b19aa372cc616b34e8eec0d27098d699be0571e29b2b98869053d898badb9594b7ed5058642660b04fb1e41b7bd1f83e472d16
languageName: node
linkType: hard

"iconv-lite@npm:0.4.24, iconv-lite@npm:^0.4.24":
version: 0.4.24
resolution: "iconv-lite@npm:0.4.24"
Expand Down Expand Up @@ -12286,7 +12329,7 @@ __metadata:
languageName: node
linkType: hard

"is-plain-obj@npm:^4.0.0":
"is-plain-obj@npm:^4.0.0, is-plain-obj@npm:^4.1.0":
version: 4.1.0
resolution: "is-plain-obj@npm:4.1.0"
checksum: 6dc45da70d04a81f35c9310971e78a6a3c7a63547ef782e3a07ee3674695081b6ca4e977fbb8efc48dae3375e0b34558d2bcd722aec9bddfa2d7db5b041be8ce
Expand Down Expand Up @@ -12438,6 +12481,13 @@ __metadata:
languageName: node
linkType: hard

"is-unicode-supported@npm:^2.0.0":
version: 2.0.0
resolution: "is-unicode-supported@npm:2.0.0"
checksum: 000b80639dedaf59a385f1c0a57f97a4d1435e0723716f24cc19ad94253a7a0a9f838bdc9ac49b10a29ac93b01f52ae9b2ed358a8876caf1eb74d73b4ede92b2
languageName: node
linkType: hard

"is-weakmap@npm:^2.0.2":
version: 2.0.2
resolution: "is-weakmap@npm:2.0.2"
Expand Down Expand Up @@ -12632,7 +12682,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "jest-changed-files@workspace:packages/jest-changed-files"
dependencies:
execa: ^5.0.0
execa: ^9.0.0
jest-util: "workspace:*"
p-limit: ^3.1.0
languageName: unknown
Expand All @@ -12655,7 +12705,7 @@ __metadata:
chalk: ^4.0.0
co: ^4.6.0
dedent: ^1.0.0
execa: ^5.0.0
execa: ^9.0.0
graceful-fs: ^4.2.9
is-generator-fn: ^2.0.0
jest-each: "workspace:*"
Expand Down Expand Up @@ -12998,7 +13048,7 @@ __metadata:
"@jest/types": "workspace:*"
"@types/yargs": ^17.0.8
chalk: ^4.0.0
execa: ^5.0.0
execa: ^9.0.0
jest-config: "workspace:*"
jest-runtime: "workspace:*"
jest-util: "workspace:*"
Expand Down Expand Up @@ -15912,7 +15962,7 @@ __metadata:
languageName: node
linkType: hard

"npm-run-path@npm:^5.1.0":
"npm-run-path@npm:^5.1.0, npm-run-path@npm:^5.2.0":
version: 5.3.0
resolution: "npm-run-path@npm:5.3.0"
dependencies:
Expand Down Expand Up @@ -16459,6 +16509,13 @@ __metadata:
languageName: node
linkType: hard

"parse-ms@npm:^4.0.0":
version: 4.0.0
resolution: "parse-ms@npm:4.0.0"
checksum: 673c801d9f957ff79962d71ed5a24850163f4181a90dd30c4e3666b3a804f53b77f1f0556792e8b2adbb5d58757907d1aa51d7d7dc75997c2a56d72937cbc8b7
languageName: node
linkType: hard

"parse-numeric-range@npm:^1.3.0":
version: 1.3.0
resolution: "parse-numeric-range@npm:1.3.0"
Expand Down Expand Up @@ -17304,6 +17361,15 @@ __metadata:
languageName: unknown
linkType: soft

"pretty-ms@npm:^9.0.0":
version: 9.0.0
resolution: "pretty-ms@npm:9.0.0"
dependencies:
parse-ms: ^4.0.0
checksum: 072b17547e09cb232e8e4c7be0281e256b6d8acd18dfb2fdd715d50330d1689fdaa877f53cf90c62ed419ef842f0f5fb94a2cd8ed1aa6d7608ad48834219435d
languageName: node
linkType: hard

"pretty-time@npm:^1.1.0":
version: 1.1.0
resolution: "pretty-time@npm:1.1.0"
Expand Down Expand Up @@ -19578,6 +19644,13 @@ __metadata:
languageName: node
linkType: hard

"strip-final-newline@npm:^4.0.0":
version: 4.0.0
resolution: "strip-final-newline@npm:4.0.0"
checksum: b5fe48f695d74863153a3b3155220e6e9bf51f4447832998c8edec38e6559b3af87a9fe5ac0df95570a78a26f5fa91701358842eab3c15480e27980b154a145f
languageName: node
linkType: hard

"strip-indent@npm:^3.0.0":
version: 3.0.0
resolution: "strip-indent@npm:3.0.0"
Expand Down Expand Up @@ -21737,6 +21810,13 @@ __metadata:
languageName: node
linkType: hard

"yoctocolors@npm:^2.0.0":
version: 2.0.0
resolution: "yoctocolors@npm:2.0.0"
checksum: ae0e5a244bf5c2be111bff84cc5e40751da4df5a26e90c60485df14d1334ff349a1af2908af6c12e90f8d534bbb5e03009182437639e95bfebb6a99b9370ed14
languageName: node
linkType: hard

"z-schema@npm:~5.0.2":
version: 5.0.5
resolution: "z-schema@npm:5.0.5"
Expand Down

0 comments on commit 58bbcea

Please sign in to comment.