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:
4.1.7
->4.1.34
1.2.0
->1.2.2
0.3.13
->0.3.15
^2.0.0
->^3.0.0
Release Notes
vercel/ai (ai)
v4.1.34
Compare Source
Patch Changes
dc49119
: chore: deprecate ai/reactv4.1.33
Compare Source
Patch Changes
74f0f0e
: chore (ai/core): move providerMetadata to stablev4.1.32
Compare Source
Patch Changes
c128ca5
: fix (ai/core): fix streamText onFinish messages with structured outputv4.1.31
Compare Source
Patch Changes
b30b1cc
: feat (ai/core): add onError callback to streamObjectv4.1.30
Compare Source
Patch Changes
4ee5b6f
: fix (core): remove invalid providerOptions from streamObject onFinish callbackv4.1.29
Compare Source
Patch Changes
605de49
: feat (ai/core): export callback typesv4.1.28
Compare Source
Patch Changes
6eb7fc4
: feat (ai/core): url source supportv4.1.27
Compare Source
Patch Changes
318b351
]v4.1.26
Compare Source
Patch Changes
34983d4
: fix (ai/core): bind supportsUrl when creating wrapperv4.1.25
Compare Source
Patch Changes
5a21310
: fix (ai/core): use ai types on custom provider to prevent ts errorv4.1.24
Compare Source
Patch Changes
38142b8
: feat (ai/core): introduce streamText consumeStreamv4.1.23
Compare Source
Patch Changes
b08f7c1
: fix (ai/core): suppress errors in textStreamv4.1.22
Compare Source
Patch Changes
2bec72a
: feat (ai/core): add onError callback to streamTextv4.1.21
Compare Source
Patch Changes
d387989
: feat (ai/core): re-export zodSchemav4.1.20
Compare Source
Patch Changes
bcc61d4
: feat (ui): introduce message parts for useChatbcc61d4
]v4.1.19
Compare Source
Patch Changes
6b8cc14
]v4.1.18
Compare Source
Patch Changes
6a1acfe
: fix (ai/core): revert '@internal' tag on function definitions due to build impactsv4.1.17
Compare Source
Patch Changes
5af8cdb
: fix (ai/core): support this reference in model.supportsUrl implementationsv4.1.16
Compare Source
Patch Changes
7e299a4
: feat (ai/core): wrapLanguageModel can apply multiple middlewaresv4.1.15
Compare Source
Patch Changes
d89c3b9
: feat (provider): add image model support to provider specificationd89c3b9
: feat (core): type ahead for model ids with custom provider08f54fc
: chore (ai/core): move custom provider to stabled89c3b9
]v4.1.14
Compare Source
Patch Changes
ca89615
: fix (ai/core): only append assistant response at the end when there is a final user messagev4.1.13
Compare Source
Patch Changes
999085e
: feat (ai/core): add write function to DataStreamWriterv4.1.12
Compare Source
Patch Changes
0d2d9bf
: fix (ui): single assistant message with multiple tool steps0d2d9bf
]0d2d9bf
]v4.1.11
Compare Source
Patch Changes
4c58da5
: chore (core): move providerOptions to stablev4.1.10
Compare Source
Patch Changes
bf2c9c6
: feat (core): move middleware to stablev4.1.9
Compare Source
Patch Changes
3a602ca
: chore (core): rename CoreTool to Tool3a602ca
]v4.1.8
Compare Source
Patch Changes
92f5f36
: feat (core): add extractReasoningMiddlewareoven-sh/bun (bun-types)
v1.2.2
Compare Source
v1.2.1
Compare Source
langchain-ai/langchainjs (langchain)
v0.3.15
Compare Source
What's Changed
Full Changelog: langchain-ai/langchainjs@0.3.14...0.3.15
v0.3.14
Compare Source
What's Changed
Full Changelog: langchain-ai/langchainjs@0.3.13...0.3.14
dcastil/tailwind-merge (tailwind-merge)
v3.0.1
Compare Source
Bug Fixes
b9c136d
e22885e
Full Changelog: dcastil/tailwind-merge@v3.0.0...v3.0.1
Thanks to @brandonmcconnell, @manavm1990, @langy, @jamesreaco, @roboflow, @syntaxfm, @getsentry, @codecov and a private sponsor for sponsoring tailwind-merge! ❤️
v3.0.0
Compare Source
Tailwind CSS v4 is here and it's time to upgrade tailwind-merge to support it. tailwind-merge v3.0.0 is more accurate than ever and follows the Tailwind CSS spec more closely than in v2. That is thanks to Tailwind CSS v4 being more consistent than ever.
This release drops support for Tailwind CSS v3 and in turn adds support for Tailwind CSS v4. That means you should upgrade to Tailwind CSS v4 and tailwind-merge v3 together. All breaking changes are related to the Tailwind CSS v4 support.
Check out the migration guide and if you have any questions, feel free to create an issue.
Breaking Changes
isLength
validator was removed and split into separate validatorsisNumber
andisFraction
by @dcastil in https://github.com/dcastil/tailwind-merge/pull/518-
character anymore by @dcastil in https://github.com/dcastil/tailwind-merge/pull/518orderSensitiveModifiers
property in config when usingcreateTailwindMerge
by @dcastil in https://github.com/dcastil/tailwind-merge/pull/518DefaultThemeGroupIds
type union consists of different string literals than before by @dcastil in https://github.com/dcastil/tailwind-merge/pull/518New Features
Bug Fixes
before:
were treated as not order-sensitive. This is now fixed by @dcastil in https://github.com/dcastil/tailwind-merge/pull/518Documentation
Full Changelog: dcastil/tailwind-merge@v2.6.0...v3.0.0
Thanks to @brandonmcconnell, @manavm1990, @langy, @jamesreaco, @roboflow, @syntaxfm, @getsentry, @codecov and a private sponsor for sponsoring tailwind-merge! ❤️
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 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.
This PR was generated by Mend Renovate. View the repository job log.