Skip to content

Update dependency @clack/prompts to ^1.6.0#41

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/clack-prompts-1.x
Open

Update dependency @clack/prompts to ^1.6.0#41
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/clack-prompts-1.x

Conversation

@renovate

@renovate renovate Bot commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@clack/prompts (source) ^1.2.0^1.6.0 age confidence

Release Notes

bombshell-dev/clack (@​clack/prompts)

v1.6.0

Compare Source

Minor Changes
  • #​568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

    If you want the old behavior, provide a format() function:

    import { note } from '@​clack/prompts';
    +import { styleText } from 'node:util';
    
    note(
      'You can edit the file src/index.jsx',
      'Next steps.'
    +  { format: (text) => styleText('dim', text) }
    );
  • #​567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

Patch Changes

v1.5.1

Compare Source

Patch Changes

v1.5.0

Compare Source

Minor Changes
  • #​543 83428ac Thanks @​florian-lefebvre! - Adds support for Standard Schema validation

    Prompts accept an optional validate() function to validate user input. While a function provides more flexibility and customization over your validation, it can be a bit verbose. To help solve this, there are libraries that provide schema-based validation to make shorthand and type-strict validation substantially easier.

    Libraries following the Standard Schema specification are now natively supported. For example, using Arktype:

    import { text } from '@​clack/prompts';
    import { type } from 'arktype';
    
    const name = await text({
    	message: 'Enter your email',
    +	validate: type('string.email').describe('Invalid email'),
    });
Patch Changes

v1.4.0

Compare Source

Minor Changes
  • 284677e: Support scrolling and maxItems option for groupMultiselect, and removes indent when withGuide is set to false
Patch Changes
  • aab46a2: docs: add jsdoc for text, password, and multiline prompts
  • 54be8d7: Fix line wrapping and overflow computation in group multi-select and other list-like prompts.
  • Updated dependencies [54be8d7]

v1.3.0

Compare Source

Minor Changes
  • ea5702e: fix: add engines field expressing node >=20.12 requirement
  • 814ab9a: Add new multiline prompt for multi-line text input.
Patch Changes

Configuration

📅 Schedule: (UTC)

  • 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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/clack-prompts-1.x branch from 1f57a8e to f0f9ed9 Compare May 12, 2026 12:04
@renovate renovate Bot changed the title Update dependency @clack/prompts to ^1.3.0 Update dependency @clack/prompts to ^1.4.0 May 12, 2026
@renovate renovate Bot force-pushed the renovate/clack-prompts-1.x branch from f0f9ed9 to ab7bc41 Compare May 28, 2026 15:53
@renovate renovate Bot changed the title Update dependency @clack/prompts to ^1.4.0 Update dependency @clack/prompts to ^1.5.0 May 29, 2026
@renovate renovate Bot force-pushed the renovate/clack-prompts-1.x branch from ab7bc41 to 1a982a9 Compare May 29, 2026 17:41
@renovate renovate Bot changed the title Update dependency @clack/prompts to ^1.5.0 Update dependency @clack/prompts to ^1.5.1 Jun 3, 2026
@renovate renovate Bot force-pushed the renovate/clack-prompts-1.x branch from 1a982a9 to da04e12 Compare June 3, 2026 17:12
@renovate renovate Bot force-pushed the renovate/clack-prompts-1.x branch from da04e12 to a75b3f2 Compare June 19, 2026 23:50
@renovate renovate Bot changed the title Update dependency @clack/prompts to ^1.5.1 Update dependency @clack/prompts to ^1.6.0 Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants