Commit 38f98d1
chore(deps): update inquirer (#983)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[@inquirer/core](https://redirect.github.com/SBoudrias/Inquirer.js/blob/main/packages/core/README.md)
([source](https://redirect.github.com/SBoudrias/Inquirer.js)) |
[`^10.1.15` →
`^11.0.0`](https://renovatebot.com/diffs/npm/@inquirer%2fcore/10.3.2/11.1.0)
|

|

|
|
[@inquirer/input](https://redirect.github.com/SBoudrias/Inquirer.js/blob/main/packages/input/README.md)
([source](https://redirect.github.com/SBoudrias/Inquirer.js)) |
[`^4.2.1` →
`^5.0.0`](https://renovatebot.com/diffs/npm/@inquirer%2finput/4.3.1/5.0.3)
|

|

|
|
[@inquirer/password](https://redirect.github.com/SBoudrias/Inquirer.js/blob/main/packages/password/README.md)
([source](https://redirect.github.com/SBoudrias/Inquirer.js)) |
[`^4.0.17` →
`^5.0.0`](https://renovatebot.com/diffs/npm/@inquirer%2fpassword/4.0.23/5.0.3)
|

|

|
|
[@inquirer/select](https://redirect.github.com/SBoudrias/Inquirer.js/blob/main/packages/select/README.md)
([source](https://redirect.github.com/SBoudrias/Inquirer.js)) |
[`^4.3.1` →
`^5.0.0`](https://renovatebot.com/diffs/npm/@inquirer%2fselect/4.4.2/5.0.3)
|

|

|
---
### Release Notes
<details>
<summary>SBoudrias/Inquirer.js (@​inquirer/core)</summary>
###
[`v11.1.0`](https://redirect.github.com/SBoudrias/Inquirer.js/releases/tag/inquirer%4011.1.0)
[Compare
Source](https://redirect.github.com/SBoudrias/Inquirer.js/compare/@inquirer/core@11.0.2...@inquirer/core@11.1.0)
- Now exports base utility Typescript types: `import type { Question,
DistinctQuestion, Answers } from 'inquirer';`
You should use as follow to keep the inference working properly:
```ts
const questions = [
{ ... }
] as const satisfies Question[];
// If you're not using inquirer plugins, `Question` could alternatively be replaced by `DistinctQuestion` for stricter checks.
```
###
[`v11.0.2`](https://redirect.github.com/SBoudrias/Inquirer.js/releases/tag/inquirer%4011.0.2)
[Compare
Source](https://redirect.github.com/SBoudrias/Inquirer.js/compare/@inquirer/core@11.0.1...@inquirer/core@11.0.2)
- Fix
[#​1555](https://redirect.github.com/SBoudrias/Inquirer.js/issues/1555):
`when` behaviour changed unexpectedly when returning a falsy value.
###
[`v11.0.1`](https://redirect.github.com/SBoudrias/Inquirer.js/compare/inquirer@11.0.0...inquirer@11.0.1)
[Compare
Source](https://redirect.github.com/SBoudrias/Inquirer.js/compare/@inquirer/core@11.0.0...@inquirer/core@11.0.1)
###
[`v11.0.0`](https://redirect.github.com/SBoudrias/Inquirer.js/releases/tag/inquirer%4011.0.0)
[Compare
Source](https://redirect.github.com/SBoudrias/Inquirer.js/compare/@inquirer/core@10.3.2...@inquirer/core@11.0.0)
No technical breaking changes; but we changed the style of the question
`prefix` once the answer is provided. Once a question is answer, the
prefix becomes a tick mark (previously it was the same `?` as when the
prompt is idle.)
This is theme-able, and so can be overwritten to with `theme.prefix`.
</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.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vlad Frangu <me@vladfrangu.dev>1 parent e0437db commit 38f98d1
3 files changed
Lines changed: 57 additions & 88 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | 13 | | |
18 | 14 | | |
19 | 15 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 16 | + | |
| 17 | + | |
29 | 18 | | |
30 | 19 | | |
31 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
900 | 900 | | |
901 | 901 | | |
902 | 902 | | |
903 | | - | |
904 | | - | |
905 | | - | |
906 | | - | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
907 | 907 | | |
908 | 908 | | |
909 | 909 | | |
910 | | - | |
911 | | - | |
912 | | - | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
913 | 913 | | |
914 | | - | |
915 | | - | |
916 | | - | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
917 | 917 | | |
918 | | - | |
| 918 | + | |
919 | 919 | | |
920 | | - | |
921 | | - | |
| 920 | + | |
922 | 921 | | |
923 | 922 | | |
924 | 923 | | |
925 | 924 | | |
926 | 925 | | |
927 | | - | |
| 926 | + | |
928 | 927 | | |
929 | 928 | | |
930 | 929 | | |
931 | | - | |
932 | | - | |
933 | | - | |
934 | | - | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
| 933 | + | |
935 | 934 | | |
936 | 935 | | |
937 | 936 | | |
938 | | - | |
939 | | - | |
940 | | - | |
| 937 | + | |
| 938 | + | |
| 939 | + | |
941 | 940 | | |
942 | | - | |
943 | | - | |
| 941 | + | |
| 942 | + | |
944 | 943 | | |
945 | 944 | | |
946 | 945 | | |
947 | 946 | | |
948 | 947 | | |
949 | | - | |
| 948 | + | |
950 | 949 | | |
951 | 950 | | |
952 | 951 | | |
953 | | - | |
954 | | - | |
955 | | - | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
956 | 955 | | |
957 | | - | |
958 | | - | |
959 | | - | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
960 | 959 | | |
961 | 960 | | |
962 | 961 | | |
963 | 962 | | |
964 | 963 | | |
965 | | - | |
| 964 | + | |
966 | 965 | | |
967 | 966 | | |
968 | 967 | | |
969 | | - | |
970 | | - | |
971 | | - | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
972 | 971 | | |
973 | | - | |
974 | | - | |
975 | | - | |
976 | | - | |
977 | | - | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
978 | 976 | | |
979 | 977 | | |
980 | 978 | | |
981 | 979 | | |
982 | 980 | | |
983 | | - | |
| 981 | + | |
984 | 982 | | |
985 | 983 | | |
986 | 984 | | |
987 | | - | |
988 | | - | |
989 | | - | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
990 | 988 | | |
991 | 989 | | |
992 | 990 | | |
993 | 991 | | |
994 | 992 | | |
995 | | - | |
| 993 | + | |
996 | 994 | | |
997 | 995 | | |
998 | 996 | | |
| |||
2316 | 2314 | | |
2317 | 2315 | | |
2318 | 2316 | | |
2319 | | - | |
2320 | | - | |
2321 | | - | |
2322 | | - | |
| 2317 | + | |
| 2318 | + | |
| 2319 | + | |
| 2320 | + | |
2323 | 2321 | | |
2324 | 2322 | | |
2325 | 2323 | | |
| |||
6817 | 6815 | | |
6818 | 6816 | | |
6819 | 6817 | | |
6820 | | - | |
6821 | | - | |
6822 | | - | |
6823 | | - | |
| 6818 | + | |
| 6819 | + | |
| 6820 | + | |
| 6821 | + | |
6824 | 6822 | | |
6825 | 6823 | | |
6826 | 6824 | | |
| |||
9658 | 9656 | | |
9659 | 9657 | | |
9660 | 9658 | | |
9661 | | - | |
9662 | | - | |
9663 | | - | |
9664 | | - | |
9665 | | - | |
9666 | | - | |
9667 | | - | |
9668 | | - | |
9669 | | - | |
9670 | | - | |
9671 | | - | |
9672 | 9659 | | |
9673 | 9660 | | |
9674 | 9661 | | |
| |||
9680 | 9667 | | |
9681 | 9668 | | |
9682 | 9669 | | |
9683 | | - | |
| 9670 | + | |
9684 | 9671 | | |
9685 | 9672 | | |
9686 | 9673 | | |
| |||
9760 | 9747 | | |
9761 | 9748 | | |
9762 | 9749 | | |
9763 | | - | |
9764 | | - | |
9765 | | - | |
9766 | | - | |
9767 | | - | |
9768 | | - | |
9769 | | - | |
9770 | 9750 | | |
9771 | 9751 | | |
9772 | 9752 | | |
| |||
0 commit comments