Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the production-dependencies group with 2 updates: @clack/prompts and package-manager-detector.

Updates @clack/prompts from 1.0.0-alpha.6 to 1.0.0-alpha.7

Release notes

Sourced from @​clack/prompts's releases.

@​clack/prompts@​1.0.0-alpha.7

Minor Changes

  • 38019c7: Updates the API for stopping spinners and progress bars to be clearer

    Previously, both the spinner and progress bar components used a single stop method that accepted a code to indicate success, cancellation, or error. This update separates these into distinct methods: stop(), cancel(), and error():

    const spinner = prompts.spinner();
    spinner.start();
    // Cancelling a spinner
    
    spinner.stop(undefined, 1);
    
    
    spinner.cancel();
    
    // Stopping with an error
    
    spinner.stop(undefined, 2);
    
    
    spinner.error();

As before, you can pass a message to each method to customize the output displayed:

spinner.cancel("Operation cancelled by user");
progressBar.error("An error occurred during processing");

Patch Changes

  • 4d1d83b: Fixes rendering of multi-line messages and options in select prompt.
  • 6176ced: Add withGuide support to note prompt
  • 69681ea: Strip destructive ANSI codes from task log messages.
  • b0fa7d8: Add support for wrapped messages in multi line prompts
  • 7530af0: Fixes wrapping of cancelled and success messages of select prompt
  • acc4c3a: Add a new withGuide option to all prompts to disable the default clack border
  • Updated dependencies [0718b07]
  • Updated dependencies [4ba2d78]
  • Updated dependencies [acc4c3a]
    • @​clack/core@​1.0.0-alpha.7
Changelog

Sourced from @​clack/prompts's changelog.

1.0.0-alpha.7

Minor Changes

  • 38019c7: Updates the API for stopping spinners and progress bars to be clearer

    Previously, both the spinner and progress bar components used a single stop method that accepted a code to indicate success, cancellation, or error. This update separates these into distinct methods: stop(), cancel(), and error():

    const spinner = prompts.spinner();
    spinner.start();
    // Cancelling a spinner
    
    spinner.stop(undefined, 1);
    
    
    spinner.cancel();
    
    // Stopping with an error
    
    spinner.stop(undefined, 2);
    
    
    spinner.error();

As before, you can pass a message to each method to customize the output displayed:

spinner.cancel("Operation cancelled by user");
progressBar.error("An error occurred during processing");

Patch Changes

  • 4d1d83b: Fixes rendering of multi-line messages and options in select prompt.
  • 6176ced: Add withGuide support to note prompt
  • 69681ea: Strip destructive ANSI codes from task log messages.
  • b0fa7d8: Add support for wrapped messages in multi line prompts
  • 7530af0: Fixes wrapping of cancelled and success messages of select prompt
  • acc4c3a: Add a new withGuide option to all prompts to disable the default clack border
  • Updated dependencies [0718b07]
  • Updated dependencies [4ba2d78]
  • Updated dependencies [acc4c3a]
    • @​clack/core@​1.0.0-alpha.7
Commits

Updates package-manager-detector from 1.5.0 to 1.6.0

Release notes

Sourced from package-manager-detector's releases.

v1.6.0

   🚀 Features

    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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 1, 2025
@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 1, 2025

Open in StackBlitz

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

commit: 15575ff

Bumps the production-dependencies group with 2 updates: [@clack/prompts](https://github.com/bombshell-dev/clack/tree/HEAD/packages/prompts) and [package-manager-detector](https://github.com/antfu-collective/package-manager-detector).


Updates `@clack/prompts` from 1.0.0-alpha.6 to 1.0.0-alpha.7
- [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/[email protected]/packages/prompts)

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

---
updated-dependencies:
- dependency-name: "@clack/prompts"
  dependency-version: 1.0.0-alpha.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: package-manager-detector
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/production-dependencies-82493104c6 branch from f7e4d6e to 15575ff Compare December 8, 2025 05:20
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