Skip to content

chore(deps): bump dependency @clack/prompts to v1.5.0#22

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/clack-prompts-1.x-lockfile
Jun 2, 2026
Merged

chore(deps): bump dependency @clack/prompts to v1.5.0#22
renovate[bot] merged 1 commit into
mainfrom
renovate/clack-prompts-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 2, 2026

This PR contains the following updates:

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

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: (in timezone UTC)

  • Branch creation
    • "before 6am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 enabled auto-merge (squash) June 2, 2026 07:07
@renovate renovate Bot force-pushed the renovate/clack-prompts-1.x-lockfile branch from abeb933 to ced8110 Compare June 2, 2026 07:10
@renovate renovate Bot force-pushed the renovate/clack-prompts-1.x-lockfile branch from ced8110 to 9ca6383 Compare June 2, 2026 07:20
@renovate renovate Bot merged commit b52c39b into main Jun 2, 2026
2 checks passed
@renovate renovate Bot deleted the renovate/clack-prompts-1.x-lockfile branch June 2, 2026 09: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