Skip to content

Update all dependencies - #136

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Mar 27, 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
@auth/prisma-adapter (source) 2.11.12.11.3 age confidence
@t3-oss/env-nextjs (source) 0.13.80.13.11 age confidence
ai (source) ^5.0.0^7.0.0 age confidence
autoprefixer 10.4.2210.6.1 age confidence
bun-types (source) 1.3.41.4.2 age confidence
eslint-config-next (source) 16.0.716.3.6 age confidence
geist (source) 1.5.11.7.2 age confidence
prisma (source) ^5.2.0^7.0.0 age confidence
react-syntax-highlighter 16.1.016.1.1 age confidence
tailwind-merge (source) 3.4.03.7.0 age confidence
typescript (source) 5.9.37.0.2 age confidence
zod (source) 4.1.134.6.5 age confidence

Release Notes

nextauthjs/next-auth (@​auth/prisma-adapter)

v2.11.3

Compare Source

Other

v2.11.2

Compare Source

Other

t3-oss/t3-env (@​t3-oss/env-nextjs)

v0.13.11

Compare Source

Patch Changes

v0.13.10

Compare Source

Patch Changes

v0.13.9

Compare Source

Patch Changes
vercel/ai (ai)

v7.0.113

Compare Source

Patch Changes
  • dcdb011: fix(ai): route completed streamed tool input callbacks to repaired tools

  • 8f72832: fix(ai): preserve video models from legacy fallback providers

  • fe07867: Fix Google embedMany calls with more than 100 values by keeping per-value multimodal content aligned across automatic batches, including text-only entries. Validate content length before sending requests and validate each batch's provider options after middleware transforms them.

  • b74c0cb: fix(ai): resume tool approvals from earlier messages

  • a4b0940: fix(ai): execute manually approved tool inputs produced by schema transforms

    Preserve approved inputs during revalidation and reject histories whose reconstructed schema output differs, including signed approvals with missing original input. Validate transformed UI tool inputs against the reconstructed output before returning them as static tool parts.

  • 2693319: Add Gemini 3.8 TTS support with structured speech metadata and per-turn speaker and style controls for prebuilt voices. Preserve native WAV responses without adding a second header, support explicit raw PCM, mu-law, and A-law output, and identify headerless audio formats correctly. Add the Gemini 3.8 speech model IDs to Google and Gateway types.

    Share transcript and custom-voice inspection through the Google provider internal export, and reject empty speech transcripts before sending a request. Default newer and custom model IDs to structured speech while preserving the legacy format for Gemini 2.5 and 3.1.

  • c93ee90: fix(ai): preserve message history for direct transport stream callbacks

  • 771e74b: chore: enable dead code lint rules

  • Updated dependencies [fe07867]

  • Updated dependencies [a4b0940]

  • Updated dependencies [2693319]

  • Updated dependencies [b73f2f9]

  • Updated dependencies [771e74b]

v7.0.112

Compare Source

Patch Changes

v7.0.111

Compare Source

Patch Changes
  • 31d24ce: feat: add telemetry support to experimental_evaluate
  • a65bfd9: fix(ai): securely download URL-backed language model file outputs so generated files expose actual base64 and byte content and UI streams contain valid data URLs. Propagate cancellation to batch file downloads.

v7.0.110

Compare Source

Patch Changes

v7.0.109

Compare Source

Patch Changes
  • 0343bb1: fix(ai): keep replacement completion requests loading and cancellable when an earlier request settles
  • 2b105fa: fix(ai): preserve overlapping text blocks in reasoning extraction streams
  • 125f493: fix(harness): forward validated toolsContext to host-executed tools in alignment with ToolLoopAgent

v7.0.108

Compare Source

Patch Changes
  • 3f6852a: fix(ai): prevent direct execution of tools governed by tool callers
  • 6317504: fix(ai): stop pending tool-call repairs when generation is cancelled
  • 3cb2dcd: fix(ai): preserve file data when adapting v3 language models
  • ccf98e7: fix(ai): prevent streamText from executing tool calls that violate tool choice
  • Updated dependencies [20dd00a]
  • Updated dependencies [7cf7cee]
  • Updated dependencies [c42576a]
  • Updated dependencies [d85dcf5]
  • Updated dependencies [fd9b3f3]

v7.0.107

Compare Source

Patch Changes
  • 79681c4: fix(ai): preserve provider file and skill upload APIs in wrapProvider
  • 98c7275: fix(ai): preserve query parameters in chat reconnect URLs
  • a105059: fix(workflow): support deferred tool discovery in WorkflowAgent
  • 31532f3: fix(ai): prevent preliminary tool outputs from completing chats
  • e61cbd8: fix(ai): preserve raw speech audio format metadata
  • 8ade040: fix(ai): pass tool-specific context to input callbacks
  • 970a01e: fix(ai): enforce polling timeouts for in-flight video status requests
  • 85539c5: fix(ai): preserve multiple Set-Cookie headers in Node stream responses
  • 611d301: fix(ai): prevent duplicate content types in chat transport requests
  • c415657: fix(ai): decode base64 text data URLs using their declared charset
  • Updated dependencies [2973485]
  • Updated dependencies [a4db5ea]
  • Updated dependencies [2937ea2]

v7.0.106

Compare Source

Patch Changes
  • 4775577: fix(ai): preserve provider metadata when simulating text streams
  • 6696728: fix(ai): report the prepareStep model in streamed step results
  • 09516a1: fix(ai): prevent unhandled rejections when UI message stream reading stops early
  • 1aef01e: fix(ai): preserve prototype-named properties in serialized tool outputs
  • 9c1ea74: fix(ai): close telemetry spans when provider response streams fail
  • 107343a: fix(ai): use the prepareStep-selected model for streamed response metadata fallbacks
  • 03c3e33: fix(ai): preserve tool calls required by retained pending approvals
  • 5d42ebd: fix(ai): skip input available callbacks for invalid streamed tool calls
  • 4a67783: fix(ai): cancel prompt attachment downloads when model calls are aborted or time out
  • 1058ed5: fix(ai): strip streamed JSON fences before arbitrary trailing whitespace
  • 84f5d1b: fix(ai): stream null and empty string JSON partial outputs
  • 2d53a5d: fix(ai): prevent onEnd after aborting a multi-step text stream
  • 2a5ed55: fix(ai): stream structured output from the final tool-loop step
  • Updated dependencies [4fdf51e]
  • Updated dependencies [0455398]

v7.0.105

Compare Source

Patch Changes
  • 6982e9d: Resolve evaluation model IDs through AI Gateway when no default provider is configured, including string aliases in custom providers.
  • Updated dependencies [6982e9d]
  • Updated dependencies [6982e9d]

v7.0.104

Compare Source

Patch Changes
  • a7dd893: Add experimental evaluation model aliases and registry resolution. customProvider accepts evaluationModels, registries expose evaluationModel, and experimental_evaluate accepts string IDs when an evaluation-capable default provider is explicitly configured. Evaluation never implicitly falls back to Gateway. Model-resolution errors now identify evaluationModel while stable provider contracts remain unchanged.
  • 227f3b0: fix(ai): report abnormal realtime WebSocket close diagnostics through onError
  • 3456e2c: feat(ai): support tool search with direct tool calling
  • c4e76de: feat(ai): add native tool search tool
  • Updated dependencies [215b25e]
  • Updated dependencies [d4d96bf]
  • Updated dependencies [a7dd893]
  • Updated dependencies [3456e2c]
  • Updated dependencies [c4e76de]

v7.0.103

Compare Source

Patch Changes
  • 91c2128: feat(ai): add mid conversation tool discovery/updates for code-mode
  • 25a0447: feat(ai): deprecate rawInput in output-error UI message parts
  • 2cd80b3: Keep default Node.js downloads protected by DNS validation and connection pinning when frameworks or instrumentation wrap global fetch before or after the SDK loads.
  • 123d71f: Add experimental_evaluate and the isolated experimental v4 evaluation model specification for Choice, Score, and Boolean questions against shared state. Includes typed answers, optional Choice/Score distributions, required Boolean probabilities, validation, retries, cancellation, and Experimental_EvaluationUnsupportedQuestionTypeError for unsupported questions.
  • Updated dependencies [91c2128]
  • Updated dependencies [0c9ab5a]
  • Updated dependencies [2cd80b3]
  • Updated dependencies [d06bb2a]
  • Updated dependencies [123d71f]
  • Updated dependencies [2fa5e0e]
  • Updated dependencies [2cce7da]

v7.0.102

Compare Source

Patch Changes
  • 5c0054d: Add optional browser-direct WebRTC for experimental client-delegated Live conversations alongside the existing WebSocket path. Exchange SDP through an application endpoint with api.session, configure server-owned data-channel permissions, and preserve committed React session ownership. Capture follows the selected sender track, borrowed tracks remain caller-owned, and disconnect recovery and finalization stay bounded. Applications continue to handle client delegation and submit context; Live session updates and Responses delegation remain unsupported.

    Serialize microphone sender changes and close the peer if detachment fails, without stopping borrowed tracks. Validate nonempty SDP setup answers with a bounded response body, and document the same-origin broker authentication contract.

  • 39535af: Add experimental OpenAI Live provider support through the unified openai.experimental_realtime factory for server WebSocket sessions with client delegation. Applications own their agents and tools, receive continuous audio/transcript events and delegation metadata, and return context through validated channels. Support immutable startup options, microphone mute controls, graceful session close, and cumulative voice usage. Responses delegation and Live session updates reject before sending.

    Route known Live model IDs to Live, allow an OpenAI-specific api override for early-access models, and preserve legacy Realtime defaults for unknown IDs. Token minting follows the same selection rules and rejects Live before requesting unsupported credentials. Extend the realtime v4 specification with optional server WebSocket configuration, per-connection raw-event parsers, and model-wide startup/finalization capabilities. This provider layer supplies connection settings and protocol mapping for server adapters; browser lifecycle and UI integration belong to the core runtime and framework hooks.

    Preserve Realtime client event IDs for session updates and audio appends, and correlate server errors with the originating client event.

  • 8b92ba9: fix(ai): settle automatically denied tool calls in UI streams

  • 4b306c2: Report abnormal realtime WebSocket close codes and reasons through the session error path.

  • 4b306c2: Add the client-delegation-first realtime WebSocket runtime with session lifecycle, exact final duration, bounded event queues and command acknowledgement tracking, transcripts, context append, and reversible capture. Continuous sessions support PCM16 audio-chunk playback over an application relay with a recoverable live-edge buffer policy. Legacy turn-based WebSockets retain queued playback and frontend tool handling.

    Remove the deferred managed Responses coordinator, autoContinueTools option, backend usage state, and Live tool-result aliases. Continuous text and delegation handling belong to the application; sendTextMessage and addToolOutput reject continuous sessions. Server-confirmed provider delegation and turn-based audio-delta on the continuous profile fail explicitly. maxPlaybackBufferSeconds is supported only for continuous PCM sessions.

    Fence callbacks, startup publications, tool results, and teardown by connection attempt. Validate token setup before opening a client-secret socket, require explicit relay transport mode, and include WebSocket URL, protocol values, and runtime timeouts/buffer settings in React session configuration keys.

    Retain immediate local capture for explicit legacy preconnect streams, including owned-track cleanup and capture continuity through asynchronous setup. Signal transport closing before draining accepted terminal events, share reentrant close settlement, and cancel stale readiness and deadlines. Enforce 128 KiB frame and combined buffered-send budgets only for Live continuous sessions, using actual encoded wire bytes; oversized manual operations remain recoverable while startup and automatic audio failures close the session. Legacy startup, text, tool output, and audio retain their pre-Live behavior without these byte caps. Live pending-audio overflow drains accepted terminal usage within the existing one-second drain window. Validate final provider-transformed WebSocket URL syntax without removing native authentication query parameters.

  • Updated dependencies [5c0054d]

  • Updated dependencies [39535af]

v7.0.101

Compare Source

Patch Changes
  • 6aa7c54: fix(ai): serialize tool output JSON values

v7.0.100

Compare Source

Patch Changes

v7.0.99

Compare Source

Patch Changes

v7.0.98

Compare Source

Patch Changes

v7.0.97

Compare Source

Patch Changes

v7.0.96

Compare Source

Patch Changes

v7.0.95

Compare Source

Patch Changes
  • 27f6d7a: fix(ai): reject embedding model responses that contain no embeddings

v7.0.94

Compare Source

Patch Changes

v7.0.93

Compare Source

Patch Changes
  • df6c009: fix(ai): use new message ID when replacing a message in sendMessage
  • 6ee74a3: fix(ai): preserve tool part titles when validating UI messages
  • f13d371: fix(ai): preserve provider metadata when converting failed tool calls
  • d4485fe: feat(ai): support minItems and maxItems in array outputs
  • 4f201cc: chore(ai): formally include already supported onLanguageModelCallStart and onLanguageModelCallEnd in ToolLoopAgentSettings type
  • 8cdb2a7: fix(ai): decode text data URLs in Node.js
  • 0f2281e: fix(ai): reject embedding responses whose count does not match the input values
  • fc8e8ac: fix(ai): preserve image call diagnostics when no image is generated
  • ee8391e: fix(ai): support abort signals when the global AbortSignal is not a constructor
  • Updated dependencies [3cfc1fc]

v7.0.92

Compare Source

Patch Changes
  • a51cc94: fix(ai): preserve provider metadata from empty smooth stream deltas
  • d1904d3: fix(ai): surface fallback errors for empty HTTP response bodies
  • 84e5a79: fix(ai): skip smoothStream delays while the document is hidden
  • a8e8ad0: fix(ai): expose call ID and abort reason in streamText onAbort callbacks
  • Updated dependencies [a7e324b]

v7.0.91

Compare Source

Patch Changes
  • 802af1e: Add configurable recovery for provider errors received after streamText response streaming begins. Explicitly configuring streamRetries enables isolated retry attempts, including one bounded callback-directed recovery through StreamTextOnErrorRetryCallback with streamRetries: 0; recovered results and metadata reflect only the successful attempt, while the existing StreamTextOnErrorCallback contract and logging-only observer behavior remain compatible.
  • Updated dependencies [5484f27]
  • Updated dependencies [36eb7ee]
  • Updated dependencies [622fa7f]

v7.0.90

Compare Source

Patch Changes

v7.0.89

Compare Source

Patch Changes
  • 5190b67: feat(provider): extend the FilesV4 interface with optional getFileMetadata, downloadFile (streaming), and deleteFile operations, plus abortSignal/headers call options and a { type: 'stream' } upload data variant; upload results now expose byteSize, createdAt, and expiresAt (also surfaced by the core uploadFile() helper, which now forwards abortSignal/headers); add postMultipartStreamToApi (streaming multipart uploads with deterministic part ordering and failure-path stream teardown), deleteFromApi, and createBinaryStreamResponseHandler to provider-utils
  • Updated dependencies [5190b67]

v7.0.88

Compare Source

Patch Changes
  • 8b6b756: fix(ai): prevent generateText from accepting responses that violate required tool choices
  • e07b577: feat: add tool calling support to batch

v7.0.87

Compare Source

Patch Changes
  • 850d863: fix(ai): preserve approval descriptors in UI message streams

v7.0.86

Compare Source

Patch Changes

v7.0.85

Compare Source

Patch Changes
  • 55a9981: Ensure canonical hashes preserve undefined array element positions.
  • dd32de2: fix(ai): sum Gateway image-generation costs across split requests
  • aa45741: fix(provider/anthropic): preserve native message batch request counts in provider metadata and support the full language-model option surface in batch requests
  • cc29073: feat(ai): expose individual image generation calls
  • Updated dependencies [d2507af]
  • Updated dependencies [aa45741]

v7.0.84

Compare Source

Patch Changes

v7.0.83

Compare Source

Patch Changes
  • 8dd86a9: Validate persisted typed tool calls against current input and output schemas.
    Schema-incompatible empty or error inputs and terminal history from unavailable
    tools remain loadable as dynamic tool parts instead of exposing unvalidated
    values under current static tool types.
  • fda13b3: Allow chats to continue automatically after tool approval denials reach the output-denied state.
  • 957146c: add operation-level outcomes to UI message stream end callbacks
  • ce6849a: fix(ai): handle stitchable stream cancellation before an inner stream is registered

v7.0.82

Compare Source

Patch Changes
  • 3e125ba: Allow manual tool approval statuses to include a reason and preserve it across
    core, model, and UI approval requests. OPA requires-approval decisions now
    surface their reason to human approvers. UI request chunks serialize the
    optional reason, while UI messages retain it as approval.requestReason
    separately from an approver's response reason.
  • Updated dependencies [0e7994c]
  • Updated dependencies [3e125ba]

v7.0.79

Compare Source

Patch Changes
  • b251584: Preserve active text and reasoning parts when another merged UI message stream finishes a step, and align workflow stream normalization with the explicit part end chunks.
  • 591d25b: feat: add batch completion webhooks. experimental_startTextBatch accepts a webhookUrl, and the gateway provider registers it through the batch callbackUrl contract and exports typed async-job metadata. Direct Anthropic and OpenAI batch providers return an unsupported warning when the option is provided.
  • 9de0baf: Parse structured generateText output when providers omit finishReason but return text.
  • Updated dependencies [591d25b]

v7.0.78

Compare Source

Patch Changes
  • 96970bb: Continue approved generateText, streamText, and WorkflowAgent turns with a model-visible tool error when revalidated tool input is invalid.
  • Updated dependencies [e12e068]

v7.0.77

Patch Changes

v7.0.76

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

Patch Changes

v7.0.73

Patch Changes

v7.0.71

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

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

Patch Changes

v7.0.68

Patch Changes

v7.0.67

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

v7.0.59

Compare Source

Patch Changes

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Manila)

  • Branch creation
    • "before 2am"
  • 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
renovate Bot force-pushed the renovate/all branch 9 times, most recently from b372a82 to 6ac13be Compare April 6, 2026 17:28
@renovate
renovate Bot force-pushed the renovate/all branch 11 times, most recently from 3312ab9 to ffa128f Compare April 13, 2026 20:36
@renovate
renovate Bot force-pushed the renovate/all branch 9 times, most recently from d324026 to 3848913 Compare April 20, 2026 09:17
@renovate
renovate Bot force-pushed the renovate/all branch 5 times, most recently from a68d722 to c242ad3 Compare May 10, 2026 13:48
@renovate
renovate Bot force-pushed the renovate/all branch 7 times, most recently from 3c08811 to c1f2f20 Compare May 18, 2026 18:15
@renovate
renovate Bot force-pushed the renovate/all branch 3 times, most recently from e708df1 to a5e0c60 Compare May 23, 2026 02:03
@renovate
renovate Bot force-pushed the renovate/all branch 5 times, most recently from 413c393 to 24ffa19 Compare June 3, 2026 22:00
@renovate
renovate Bot force-pushed the renovate/all branch 5 times, most recently from 6ec398c to 9c07beb Compare June 11, 2026 00:44
@renovate
renovate Bot force-pushed the renovate/all branch 4 times, most recently from ac3a9ba to a09ae19 Compare June 15, 2026 23:50

This branch has not been deployed

No deployments
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