Skip to content

Commit c164097

Browse files
chore(deps): update patch/minor dependencies (#764)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [inquirer](https://redirect.github.com/SBoudrias/Inquirer.js/blob/main/packages/inquirer/README.md) ([source](https://redirect.github.com/SBoudrias/Inquirer.js)) | [`~12.4.0` -> `~12.5.0`](https://renovatebot.com/diffs/npm/inquirer/12.4.3/12.5.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/inquirer/12.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/inquirer/12.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/inquirer/12.4.3/12.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/inquirer/12.4.3/12.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [yarn](https://redirect.github.com/yarnpkg/berry) ([source](https://redirect.github.com/yarnpkg/berry/tree/HEAD/packages/yarnpkg-cli)) | [`4.7.0` -> `4.8.1`](https://renovatebot.com/diffs/npm/yarn/4.7.0/4.8.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@yarnpkg%2fcli/4.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@yarnpkg%2fcli/4.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@yarnpkg%2fcli/4.7.0/4.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@yarnpkg%2fcli/4.7.0/4.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>SBoudrias/Inquirer.js (inquirer)</summary> ### [`v12.5.0`](https://redirect.github.com/SBoudrias/Inquirer.js/releases/tag/inquirer%4012.5.0) [Compare Source](https://redirect.github.com/SBoudrias/Inquirer.js/compare/[email protected]@12.5.0) - Feat (`select`): Introduce `theme.indexMode` to control displaying an index prefix in front of each choice. (defaults to hidden) - Fix (`select`): Improve search when number keys are pressed </details> <details> <summary>yarnpkg/berry (yarn)</summary> ### [`v4.8.1`](https://redirect.github.com/yarnpkg/berry/compare/260cff1745bdf2d71ed91f76e440330078896e1b...76596c5d3fb9a60fa1459b6a1d62df4cfa4c5701) [Compare Source](https://redirect.github.com/yarnpkg/berry/compare/260cff1745bdf2d71ed91f76e440330078896e1b...76596c5d3fb9a60fa1459b6a1d62df4cfa4c5701) ### [`v4.8.0`](https://redirect.github.com/yarnpkg/berry/compare/62fd8525b8e1e6fc73431c38e4101eab2496c3b6...260cff1745bdf2d71ed91f76e440330078896e1b) [Compare Source](https://redirect.github.com/yarnpkg/berry/compare/62fd8525b8e1e6fc73431c38e4101eab2496c3b6...260cff1745bdf2d71ed91f76e440330078896e1b) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 86584f1 commit c164097

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"fs-extra": "^11.2.0",
8686
"globby": "~14.1.0",
8787
"handlebars": "~4.7.8",
88-
"inquirer": "~12.4.0",
88+
"inquirer": "~12.5.0",
8989
"is-ci": "~4.1.0",
9090
"is-online": "~11.0.0",
9191
"istextorbinary": "~9.5.0",
@@ -169,9 +169,9 @@
169169
},
170170
"volta": {
171171
"node": "22.14.0",
172-
"yarn": "4.7.0"
172+
"yarn": "4.8.1"
173173
},
174-
"packageManager": "yarn@4.7.0",
174+
"packageManager": "yarn@4.8.1",
175175
"lint-staged": {
176176
"*": "biome format --write --no-errors-on-unmatched",
177177
"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts",

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"volta": {
4242
"node": "22.14.0",
43-
"yarn": "4.7.0"
43+
"yarn": "4.8.1"
4444
},
45-
"packageManager": "yarn@4.7.0"
45+
"packageManager": "yarn@4.8.1"
4646
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ __metadata:
15441544
languageName: node
15451545
linkType: hard
15461546

1547-
"@inquirer/core@npm:^10.1.8, @inquirer/core@npm:^10.1.9":
1547+
"@inquirer/core@npm:^10.1.9":
15481548
version: 10.1.9
15491549
resolution: "@inquirer/core@npm:10.1.9"
15501550
dependencies:
@@ -1680,7 +1680,7 @@ __metadata:
16801680
languageName: node
16811681
linkType: hard
16821682

1683-
"@inquirer/prompts@npm:^7.3.3, @inquirer/prompts@npm:^7.4.0":
1683+
"@inquirer/prompts@npm:^7.4.0":
16841684
version: 7.4.0
16851685
resolution: "@inquirer/prompts@npm:7.4.0"
16861686
dependencies:
@@ -3937,7 +3937,7 @@ __metadata:
39373937
fs-extra: "npm:^11.2.0"
39383938
globby: "npm:~14.1.0"
39393939
handlebars: "npm:~4.7.8"
3940-
inquirer: "npm:~12.4.0"
3940+
inquirer: "npm:~12.5.0"
39413941
is-ci: "npm:~4.1.0"
39423942
is-online: "npm:~11.0.0"
39433943
istextorbinary: "npm:~9.5.0"
@@ -7540,12 +7540,12 @@ __metadata:
75407540
languageName: node
75417541
linkType: hard
75427542

7543-
"inquirer@npm:~12.4.0":
7544-
version: 12.4.3
7545-
resolution: "inquirer@npm:12.4.3"
7543+
"inquirer@npm:~12.5.0":
7544+
version: 12.5.0
7545+
resolution: "inquirer@npm:12.5.0"
75467546
dependencies:
7547-
"@inquirer/core": "npm:^10.1.8"
7548-
"@inquirer/prompts": "npm:^7.3.3"
7547+
"@inquirer/core": "npm:^10.1.9"
7548+
"@inquirer/prompts": "npm:^7.4.0"
75497549
"@inquirer/type": "npm:^3.0.5"
75507550
ansi-escapes: "npm:^4.3.2"
75517551
mute-stream: "npm:^2.0.0"
@@ -7556,7 +7556,7 @@ __metadata:
75567556
peerDependenciesMeta:
75577557
"@types/node":
75587558
optional: true
7559-
checksum: 10c0/24f89561e36bf384d3cd7551e06cb440845c3ae73d1b40578199b90793d05f94e60db1335614d6247af30664bbdd67edfb01d238d0b4539dffb29009375995a0
7559+
checksum: 10c0/444a669faadd34eafa2481cbf14a70515d189ca8a8674db8484ef2a5c5d97d05f8cb70f9615905bd31914f64e230c2a6a1fa6378ec004176156e04b29699bbbb
75607560
languageName: node
75617561
linkType: hard
75627562

0 commit comments

Comments
 (0)