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

@bombshell-botbombshell-botBot commented May 12, 2026

Copy link
Copy Markdown
Contributor

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

  • #54383428ac 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

  • #54383428ac 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-actionsgithub-actionsBot added the automated PR author detected as automated label May 12, 2026
@pkg-pr-new

pkg-pr-newBot commented May 12, 2026

Copy link
Copy Markdown

commit: b502f3d

@bombshell-bot
bombshell-botBotforce-pushed the changeset-release/main branch 3 times, most recently from 0e2125a to 194dd88CompareMay 13, 2026 15:20
@bombshell-bot
bombshell-botBotforce-pushed the changeset-release/main branch 2 times, most recently from f4a222d to b0e43c1CompareMay 28, 2026 16:13
@bombshell-bot
bombshell-botBotforce-pushed the changeset-release/main branch from b0e43c1 to b502f3dCompareMay 29, 2026 11:16
@dreyfus92
dreyfus92 merged commit 030ba4d into mainMay 29, 2026
7 checks passed
@dreyfus92
dreyfus92 deleted the changeset-release/main branch May 29, 2026 16:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automatedPR author detected as automated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@dreyfus92