Skip to content

fix(deps): update all non-major dependencies - #202

Open
renovate[bot] wants to merge 1 commit into
developfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#202
renovate[bot] wants to merge 1 commit into
developfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 30, 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/provider (source) 4.0.14.0.7 age confidence
@anthropic-ai/sdk 0.107.00.120.0 age confidence
@commitlint/cli (source) 21.1.021.2.2 age confidence
@commitlint/config-conventional (source) 21.1.021.2.2 age confidence
@tsconfig/node24 (source) 24.0.424.0.5 age confidence
@types/node (source) 26.0.126.2.0 age confidence
ai (source) 7.0.87.0.76 age confidence
giget 3.3.03.3.1 age confidence
openai 6.45.06.49.0 age confidence
semantic-release 25.0.525.0.9 age confidence
ts-jest (source) 29.4.1129.4.12 age confidence
yargs (source) 18.0.018.1.0 age confidence

Release Notes

vercel/ai (@​ai-sdk/provider)

v4.0.7

Compare Source

Patch Changes
  • ad6a650: feat(video): allow aspectRatio: 'adaptive' on generateVideo

    Some video models derive the output ratio from the input and reject explicit
    {width}:{height} values — BytePlus Seedance 2.5 does this for first-frame,
    first-and-last-frame, editing, and extension tasks. aspectRatio on
    VideoModelV3CallOptions, VideoModelV4CallOptions, and
    experimental_generateVideo is now `${number}:${number}` | 'adaptive', so
    those calls no longer need a type assertion. Support is provider-specific.

v4.0.6

Compare Source

Patch Changes

v4.0.5

Compare Source

Patch Changes
  • 79e133c: async APIs for generateVideo (poll, webhook)

    Adds an asynchronous start/status flow to the experimental video model
    interface (VideoModelV4): models may now implement doStart, doStatus,
    and handleWebhookOption instead of (or in addition to) doGenerate, and
    experimental_generateVideo accepts poll and webhook options to
    orchestrate completion via polling or webhooks. Polling configuration can use
    a custom delay implementation for durable workflow compatibility.

v4.0.4

Compare Source

Patch Changes
  • 1e2f324: feat: add experimental speech translation model specification (Experimental_SpeechTranslationModelV4) and experimental_streamTranslate for streaming speech-to-speech translation

v4.0.3

Compare Source

Patch Changes
  • 0f93c57: feat (video): support video (not just image) reference inputs in inputReferences for reference-to-video generation

v4.0.2

Compare Source

Patch Changes
  • 5c5c0f5: Add experimental streaming transcription support for transcription models, including OpenAI gpt-realtime-whisper and xAI WebSocket STT.
anthropics/anthropic-sdk-typescript (@​anthropic-ai/sdk)

v0.120.0

Full Changelog: sdk-v0.119.0...sdk-v0.120.0

Features
  • api: managed agents web search config and self hosted sandbox memory (ba8ec50)
Chores

v0.119.0

Full Changelog: sdk-v0.118.0...sdk-v0.119.0

Features
  • api: Files and Skills APIs are now GA; add computer use and browser use toolsets (ab41aa3)

v0.118.0

Full Changelog: sdk-v0.117.1...sdk-v0.118.0

Features
  • api: additions to files and memory stores (fdc0379)
  • api: updates to skill, files, and user profiles (671e6b1)
  • client: add helpers for accessing the workspace ID in response headers (28aa5af)
Bug Fixes
  • api: remove unsupported mid_conv_system content block (ae6ca94)
  • session-runner: retry tool-result sends for at least the lease TTL (#​339) (7dc6325)
Chores
  • internal: bump zod to 4.4.3 (#​334) (faa5b7b)
  • internal: remove leftover prism references (a163b96)
  • stop shipping the v0.50 migration guide and migrate CLI (53992d7)
Documentation
  • tools: warn that blocking tool bodies stall the worker heartbeat (#​299) (908fdb5)

v0.117.1

Full Changelog: sdk-v0.117.0...sdk-v0.117.1

Chores
  • ci: allow manually re-publishing a package to npm from the release workflow (af60c1f)
  • internal: tag uploaded preview builds with the branch name (#​295) (228f44e)

v0.116.0

Compare Source

Full Changelog: sdk-v0.115.0...sdk-v0.116.0

Features
  • api: add mid-conversation-tool-changes-2026-07-01 beta (70e04f6)
  • api: add support for session budgets, advisor tool, pinned inference location and skills auto-loading from GitHub (1336a4a)
  • tools: make bash timeout and abort errors matchable by class (#​259) (201b12e)
Bug Fixes
  • client: use hardcoded User-Agent strings instead of constructor names (0b97f04)
Chores

v0.115.0

Compare Source

Full Changelog: sdk-v0.114.0...sdk-v0.115.0

Features
  • api: add claude-opus-5 model (cdd3606)
  • api: add tool addition/removal blocks and tool_change events (cdd3606)
  • api: expand client-side fallback credit token types and add server-side fallbacks default option (cdd3606)
Bug Fixes
  • client: release abort listeners when requests settle (#​1129) (b85e902)

v0.114.0

Compare Source

Full Changelog: sdk-v0.113.0...sdk-v0.114.0

Features
  • api: add new stop reason 'model_context_window_exceeded' (1ec71c1)

v0.113.0

Compare Source

Full Changelog: sdk-v0.112.5...sdk-v0.113.0

Features
  • api: add support for Managed Agents model effort, initial session events, and threads delta streaming (83fef1e)

v0.112.5

Compare Source

Full Changelog: sdk-v0.112.4...sdk-v0.112.5

Chores
  • api: add support for new refusal category (479efe8)
  • internal: codegen related update (830fb74)

v0.112.4

Compare Source

Full Changelog: sdk-v0.112.3...sdk-v0.112.4

Bug Fixes
  • aws: preserve AWS options and auth mode across withOptions() (#​214) (3f7665c)
Chores

v0.112.3

Compare Source

Full Changelog: sdk-v0.112.2...sdk-v0.112.3

Chores

v0.112.2

Compare Source

Full Changelog: sdk-v0.112.1...sdk-v0.112.2

Chores

v0.112.1

Compare Source

Full Changelog: sdk-v0.112.0...sdk-v0.112.1

v0.112.0

Compare Source

Full Changelog: sdk-v0.111.0...sdk-v0.112.0

Features
  • api: add support for MCP Tunnels (597ac41)

v0.111.0

Compare Source

Full Changelog: sdk-v0.110.0...sdk-v0.111.0

Features
  • api: add support for dreaming (77b28a6)
  • tools: gate session tool calls on evaluated_permission; bound idle by server stop_reason (68a6d7b)
Chores
  • docs: small updates to field descriptions (e25b885)
  • docs: update model example (a33f3f0)
  • docs: updates to descriptions and examples (eac4bac)

v0.110.0

Compare Source

Full Changelog: sdk-v0.109.1...sdk-v0.110.0

Features
  • api: add agent-memory-2026-07-22 beta header (a470e10)

v0.109.1

Compare Source

Full Changelog: sdk-v0.109.0...sdk-v0.109.1

Chores
  • api: remove some nonfunctional types from the SDKs (cc4dd4e)

v0.109.0

Compare Source

Full Changelog: sdk-v0.108.0...sdk-v0.109.0

Features
  • api: add support for Managed Agents event delta streaming, agent overrides, reverse pagination, vault credential injection scoping, and agent and deployment webhook events (7f3211b)

v0.108.0

Compare Source

Full Changelog: sdk-v0.107.0...sdk-v0.108.0

Features
  • api: add support for claude-sonnet-5 (4588db0)
Bug Fixes
  • agent-toolset: allow absolute paths that resolve inside workdir (#​112) (e951fb2)
Chores
conventional-changelog/commitlint (@​commitlint/cli)

v21.2.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v21.2.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v21.2.0

Compare Source

Features
  • resolve-extends: resolve pure-ESM presets (conventional-changelog v7/v9/v10) (#​4859) (fdb566f)
conventional-changelog/commitlint (@​commitlint/config-conventional)

v21.2.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v21.2.0

Compare Source

Features
  • resolve-extends: resolve pure-ESM presets (conventional-changelog v7/v9/v10) (#​4859) (fdb566f)
tsconfig/bases (@​tsconfig/node24)

v24.0.5

Compare Source

vercel/ai (ai)

v7.0.76

Compare Source

Patch Changes
  • c6d57f3: fix(ai): prevent duplicate text and reasoning part ids
  • 677a707: fix(ai): allow nullish metadata schemas for UI messages with branded IDs

v7.0.74

Compare Source

Patch Changes

v7.0.73

Compare Source

Patch Changes

v7.0.71

Compare Source

Patch Changes
  • 9a37469: Prevent exceptions in streaming onChunk and onError callbacks from terminating the stream or masking provider errors.
  • Updated dependencies [936719b]

v7.0.70

Compare Source

Patch Changes
  • 9566914: Stop multi-step text generation for client tool approval even when a provider-executed tool has a deferred result.
  • b181020: fix: reject streamObject result promises and report failed completion when the provider stream errors
  • 7054073: Filter preliminary tool outputs when ignoreIncompleteToolCalls is enabled.
  • a828527: Prevent automatic tool execution when a model call ends with an unsafe finish reason.
  • d3cc3fe: Clear partial UI message parts when a WorkflowAgent model-call step is retried.
  • Updated dependencies [e6087c9]

v7.0.69

Compare Source

Patch Changes

v7.0.68

Compare Source

Patch Changes

v7.0.67

Compare Source

Patch Changes

v7.0.66

Compare Source

Patch Changes
  • 0782259: Keep chat status submitted until response content begins streaming.
  • 2fd1214: Fix declaration emit for exported values that infer an Output type.

v7.0.65

Compare Source

Patch Changes
  • dc8caae: Avoid repeatedly cloning accumulated text in readUIMessageStream while
    preserving independent snapshots for mutable nested values.
  • 72ec74f: Preserve root-level JSON Schema definitions when wrapping array output schemas.
  • c5b0515: Propagate errors thrown by the Chat onFinish callback to the initiating request.
  • Updated dependencies [16650e9]

v7.0.64

Compare Source

Patch Changes

v7.0.63

Compare Source

Patch Changes
  • d0a5807: Preserve reasoning block IDs from UI message streams on reasoning UI parts.
  • dcf33e8: Allow providers without reranking model support to be assigned to Provider.
  • Updated dependencies [a4d386d]

v7.0.62

Patch Changes
  • e0bcf52: feat(ui): add typed custom bodies to Completion APIs

v7.0.61

Patch Changes

v7.0.60

Patch Changes
  • 79c52ef: Align ToolLoopAgent prepareCall types with the settings available and honored at runtime.
  • Updated dependencies [3cc1bb6]

v7.0.59

Compare Source

Patch Changes

v7.0.58

Compare Source

Patch Changes
  • 72ad23f: Respect ToolLoopAgent timeouts configured in agent settings.

  • ad6a650: feat(video): allow aspectRatio: 'adaptive' on generateVideo

    Some video models derive the output ratio from the input and reject explicit
    {width}:{height} values — BytePlus Seedance 2.5 does this for first-frame,
    first-and-last-frame, editing, and extension tasks. aspectRatio on
    VideoModelV3CallOptions, VideoModelV4CallOptions, and
    experimental_generateVideo is now `${number}:${number}` | 'adaptive', so
    those calls no longer need a type assertion. Support is provider-specific.

  • 81cd026: Reduce bundle size by making internal Zod v4 imports tree-shakeable.

  • Updated dependencies [c477556]

  • Updated dependencies [ad6a650]

  • Updated dependencies [81cd026]

v7.0.57

Compare Source

Patch Changes

v7.0.56

Compare Source

Patch Changes
  • 25c9120: Expose provider metadata on language-model-call end callbacks and telemetry spans.

  • 89080c8: fix (ai/gateway): make retried doStart calls idempotent

    generateVideo retries doStart, which creates a billable generation, so a
    retry after a lost response could start a second one. It now mints one
    idempotency token per logical start — outside the retry closure — and forwards it
    as an idempotency-key header, so a provider that deduplicates (the Vercel AI
    Gateway does) sees the same key on every attempt. GatewayVideoModel simply
    forwards the caller's headers rather than inferring retry identity from an
    options object, which would collide across unrelated calls.

  • 79d6195: Stop pending and active resumed chat streams after cancellation, and prevent
    overlapping resumptions from applying stale updates.

  • Updated dependencies [89080c8]

  • Updated dependencies [89080c8]

v7.0.55

Compare Source

Patch Changes

v7.0.54

Compare Source

Patch Changes
  • a6b17a2: Allow ToolLoopAgent prepareCall callbacks to read and override the top-level reasoning option.
  • 5615eb7: Add defaultInstructionsMiddleware for applying default language model instructions while preserving call-level overrides.
  • 36a3ff6: Preserve preceding assistant messages when regenerating a response.

v7.0.52

Compare Source

Patch Changes

v7.0.51

Compare Source

Patch Changes

v7.0.50

Compare Source

Patch Changes
  • 79e133c: async APIs for generateVideo (poll, webhook)

    Adds an asynchronous start/status flow to the experimental video model
    interface (VideoModelV4): models may now implement doStart, doStatus,
    and handleWebhookOption instead of (or in addition to) doGenerate, and
    experimental_generateVideo accepts poll and webhook options to
    orchestrate completion via polling or webhooks. Polling configuration can use
    a custom delay implementation for durable workflow compatibility.

  • da64b51: feat(code-mode): simplify tool caller configuration

  • Updated dependencies [79e133c]

v7.0.49

Compare Source

Patch Changes

v7.0.48

Compare Source

Patch Changes

v7.0.47

Compare Source

Patch Changes

v7.0.46

Compare Source

Patch Changes

v7.0.45

Compare Source

Patch Changes

v7.0.44

Compare Source

Patch Changes
  • 015acb4: fix telemetry attribution for language model calls that resolve to a different response model

v7.0.43

Compare Source

Patch Changes

v7.0.42

Compare Source

Patch Changes
  • 1659cd5: Prevent validated downloads on Node.js from reaching private or internal services through DNS aliases or DNS rebinding by validating and pinning every resolved address at connection time.
  • 60f97f6: support overriding model call settings for individual prepareStep invocations
  • 6a5bdff: Fix validated Node.js downloads when the HTTP connector requests a single DNS address.
  • 6de2ec1: Preserve provider metadata from empty text deltas in streamText.
  • Updated dependencies [1659cd5]
  • Updated dependencies [6a5bdff]
  • Updated dependencies [0012529]

v7.0.41

Compare Source

Patch Changes
  • 2e2224b: Route the warning system information banner to stderr so it does not corrupt application output written to stdout.
  • Updated dependencies [bf216b3]

v7.0.40

Compare Source

Patch Changes
  • c3782a6: Deprecate Experimental_GeneratedImage in favor of GeneratedFile.

v7.0.39

Compare Source

Patch Changes

v7.0.38

Compare Source

Patch Changes

v7.0.37

Compare Source

Patch Changes

v7.0.36

Compare Source

Patch Changes
  • 7fa85b2: fix(ai): use injective serialization for tool approval HMAC payload

    The tool approval signature (experimental_toolApprovalSecret) built its HMAC
    payload by joining fields with \n. Because fields such as toolName and
    toolCallId can themselves contain a newline, distinct field tuples could
    serialize to identical bytes, allowing a signed approval to verify against a
    different tuple. The payload is now serialized with JSON.stringify (with a
    versioned domain-separation prefix), which escapes delimiter/control characters
    and makes the encoding injective.

    Verification remains backwards compatible: a signature in the old format still
    verifies, but only when no field contains the \n delimiter (the condition
    that made the old format ambiguous), so a pending approval that straddles an
    upgrade is not rejected while the collision stays closed.

v7.0.35

Patch Changes
  • 7f6650b: Return response piping promises so callers can catch stream read and write errors.
  • 106ea59: feat(ai): add per-step first content timeout for streaming generations
  • Updated dependencies [2112ff1]

v7.0.34

Patch Changes

v7.0.33

Compare Source

Patch Changes
  • 76cb673: fix: detect MP4 audio from its ftyp box during transcription
  • e808fa5: fix(ai): preserve tool parts when t

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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 force-pushed the renovate/all-minor-patch branch from edf91f8 to 61c8039 Compare June 30, 2026 19:03
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies to v21.2.0 fix(deps): update all non-major dependencies Jun 30, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 32098e4 to 726eeae Compare July 6, 2026 20:57
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from fb65ddd to 06587a5 Compare July 14, 2026 23:25
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 535ac29 to 5352d3e Compare July 22, 2026 00:06
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 25fb44e to 0867e82 Compare August 5, 2026 06:13
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 5bc2d68 to 2ac6d60 Compare August 12, 2026 23:52
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from bee7488 to dbf77c4 Compare August 19, 2026 23:40
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from b2d939c to 6c2ab62 Compare August 21, 2026 05:49
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.

0 participants