Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #343

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@clack/prompts (source) ^0.9.1 -> ^0.10.0 age adoption passing confidence
@types/node (source) ^22.10.7 -> ^22.13.1 age adoption passing confidence
@vitest/coverage-v8 (source) ^2.1.8 -> ^2.1.9 age adoption passing confidence
eslint (source) ^9.18.0 -> ^9.19.0 age adoption passing confidence
pnpm (source) 9.15.4 -> 9.15.5 age adoption passing confidence
vitest (source) ^2.1.8 -> ^2.1.9 age adoption passing confidence

Release Notes

natemoo-re/clack (@​clack/prompts)

v0.10.0

Compare Source

Minor Changes
  • 613179d: Adds a new indicator option to spinner, which supports the original "dots" loading animation or a new "timer" loading animation.

    import * as p from "@​clack/prompts";
    
    const spin = p.spinner({ indicator: "timer" });
    spin.start("Loading");
    await sleep(3000);
    spin.stop("Loaded");
  • a38b2bc: Adds stream API which provides the same methods as log, but for iterable (even async) message streams. This is particularly useful for AI responses which are dynamically generated by LLMs.

    import * as p from "@​clack/prompts";
    
    await p.stream.step(
      (async function* () {
        yield* generateLLMResponse(question);
      })()
    );
vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.9

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 renovate bot changed the title chore(deps): update devdependency @types/node to ^22.10.10 chore(deps): update all non-major dependencies Jan 24, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 30acc1f to 578ec33 Compare January 31, 2025 21:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from bc8b2c5 to 77131ab Compare February 4, 2025 02:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 77131ab to 0a7e33a Compare February 5, 2025 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants