Skip to content

chore(deps): update dependency @clack/prompts to v1.5.1#32

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

chore(deps): update dependency @clack/prompts to v1.5.1#32
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/clack-prompts-1.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@clack/prompts (source) 1.4.01.5.1 age confidence

Release Notes

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

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
    • "before 3am"
  • 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.

@renovate renovate Bot requested a review from airscripts as a code owner June 6, 2026 01:11
@renovate renovate Bot force-pushed the renovate/clack-prompts-1.x-lockfile branch 6 times, most recently from 8553733 to ef3bc49 Compare June 7, 2026 18:05
@renovate renovate Bot force-pushed the renovate/clack-prompts-1.x-lockfile branch from ef3bc49 to 9f7abf3 Compare June 8, 2026 01:49
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