Skip to content

Commit bbd0200

Browse files
chore(deps): update dependency inquirer to ~12.9.0 (#863)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [inquirer](https://redirect.github.com/SBoudrias/Inquirer.js/blob/main/packages/inquirer/README.md) ([source](https://redirect.github.com/SBoudrias/Inquirer.js)) | [`~12.8.0` -> `~12.9.0`](https://renovatebot.com/diffs/npm/inquirer/12.8.2/12.9.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/inquirer/12.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/inquirer/12.8.2/12.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>SBoudrias/Inquirer.js (inquirer)</summary> ### [`v12.9.0`](https://redirect.github.com/SBoudrias/Inquirer.js/releases/tag/inquirer%4012.9.0) [Compare Source](https://redirect.github.com/SBoudrias/Inquirer.js/compare/[email protected]@12.9.0) - Search prompt: New `instructions` config to allow localizing the help tips. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/apify-cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40My41IiwidXBkYXRlZEluVmVyIjoiNDEuNDMuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a03ef85 commit bbd0200

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"globby": "~14.1.0",
9292
"handlebars": "~4.7.8",
9393
"indent-string": "^5.0.0",
94-
"inquirer": "~12.8.0",
94+
"inquirer": "~12.9.0",
9595
"is-ci": "~4.1.0",
9696
"istextorbinary": "~9.5.0",
9797
"jju": "~1.4.0",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -982,9 +982,9 @@ __metadata:
982982
languageName: node
983983
linkType: hard
984984

985-
"@inquirer/prompts@npm:^7.7.1":
986-
version: 7.7.1
987-
resolution: "@inquirer/prompts@npm:7.7.1"
985+
"@inquirer/prompts@npm:^7.8.0":
986+
version: 7.8.0
987+
resolution: "@inquirer/prompts@npm:7.8.0"
988988
dependencies:
989989
"@inquirer/checkbox": "npm:^4.2.0"
990990
"@inquirer/confirm": "npm:^5.1.14"
@@ -994,14 +994,14 @@ __metadata:
994994
"@inquirer/number": "npm:^3.0.17"
995995
"@inquirer/password": "npm:^4.0.17"
996996
"@inquirer/rawlist": "npm:^4.1.5"
997-
"@inquirer/search": "npm:^3.0.17"
997+
"@inquirer/search": "npm:^3.1.0"
998998
"@inquirer/select": "npm:^4.3.1"
999999
peerDependencies:
10001000
"@types/node": ">=18"
10011001
peerDependenciesMeta:
10021002
"@types/node":
10031003
optional: true
1004-
checksum: 10c0/7489a7d5b243c1c6c889e472d1779d838ede414ee766ad5878dc8e99dfa931ca9dac4652ba991e619b5efb4343db39bf7891f753cf17bc638427b05c650f01fd
1004+
checksum: 10c0/870496b7e9c5aa09198f47e95b5e73af4363c5736bfd1ef0e4722859cfd0dff56e0302e15bc3f7dcc4af7efb4654a7f6c3eb0351deb4a09f2094688c86136f55
10051005
languageName: node
10061006
linkType: hard
10071007

@@ -1021,9 +1021,9 @@ __metadata:
10211021
languageName: node
10221022
linkType: hard
10231023

1024-
"@inquirer/search@npm:^3.0.17":
1025-
version: 3.0.17
1026-
resolution: "@inquirer/search@npm:3.0.17"
1024+
"@inquirer/search@npm:^3.1.0":
1025+
version: 3.1.0
1026+
resolution: "@inquirer/search@npm:3.1.0"
10271027
dependencies:
10281028
"@inquirer/core": "npm:^10.1.15"
10291029
"@inquirer/figures": "npm:^1.0.13"
@@ -1034,7 +1034,7 @@ __metadata:
10341034
peerDependenciesMeta:
10351035
"@types/node":
10361036
optional: true
1037-
checksum: 10c0/85c1d06a604d20c8d76288ec82f318e2f3907994dbe56dabf043eabf19185ee19807e3ec7d8e750bc25540832e9f60f42986799b04acac650dae5c4129fb1aa8
1037+
checksum: 10c0/e53b9a61bb8066d826e2b1829e63ed6a5926b7d3a55f01f66d6023cd062156063a5af3ba5c077ea5f826f755e07b4d2ea8ee867837ce7ee8c23a8b86a71fc472
10381038
languageName: node
10391039
linkType: hard
10401040

@@ -2439,7 +2439,7 @@ __metadata:
24392439
globby: "npm:~14.1.0"
24402440
handlebars: "npm:~4.7.8"
24412441
indent-string: "npm:^5.0.0"
2442-
inquirer: "npm:~12.8.0"
2442+
inquirer: "npm:~12.9.0"
24432443
is-ci: "npm:~4.1.0"
24442444
istextorbinary: "npm:~9.5.0"
24452445
jju: "npm:~1.4.0"
@@ -5462,12 +5462,12 @@ __metadata:
54625462
languageName: node
54635463
linkType: hard
54645464

5465-
"inquirer@npm:~12.8.0":
5466-
version: 12.8.2
5467-
resolution: "inquirer@npm:12.8.2"
5465+
"inquirer@npm:~12.9.0":
5466+
version: 12.9.0
5467+
resolution: "inquirer@npm:12.9.0"
54685468
dependencies:
54695469
"@inquirer/core": "npm:^10.1.15"
5470-
"@inquirer/prompts": "npm:^7.7.1"
5470+
"@inquirer/prompts": "npm:^7.8.0"
54715471
"@inquirer/type": "npm:^3.0.8"
54725472
ansi-escapes: "npm:^4.3.2"
54735473
mute-stream: "npm:^2.0.0"
@@ -5478,7 +5478,7 @@ __metadata:
54785478
peerDependenciesMeta:
54795479
"@types/node":
54805480
optional: true
5481-
checksum: 10c0/5eb110acc1b4cd167711292dcc9130625c987faadcf6d2843ade00cc2bcaba048b0235f5bc9a2c6e561ce8ebf2150527846fae0cf4d42a1d130f22134f8571dc
5481+
checksum: 10c0/e00ca591d620fedfa10ce186d3714d475391a130fc264e08f1e5bc81d6549881f79efc48f3303b7b19aa2fb37fcb3d9a48faa35eb339c8ed2360e9e6099f2fdb
54825482
languageName: node
54835483
linkType: hard
54845484

0 commit comments

Comments
 (0)