chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| @clack/prompts (source) | 1.0.0-alpha.6 -> 1.0.0-alpha.7 |
||
| knip (source) | ^5.70.1 -> ^5.70.2 |
||
| tsdown (source) | ^0.16.6 -> ^0.16.7 |
||
| vue (source) | ^3.5.24 -> ^3.5.25 |
Release Notes
bombshell-dev/clack (@clack/prompts)
v1.0.0-alpha.7
Minor Changes
-
38019c7: Updates the API for stopping spinners and progress bars to be clearerPreviously, both the spinner and progress bar components used a single
stopmethod that accepted a code to indicate success, cancellation, or error. This update separates these into distinct methods:stop(),cancel(), anderror():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 newwithGuideoption 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
vuejs/core (vue)
v3.5.25
Bug Fixes
- compiler: share logic for comments and whitespace (#13550) (2214f7a)
-
provide: warn when using
provideafter mounting (#13954) (247b2c2), closes #13921 #13924 - reactivity: correctly wrap iterated array items to preserve their readonly status (#14120) (301020b)
- reactivity: toRef edge cases for ref unwrapping (#12420) (0d2357e)
- runtime-core: keep options API typing intact when expose is used (#14118) (8f82f23), closes #14117 vuejs/language-tools#5069
- suspense: defer clearing fallback vnode el in case it has dirs (#14080) (c0f63dd), closes #14078
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.
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
CodSpeed Performance Report
Merging #1140 will not alter performance
Comparing renovate/all-minor-patch (fb6d51f) with main (b0e498b)
Summary
✅ 2 untouched
📦 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%) |