fix(deps): update dependency @clack/prompts to v1.5.0#1288
Conversation
🦋 Changeset detectedLatest commit: 02027b1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
⚡ pkg.pr.new@tailor-platform/sdk@tailor-platform/create-sdk
|
🤖 Claude Dependency Review📦 Update Summary
📝 Release Noteshttps://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md#150 ✨ Main ChangesNew Features
Bug Fixes
Documentation
Dependency Updates
🔍 Impact Analysis📁 Usage Locations
✅ Recommended ActionsNo action required - this is a safe minor version update with:
The update can be merged as-is. The multiline prompt fix and improved JSDoc documentation provide value without requiring any code changes. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
a091293 to
c579791
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This comment has been minimized.
This comment has been minimized.
Code Metrics Report (packages/sdk)
Details | | main (98d9355) | #1288 (07b3f82) | +/- |
|--------------------|----------------|-----------------|------|
| Coverage | 64.3% | 64.3% | 0.0% |
| Files | 380 | 380 | 0 |
| Lines | 13142 | 13142 | 0 |
| Covered | 8455 | 8455 | 0 |
| Code to Test Ratio | 1:0.4 | 1:0.4 | 0.0 |
| Code | 87484 | 87484 | 0 |
| Test | 37461 | 37461 | 0 |SDK Configure Bundle Size
Runtime Performance
Type Performance (instantiations)
Reported by octocov |
This PR contains the following updates:
1.4.0→1.5.0Release Notes
bombshell-dev/clack (@clack/prompts)
v1.5.0Compare Source
Minor Changes
#543
83428acThanks @florian-lefebvre! - Adds support for Standard Schema validationPrompts 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
#542
adb6af9Thanks @ghostdevv! - docs: add jsdoc forbox,group, andgroup-multi-select#534
3dcb31aThanks @MattStypa! - Fixed spaces and uppercase characters in multiline prompt#540
3170ed9Thanks @ghostdevv! - docs: add jsdoc forautocomplete,confirm, andpathpromptsUpdated dependencies [
83428ac,3dcb31a]:Configuration
📅 Schedule: (in timezone Asia/Tokyo)
* 9-18 * * 1-5)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.