chore(deps): update dependency ai to v5.0.188#25
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
35589ee to
db95477
Compare
db95477 to
6019c26
Compare
6019c26 to
1a0cc10
Compare
1a0cc10 to
e422d79
Compare
e422d79 to
4eaa301
Compare
4eaa301 to
f18d4fd
Compare
f18d4fd to
6084f3b
Compare
6084f3b to
cd650e6
Compare
cd650e6 to
f4a861b
Compare
aa2dc7d to
d88ffdc
Compare
d88ffdc to
dfd1f3a
Compare
dfd1f3a to
08b0749
Compare
08b0749 to
a6ff690
Compare
a6ff690 to
dc71375
Compare
dc71375 to
dce512d
Compare
dce512d to
61db56a
Compare
61db56a to
2c04527
Compare
2c04527 to
cd796e6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
5.0.117→5.0.188Release Notes
vercel/ai (ai)
v5.0.188Compare Source
Patch Changes
1760d76: fix URL of hero animation in READMEv5.0.187Compare Source
Patch Changes
e676093]v5.0.186Compare Source
Patch Changes
c261259]v5.0.185Compare Source
Patch Changes
f668fe8]80e2f83]v5.0.184Compare Source
Patch Changes
cb911d2: fix(ai): add allowSystemInMessages option and warn by default when system messages are found in prompt or messagesv5.0.183Compare Source
Patch Changes
8dd759d]v5.0.182Compare Source
Patch Changes
8374557]v5.0.181Compare Source
Patch Changes
783fa6c: chore: ensure consistent import handling and avoid import duplicates or cyclesc327fb9: fix(mcp): prevent prototype pollution by using secureJsonParse783fa6c]v5.0.180Compare Source
Patch Changes
0a00b9b: trigger release for all packages after provenance setup0a00b9b]c30c710]11c7bdd]v5.0.179Compare Source
Patch Changes
5543cd1: Add AI Gateway hint to provider READMEsv5.0.178Compare Source
Patch Changes
eacfb5e]v5.0.176Compare Source
Patch Changes
4b40033]v5.0.175Compare Source
Patch Changes
d4fbea5]v5.0.174Patch Changes
140640d]v5.0.173Patch Changes
6c0cde5]v5.0.172Patch Changes
a5317d0]v5.0.171Patch Changes
f03fec2]v5.0.170Patch Changes
8180bff]v5.0.169Patch Changes
c6fcbfa]v5.0.168Patch Changes
a064eef]v5.0.167Patch Changes
6b4ceaa]v5.0.166Patch Changes
5e2950a]v5.0.165Patch Changes
a27a978: fix: allow inline data URLs in download validationa27a978]v5.0.164Patch Changes
bc392cb]v5.0.163Patch Changes
5bc2cb8]v5.0.162Compare Source
Patch Changes
efc9006]v5.0.161Patch Changes
4e8bdc7]v5.0.160Patch Changes
2f94884]v5.0.159Patch Changes
5e55f43]v5.0.158Patch Changes
946ef88]v5.0.157Patch Changes
9379c51: README updates2e35d03]v5.0.156Compare Source
Patch Changes
205f9d8]v5.0.155Compare Source
Patch Changes
6f40c1a]v5.0.154Compare Source
Patch Changes
f29cec3]51c7d28]dacdf4b]v5.0.153Compare Source
Patch Changes
c59a31c: Remove custom User-Agent header from HttpChatTransport to fix CORS preflight failures in Safari and Firefoxv5.0.152Compare Source
Patch Changes
a608d48]c5790b1]v5.0.151Compare Source
Patch Changes
f54cb63]v5.0.150Compare Source
Patch Changes
ee7582f]v5.0.149Compare Source
Patch Changes
c66afc5: fix(security): validate redirect targets in download functions to prevent SSRF bypassdownloadnow validates the final URL after following HTTP redirects, preventing attackers from bypassing SSRF protections via open redirects to internal/private addresses.v5.0.148Compare Source
Patch Changes
392dc94]v5.0.147Compare Source
Patch Changes
7a57a71]v5.0.146Compare Source
Patch Changes
6a2f01b: Add URL validation todownloadto prevent blind SSRF attacks. Private/internal IP addresses, localhost, and non-HTTP protocols are now rejected before fetching.6a2f01b]17d64e3]v5.0.145Compare Source
Patch Changes
201bb12]v5.0.144Compare Source
Patch Changes
c4a324b]v5.0.143Compare Source
Patch Changes
4fa740a]v5.0.142Compare Source
Patch Changes
8ea21c1]v5.0.141Compare Source
Patch Changes
4db4318]v5.0.140Compare Source
Patch Changes
3749ed6]v5.0.139Compare Source
Patch Changes
9212b2d]v5.0.138Compare Source
Patch Changes
42815ac]v5.0.137Compare Source
Patch Changes
5e921ed]v5.0.136Compare Source
Patch Changes
9baf5ea]v5.0.135Compare Source
Patch Changes
fe42fd3]8b5473c]v5.0.134Compare Source
Patch Changes
9545c46]v5.0.133Compare Source
Patch Changes
b4ac032]v5.0.132Compare Source
Patch Changes
8aac221]v5.0.131Compare Source
Patch Changes
3f04ffe]v5.0.130Compare Source
Patch Changes
20565b8: security: prevent unbounded memory growth in download functionsThe
download()anddownloadBlob()functions now enforce a default 2 GiB size limit when downloading from user-provided URLs. Downloads that exceed this limit are aborted with aDownloadErrorinstead of consuming unbounded memory and crashing the process. TheabortSignalparameter is now passed through tofetch()in all download call sites.Added
downloadoption totranscribe()andexperimental_generateVideo()for providing a custom download function. Use the newcreateDownload({ maxBytes })factory to configure download size limits.Updated dependencies [
20565b8]v5.0.129Compare Source
Patch Changes
a207442]v5.0.128Compare Source
Patch Changes
7e6c81a]v5.0.127Compare Source
Patch Changes
db2e810]v5.0.126Compare Source
Patch Changes
beba89c]v5.0.125Compare Source
Patch Changes
8d8fdd2]v5.0.124Compare Source
Patch Changes
fad90dd]8479fe8]0d3fc21]53e891c]v5.0.123Compare Source
Patch Changes
5253b83]v5.0.122Compare Source
Patch Changes
9158228]v5.0.121Compare Source
Patch Changes
74676fa]v5.0.120Compare Source
Patch Changes
655377e]v5.0.119Compare Source
Patch Changes
f6b46d2]v5.0.118Compare Source
Patch Changes
42bad72:https://ai-sdk.dev->https://v5.ai-sdk.devConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.