Skip to content

fix(deps): update dependency @clack/prompts to v1.6.0#317

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

fix(deps): update dependency @clack/prompts to v1.6.0#317
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/clack-prompts-1.x

Conversation

@renovate

@renovate renovate Bot commented May 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@clack/prompts (source) 1.4.01.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

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 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.


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

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

@socket-security

socket-security Bot commented May 29, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​clack/​prompts@​1.6.010010010098100

View full report

@renovate renovate Bot changed the title fix(deps): update dependency @clack/prompts to v1.5.0 fix(deps): update dependency @clack/prompts to v1.5.1 Jun 3, 2026
@renovate renovate Bot force-pushed the renovate/clack-prompts-1.x branch 2 times, most recently from ca3374c to 2d2a7dd Compare June 5, 2026 17:44
@renovate renovate Bot force-pushed the renovate/clack-prompts-1.x branch 5 times, most recently from 15a3cf8 to b8087b9 Compare June 19, 2026 20:16
@renovate renovate Bot changed the title fix(deps): update dependency @clack/prompts to v1.5.1 fix(deps): update dependency @clack/prompts to v1.6.0 Jun 19, 2026
@renovate renovate Bot force-pushed the renovate/clack-prompts-1.x branch 7 times, most recently from a93699b to c8cf234 Compare June 23, 2026 13:40
@renovate renovate Bot force-pushed the renovate/clack-prompts-1.x branch from c8cf234 to d8c32ed Compare June 23, 2026 14:03
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