Skip to content

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

Merged
43081j merged 1 commit into
mainfrom
dependabot/npm_and_yarn/production-dependencies-32ec89377d
Jul 6, 2026
Merged

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the production-dependencies group with 3 updates: @clack/prompts, module-replacements and package-manager-detector.

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

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

Commits

Updates module-replacements from 3.0.0-beta.8 to 3.0.0

Release notes

Sourced from module-replacements's releases.

3.0.0

What's Changed

... (truncated)

Commits

Updates package-manager-detector from 1.6.0 to 1.7.0

Release notes

Sourced from package-manager-detector's releases.

v1.7.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
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 production-dependencies group with 3 updates: [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts), [module-replacements](https://github.com/e18e/module-replacements) and [package-manager-detector](https://github.com/antfu-collective/package-manager-detector).


Updates `@clack/prompts` from 1.6.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)

Updates `module-replacements` from 3.0.0-beta.8 to 3.0.0
- [Release notes](https://github.com/e18e/module-replacements/releases)
- [Commits](e18e/module-replacements@3.0.0-beta.8...3.0.0)

Updates `package-manager-detector` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/antfu-collective/package-manager-detector/releases)
- [Commits](antfu-collective/package-manager-detector@v1.6.0...v1.7.0)

---
updated-dependencies:
- dependency-name: "@clack/prompts"
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: module-replacements
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: package-manager-detector
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Jul 6, 2026
@pkg-pr-new

pkg-pr-new Bot commented Jul 6, 2026

Copy link
Copy Markdown

Open in StackBlitz

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

commit: 18c8aa6

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown

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

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

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

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

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

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

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

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

@43081j
43081j merged commit fae2cde into main Jul 6, 2026
6 checks passed
@43081j
43081j deleted the dependabot/npm_and_yarn/production-dependencies-32ec89377d branch July 6, 2026 07:43
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