chore(deps): update dependency @clack/core to v1.0.0#163
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency @clack/core to v1.0.0#163renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
1d6af96 to
6ea91b0
Compare
6ea91b0 to
79da2de
Compare
ryuudotgg
previously approved these changes
Feb 2, 2026
79da2de to
f7fb2f7
Compare
f7fb2f7 to
d114869
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.0-alpha.7→1.0.0Release Notes
bombshell-dev/clack (@clack/core)
v1.0.0Compare Source
Major Changes
c713fd5: The package is now distributed as ESM-only. Inv0releases, the package was dual-published as CJS and ESM.For existing CJS projects using Node v20+, please see Node's guide on Loading ECMAScript modules using
require().Minor Changes
7bc3301: Prompts now have auserInputstored separately from theirvalue.2837845: Adds suggestion and path prompts729bbb6: Add support for customizable spinner cancel and error messages. Users can now customize these messages either per spinner instance or globally via theupdateSettingsfunction to support multilingual CLIs.This update also improves the architecture by exposing the core settings to the prompts package, enabling more consistent default message handling across the codebase.
55645c2: Support wrapping autocomplete and select prompts.f2c2b89: AddsAutocompletePromptto core with comprehensive tests and implement bothautocompleteandautocomplete-multiselectcomponents in prompts package.df4eea1: Removesuggestionprompt and changepathprompt to be an autocomplete prompt.1604f97: AddclearOnErroroption to password prompt to automatically clear input when validation failsPatch Changes
0718b07: fix: export*Optionstypes for prompts.bfe0dd3: Prevents placeholder from being used as input value in text prompts6868c1c: Adds a newselectableGroupsboolean to the group multi-select prompt. UsingselectableGroups: falsewill disable the ability to select a top-level group, but still allow every child to be selected individually.7df841d: Removed all trailing space in prompt output and fixed various padding rendering bugs.a4f5034: Fixes an edge case for placeholder values. Previously, when pressingenteron an empty prompt, placeholder values would be ignored. Now, placeholder values are treated as the prompt value.b103ad3: Allow disabled options in multi-select and select prompts.71b5029: Add missing nullish checks around values.a36292b: Fix "TTY initialization failed: uv_tty_init returned EBADF (bad file descriptor)" error happening on Windows for non-tty terminals.1a45f93: Switched from wrap-ansi to fast-wrap-ansi4ba2d78: Support short terminal windows when re-rendering by accounting for off-screen lines34f52fe: Validates initial values immediately when using text prompts with initialValue and validate props.94fee2a: Changesplaceholderto be a visual hint rather than a tabbable value.4f6b3c2: Set initial values of auto complete prompt to first option when multiple is false.8ead5d3: Avoid passing initial values to core when using auto complete promptacc4c3a: Add a newwithGuideoption to all prompts to disable the default clack border68dbf9b: select-key: Fixed wrapping and added newcaseSensitiveoption2310b43: Allow custom writables as output stream.d98e033: add invert selection for multiselect promptv1.0.0-alpha.8Compare Source
Patch Changes
68dbf9b: select-key: Fixed wrapping and added newcaseSensitiveoptionConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.