Skip to content

Commit 63b6239

Browse files
chore(deps): update dependency @clack/prompts to ^0.7.0 (#645)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@clack/prompts](https://togithub.com/natemoo-re/clack/tree/main/packages/prompts#readme) ([source](https://togithub.com/natemoo-re/clack)) | [`^0.6.3` -> `^0.7.0`](https://renovatebot.com/diffs/npm/@clack%2fprompts/0.6.3/0.7.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@clack%2fprompts/0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@clack%2fprompts/0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@clack%2fprompts/0.6.3/0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@clack%2fprompts/0.6.3/0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>natemoo-re/clack (@&#8203;clack/prompts)</summary> ### [`v0.7.0`](https://togithub.com/natemoo-re/clack/blob/HEAD/packages/prompts/CHANGELOG.md#070) [Compare Source](https://togithub.com/natemoo-re/clack/compare/@clack/[email protected]...@clack/[email protected]) ##### Minor Changes - [`b27a701`](https://togithub.com/natemoo-re/clack/commit/b27a701): add maxItems option to select prompt - [`89371be`](https://togithub.com/natemoo-re/clack/commit/89371be): added a new method called `spinner.message(msg: string)` ##### Patch Changes - [`52183c4`](https://togithub.com/natemoo-re/clack/commit/52183c4): Fix `spinner` conflict with terminal on error between `spinner.start()` and `spinner.stop()` - [`ab51d29`](https://togithub.com/natemoo-re/clack/commit/ab51d29): Fixes cases where the note title length was miscalculated due to ansi characters - Updated dependencies \[[`cd79076`](https://togithub.com/natemoo-re/clack/commit/cd79076)] - [@&#8203;clack/core](https://togithub.com/clack/core)[@&#8203;0](https://togithub.com/0).3.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/JoshuaKGoldberg/template-typescript-node-package). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c8d5c74 commit 63b6239

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"*": "prettier --ignore-unknown --write"
4343
},
4444
"dependencies": {
45-
"@clack/prompts": "^0.6.3",
45+
"@clack/prompts": "^0.7.0",
4646
"all-contributors-for-repository": "^0.0.10",
4747
"chalk": "^5.2.0",
4848
"execa": "^7.1.1",

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)