Skip to content

chore(deps): bump @clack/prompts from 1.5.1 to 1.6.0#258

Merged
zjshen14 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/clack/prompts-1.6.0
Jun 23, 2026
Merged

chore(deps): bump @clack/prompts from 1.5.1 to 1.6.0#258
zjshen14 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/clack/prompts-1.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Contributor

Bumps @clack/prompts from 1.5.1 to 1.6.0.

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​1.6.0

Minor Changes

  • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

    If you want the old behavior, provide a format() function:

    import { note } from '@clack/prompts';
    +import { styleText } from 'node:util';
    note(
    'You can edit the file src/index.jsx',
    'Next steps.'
    
    { format: (text) => styleText('dim', text) }
    );
  • #567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

  • Patch Changes

    Changelog

    Sourced from @​clack/prompts's changelog.

    1.6.0

    Minor Changes

    • #568 f87933f Thanks @​florian-lefebvre! - Updates default formatter of note() to note dim lines anymore

      If you want the old behavior, provide a format() function:

      import { note } from '@clack/prompts';
      +import { styleText } from 'node:util';
      note(
      'You can edit the file src/index.jsx',
      'Next steps.'
      
      { format: (text) => styleText('dim', text) }
      );
  • #567 cc6aab5 Thanks @​dreyfus92! - Add keyboard instruction footers to select, multiselect, and groupMultiselect in the active state, matching autocomplete. No option — always shown.

  • Patch Changes

    Commits

    @dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 20, 2026
    @zjshen14

    Copy link
    Copy Markdown
    Owner

    @clack/prompts 1.6.0 adds keyboard instruction footers to select/multiselect and stops dimming note() text by default. The visual change (brighter note text, keyboard hints) is fine for the REPL and /plan Approve dialog. CI is green. Merging.


    Generated by Claude Code

    @zjshen14

    Copy link
    Copy Markdown
    Owner

    Merge attempt failed. The bot attempted to squash-merge this PR after approving it (see comment above), but the GitHub API returned a 401 error:

    failed to merge pull request: PUT https://api.github.com/repos/zjshen14/opencli/pulls/258/merge: 401 Bad credentials []
    

    This is a transient authentication error — five other PRs were successfully merged in the same run. The PR itself is clean: CI is green, mergeable_state is clean, and the change is safe to merge. You can merge it directly when convenient.


    Generated by Claude Code

    Bumps [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) from 1.5.1 to 1.6.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.6.0/packages/prompts)
    
    ---
    updated-dependencies:
    - dependency-name: "@clack/prompts"
      dependency-version: 1.6.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/clack/prompts-1.6.0 branch from 75b6b67 to ae1cfcc Compare June 22, 2026 16:12
    @zjshen14

    Copy link
    Copy Markdown
    Owner

    Branch rebased on main (new head ae1cfcc). All three CI checks pass, mergeable_state is clean, and the diff is unchanged from the previously approved version — lockfile-only bump of @clack/prompts 1.5.1 → 1.6.0 and @clack/core 1.4.1 → 1.4.2. Merging.


    Generated by Claude Code

    @zjshen14 zjshen14 merged commit 47824b2 into main Jun 23, 2026
    3 checks passed
    @dependabot dependabot Bot deleted the dependabot/npm_and_yarn/clack/prompts-1.6.0 branch June 23, 2026 16:07
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    1 participant