Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.0.2
->^2.0.0
^0.9.0
->^0.10.0
15.5.11
->15.5.13
3.0.19
->3.1.14
10.4.18
->10.4.19
1.1.2
->1.1.10
2.1.0
->2.1.1
14.1.3
->14.2.3
^0.1.0
->^0.2.0
0.356.0
->0.379.0
14.1.3
->14.2.3
8.4.35
->8.4.38
2.2.2
->2.3.0
3.4.1
->3.4.3
5.4.2
->5.4.5
3.22.4
->3.23.8
Release Notes
nextauthjs/next-auth (@auth/prisma-adapter)
v2.1.0
Compare Source
Bugfixes
authenticator
schemas and types (#10861) (5e55331
)Other
5bd3043
)v2.0.0
Compare Source
Other
b9cacec
)v1.6.0
Compare Source
Other
2f64701
)t3-oss/t3-env (@t3-oss/env-nextjs)
v0.10.1
Compare Source
Patch Changes
#224
bed246c
Thanks @colinhacks! - refactor: add explicit return type to make lib more portableUpdated dependencies [
bed246c
]:v0.10.0
Compare Source
Minor Changes
#215
5363e99
Thanks @juliusmarminge! - BREAKING: make env presets functionsTo migrate:
Patch Changes
78585f3
Thanks @juliusmarminge! - fix: support [email protected]Updated dependencies [
78585f3
,5363e99
]:vercel/ai (ai)
v3.1.14
Compare Source
Patch Changes
6109c6a
: feat (ai/react): add experimental_maxAutomaticRoundtrips to useChatv3.1.13
Compare Source
Patch Changes
60117c9
: dependencies (ai/ui): add React 18.3 and 19 support (peer dependency)6a50ac4
]6a50ac4
]v3.1.12
Compare Source
Patch Changes
ae05fb7
: feat (ai/streams): add StreamData support to streamToResponsev3.1.11
Compare Source
Patch Changes
a085d42
: fix (ai/ui): decouple StreamData chunks from LLM streamv3.1.10
Compare Source
Patch Changes
3a21030
: feat (ai/core): add embedMany functionv3.1.9
Compare Source
Patch Changes
18a9655
: feat (ai/svelte): add useAssistantv3.1.8
Compare Source
Patch Changes
0f6bc4e
: feat (ai/core): add embed function0f6bc4e
]v3.1.7
Compare Source
Patch Changes
f617b97
: feat (ai): support client/server tool calls with useChat and streamTextv3.1.6
Compare Source
Patch Changes
2e78acb
: Deprecate StreamingReactResponse (use AI SDK RSC instead).8439884
: ai/rsc: make RSC streamable utils chainable325ca55
: feat (ai/core): improve image content part error message325ca55
]v3.1.5
Compare Source
Patch Changes
5b01c13
: feat (ai/core): add system message support in messages listv3.1.4
Compare Source
Patch Changes
ceb44bc
: feat (ai/ui): add stop() helper to useAssistant (important: AssistantResponse now requires OpenAI SDK 4.42+)37c9d4c
: feat (ai/streams): add LangChainAdapter.toAIStream()v3.1.3
Compare Source
Patch Changes
970a099
: fix (ai/core): streamObject fixes partial json with empty objects correctly1ac2390
: feat (ai/core): add usage and finishReason to streamText result.276f22b
]v3.1.2
Compare Source
Patch Changes
d1b1880
: fix (ai/core): allow reading streams in streamText result multiple timesv3.1.1
Compare Source
Patch Changes
0f77132
: ai/rsc: remove experimental_ from streamUIv3.1.0
Compare Source
Minor Changes
73356a9
: Move AI Core functions out of experimental (streamText, generateText, streamObject, generateObject).v3.0.35
Compare Source
Patch Changes
41d5736
: ai/core: re-expose language model types.b4c68ec
: ai/rsc: ReadableStream as provider for createStreamableValue; add .append() method41d5736
]v3.0.34
Compare Source
Patch Changes
b9a831e
: ai/rsc: add experimental_streamUI()v3.0.33
Compare Source
Patch Changes
56ef84a
: ai/core: fix abort handling in transformation stream56ef84a
]v3.0.32
Compare Source
Patch Changes
0e0d2af
: ai/core: add pipeTextStreamToResponse helper to streamText.v3.0.31
Compare Source
Patch Changes
74c63b1
: ai/core: add toAIStreamResponse() helper to streamText.v3.0.30
Compare Source
Patch Changes
e7e5898
: use-assistant: fix missing message contentv3.0.29
Compare Source
Patch Changes
22a737e
: Fix: mark useAssistant as in progress for append/submitMessage.v3.0.28
Compare Source
Patch Changes
d6431ae
: ai/core: add logprobs support (thanks @SamStenner for the contribution)25f3350
: ai/core: add support for getting raw response headers.d6431ae
]25f3350
]v3.0.27
Compare Source
Patch Changes
eb150a6
: ai/core: remove scaling of setting values (breaking change). If you were using the temperature, frequency penalty, or presence penalty settings, you need to update the providers and adjust the setting values.eb150a6
]v3.0.26
Compare Source
Patch Changes
f90f6a1
: ai/core: add pipeAIStreamToResponse() to streamText result.v3.0.25
Compare Source
Patch Changes
1e84d6d
: Fix: remove mistral lib type dependency.9c2a049
: Add append() helper to useAssistant.v3.0.24
Compare Source
Patch Changes
e94fb32
: feat(ai/rsc): MakeonSetAIState
andonGetUIState
stablev3.0.23
Compare Source
Patch Changes
66b5892
: Add streamMode parameter to useChat and useCompletion.7b8791d
]v3.0.22
Compare Source
Patch Changes
d544886
: Breaking change: extract experimental AI core provider packages. They can now be imported with e.g. import { openai } from '@ai-sdk/openai' after adding them to a project.ea6b0e1
: Expose formatStreamPart, parseStreamPart, and readDataStream helpers.v3.0.21
Compare Source
Patch Changes
87d3db5
: Extracted @ai-sdk/provider package8c40f8c
: ai/core: Fix openai provider streamObject for gpt-4-turbo5cd29bd
: ai/core: add toTextStreamResponse() method to streamText resultv3.0.20
Compare Source
Patch Changes
f42bbb5
: Remove experimental from useAssistant and AssistantResponse.149fe26
: Deprecate2eb4b55
: Remove experimental_ prefix from StreamData.e45fa96
: Add stream support for Bedrock/Cohere.a6b2500
: Deprecated theexperimental_streamData: true
setting from AIStreamCallbacksAndOptions. You can delete occurrences in your code. The stream data protocol is now used by default.postcss/autoprefixer (autoprefixer)
v10.4.19
Compare Source
end value has mixed support, consider using flex-end
warningsince
end
/start
now have good support.oven-sh/bun (bun-types)
v1.1.10
Compare Source
v1.1.9
Compare Source
v1.1.8
Compare Source
v1.1.7
Compare Source
v1.1.6
Compare Source
v1.1.5
Compare Source
v1.1.4
Compare Source
v1.1.3
Compare Source
lukeed/clsx (clsx)
v2.1.1
Compare Source
Patches
bigint
inClassValue
type: (#96):3d960ab
Accommodates recent
@types/react
changes toReactNode
.Thank you @ViliamKopecky~!
Chores
licenses.dev
badge:684509c
This service recursively analyzes entire dependency graphs to ensure that a package (or your project) is using permissive licenses. For example, here's a results table for
polka@next
and a largerastro
example.vercel/next.js (eslint-config-next)
v14.2.3
Compare Source
v14.2.2
Compare Source
v14.2.1
Compare Source
v14.2.0
Compare Source
v14.1.4
Compare Source
langchain-ai/langchainjs (langchain)
v0.2.2
Compare Source
v0.2.1
Compare Source
v0.2.0
Compare Source
v0.1.37
Compare Source
What's Changed
mergeConfigs()
by @andrewnguonly in https://github.com/langchain-ai/langchainjs/pull/5227_parentRunId
passed in to cache key function (_getSerializedCacheKeyParametersForCall
) by @davidfant in https://github.com/langchain-ai/langchainjs/pull/5205DynamicRunEvaluatorParams
generic by @davidfant in https://github.com/langchain-ai/langchainjs/pull/5246@langchain/qdrant
Package by @Anush008 in https://github.com/langchain-ai/langchainjs/pull/5302New Contributors
Full Changelog: langchain-ai/langchainjs@0.1.36...0.1.37
v0.1.36
Compare Source
What's Changed
New Contributors
Full Changelog: langchain-ai/langchainjs@0.1.35...0.1.36
v0.1.35
Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - "before 2am" in timezone Asia/Manila, 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.
This PR has been generated by Mend Renovate. View repository job log here.