Skip to content

Commit

Permalink
fix(cli): bump inquirer to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Sep 29, 2024
1 parent baeffae commit 5e90fea
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 42 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"fs-extra": "^11.2.0",
"handlebars": "^4.7.8",
"handlebars-helpers": "^0.10.0",
"inquirer": "^8.2.6",
"inquirer-autocomplete-prompt": "^2.0.1",
"inquirer": "^9.3.7",
"inquirer-autocomplete-prompt": "^3.0.1",
"js-yaml": "^4.1.0",
"lerna": "^8.1.8",
"listr2": "^8.2.4",
Expand Down
5 changes: 2 additions & 3 deletions packages/cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"globby": "^14.0.2",
"handlebars": "^4.7.8",
"handlebars-utils": "^1.0.6",
"inquirer": "^8.2.6",
"inquirer-autocomplete-prompt": "^2.0.1",
"inquirer": "^9.3.7",
"inquirer-autocomplete-prompt": "^3.0.1",
"js-yaml": "^4.1.0",
"listr2": "^8.2.4",
"read-pkg-up": "^11.0.0",
Expand All @@ -71,7 +71,6 @@
"@types/consolidate": "0.14.4",
"@types/figures": "3.0.1",
"@types/globby": "9.1.0",
"@types/inquirer": "9.0.7",
"@types/js-yaml": "4.0.9",
"@types/semver": "7.5.8",
"@types/tunnel": "0.0.7",
Expand Down
102 changes: 65 additions & 37 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,13 @@ __metadata:
languageName: node
linkType: hard

"@inquirer/figures@npm:^1.0.3":
version: 1.0.6
resolution: "@inquirer/figures@npm:1.0.6"
checksum: 10/1b9023d331c41f09d0848b8920885d535cdaf52edd782009e003b2f3b2df6a6a6a26fb8ecd05eb3c3df3df9d080e042ca525438a1513cdcc4410f3eefce3e4e0
languageName: node
linkType: hard

"@isaacs/cliui@npm:^8.0.2":
version: 8.0.2
resolution: "@isaacs/cliui@npm:8.0.2"
Expand Down Expand Up @@ -2302,7 +2309,7 @@ __metadata:
"@types/figures": "npm:3.0.1"
"@types/fs-extra": "npm:^11.0.4"
"@types/globby": "npm:9.1.0"
"@types/inquirer": "npm:9.0.7"
"@types/inquirer": "npm:^9.0.7"
"@types/js-yaml": "npm:4.0.9"
"@types/semver": "npm:7.5.8"
"@types/tunnel": "npm:0.0.7"
Expand All @@ -2325,8 +2332,8 @@ __metadata:
globby: "npm:^14.0.2"
handlebars: "npm:^4.7.8"
handlebars-utils: "npm:^1.0.6"
inquirer: "npm:^8.2.6"
inquirer-autocomplete-prompt: "npm:^2.0.1"
inquirer: "npm:^9.3.7"
inquirer-autocomplete-prompt: "npm:^3.0.1"
js-yaml: "npm:^4.1.0"
listr2: "npm:^8.2.4"
read-pkg-up: "npm:^11.0.0"
Expand Down Expand Up @@ -2571,8 +2578,8 @@ __metadata:
handlebars: "npm:^4.7.8"
handlebars-helpers: "npm:^0.10.0"
husky: "npm:9.1.6"
inquirer: "npm:^8.2.6"
inquirer-autocomplete-prompt: "npm:^2.0.1"
inquirer: "npm:^9.3.7"
inquirer-autocomplete-prompt: "npm:^3.0.1"
is-ci: "npm:3.0.1"
js-yaml: "npm:^4.1.0"
lerna: "npm:^8.1.8"
Expand Down Expand Up @@ -2960,7 +2967,7 @@ __metadata:
languageName: node
linkType: hard

"@types/inquirer@npm:9.0.7":
"@types/inquirer@npm:^9.0.7":
version: 9.0.7
resolution: "@types/inquirer@npm:9.0.7"
dependencies:
Expand Down Expand Up @@ -3079,11 +3086,11 @@ __metadata:
linkType: hard

"@types/through@npm:*":
version: 0.0.30
resolution: "@types/through@npm:0.0.30"
version: 0.0.33
resolution: "@types/through@npm:0.0.33"
dependencies:
"@types/node": "npm:*"
checksum: 10/9578470db0b527c26e246a1220ae9bffc6bf47f20f89c54aac467c083ab1f7e16c00d9a7b4bb6cb4e2dfae465027270827e5908a6236063f6214625e50585d78
checksum: 10/fd0b73f873a64ed5366d1d757c42e5dbbb2201002667c8958eda7ca02fff09d73de91360572db465ee00240c32d50c6039ea736d8eca374300f9664f93e8da39
languageName: node
linkType: hard

Expand Down Expand Up @@ -3765,6 +3772,13 @@ __metadata:
languageName: node
linkType: hard

"ansi-escapes@npm:^6.0.0":
version: 6.2.1
resolution: "ansi-escapes@npm:6.2.1"
checksum: 10/3b064937dc8a0645ed8094bc8b09483ee718f3aa3139746280e6c2ea80e28c0a3ce66973d0f33e88e60021abbf67e5f877deabfc810e75edf8a19dfa128850be
languageName: node
linkType: hard

"ansi-escapes@npm:^6.2.0":
version: 6.2.0
resolution: "ansi-escapes@npm:6.2.0"
Expand Down Expand Up @@ -7101,6 +7115,16 @@ __metadata:
languageName: node
linkType: hard

"figures@npm:^5.0.0":
version: 5.0.0
resolution: "figures@npm:5.0.0"
dependencies:
escape-string-regexp: "npm:^5.0.0"
is-unicode-supported: "npm:^1.2.0"
checksum: 10/951d18be2f450c90462c484eff9bda705293319bc2f17b250194a0cf1a291600db4cb283a6ce199d49380c95b08d85d822ce4b18d2f9242663fd5895476d667c
languageName: node
linkType: hard

"figures@npm:^6.1.0":
version: 6.1.0
resolution: "figures@npm:6.1.0"
Expand Down Expand Up @@ -8664,18 +8688,18 @@ __metadata:
languageName: node
linkType: hard

"inquirer-autocomplete-prompt@npm:^2.0.1":
version: 2.0.1
resolution: "inquirer-autocomplete-prompt@npm:2.0.1"
"inquirer-autocomplete-prompt@npm:^3.0.1":
version: 3.0.1
resolution: "inquirer-autocomplete-prompt@npm:3.0.1"
dependencies:
ansi-escapes: "npm:^4.3.2"
figures: "npm:^3.2.0"
ansi-escapes: "npm:^6.0.0"
figures: "npm:^5.0.0"
picocolors: "npm:^1.0.0"
run-async: "npm:^2.4.1"
rxjs: "npm:^7.5.4"
rxjs: "npm:^7.5.6"
peerDependencies:
inquirer: ^8.0.0
checksum: 10/1c17ca6181f700edc465d6b4e34e0cfaa9b6b99d8f704750e372cb57ea3d5346adee71f96f204c8bf9db87735d9b7750eb7ce6794e26a485c8a87623233dbf8d
inquirer: ^9.1.0
checksum: 10/758eb9a4487ffcd02fb6ea95a2751fa7aeac0d6a45f06ada07b2733406a693eb1f545f5d14dd2d688ddb84492ac5bb3a6cc70024cfbd8081e6660351c5a8c78e
languageName: node
linkType: hard

Expand Down Expand Up @@ -8746,26 +8770,23 @@ __metadata:
languageName: node
linkType: hard

"inquirer@npm:^8.2.6":
version: 8.2.6
resolution: "inquirer@npm:8.2.6"
"inquirer@npm:^9.3.7":
version: 9.3.7
resolution: "inquirer@npm:9.3.7"
dependencies:
ansi-escapes: "npm:^4.2.1"
chalk: "npm:^4.1.1"
cli-cursor: "npm:^3.1.0"
cli-width: "npm:^3.0.0"
external-editor: "npm:^3.0.3"
figures: "npm:^3.0.0"
lodash: "npm:^4.17.21"
mute-stream: "npm:0.0.8"
"@inquirer/figures": "npm:^1.0.3"
ansi-escapes: "npm:^4.3.2"
cli-width: "npm:^4.1.0"
external-editor: "npm:^3.1.0"
mute-stream: "npm:1.0.0"
ora: "npm:^5.4.1"
run-async: "npm:^2.4.0"
rxjs: "npm:^7.5.5"
string-width: "npm:^4.1.0"
strip-ansi: "npm:^6.0.0"
through: "npm:^2.3.6"
wrap-ansi: "npm:^6.0.1"
checksum: 10/f642b9e5a94faaba54f277bdda2af0e0a6b592bd7f88c60e1614b5795b19336c7025e0c2923915d5f494f600a02fe8517413779a794415bb79a9563b061d68ab
run-async: "npm:^3.0.0"
rxjs: "npm:^7.8.1"
string-width: "npm:^4.2.3"
strip-ansi: "npm:^6.0.1"
wrap-ansi: "npm:^6.2.0"
yoctocolors-cjs: "npm:^2.1.2"
checksum: 10/92d0a0f55701e05a8dd3624eab0c03c6e96de18285cefdbef4edc5c1a77c8283361700e088db275ec5d5b36c45ff9428127125d78428e07ea4c5574f55b17176
languageName: node
linkType: hard

Expand Down Expand Up @@ -13758,7 +13779,7 @@ __metadata:
languageName: node
linkType: hard

"rxjs@npm:>=7.8.1, rxjs@npm:^7.2.0, rxjs@npm:^7.5.4, rxjs@npm:^7.8.1":
"rxjs@npm:>=7.8.1, rxjs@npm:^7.2.0, rxjs@npm:^7.5.6, rxjs@npm:^7.8.1":
version: 7.8.1
resolution: "rxjs@npm:7.8.1"
dependencies:
Expand Down Expand Up @@ -16276,7 +16297,7 @@ __metadata:
languageName: node
linkType: hard

"wrap-ansi@npm:^6.0.1, wrap-ansi@npm:^6.2.0":
"wrap-ansi@npm:^6.2.0":
version: 6.2.0
resolution: "wrap-ansi@npm:6.2.0"
dependencies:
Expand Down Expand Up @@ -16514,6 +16535,13 @@ __metadata:
languageName: node
linkType: hard

"yoctocolors-cjs@npm:^2.1.2":
version: 2.1.2
resolution: "yoctocolors-cjs@npm:2.1.2"
checksum: 10/d731e3ba776a0ee19021d909787942933a6c2eafb2bbe85541f0c59aa5c7d475ce86fcb860d5803105e32244c3dd5ba875b87c4c6bf2d6f297da416aa54e556f
languageName: node
linkType: hard

"yoctocolors@npm:^2.0.0":
version: 2.1.1
resolution: "yoctocolors@npm:2.1.1"
Expand Down

0 comments on commit 5e90fea

Please sign in to comment.