Skip to content

deps: bump @clack/prompts from 1.2.0 to 1.7.0#86

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/clack/prompts-1.7.0
Open

deps: bump @clack/prompts from 1.2.0 to 1.7.0#86
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/clack/prompts-1.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps @clack/prompts from 1.2.0 to 1.7.0.

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​1.7.0

Minor Changes

  • #574 8f1c380 Thanks @​dreyfus92! - Add showInstructions option to select, multiselect, and groupMultiselect. Keyboard hints remain shown by default; pass showInstructions: false to hide them.

Patch Changes

@​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

    @​clack/prompts@​1.5.1

    Patch Changes

    @​clack/prompts@​1.5.0

    Minor Changes

    ... (truncated)

    Changelog

    Sourced from @​clack/prompts's changelog.

    1.7.0

    Minor Changes

    • #574 8f1c380 Thanks @​dreyfus92! - Add showInstructions option to select, multiselect, and groupMultiselect. Keyboard hints remain shown by default; pass showInstructions: false to hide them.

    Patch Changes

    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

    1.5.1

    Patch Changes

    ... (truncated)

    Commits

    Dependabot compatibility score

    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 rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
    • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

    Bumps [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) from 1.2.0 to 1.7.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.7.0/packages/prompts)
    
    ---
    updated-dependencies:
    - dependency-name: "@clack/prompts"
      dependency-version: 1.7.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @github-actions

    github-actions Bot commented Jul 6, 2026

    Copy link
    Copy Markdown

    Cluster Performance

    • Backend: exact
    • Timing basis: cluster-only
    • Status: PASS
    • Fixture median (cluster-only): 343.5 ms (12 samples, 3 cluster rebuilds/sample)
    • Fixture median (total run): 400.0 ms
    • Fixture median load stage: 51.0 ms
    • Fixture median setup stage: 0.0 ms
    • Fixture median exact edge-build stage: 341.0 ms
    • Fixture median vector index-build stage: 0.0 ms
    • Fixture median vector query stage: 0.0 ms
    • Fixture median cluster-assembly stage: 2.0 ms
    • Median peak RSS: 251.8 MiB
    • Median peak heap used: 88.3 MiB
    • Fixture baseline: 450.6 ms
    • Fixture delta: -107.1 ms (-23.8%)
    • Projected openclaw/openclaw duration: 6m 25.2s
    • Projected openclaw/openclaw baseline: 8m 25.3s
    • Projected delta: -120101.3 ms (-23.8%)
    • Regression threshold: +50.0%
    • Fixture shape: 512 threads x 3 source kinds
    • Sample durations: 344.0 ms, 344.0 ms, 340.0 ms, 346.0 ms, 342.0 ms, 344.0 ms, 346.0 ms, 343.0 ms, 345.0 ms, 342.0 ms, 343.0 ms, 342.0 ms
    • Suggested baseline update: {"fixtureMedianMs":343.5,"projectedOpenclawMs":385199}

    Run: workflow run for c118ddd

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants