Skip to content

chore(deps): bump the prod-deps group across 1 directory with 4 updates#31

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prod-deps-384657bfb8
Open

chore(deps): bump the prod-deps group across 1 directory with 4 updates#31
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prod-deps-384657bfb8

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the prod-deps group with 4 updates in the / directory: @clack/prompts, cosmiconfig, ora and semver.

Updates @clack/prompts from 1.4.0 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

    @​clack/prompts@​1.5.1

    Patch Changes

    @​clack/prompts@​1.5.0

    Minor Changes

    • #543 83428ac Thanks @​florian-lefebvre! - Adds support for Standard Schema validation

      Prompts 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',

    ... (truncated)

    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

    1.5.1

    Patch Changes

    1.5.0

    Minor Changes

    • #543 83428ac Thanks @​florian-lefebvre! - Adds support for Standard Schema validation

      Prompts 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';

    ... (truncated)

    Commits
    • 0e70056 [ci] release (#562)
    • f87933f fix(prompts): do not dim note contents (#568)
    • cc6aab5 feat(prompts): add instructions footer for select, multi-select & `group-...
    • 02ae191 [ci] release (#549)
    • 56e9d67 docs: add jsdoc for date, limit-options, and messages (#546)
    • 030ba4d [ci] release (#539)
    • 83428ac feat: standard schema for validation (#543)
    • adb6af9 docs: add jsdoc for box, group, and group-multi-select (#542)
    • 3170ed9 docs: add jsdoc for autocomplete, confirm, and path prompts (#540)
    • 3dcb31a fix: spaces and uppercase characters in multiline input (#534)
    • See full diff in compare view

    Updates cosmiconfig from 9.0.1 to 9.0.2

    Changelog

    Sourced from cosmiconfig's changelog.

    9.0.2

    • Fixed a prototype chain issue that may happen when merging different config objects.
    • Fixed the project search strategy not correctly stopping at the package boundary.
    Commits

    Updates ora from 9.4.0 to 9.4.1

    Release notes

    Sourced from ora's releases.

    v9.4.1

    • Fix type definitions (#257) 431ebc4

    sindresorhus/ora@v9.4.0...v9.4.1

    Commits

    Updates semver from 7.8.0 to 7.8.5

    Release notes

    Sourced from semver's releases.

    v7.8.5

    7.8.5 (2026-06-19)

    Bug Fixes

    v7.8.4

    7.8.4 (2026-06-09)

    Bug Fixes

    v7.8.3

    7.8.3 (2026-06-08)

    Bug Fixes

    Chores

    v7.8.2

    7.8.2 (2026-06-04)

    Bug Fixes

    v7.8.1

    7.8.1 (2026-05-21)

    Bug Fixes

    Changelog

    Sourced from semver's changelog.

    7.8.5 (2026-06-19)

    Bug Fixes

    7.8.4 (2026-06-09)

    Bug Fixes

    7.8.3 (2026-06-08)

    Bug Fixes

    Chores

    7.8.2 (2026-06-04)

    Bug Fixes

    7.8.1 (2026-05-21)

    Bug Fixes

    Commits

    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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
    • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
    • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
    • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
    • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

    Bumps the prod-deps group with 4 updates in the / directory: [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts), [cosmiconfig](https://github.com/cosmiconfig/cosmiconfig), [ora](https://github.com/sindresorhus/ora) and [semver](https://github.com/npm/node-semver).
    
    
    Updates `@clack/prompts` from 1.4.0 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)
    
    Updates `cosmiconfig` from 9.0.1 to 9.0.2
    - [Release notes](https://github.com/cosmiconfig/cosmiconfig/releases)
    - [Changelog](https://github.com/cosmiconfig/cosmiconfig/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/cosmiconfig/cosmiconfig/commits)
    
    Updates `ora` from 9.4.0 to 9.4.1
    - [Release notes](https://github.com/sindresorhus/ora/releases)
    - [Commits](sindresorhus/ora@v9.4.0...v9.4.1)
    
    Updates `semver` from 7.8.0 to 7.8.5
    - [Release notes](https://github.com/npm/node-semver/releases)
    - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
    - [Commits](npm/node-semver@v7.8.0...v7.8.5)
    
    ---
    updated-dependencies:
    - dependency-name: "@clack/prompts"
      dependency-version: 1.6.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: prod-deps
    - dependency-name: cosmiconfig
      dependency-version: 9.0.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod-deps
    - dependency-name: ora
      dependency-version: 9.4.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod-deps
    - dependency-name: semver
      dependency-version: 7.8.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: prod-deps
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 29, 2026
    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.

    0 participants