Skip to content

chore(deps): bump the production-dependencies group with 3 updates#242

Merged
43081j merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-5415eb6baa
Jun 22, 2026
Merged

chore(deps): bump the production-dependencies group with 3 updates#242
43081j merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-5415eb6baa

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 3 updates: @clack/prompts, @publint/pack and semver.

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

    Updates @publint/pack from 0.1.4 to 0.1.5

    Changelog

    Sourced from @​publint/pack's changelog.

    0.1.5

    Patch Changes

    • Use proper command interpolation to prevent command injection on untrusted input. As it's not expected that this package is used with untrusted input, a vulnerability is not published. However, the fix is made still as a caution. (#238)
    Commits

    Updates semver from 7.8.4 to 7.8.5

    Release notes

    Sourced from semver's releases.

    v7.8.5

    7.8.5 (2026-06-19)

    Bug Fixes

    Changelog

    Sourced from semver's changelog.

    7.8.5 (2026-06-19)

    Bug Fixes

    Commits
    • 6e05b76 chore: release 7.8.5 (#879)
    • 9c8692a fix: include prereleases in tilde range lower bound with includePrerelease (#...
    • See full diff in compare view

    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 production-dependencies group with 3 updates: [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts), [@publint/pack](https://github.com/publint/publint/tree/HEAD/packages/pack) and [semver](https://github.com/npm/node-semver).
    
    
    Updates `@clack/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)
    
    Updates `@publint/pack` from 0.1.4 to 0.1.5
    - [Release notes](https://github.com/publint/publint/releases)
    - [Changelog](https://github.com/publint/publint/blob/master/packages/pack/CHANGELOG.md)
    - [Commits](https://github.com/publint/publint/commits/v0.1.5/packages/pack)
    
    Updates `semver` from 7.8.4 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.4...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: production-dependencies
    - dependency-name: "@publint/pack"
      dependency-version: 0.1.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    - dependency-name: semver
      dependency-version: 7.8.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: production-dependencies
    ...
    
    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 22, 2026
    @pkg-pr-new

    pkg-pr-new Bot commented Jun 22, 2026

    Copy link
    Copy Markdown

    Open in StackBlitz

    npm i https://pkg.pr.new/@e18e/cli@242
    

    commit: 1ff7ed3

    @github-actions

    Copy link
    Copy Markdown

    ⚠️ Duplicate Dependencies (found: 3, threshold: 1)

    📦 Package 📋 Versions
    eslint-visitor-keys
    2 versions
    • @e18e/cli@0.0.1
      • eslint@10.5.0
        • @eslint-community/eslint-utils@4.9.1
          • eslint-visitor-keys@3.4.3

    • @e18e/cli@0.0.1
      • eslint@10.5.0
        • eslint-visitor-keys@5.0.1

    @humanwhocodes/retry
    2 versions
    • @e18e/cli@0.0.1
      • eslint@10.5.0
        • @humanfs/node@0.16.6
          • @humanwhocodes/retry@0.3.1

    • @e18e/cli@0.0.1
      • eslint@10.5.0
        • @humanwhocodes/retry@0.4.3

    ignore
    2 versions
    • @e18e/cli@0.0.1
      • eslint@10.5.0
        • ignore@5.3.2

    • @e18e/cli@0.0.1
      • typescript-eslint@8.61.0
        • @typescript-eslint/eslint-plugin@8.61.0
          • ignore@7.0.5

    💡 To find out what depends on a specific package, run: npm ls example-package

    @43081j 43081j merged commit 8e2d426 into main Jun 22, 2026
    6 checks passed
    @43081j 43081j deleted the dependabot/npm_and_yarn/production-dependencies-5415eb6baa branch June 22, 2026 07:44
    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