cli icon indicating copy to clipboard operation
cli copied to clipboard

chore(deps): update all non-major dependencies

Open renovate[bot] opened this issue 3 months ago • 3 comments

This PR contains the following updates:

Package Change Age Confidence
@clack/prompts (source) 1.0.0-alpha.6 -> 1.0.0-alpha.7 age confidence
knip (source) ^5.70.1 -> ^5.70.2 age confidence
tsdown (source) ^0.16.6 -> ^0.16.7 age confidence
vue (source) ^3.5.24 -> ^3.5.25 age confidence

Release Notes

bombshell-dev/clack (@​clack/prompts)

v1.0.0-alpha.7

Compare Source

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]
webpro-nl/knip (knip)

v5.70.2

Compare Source

rolldown/tsdown (tsdown)

v0.16.7

Compare Source

   🚀 Features
    View changes on GitHub
vuejs/core (vue)

v3.5.25

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Nov 24 '25 10:11 renovate[bot]

nuxt-cli-playground

npm i https://pkg.pr.new/create-nuxt@1140
npm i https://pkg.pr.new/nuxi@1140
npm i https://pkg.pr.new/@nuxt/cli@1140

commit: fb6d51f

pkg-pr-new[bot] avatar Nov 24 '25 10:11 pkg-pr-new[bot]

CodSpeed Performance Report

Merging #1140 will not alter performance

Comparing renovate/all-minor-patch (fb6d51f) with main (b0e498b)

Summary

✅ 2 untouched

codspeed-hq[bot] avatar Nov 24 '25 10:11 codspeed-hq[bot]

📦 Bundle Size Comparison

📈 nuxi

Metric Base Head Diff
Rendered 4462.90 KB 4464.72 KB +1.82 KB (+0.04%)

➡️ nuxt-cli

Metric Base Head Diff
Rendered 131.45 KB 131.45 KB 0.00 KB (0.00%)

📈 create-nuxt

Metric Base Head Diff
Rendered 2377.92 KB 2380.10 KB +2.18 KB (+0.09%)

github-actions[bot] avatar Nov 24 '25 16:11 github-actions[bot]