Skip to content

fix(deps): update dependency @clack/prompts to v1.5.0#8

Merged
bryanprimus merged 1 commit into
mainfrom
renovate/minor-and-patch-dependency-updates
May 31, 2026
Merged

fix(deps): update dependency @clack/prompts to v1.5.0#8
bryanprimus merged 1 commit into
mainfrom
renovate/minor-and-patch-dependency-updates

Conversation

@renovate

@renovate renovate Bot commented May 31, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

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: (in timezone Asia/Makassar)

  • Branch creation
    • Between 12:00 AM and 05:59 AM, only on Monday (* 0-5 * * 1)
  • 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.

@bryanprimus bryanprimus merged commit c1e7f3b into main May 31, 2026
1 of 2 checks passed
@bryanprimus bryanprimus deleted the renovate/minor-and-patch-dependency-updates branch May 31, 2026 19:15
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.

1 participant