Skip to content

[ci] release#539

Merged
dreyfus92 merged 1 commit into
mainfrom
changeset-release/main
May 29, 2026
Merged

[ci] release#539
dreyfus92 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@bombshell-bot
Copy link
Copy Markdown
Contributor

@bombshell-bot bombshell-bot Bot commented May 12, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@clack/core@1.4.0

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

@clack/prompts@1.5.0

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

@github-actions github-actions Bot added the automated PR author detected as automated label May 12, 2026
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 12, 2026

commit: b502f3d

@bombshell-bot bombshell-bot Bot force-pushed the changeset-release/main branch from b0e43c1 to b502f3d Compare May 29, 2026 11:16
@dreyfus92 dreyfus92 merged commit 030ba4d into main May 29, 2026
7 checks passed
@dreyfus92 dreyfus92 deleted the changeset-release/main branch May 29, 2026 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated PR author detected as automated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant