Skip to content

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

Merged
HugoRCD merged 1 commit into
mainfrom
renovate/all-minor-patch
Feb 22, 2026
Merged

chore(deps): update all non-major dependencies#5
HugoRCD merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Feb 22, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@ai-sdk/gateway (source) ^3.0.46^3.0.53 age confidence
@ai-sdk/vue (source) ^3.0.86^3.0.97 age confidence
@iconify-json/lucide ^1.2.90^1.2.93 age confidence
@iconify-json/simple-icons ^1.2.70^1.2.71 age confidence
@types/node (source) ^24.0.0^24.10.13 age confidence
@vercel/blob (source) ^2.2.0^2.3.0 age confidence
ai (source) ^6.0.0^6.0.97 age confidence
ai (source) ^6.0.86^6.0.97 age confidence
better-sqlite3 ^12.5.0^12.6.2 age confidence
eslint (source) ^10.0.0^10.0.1 age confidence
nuxt-auth-utils ^0.5.28^0.5.29 age confidence
nuxt-charts ^2.1.2^2.1.3 age confidence
pnpm (source) 10.29.310.30.1 age confidence
tailwindcss (source) ^4.1.18^4.2.0 age confidence
typescript (source) ^5.0.0^5.9.3 age confidence
vue-tsc (source) ^3.2.4^3.2.5 age confidence
zod (source) ^4.0.0^4.3.6 age confidence

Release Notes

vercel/ai (ai)

v6.0.97

Compare Source

Patch Changes
  • ebfdad1: feat(ai): experimental callbacks in ToolLoopAgent

v6.0.96

Compare Source

Patch Changes
  • 30c9de6: feat(ai): experimental callbacks for streamText

v6.0.95

Compare Source

Patch Changes

v6.0.94

Compare Source

Patch Changes

v6.0.93

Compare Source

Patch Changes
  • d3769ec: feat(ai): add experimental callbacks in generateText

v6.0.92

Compare Source

Patch Changes

v6.0.91

Compare Source

Patch Changes

v6.0.90

Compare Source

Patch Changes
  • 98e83ab: Fix useChat status briefly flashing to submitted on page load when resume: true is set and there is no active stream to resume. The reconnectToStream check is now performed before setting status to submitted, so status stays ready when the server responds with 204 (no active stream).

v6.0.89

Compare Source

Patch Changes

v6.0.88

Compare Source

Patch Changes

v6.0.87

Compare Source

Patch Changes

v6.0.86

Compare Source

Patch Changes

v6.0.85

Compare Source

Patch Changes

v6.0.84

Compare Source

Patch Changes
  • 4024a3a: security: prevent unbounded memory growth in download functions

    The download() and downloadBlob() functions now enforce a default 2 GiB size limit when downloading from user-provided URLs. Downloads that exceed this limit are aborted with a DownloadError instead of consuming unbounded memory and crashing the process. The abortSignal parameter is now passed through to fetch() in all download call sites.

    Added download option to transcribe() and experimental_generateVideo() for providing a custom download function. Use the new createDownload({ maxBytes }) factory to configure download size limits.

  • Updated dependencies [4024a3a]

v6.0.83

Compare Source

Patch Changes

v6.0.82

Compare Source

Patch Changes

v6.0.81

Compare Source

Patch Changes
  • ee4beee: feat(ai): add onStepFinish callback to createUIMessageStream

v6.0.80

Compare Source

Patch Changes

v6.0.79

Compare Source

Patch Changes

v6.0.78

Compare Source

Patch Changes
  • 59fcf30: fix(ai): make experimental_context required in ToolLoopAgentOnFinishCallback

    This fixes a type inconsistency where ToolLoopAgentOnFinishCallback had experimental_context as optional while StreamTextOnFinishCallback and GenerateTextOnFinishCallback had it as required. Since ToolLoopAgent delegates to streamText/generateText, and both always pass experimental_context when invoking the callback, the types should match.

v6.0.77

Compare Source

Patch Changes

v6.0.76

Compare Source

Patch Changes

v6.0.75

Compare Source

Patch Changes

v6.0.74

Compare Source

Patch Changes
  • 471009b: fix(ai): pass reasoning text in telemetry

v6.0.73

Compare Source

Patch Changes

v6.0.72

Compare Source

Patch Changes

v6.0.71

Compare Source

Patch Changes

v6.0.70

Compare Source

Patch Changes

v6.0.69

Compare Source

Patch Changes
  • d659305: fix(ai): auto-populate originalMessages in createAgentUIStream

v6.0.68

Compare Source

Patch Changes
  • 8bf2660: chore(ai): export DefaultGeneratedFile

v6.0.67

Compare Source

Patch Changes

v6.0.66

Compare Source

Patch Changes

v6.0.65

Compare Source

Patch Changes

v6.0.64

Compare Source

Patch Changes
  • ce9daa3: Fixed 'reasoning part reasoning-0 not found' error by ensuring 'reasoning-start' event is emitted for empty thinking blocks (eg. )

v6.0.63

Compare Source

Patch Changes
  • be95579: fix(ui): respect Promise<false> when returned by sendAutomaticallyWhen

v6.0.62

Compare Source

Patch Changes

v6.0.61

Compare Source

Patch Changes

v6.0.60

Compare Source

Patch Changes
  • 5fc42fa: feat(ai): add experimental retention setting

v6.0.59

Compare Source

Patch Changes

v6.0.58

Compare Source

Patch Changes

v6.0.57

Compare Source

Patch Changes
  • 65865d8: Fix handling of error results in deferrable tools

v6.0.56

Compare Source

Patch Changes

v6.0.55

Compare Source

Patch Changes
  • 43a74df: chore(ai): add skill to README

v6.0.54

Compare Source

Patch Changes
  • 2f8ac87: docs(ai): fix incorrect and outdated jsdoc

v6.0.53

Compare Source

Patch Changes

v6.0.52

Compare Source

Patch Changes

v6.0.51

Compare Source

Patch Changes
  • ea0feb5: fix(ai): clean up step timeout when error occurs in streamText

v6.0.50

Compare Source

Patch Changes

v6.0.49

Patch Changes
  • ded661b: feat(ai): add onStepFinish to agent.generate and agent.stream

v6.0.48

Patch Changes

v6.0.47

Patch Changes

v6.0.46

v6.0.45

Patch Changes

v6.0.44

Compare Source

Patch Changes

v6.0.43

Compare Source

Patch Changes
  • 2dc9bfa: fix(ai): handle provider-executed tools and tool-approval-response in validation

    • Skip validation for tool calls with providerExecuted: true (deferred results)
    • Map approvalId to toolCallId for proper tool-approval-response handling
    • Filter out empty tool messages after content filtering
    • Fixes MissingToolResultError for async and approval-based tool flows

v6.0.42

Compare Source

Patch Changes

v6.0.41

Compare Source

Patch Changes

v6.0.40

Compare Source

Patch Changes
  • ab57783: Add usage information to onFinish callback in useChat

v6.0.39

Compare Source

Patch Changes
  • 4e28ba0: fix(ai): propagate providerMetadata during input-streaming state

    Provider-executed tools (like MCP tools) need to send metadata during the streaming phase, but the implementation only set callProviderMetadata when part.state === "input-available". This fix removes the overly-restrictive state check and adds callProviderMetadata to the input-streaming state types and schemas.

v6.0.38

Compare Source

Patch Changes

v6.0.37

Compare Source

Patch Changes
  • b5dab9b: fix(ai): maintain OpenTelemetry context across async generator yields

    Fixes an issue where OpenTelemetry context was lost at async generator yield boundaries, causing nested ToolLoopAgent spans to escape to the parent agent's level in observability platforms.

    The fix ensures that when recordSpan is used with async generators (e.g., in tool execution), the active context is explicitly maintained using context.with(), preventing span hierarchy corruption in nested agent scenarios.

    Closes #​11720

v6.0.36

Compare Source

Patch Changes

v6.0.35

Compare Source

Patch Changes
  • d7e7f1f: Add descriptive error messages for malformed UIMessageStream chunks.

v6.0.34

Compare Source

Patch Changes

v6.0.33

Compare Source

Patch Changes
  • 0ca078c: fix(ai): pass providerMetadata in smooth stream to preserve thinking tag

v6.0.32

Compare Source

Patch Changes
  • ec24401: chore(ai): include docs in npm package

v6.0.31

Compare Source

Patch Changes

v6.0.30

Compare Source

Patch Changes

v6.0.29

Compare Source

Patch Changes

v6.0.28

Compare Source

Patch Changes
  • d4486d2: fix(ai): do not cleanup AsyncIterableStream twice

v6.0.27

Compare Source

Patch Changes

v6.0.26

Compare Source

Patch Changes
  • 40d4997: feat(ai): add middleware for extracting JSON

v6.0.25

Compare Source

Patch Changes
  • b64f256: Add elementStream to streamText for streaming individual array elements when using output: Output.array().

v6.0.24

Compare Source

Patch Changes
  • 4f236c8: feat(ai): per-chunk timeouts for streamText

v6.0.23

Compare Source

Patch Changes
  • a4c680a: feat(ai): per-step timeouts for generateText and streamText
  • 8c6f067: feat(ai): support Intl.Segmenter in smoothStream

v6.0.22

Compare Source

Patch Changes
  • f0d29de: chore(ai): remove _internal.currentDate from streamText

v6.0.21

Compare Source

Patch Changes
  • 9667780: fix(ai): preserve rawInput in safeValidateUIMessages for output-error tool parts

    Fixes #​11406

v6.0.20

Compare Source

Patch Changes
  • f748c46: Updated Unified Provider Architecture section in README to describe AI Gateway as the default.

v6.0.19

Compare Source

Patch Changes

v6.0.18

Compare Source

Patch Changes
  • d6ec0e2: chore(ai): remove _internal.currentDate from generateText

v6.0.17

Compare Source

Patch Changes
  • af0955e: streamText should throw timeout error with proper cause when it times out

v6.0.16

Compare Source

Patch Changes
  • 81adf59: feat(ai): introduce timeout configuration object

v6.0.15

Compare Source

Patch Changes
  • 3a73fb3: Include abort reason in stream chunks and document the new field

v6.0.14

Compare Source

Patch Changes
  • 3f9453f: feat(ai): add timeout option to generateText, streamText, and Agent

v6.0.13

Compare Source

Patch Changes
  • e2c445d: feat(ai): smoothStream reasoning support

v6.0.12

Compare Source

Patch Changes

v6.0.11

Compare Source

Patch Changes

v6.0.10

Compare Source

Patch Changes
  • ae26f95: Add missing .catch() handler to executeToolCall promise in runToolsTransformation to prevent potential stream hang when the promise rejects.

v6.0.9

Compare Source

Patch Changes
  • 4e90233: feat(ui): add DirectChatTransport

v6.0.8

Compare Source

Patch Changes

v6.0.7

Compare Source

Patch Changes

v6.0.6

Compare Source

Patch Changes

v6.0.5

Compare Source

Patch Changes

v6.0.4

Compare Source

Patch Changes

v6.0.3

Compare Source

Patch Changes

v6.0.2

Compare Source

Patch Changes

v6.0.1

Compare Source

Patch Changes
pnpm/pnpm (pnpm)

v10.30.1: pnpm 10.30.1

Compare Source

Patch Changes

  • Use the /-/npm/v1/security/audits/quick endpoint as the primary audit endpoint, falling back to /-/npm/v1/security/audits when it fails #​10649.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx

v10.30.0: pnpm 10.30

Compare Source

Minor Changes

  • pnpm why now shows a reverse dependency tree. The searched package appears at the root with its dependents as branches, walking back to workspace roots. This replaces the previous forward-tree output which was noisy and hard to read for deeply nested dependencies.

Patch Changes

  • Revert pnpm why dependency pruning to prefer correctness over memory consumption. Reverted PR: #​7122.
  • Optimize pnpm why and pnpm list performance in workspaces with many importers by sharing the dependency graph and materialization cache across all importers instead of rebuilding them independently for each one #​10596.

Platinum Sponsors

Bit

Gold Sponsors

Sanity Discord Vite
SerpApi CodeRabbit Workleap
Stackblitz Nx
colinhacks/zod (zod)

v4.3.6

Compare Source

Commits:

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.

@vercel

vercel Bot commented Feb 22, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
github-tools-docs Ready Ready Preview, Comment Feb 22, 2026 1:11pm

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from e4c44b2 to fefab45 Compare February 22, 2026 13:08
@pkg-pr-new

pkg-pr-new Bot commented Feb 22, 2026

Copy link
Copy Markdown
npm i https://pkg.pr.new/@github-tools/sdk@5

commit: e4c44b2

@HugoRCD
HugoRCD merged commit 3971840 into main Feb 22, 2026
8 of 10 checks passed
@HugoRCD
HugoRCD deleted the renovate/all-minor-patch branch February 22, 2026 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant