chore(deps): bump @clack/prompts from 1.0.0-alpha.1 to 1.3.0#801
chore(deps): bump @clack/prompts from 1.0.0-alpha.1 to 1.3.0#801dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) from 1.0.0-alpha.1 to 1.3.0. - [Release notes](https://github.com/bombshell-dev/clack/releases) - [Changelog](https://github.com/bombshell-dev/clack/blob/main/packages/prompts/CHANGELOG.md) - [Commits](https://github.com/bombshell-dev/clack/commits/@clack/prompts@1.3.0/packages/prompts) --- updated-dependencies: - dependency-name: "@clack/prompts" dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
Please edit this PR description to address the above within 2 hours, or it will be automatically closed. If you believe this was flagged incorrectly, please let a maintainer know. |
|
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="packages/opencode/package.json">
<violation number="1" location="packages/opencode/package.json:85">
P2: Update the lockfile with this dependency bump; otherwise clean installs still resolve the old @clack/prompts version.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| "@altimateai/drivers": "workspace:*", | ||
| "@aws-sdk/credential-providers": "3.993.0", | ||
| "@clack/prompts": "1.0.0-alpha.1", | ||
| "@clack/prompts": "1.3.0", |
There was a problem hiding this comment.
P2: Update the lockfile with this dependency bump; otherwise clean installs still resolve the old @clack/prompts version.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/opencode/package.json, line 85:
<comment>Update the lockfile with this dependency bump; otherwise clean installs still resolve the old @clack/prompts version.</comment>
<file context>
@@ -82,7 +82,7 @@
"@altimateai/drivers": "workspace:*",
"@aws-sdk/credential-providers": "3.993.0",
- "@clack/prompts": "1.0.0-alpha.1",
+ "@clack/prompts": "1.3.0",
"@effect/platform-node": "catalog:",
"@gitlab/gitlab-ai-provider": "3.6.0",
</file context>
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps @clack/prompts from 1.0.0-alpha.1 to 1.3.0.
Release notes
Sourced from @clack/prompts's releases.
... (truncated)
Changelog
Sourced from @clack/prompts's changelog.
... (truncated)
Commits
05bfd43[ci] release (#501)5b897a7fix: split type-only and runtime exports (#518)cd7e5cddeps: update pnpm and align node types version (#515)970268bchore(deps): update deps in core and prompts packages (#512)ea5702echore: add engines field to prompts and core (#514)ec432f9docs: correct Progress example in README (#505)663ae0ddocs(@clack/prompts): document missing prompt APIs in README (#503)814ab9afeat(@clack/core,@clack/prompts): Multiline text input (#240)aa488fc[ci] release (#482)9fe8de6feat: respectwithGuide: falsein autocomplete and multiselect prompts (#500)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@clack/promptssince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Upgrade
@clack/promptsto 1.3.0 to bring new prompt types and several fixes across our CLI prompts.Dependencies
@clack/promptsto 1.3.0 inpackages/opencode.@clack/core@1.3.0with export fixes.dateprompts; improvements toautocomplete,select, andpath.Migration
Written for commit 848322d. Summary will update on new commits.