Skip to content

Commit efd23ae

Browse files
chore(deps): update dependency @inquirer/confirm to v5 (#210)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@inquirer/confirm](https://redirect.github.com/SBoudrias/Inquirer.js/blob/main/packages/confirm/README.md) ([source](https://redirect.github.com/SBoudrias/Inquirer.js)) | dependencies | major | [`^4` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@inquirer%2fconfirm/4.0.1/5.0.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/SBoudrias/Inquirer.js/badge)](https://securityscorecards.dev/viewer/?uri=github.com/SBoudrias/Inquirer.js) | --- ### Release Notes <details> <summary>SBoudrias/Inquirer.js (@&#8203;inquirer/confirm)</summary> ### [`v5.0.0`](https://redirect.github.com/SBoudrias/Inquirer.js/releases/tag/%40inquirer/prompts%405.0.0) [Compare Source](https://redirect.github.com/SBoudrias/Inquirer.js/compare/@inquirer/confirm@4.0.1...@inquirer/confirm@5.0.0) - \[Breaking [#&#8203;1384](https://redirect.github.com/SBoudrias/Inquirer.js/issues/1384)] `@inquirer/core` isn't exported from `@inquirer/prompts` anymore. If you want to create custom prompts, import from the core package. This decision was made to disambiguate what breaks in each package - with prompts re-exporting core, any core breaking change (no matter how minor) caused a major version bump. Now only prompts interfaces breaking changes will be major on prompts. We're hoping this will simplify your usage of `@inquirer/*` packages. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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/settlemint/sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 68adbe1 commit efd23ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {},
4949
"dependencies": {
5050
"@commander-js/extra-typings": "^12",
51-
"@inquirer/confirm": "^4",
51+
"@inquirer/confirm": "^5.0.0",
5252
"@inquirer/input": "^3",
5353
"@inquirer/password": "^3",
5454
"@inquirer/select": "^4.0.0",

0 commit comments

Comments
 (0)