technologiestiftung / odis-geoexplorer

https://geoexplorer.odis-berlin.de/
MIT License
2 stars 0 forks source link

fix(deps): update dependency ai to v3 #8

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ai (source) ^2.2.33 -> ^3.0.0 age adoption passing confidence

Release Notes

vercel/ai (ai) ### [`v3.0.24`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.24) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.23...ai@3.0.24) ##### Patch Changes - [`e94fb32`](https://togithub.com/vercel/ai/commit/e94fb32): feat(ai/rsc): Make `onSetAIState` and `onGetUIState` stable ### [`v3.0.23`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.23) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.22...ai@3.0.23) ##### Patch Changes - [`66b5892`](https://togithub.com/vercel/ai/commit/66b5892): Add streamMode parameter to useChat and useCompletion. - Updated dependencies \[[`7b8791d`](https://togithub.com/vercel/ai/commit/7b8791d)] - [@​ai-sdk/provider-utils](https://togithub.com/ai-sdk/provider-utils)[@​0](https://togithub.com/0).0.1 ### [`v3.0.22`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.22) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.21...ai@3.0.22) ##### Patch Changes - [`d544886`](https://togithub.com/vercel/ai/commit/d544886): Breaking change: extract experimental AI core provider packages. They can now be imported with e.g. import { openai } from '[@​ai-sdk/openai](https://togithub.com/ai-sdk/openai)' after adding them to a project. - [`ea6b0e1`](https://togithub.com/vercel/ai/commit/ea6b0e1): Expose formatStreamPart, parseStreamPart, and readDataStream helpers. ### [`v3.0.21`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.21) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.20...ai@3.0.21) ##### Patch Changes - [`87d3db5`](https://togithub.com/vercel/ai/commit/87d3db5): Extracted [@​ai-sdk/provider](https://togithub.com/ai-sdk/provider) package - [`8c40f8c`](https://togithub.com/vercel/ai/commit/8c40f8c): ai/core: Fix openai provider streamObject for gpt-4-turbo - [`5cd29bd`](https://togithub.com/vercel/ai/commit/5cd29bd): ai/core: add toTextStreamResponse() method to streamText result ### [`v3.0.20`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.20) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.19...ai@3.0.20) ##### Patch Changes - [`f42bbb5`](https://togithub.com/vercel/ai/commit/f42bbb5): Remove experimental from useAssistant and AssistantResponse. - [`149fe26`](https://togithub.com/vercel/ai/commit/149fe26): Deprecate - [`2eb4b55`](https://togithub.com/vercel/ai/commit/2eb4b55): Remove experimental\_ prefix from StreamData. - [`e45fa96`](https://togithub.com/vercel/ai/commit/e45fa96): Add stream support for Bedrock/Cohere. - [`a6b2500`](https://togithub.com/vercel/ai/commit/a6b2500): Deprecated the `experimental_streamData: true` setting from AIStreamCallbacksAndOptions. You can delete occurrences in your code. The stream data protocol is now used by default. ### [`v3.0.19`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.19) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.18...ai@3.0.19) ##### Patch Changes - [`4f4c7f5`](https://togithub.com/vercel/ai/commit/4f4c7f5): ai/core: Anthropic tool call support ### [`v3.0.18`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.18) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.17...ai@3.0.18) ##### Patch Changes - [`63d587e`](https://togithub.com/vercel/ai/commit/63d587e): Add Anthropic provider for ai/core functions (no tool calling). - [`63d587e`](https://togithub.com/vercel/ai/commit/63d587e): Add automatic mime type detection for images in ai/core prompts. ### [`v3.0.17`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.17) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.16...ai@3.0.17) ##### Patch Changes - [`2b991c4`](https://togithub.com/vercel/ai/commit/2b991c4): Add Google Generative AI provider for ai/core functions. ### [`v3.0.16`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.16) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.15...ai@3.0.16) ##### Patch Changes - [`a54ea77`](https://togithub.com/vercel/ai/commit/a54ea77): feat(ai/rsc): add `useStreamableValue` ### [`v3.0.15`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.15) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.14...ai@3.0.15) ##### Patch Changes - [`4aed2a5`](https://togithub.com/vercel/ai/commit/4aed2a5): Add JSDoc comments for ai/core functions. - [`cf8d12f`](https://togithub.com/vercel/ai/commit/cf8d12f): Export experimental language model specification under `ai/spec`. ### [`v3.0.14`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.14) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.13...ai@3.0.14) ##### Patch Changes - [`8088de8`](https://togithub.com/vercel/ai/commit/8088de8): fix(ai/rsc): improve typings for `StreamableValue` - [`20007b9`](https://togithub.com/vercel/ai/commit/20007b9): feat(ai/rsc): support string diff and patch in streamable value - [`6039460`](https://togithub.com/vercel/ai/commit/6039460): Support Bedrock Anthropic Stream for Messages API. - [`e83bfe3`](https://togithub.com/vercel/ai/commit/e83bfe3): Added experimental ai/core functions (streamText, generateText, streamObject, generateObject). Add OpenAI and Mistral language model providers. ### [`v3.0.13`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.13) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.12...ai@3.0.13) ##### Patch Changes - [`026d061`](https://togithub.com/vercel/ai/commit/026d061): Expose setMessages in useAssistant hook - [`42209be`](https://togithub.com/vercel/ai/commit/42209be): AssistantResponse: specify forwardStream return type. ### [`v3.0.12`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.12) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.11...ai@3.0.12) ##### Patch Changes - [`b99b008`](https://togithub.com/vercel/ai/commit/b99b008): fix(ai/rsc): avoid appending boundary if the same reference was passed ### [`v3.0.11`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.11) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.10...ai@3.0.11) ##### Patch Changes - [`ce009e2`](https://togithub.com/vercel/ai/commit/ce009e2): Added OpenAI assistants streaming. - [`3f9bf3e`](https://togithub.com/vercel/ai/commit/3f9bf3e): Updates types to OpenAI SDK 4.29.0 ### [`v3.0.10`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.10) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.9...ai@3.0.10) ##### Patch Changes - [`33d261a`](https://togithub.com/vercel/ai/commit/33d261a): fix(ai/rsc): Fix .append() behavior ### [`v3.0.9`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.9) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.8...ai@3.0.9) ##### Patch Changes - [`81ca3d6`](https://togithub.com/vercel/ai/commit/81ca3d6): fix(ai/rsc): improve .done() argument type ### [`v3.0.8`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.8) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.7...ai@3.0.8) ##### Patch Changes - [`a94aab2`](https://togithub.com/vercel/ai/commit/a94aab2): ai/rsc: optimize streamable value stream size ### [`v3.0.7`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.7) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.6...ai@3.0.7) ##### Patch Changes - [`9a9ae73`](https://togithub.com/vercel/ai/commit/9a9ae73): feat(ai/rsc): readStreamableValue ### [`v3.0.6`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.6) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.5...ai@3.0.6) ##### Patch Changes - [`1355ad0`](https://togithub.com/vercel/ai/commit/1355ad0): Fix: experimental_onToolCall is called with parsed tool args - [`9348f06`](https://togithub.com/vercel/ai/commit/9348f06): ai/rsc: improve dev error and warnings by trying to detect hanging streams - [`8be9404`](https://togithub.com/vercel/ai/commit/8be9404): fix type resolution ### [`v3.0.5`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.5) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.4...ai@3.0.5) ##### Patch Changes - [`a973f1e`](https://togithub.com/vercel/ai/commit/a973f1e): Support Anthropic SDK v0.15.0 - [`e25f3ca`](https://togithub.com/vercel/ai/commit/e25f3ca): type improvements ### [`v3.0.4`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.4) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.3...ai@3.0.4) ##### Patch Changes - [`7962862`](https://togithub.com/vercel/ai/commit/7962862): fix `useActions` type inference - [`aab5324`](https://togithub.com/vercel/ai/commit/aab5324): Revert "fix(render): parse the args based on the zod schema" - [`fe55612`](https://togithub.com/vercel/ai/commit/fe55612): Bump OpenAI dependency to 4.28.4; fix type error in render ### [`v3.0.3`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.3) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.2...ai@3.0.3) ##### Patch Changes - [`4d816ca`](https://togithub.com/vercel/ai/commit/4d816ca): fix(render): parse the args based on the zod schema - [`d158a47`](https://togithub.com/vercel/ai/commit/d158a47): fix potential race conditions ### [`v3.0.2`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.2) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.1...ai@3.0.2) ##### Patch Changes - [`73bd06e`](https://togithub.com/vercel/ai/commit/73bd06e): fix(useActions): return typed object ### [`v3.0.1`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.1) [Compare Source](https://togithub.com/vercel/ai/compare/ai@3.0.0...ai@3.0.1) ##### Patch Changes - [`ac20a25`](https://togithub.com/vercel/ai/commit/ac20a25): ai/rsc: fix text response and async generator - [`b88778f`](https://togithub.com/vercel/ai/commit/b88778f): Added onText callback for text tokens. ### [`v3.0.0`](https://togithub.com/vercel/ai/releases/tag/ai%403.0.0) [Compare Source](https://togithub.com/vercel/ai/compare/ai@2.2.37...ai@3.0.0) ##### Major Changes - [`51054a9`](https://togithub.com/vercel/ai/commit/51054a9): Add `ai/rsc` with support for AI Server Components ### [`v2.2.37`](https://togithub.com/vercel/ai/releases/tag/ai%402.2.37) [Compare Source](https://togithub.com/vercel/ai/compare/ai@2.2.36...ai@2.2.37) ##### Patch Changes - [`a6b5764`](https://togithub.com/vercel/ai/commit/a6b5764): Add support for Mistral's JavaScript SDK ### [`v2.2.36`](https://togithub.com/vercel/ai/releases/tag/ai%402.2.36) [Compare Source](https://togithub.com/vercel/ai/compare/ai@2.2.35...ai@2.2.36) ##### Patch Changes - [`141f0ce`](https://togithub.com/vercel/ai/commit/141f0ce): Fix: onFinal callback is invoked with text from onToolCall when onToolCall returns string ### [`v2.2.35`](https://togithub.com/vercel/ai/releases/tag/ai%402.2.35) [Compare Source](https://togithub.com/vercel/ai/compare/ai@2.2.34...ai@2.2.35) ##### Patch Changes - [`b717dad`](https://togithub.com/vercel/ai/commit/b717dad): Adding Inkeep as a stream provider ### [`v2.2.34`](https://togithub.com/vercel/ai/releases/tag/ai%402.2.34) [Compare Source](https://togithub.com/vercel/ai/compare/ai@2.2.33...ai@2.2.34) ##### Patch Changes - [`2c8ffdb`](https://togithub.com/vercel/ai/commit/2c8ffdb): cohere-stream: support AsyncIterable - [`ed1e278`](https://togithub.com/vercel/ai/commit/ed1e278): Message annotations handling for all Message types

Configuration

πŸ“… Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, 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.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

netlify[bot] commented 3 months ago

Deploy Preview for geo-explorer ready!

Name Link
Latest commit 976a6469482f363a8bd49857ce532906adddb8f5
Latest deploy log https://app.netlify.com/sites/geo-explorer/deploys/66259d74c10a57000808028d
Deploy Preview https://deploy-preview-8--geo-explorer.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.