fix(deps): update dependency @clack/prompts to v1.8.0 - #2332
Conversation
🦋 Changeset detectedLatest commit: a03b68a The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 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 |
@tailor-platform/create-sdk
@tailor-platform/eslint-plugin-sdk
@tailor-platform/sdk
@tailor-platform/sdk-plugin-seed
@tailor-platform/sdk-plugin-setup
@tailor-platform/sdk-plugin-tailordb-erd
commit: |
🤖 Claude Dependency Review✅ Recommended ActionsNone — safe to merge as-is. This is a minor version update with no breaking changes, adding useful new features (async validation, tab-completion) and bug fixes that improve the user experience of the create-sdk CLI. 📦 Update Summary
📝 Release NotesRelease Date: September 7, 2024 Source: GitHub CHANGELOG Minor Changes
Patch Changes
Dependency Updates
🔐 Security Assessment
🚨 Breaking ChangesNone — This is a minor version update with no breaking changes. All existing APIs remain backward compatible. ✨ Main ChangesNew Features
Bug Fixes
🔍 Impact Analysis📁 Usage Locations
SummaryAll usage locations in the codebase use stable APIs that have not changed in this update. The new features (CANCEL_SYMBOL export, tab-completion, async validation) are additive and do not affect existing code. The bug fixes improve visual consistency and fix minor rendering issues, which will enhance the user experience without requiring any code changes. Optional Future Enhancement: The async validation feature could be utilized in |
This comment has been minimized.
This comment has been minimized.
700076f to
84ff04b
Compare
This comment has been minimized.
This comment has been minimized.
4f51207 to
4728f76
Compare
This comment has been minimized.
This comment has been minimized.
|
@copilot fix ci |
Co-authored-by: toiroakr <3090700+toiroakr@users.noreply.github.com>
Fixed in |
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.
This comment has been minimized.
This comment has been minimized.
|
@copilot resolve the merge conflicts in this pull request |
…s-1.x # Conflicts: # pnpm-lock.yaml Co-authored-by: toiroakr <3090700+toiroakr@users.noreply.github.com>
Head branch was pushed to by a user without write access
Resolved in |
Code Metrics Report (packages/sdk)
Details | | main (2fd9243) | #2332 (9e8d139) | +/- |
|--------------------|----------------|-----------------|-------|
- | Coverage | 84.1% | 84.0% | -0.1% |
| Files | 526 | 524 | -2 |
| Lines | 21520 | 21445 | -75 |
- | Covered | 18103 | 18025 | -78 |
- | Code to Test Ratio | 1:0.5 | 1:0.5 | -0.1 |
| Code | 166156 | 164865 | -1291 |
- | Test | 88288 | 87257 | -1031 |Code coverage of files in pull request scope (79.5% → 75.9%)
SDK Configure Bundle Size
Runtime Performance
Type Performance (instantiations)
Reported by octocov |
…xes the typing @clack/prompts 1.8.0 widened the prompt return types from `Value | typeof CANCEL_SYMBOL` to `Value | symbol`, which defeated the `isCancel` type guard and forced the `unwrapPromptResult` / `requireValue` workaround in #2332. 1.8.1 restores the narrow return types, so `packages/create-sdk/src/context.ts` goes back to its pre-workaround form. Also fix the `@politty/zod` snapshot key in the lockfile: the importers resolve `zod@4.6.5` while the snapshot only defined the `zod@4.6.4` variant, which left the package unmaterialized and broke typecheck. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Hhr3H8hC7Z1sSfSd1diYBT
This PR contains the following updates:
1.7.0→1.8.0Release Notes
bombshell-dev/clack (@clack/prompts)
v1.8.0Compare Source
Minor Changes
#592
caa32e8Thanks @gameroman! - ExportCANCEL_SYMBOLconstant from@clack/coreand@clack/prompts#594
37fca4eThanks @dreyfus92! - Add tab-completion to thepathprompt: pressing Tab fills the input with the focused suggestion, so you can quickly descend into deep directories (type/and Tab again). Powered by a new opt-incompleteOnTaboption onautocomplete, which also shows aTab: completehint in the instructions footer. Defaultautocompletebehavior is unchanged.#583
ae636ddThanks @43081j! - Add async validation support to prompts, and validation state rendering to text prompts.Patch Changes
#588
6506135Thanks @danielroe! - Style the guide bar rendered bybox({ withGuide: true })in grey so it matches the gutter drawn bylog,noteand the spinner#599
0547d6fThanks @43081j! - Fixes a withGuide rendering issue leaving extra spaces in text prompts.Updated dependencies [
227583e,caa32e8,37fca4e,ae636dd,b20fa2b]: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.