Skip to content

chore(deps): bump the webui-dependencies group across 1 directory with 40 updates - #569

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/WebUI/webui-dependencies-e3b82dd248
Open

chore(deps): bump the webui-dependencies group across 1 directory with 40 updates#569
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/WebUI/webui-dependencies-e3b82dd248

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the webui-dependencies group with 37 updates in the /WebUI directory:

Package From To
@ai-sdk/mcp 1.0.52 2.0.39
@ai-sdk/openai 3.0.74 4.0.50
@ai-sdk/openai-compatible 2.0.51 3.0.39
@ai-sdk/vue 3.0.208 4.0.83
@langchain/classic 1.0.36 1.0.45
@vueuse/core 14.3.0 14.4.0
ai 6.0.208 7.0.83
dompurify 3.4.13 3.4.14
driver.js 1.4.0 1.8.0
fs-extra 11.3.5 11.4.0
highlight.js 11.11.1 11.12.0
koffi 3.0.2 3.1.6
langchain 1.5.0 1.5.10
mammoth 1.12.0 1.12.1
marked 18.0.5 18.0.11
partysocket 1.2.0 1.3.0
pinia 3.0.4 4.0.3
reka-ui 2.10.0 2.10.4
three 0.183.2 0.185.1
unpdf 1.8.0 1.8.1
vue 3.5.38 3.5.42
@playwright/test 1.61.1 1.62.1
@tailwindcss/vite 4.3.1 4.3.3
@types/node 24.13.2 26.4.0
@vitejs/plugin-vue 6.0.7 6.0.8
autoprefixer 10.5.0 10.5.4
electron 42.8.1 44.0.0
eslint 10.5.0 10.9.1
eslint-plugin-oxlint 1.70.0 1.80.0
eslint-plugin-vue 10.9.2 10.10.0
prettier 3.8.4 3.9.6
typescript 6.0.3 7.0.2
unplugin-auto-import 21.0.0 21.1.0
vite 8.0.16 8.2.2
vite-plugin-electron 1.0.4 1.1.1
vitest 4.1.9 4.1.11
vue-tsc 3.3.5 3.3.11

Updates @ai-sdk/mcp from 1.0.52 to 2.0.39

Release notes

Sourced from @​ai-sdk/mcp's releases.

@​ai-sdk/mcp@​1.0.77

Patch Changes

  • Updated dependencies [cc23556]
    • @​ai-sdk/provider-utils@​4.0.50
Changelog

Sourced from @​ai-sdk/mcp's changelog.

2.0.39

Patch Changes

  • Updated dependencies [3e125ba]
    • @​ai-sdk/provider-utils@​5.0.32

2.0.38

Patch Changes

  • bf591f0: Apply MCP scope selection to dynamic client registration as well as authorization.
  • fe69342: fix(mcp): reject private OAuth endpoints before sending credentials
  • Updated dependencies [a9782e1]
  • Updated dependencies [35841f5]
  • Updated dependencies [d2f3353]
    • @​ai-sdk/provider-utils@​5.0.31

2.0.37

Patch Changes

  • 1175434: Fetch all paginated tool definitions when creating an MCP tool set.
  • Updated dependencies [591d25b]
    • @​ai-sdk/provider@​4.0.8
    • @​ai-sdk/provider-utils@​5.0.30

2.0.36

Patch Changes

  • b352a6a: fix(mcp): support spawning command shims such as npx on Windows
  • Updated dependencies [b74971f]
    • @​ai-sdk/provider-utils@​5.0.29

2.0.35

Patch Changes

  • 76fb75d: fix(mcp): reject SSE requests when POST responses are unsuccessful

2.0.34

Patch Changes

  • Updated dependencies [e6087c9]
    • @​ai-sdk/provider-utils@​5.0.28

2.0.33

... (truncated)

Commits

Updates @ai-sdk/openai from 3.0.74 to 4.0.50

Release notes

Sourced from @​ai-sdk/openai's releases.

@​ai-sdk/openai@​3.0.105

Patch Changes

  • Updated dependencies [cc23556]
    • @​ai-sdk/provider-utils@​4.0.50
Changelog

Sourced from @​ai-sdk/openai's changelog.

4.0.50

Patch Changes

  • e6a2992: Fix Responses history serialization for regular functions named tool_search.

4.0.49

Patch Changes

  • 2523403: Normalize non-object replayed Chat Completions tool arguments to empty objects.
  • Updated dependencies [3e125ba]
    • @​ai-sdk/provider-utils@​5.0.32

4.0.48

Patch Changes

  • a9782e1: fix: align batch result parsing, request counts, and lifecycle behavior across providers
  • eee6200: Signal schema-invalid known Responses stream events and preserve the error finish reason.
  • 35841f5: feat: normalize mid-stream provider error events across supported providers into public StreamProviderError instances and preserve provider-owned type, code, status, retry, and raw payload metadata
  • d2f3353: Split OpenAI and Azure OpenAI embedding requests by a conservative UTF-8 byte budget derived from their aggregate token limit, in addition to input count limits.
  • Updated dependencies [a9782e1]
  • Updated dependencies [35841f5]
  • Updated dependencies [d2f3353]
    • @​ai-sdk/provider-utils@​5.0.31

4.0.47

Patch Changes

  • 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.
  • 2214258: Prevent negative text output token counts when providers report reasoning tokens. Perplexity reasoning tokens are now treated as separate from completion tokens.
  • Updated dependencies [591d25b]
    • @​ai-sdk/provider@​4.0.8
    • @​ai-sdk/provider-utils@​5.0.30

4.0.46

Patch Changes

  • Updated dependencies [b74971f]
    • @​ai-sdk/provider-utils@​5.0.29

4.0.45

Patch Changes

  • 6be0f51: fix(openai): expand internal parallel tool call wrappers from the Responses API while preserving stateful continuation and streaming fallbacks

... (truncated)

Commits
  • 0379422 Version Packages (#19778)
  • e6a2992 fix: replay regular functions named tool_search correctly in OpenAI Responses...
  • c93fa8d Version Packages (#19748)
  • 2523403 fix: prevent strict Chat Completions backends from rejecting malformed persis...
  • a01c481 Version Packages (#19478)
  • 35841f5 feat: normalize mid-stream provider error events into public typed errors wit...
  • d2f3353 fix: split large embedding batches that exceed provider aggregate token limit...
  • a9782e1 fix(batch): align result parsing, request counts, and behavior across provide...
  • eee6200 fix: OpenAI Responses streams silently dropping schema-invalid known events a...
  • 3d3afac Version Packages (#19362)
  • Additional commits viewable in compare view

Updates @ai-sdk/openai-compatible from 2.0.51 to 3.0.39

Release notes

Sourced from @​ai-sdk/openai-compatible's releases.

@​ai-sdk/openai-compatible@​2.0.74

Patch Changes

  • 6d44462: Support text and thinking parts in array-based chat completion content while ignoring unknown part types.
  • Updated dependencies [cc23556]
    • @​ai-sdk/provider-utils@​4.0.50
Changelog

Sourced from @​ai-sdk/openai-compatible's changelog.

3.0.39

Patch Changes

  • Updated dependencies [3e125ba]
    • @​ai-sdk/provider-utils@​5.0.32

3.0.38

Patch Changes

  • Updated dependencies [a9782e1]
  • Updated dependencies [35841f5]
  • Updated dependencies [d2f3353]
    • @​ai-sdk/provider-utils@​5.0.31

3.0.37

Patch Changes

  • Updated dependencies [591d25b]
    • @​ai-sdk/provider@​4.0.8
    • @​ai-sdk/provider-utils@​5.0.30

3.0.36

Patch Changes

  • ece5bdb: fix: send reasoning_effort: "none" when top-level reasoning is disabled

3.0.35

Patch Changes

  • 7dd9ec3: feat(openai-compatible): convert video file parts to video_url content parts
  • Updated dependencies [b74971f]
    • @​ai-sdk/provider-utils@​5.0.29

3.0.34

Patch Changes

  • 99989ba: feat(provider/openai-compatible): report image generation token usage

3.0.33

Patch Changes

  • d68139c: fix(openai-compatible): report truncated chat streams as errors

... (truncated)

Commits

Updates @ai-sdk/vue from 3.0.208 to 4.0.83

Release notes

Sourced from @​ai-sdk/vue's releases.

@​ai-sdk/vue@​3.0.272

Patch Changes

  • Updated dependencies [e822a1d]
  • Updated dependencies [8c51a25]
  • Updated dependencies [cc23556]
    • ai@6.0.272
    • @​ai-sdk/provider-utils@​4.0.50
Changelog

Sourced from @​ai-sdk/vue's changelog.

4.0.83

Patch Changes

  • Updated dependencies [8dd86a9]
  • Updated dependencies [fda13b3]
  • Updated dependencies [957146c]
  • Updated dependencies [ce6849a]
    • ai@7.0.83

4.0.82

Patch Changes

  • Updated dependencies [3e125ba]
    • ai@7.0.82
    • @​ai-sdk/provider-utils@​5.0.32

4.0.81

Patch Changes

  • ai@7.0.81

4.0.80

Patch Changes

  • Updated dependencies [a9782e1]
  • Updated dependencies [35841f5]
  • Updated dependencies [d2f3353]
  • Updated dependencies [eed7950]
    • @​ai-sdk/provider-utils@​5.0.31
    • ai@7.0.80

4.0.79

Patch Changes

  • Updated dependencies [b251584]
  • Updated dependencies [591d25b]
  • Updated dependencies [9de0baf]
    • ai@7.0.79
    • @​ai-sdk/provider-utils@​5.0.30

4.0.78

Patch Changes

  • Updated dependencies [96970bb]

... (truncated)

Commits

Updates @langchain/classic from 1.0.36 to 1.0.45

Release notes

Sourced from @​langchain/classic's releases.

@​langchain/classic@​1.0.45

Patch Changes

  • Updated dependencies [c26c87e]:
    • @​langchain/openai@​1.5.10

@​langchain/classic@​1.0.44

Patch Changes

@​langchain/classic@​1.0.43

Patch Changes

  • Updated dependencies [3b0e4c4]:
    • @​langchain/openai@​1.5.8

@​langchain/classic@​1.0.42

Patch Changes

  • Updated dependencies [3fe4c43]:
    • @​langchain/openai@​1.5.7

@​langchain/classic@​1.0.41

Patch Changes

  • Updated dependencies [e654022]:
    • @​langchain/openai@​1.5.6

@​langchain/classic@​1.0.40

Patch Changes

@​langchain/classic@​1.0.39

Patch Changes

  • Updated dependencies [988ca7d]:
    • @​langchain/openai@​1.5.4

@​langchain/classic@​1.0.38

Patch Changes

  • Updated dependencies [3205b35]:
    • @​langchain/openai@​1.5.3
Commits
  • d5264a1 chore: version packages (#11427)
  • c26c87e fix(openai): send content null (not []) for tool-call-only v1 assistant messa...
  • 041a755 fix(anthropic): preserve generic tool_search_tool_result blocks (#11421)
  • e493ed6 chore: version packages (#11393)
  • 8384848 fix(google-common): release endpoint routing fix as patch (#11413)
  • 8cfff4d feat(google): add gateway support for genai (#11405)
  • 7df258c chore(langchain): update langgraph deps (#11412)
  • 3ceef4b fix(anthropic): round-trip tool search server-tool result blocks (#11407)
  • fe8eec1 fix(openai): drop Gemini functionCall content blocks in Chat Completions mess...
  • 0e7c765 fix(google-genai): throw ContentBlockedError when Gemini candidate has no con...
  • Additional commits viewable in compare view

Updates @langchain/core from 1.2.0 to 1.2.9

Release notes

Sourced from @​langchain/core's releases.

@​langchain/core@​1.2.9

Patch Changes

@​langchain/core@​1.2.8

Patch Changes

  • #11369 d6ad973 Thanks @​hntrl! - fix(langchain): use unified endpoint for gateway

  • #11342 3b0e4c4 Thanks @​thushanth-bengre-langchain! - feat(core): mark errors as retryable or not, and stop retrying the ones that aren't

    Retry middleware retried every failure up to maxRetries, including deterministic ones like a bad API key or an unknown model. Retries also nest, so a single such failure could cost dozens of API calls.

    @langchain/core/errors adds stampRetryable(error, retryable) and getRetryable(error). Marking an error leaves its class and shape untouched, so a provider SDK error can be classified without breaking instanceof. getRetryable returns undefined for errors nobody classified, and both are exported so tool authors can mark their own failures.

    modelRetryMiddleware and toolRetryMiddleware now respect the mark by default, and retries stop as soon as one is found rather than each layer spending its own budget. Aborted calls, context overflow, and oversized payloads are marked non-retryable out of the box. Models accept a per-call maxRetries so a surrounding retry loop can take over.

    Behavior change: errors marked non-retryable now fail on the first attempt. Unclassified errors — including any from third-party integrations or custom tools — retry exactly as before. Pass retryOn: () => true to restore the old default. A custom onFailedAttempt replaces the built-in handler and opts out of marking.

@​langchain/core@​1.2.7

Patch Changes

@​langchain/core@​1.2.6

Patch Changes

  • #11344 f08e0c6 Thanks @​hntrl! - fix: apply [Symbol.hasInstance] method to all comparable properties using .isInstance()

    We have some internal schemas that rely on z.instanceof(). This uses a strict instanceof check which can conflict if there are multiple versions of core installed. This overrides the Symbol.hasInstance method to use the same logic as .isInstance() to compare objects at runtime.

@​langchain/core@​1.2.5

Patch Changes

@​langchain/core@​1.2.4

Patch Changes

@​langchain/core@​1.2.3

Patch Changes

... (truncated)

Commits
  • e493ed6 chore: version packages (#11393)
  • 8384848 fix(google-common): release endpoint routing fix as patch (#11413)
  • 8cfff4d feat(google): add gateway support for genai (#11405)
  • 7df258c chore(langchain): update langgraph deps (#11412)
  • 3ceef4b fix(anthropic): round-trip tool search server-tool result blocks (#11407)
  • fe8eec1 fix(openai): drop Gemini functionCall content blocks in Chat Completions mess...
  • 0e7c765 fix(google-genai): throw ContentBlockedError when Gemini candidate has no con...
  • 5c9fdf2 fix(openai): retain cache_write_tokens, update to v7 sdk (#11399)
  • 5ff9179 fix(google-genai): guard streaming chunks when candidate has no content (#10742)
  • 43e4396 fix(core): include tool_call blocks and skip empty text blocks in ChatVertexA...
  • Additional commits viewable in compare view

Updates @langchain/openai from 1.5.1 to 1.5.10

Release notes

Sourced from @​langchain/openai's releases.

@​langchain/openai@​1.5.10

Patch Changes

@​langchain/openai@​1.5.9

Patch Changes

  • #11399 5c9fdf2 Thanks @​gethin-langchain! - update to v7 openai sdk

  • #11403 fe8eec1 Thanks @​thushanth-bengre-langchain! - Drop Gemini-native functionCall content blocks (already carried in tool_calls) when converting messages to Chat Completions API params, fixing requests that fail when a ChatGoogleGenerativeAI message is passed to ChatOpenAI (e.g. a cross-provider handoff in LangGraph).

  • #11399 5c9fdf2 Thanks @​gethin-langchain! - Map OpenAI's cache_write_tokens to cache_creation in usage_metadata.input_token_details, mirroring the existing cached_tokens -> cache_read mapping across the Chat Completions and Responses APIs. Previously, prompt cache-write token counts were silently dropped.

@​langchain/openai@​1.5.8

Patch Changes

  • #11342 3b0e4c4 Thanks @​thushanth-bengre-langchain! - feat(openai): mark OpenAI provider errors as retryable or not

    Builds on stampRetryable in @langchain/core so the retry middleware can tell a transient failure from a deterministic one. Timeouts and rate limits are marked retryable; aborts, context overflow, invalid tool results, bad credentials, and unknown models non-retryable. Anything else stays unmarked and retries as before.

    Also forwards a per-call maxRetries to the retry loop, so a surrounding retry loop such as modelRetryMiddleware can take over instead of the two multiplying against each other.

    Errors keep their original class, so instanceof against the openai SDK error types is unaffected.

@​langchain/openai@​1.5.7

Patch Changes

@​langchain/openai@​1.5.6

Patch Changes

  • #11305 e654022 Thanks @​jacoblee93! - Add LangSmith Gateway environment configuration to OpenAI, Anthropic, and Fireworks chat models.

@​langchain/openai@​1.5.5

Patch Changes

@​langchain/openai@​1.5.4

Patch Changes

@​langchain/openai@​1.5.3

Patch Changes

... (truncated)

Commits
  • d5264a1 chore: version packages (#11427)
  • c26c87e fix(openai): send content null (not []) for tool-call-only v1 assistant messa...
  • 041a755 fix(anthropic): preserve generic tool_search_tool_result blocks (#11421)
  • e493ed6 chore: version packages (#11393)
  • 8384848 fix(google-common): release endpoint routing fix as patch (#11413)
  • 8cfff4d feat(google): add gateway support for genai (#11405)
  • 7df258c chore(langchain): update langgraph deps (#11412)
  • 3ceef4b fix(anthropic): round-trip tool search server-tool result blocks (#11407)
  • fe8eec1 fix(openai): drop Gemini functionCall content blocks in Chat Completions mess...
  • 0e7c765 fix(google-genai): throw ContentBlockedError when Gemini candidate has no con...
  • Additional commits viewable in compare view

Updates @vueuse/core from 14.3.0 to 14.4.0

Release notes

Sourced from @​vueuse/core's releases.

v14.4.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 24160f9 chore: release v14.4.0 (#5552)
  • 6aa9d6d fix(useDraggable): end drag on pointercancel (#5550)
  • 5fe4945 fix(useElementSize): prefill size based on box option (#5524)
  • 0f6d55d fix(useVirtualList): recompute range when item size changes (#5533)
  • 8f26673 test(useTransition): widen lower bound for WebKit test (#5540)
  • 2cad765 fix(useEventBus): use tryOnScopeDispose to avoid operating Vue internal API...
  • 653283c fix(useGamepad): keep updating remaining gamepads after one disconnects (#5523)
  • d39699c docs(useTextareaAutosize): restore demo textarea autosizing (#5532)
  • 8442658 fix(useFetch): ignore stale abort error after refetch succeeds (#5525)
  • bccb159 fix: accept array template ref bound to v-for as observer target (#5514)
  • Additional commits viewable in compare view

Updates ai from 6.0.208 to 7.0.83

Release notes

Sourced from ai's releases.

ai@6.0.272

Patch Changes

  • e822a1d: Reject generateText responses that do not satisfy a required or specifically selected tool choice, and expose the normalized response content on ToolChoiceViolationError for opt-in recovery.
  • 8c51a25: fix(ai): allow tool approval secrets in ToolLoopAgent settings and prepareCall
  • Updated dependencies [cc23556]
  • Updated dependencies [823cc03]
  • Updated dependencies [3f96cf8]
    • @​ai-sdk/provider-utils@​4.0.50
    • @​ai-sdk/gateway@​3.0.185
Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 24, 2026
…h 40 updates

Bumps the webui-dependencies group with 37 updates in the /WebUI directory:

| Package | From | To |
| --- | --- | --- |
| [@ai-sdk/mcp](https://github.com/vercel/ai/tree/HEAD/packages/mcp) | `1.0.52` | `2.0.39` |
| [@ai-sdk/openai](https://github.com/vercel/ai/tree/HEAD/packages/openai) | `3.0.74` | `4.0.50` |
| [@ai-sdk/openai-compatible](https://github.com/vercel/ai/tree/HEAD/packages/openai-compatible) | `2.0.51` | `3.0.39` |
| [@ai-sdk/vue](https://github.com/vercel/ai/tree/HEAD/packages/vue) | `3.0.208` | `4.0.83` |
| [@langchain/classic](https://github.com/langchain-ai/langchainjs) | `1.0.36` | `1.0.45` |
| [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core) | `14.3.0` | `14.4.0` |
| [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `6.0.208` | `7.0.83` |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.4.13` | `3.4.14` |
| [driver.js](https://github.com/nilbuild/driver.js/tree/HEAD/packages/driver) | `1.4.0` | `1.8.0` |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.5` | `11.4.0` |
| [highlight.js](https://github.com/highlightjs/highlight.js) | `11.11.1` | `11.12.0` |
| [koffi](https://github.com/Koromix/koffi) | `3.0.2` | `3.1.6` |
| [langchain](https://github.com/langchain-ai/langchainjs) | `1.5.0` | `1.5.10` |
| [mammoth](https://github.com/mwilliamson/mammoth.js) | `1.12.0` | `1.12.1` |
| [marked](https://github.com/markedjs/marked) | `18.0.5` | `18.0.11` |
| [partysocket](https://github.com/cloudflare/partykit/tree/HEAD/packages/partysocket) | `1.2.0` | `1.3.0` |
| [pinia](https://github.com/vuejs/pinia) | `3.0.4` | `4.0.3` |
| [reka-ui](https://github.com/unovue/reka-ui) | `2.10.0` | `2.10.4` |
| [three](https://github.com/mrdoob/three.js) | `0.183.2` | `0.185.1` |
| [unpdf](https://github.com/unjs/unpdf) | `1.8.0` | `1.8.1` |
| [vue](https://github.com/vuejs/core) | `3.5.38` | `3.5.42` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.61.1` | `1.62.1` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.3.1` | `4.3.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.13.2` | `26.4.0` |
| [@vitejs/plugin-vue](https://github.com/vitejs/vite-plugin-vue/tree/HEAD/packages/plugin-vue) | `6.0.7` | `6.0.8` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.5.0` | `10.5.4` |
| [electron](https://github.com/electron/electron) | `42.8.1` | `44.0.0` |
| [eslint](https://github.com/eslint/eslint) | `10.5.0` | `10.9.1` |
| [eslint-plugin-oxlint](https://github.com/oxc-project/eslint-plugin-oxlint) | `1.70.0` | `1.80.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `10.9.2` | `10.10.0` |
| [prettier](https://github.com/prettier/prettier) | `3.8.4` | `3.9.6` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |
| [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import) | `21.0.0` | `21.1.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.16` | `8.2.2` |
| [vite-plugin-electron](https://github.com/electron-vite/vite-plugin-electron) | `1.0.4` | `1.1.1` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.9` | `4.1.11` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `3.3.5` | `3.3.11` |



Updates `@ai-sdk/mcp` from 1.0.52 to 2.0.39
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/mcp/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/mcp@2.0.39/packages/mcp)

Updates `@ai-sdk/openai` from 3.0.74 to 4.0.50
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/openai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai@4.0.50/packages/openai)

Updates `@ai-sdk/openai-compatible` from 2.0.51 to 3.0.39
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/openai-compatible/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/openai-compatible@3.0.39/packages/openai-compatible)

Updates `@ai-sdk/vue` from 3.0.208 to 4.0.83
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/vue/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/@ai-sdk/vue@4.0.83/packages/vue)

Updates `@langchain/classic` from 1.0.36 to 1.0.45
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/classic@1.0.36...@langchain/classic@1.0.45)

Updates `@langchain/core` from 1.2.0 to 1.2.9
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/core@1.2.0...@langchain/core@1.2.9)

Updates `@langchain/openai` from 1.5.1 to 1.5.10
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/@langchain/openai@1.5.1...@langchain/openai@1.5.10)

Updates `@vueuse/core` from 14.3.0 to 14.4.0
- [Release notes](https://github.com/vueuse/vueuse/releases)
- [Commits](https://github.com/vueuse/vueuse/commits/v14.4.0/packages/core)

Updates `ai` from 6.0.208 to 7.0.83
- [Release notes](https://github.com/vercel/ai/releases)
- [Changelog](https://github.com/vercel/ai/blob/main/packages/ai/CHANGELOG.md)
- [Commits](https://github.com/vercel/ai/commits/ai@7.0.83/packages/ai)

Updates `dompurify` from 3.4.13 to 3.4.14
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.4.13...3.4.14)

Updates `driver.js` from 1.4.0 to 1.8.0
- [Release notes](https://github.com/nilbuild/driver.js/releases)
- [Commits](https://github.com/nilbuild/driver.js/commits/1.8.0/packages/driver)

Updates `fs-extra` from 11.3.5 to 11.4.0
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.3.5...11.4.0)

Updates `highlight.js` from 11.11.1 to 11.12.0
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.11.1...11.12.0)

Updates `koffi` from 3.0.2 to 3.1.6
- [Commits](https://github.com/Koromix/koffi/commits)

Updates `langchain` from 1.5.0 to 1.5.10
- [Release notes](https://github.com/langchain-ai/langchainjs/releases)
- [Commits](https://github.com/langchain-ai/langchainjs/compare/langchain@1.5.0...langchain@1.5.10)

Updates `mammoth` from 1.12.0 to 1.12.1
- [Release notes](https://github.com/mwilliamson/mammoth.js/releases)
- [Changelog](https://github.com/mwilliamson/mammoth.js/blob/master/NEWS)
- [Commits](mwilliamson/mammoth.js@1.12.0...1.12.1)

Updates `marked` from 18.0.5 to 18.0.11
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](markedjs/marked@v18.0.5...v18.0.11)

Updates `partysocket` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/cloudflare/partykit/releases)
- [Changelog](https://github.com/cloudflare/partykit/blob/main/packages/partysocket/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/partykit/commits/partysocket@1.3.0/packages/partysocket)

Updates `pinia` from 3.0.4 to 4.0.3
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](vuejs/pinia@v3.0.4...v4.0.3)

Updates `reka-ui` from 2.10.0 to 2.10.4
- [Release notes](https://github.com/unovue/reka-ui/releases)
- [Commits](unovue/reka-ui@v2.10.0...v2.10.4)

Updates `three` from 0.183.2 to 0.185.1
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

Updates `unpdf` from 1.8.0 to 1.8.1
- [Release notes](https://github.com/unjs/unpdf/releases)
- [Commits](unjs/unpdf@v1.8.0...v1.8.1)

Updates `vue` from 3.5.38 to 3.5.42
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.5.38...v3.5.42)

Updates `@playwright/test` from 1.61.1 to 1.62.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.61.1...v1.62.1)

Updates `@tailwindcss/vite` from 4.3.1 to 4.3.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/@tailwindcss-vite)

Updates `@types/node` from 24.13.2 to 26.4.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@vitejs/plugin-vue` from 6.0.7 to 6.0.8
- [Release notes](https://github.com/vitejs/vite-plugin-vue/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-vue/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-vue/commits/plugin-vue@6.0.8/packages/plugin-vue)

Updates `autoprefixer` from 10.5.0 to 10.5.4
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.5.0...10.5.4)

Updates `electron` from 42.8.1 to 44.0.0
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](electron/electron@v42.8.1...v44.0.0)

Updates `eslint` from 10.5.0 to 10.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.5.0...v10.9.1)

Updates `eslint-plugin-oxlint` from 1.70.0 to 1.80.0
- [Release notes](https://github.com/oxc-project/eslint-plugin-oxlint/releases)
- [Commits](oxc-project/eslint-plugin-oxlint@v1.70.0...v1.80.0)

Updates `eslint-plugin-vue` from 10.9.2 to 10.10.0
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Changelog](https://github.com/vuejs/eslint-plugin-vue/blob/master/CHANGELOG.md)
- [Commits](vuejs/eslint-plugin-vue@v10.9.2...v10.10.0)

Updates `prettier` from 3.8.4 to 3.9.6
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.4...3.9.6)

Updates `tailwindcss` from 4.3.1 to 4.3.3
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.3/packages/tailwindcss)

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v6.0.3...v7.0.2)

Updates `unplugin-auto-import` from 21.0.0 to 21.1.0
- [Release notes](https://github.com/unplugin/unplugin-auto-import/releases)
- [Commits](unplugin/unplugin-auto-import@v21.0.0...v21.1.0)

Updates `vite` from 8.0.16 to 8.2.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.2.2/packages/vite)

Updates `vite-plugin-electron` from 1.0.4 to 1.1.1
- [Release notes](https://github.com/electron-vite/vite-plugin-electron/releases)
- [Changelog](https://github.com/electron-vite/vite-plugin-electron/blob/main/CHANGELOG-v0.md)
- [Commits](electron-vite/vite-plugin-electron@v1.0.4...v1.1.1)

Updates `vitest` from 4.1.9 to 4.1.11
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.11/packages/vitest)

Updates `vue-tsc` from 3.3.5 to 3.3.11
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v3.3.11/packages/tsc)

---
updated-dependencies:
- dependency-name: "@ai-sdk/mcp"
  dependency-version: 2.0.34
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: webui-dependencies
- dependency-name: "@ai-sdk/openai"
  dependency-version: 4.0.45
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: webui-dependencies
- dependency-name: "@ai-sdk/openai-compatible"
  dependency-version: 3.0.34
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: webui-dependencies
- dependency-name: "@ai-sdk/vue"
  dependency-version: 4.0.73
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: webui-dependencies
- dependency-name: "@langchain/classic"
  dependency-version: 1.0.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: webui-dependencies
- dependency-name: "@langchain/core"
  dependency-version: 1.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: webui-dependencies
- dependency-name: "@langchain/openai"
  dependency-version: 1.5.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: webui-dependencies
- dependency-name: "@playwright/test"
  dependency-version: 1.62.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: webui-dependencies
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: webui-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: webui-dependencies
- dependency-name: "@vitejs/plugin-vue"
  dependency-version: 6.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: webui-dependencies
- dependency-name: "@vueuse/core"
  dependency-version: 14.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: webui-dependencies
- dependency-name: ai
  dependency-version: 7.0.73
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: webui-dependencies
- dependency-name: autoprefixer
  dependency-version: 10.5.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: webui-dependencies
- dependency-name: dompurify
  dependency-version: 3.4.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: webui-dependencies
- dependency-name: driver.js
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: webui-dependencies
- dependency-name: electron
  dependency-version: 43.4.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: webui-dependencies
- dependency-name: eslint
  dependency-version: 10.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: webui-dependencies
- dependency-name: eslint-plugin-oxlint
  dependency-version: 1.79.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: webui-dependencies
- dependency-name: eslint-plugin-vue
  dependency-version: 10.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: webui-dependencies
- dependency-name: fs-extra
  dependency-version: 11.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: webui-dependencies
- dependency-name: highlight.js
  dependency-version: 11.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: webui-dependencies
- dependency-name: koffi
  dependency-version: 3.1.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: webui-dependencies
- dependency-name: langchain
  dependency-version: 1.5.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: webui-dependencies
- dependency-name: mammoth
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: webui-dependencies
- dependency-name: marked
  dependency-version: 18.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: webui-dependencies
- dependency-name: partysocket
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: webui-dependencies
- dependency-name: pinia
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: webui-dependencies
- dependency-name: prettier
  dependency-version: 3.9.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: webui-dependencies
- dependency-name: reka-ui
  dependency-version: 2.10.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: webui-dependencies
- dependency-name: tailwindcss
  dependency-version: 4.3.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: webui-dependencies
- dependency-name: three
  dependency-version: 0.185.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: webui-dependencies
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: webui-dependencies
- dependency-name: unpdf
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: webui-dependencies
- dependency-name: unplugin-auto-import
  dependency-version: 21.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: webui-dependencies
- dependency-name: vite
  dependency-version: 8.2.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: webui-dependencies
- dependency-name: vite-plugin-electron
  dependency-version: 1.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: webui-dependencies
- dependency-name: vitest
  dependency-version: 4.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: webui-dependencies
- dependency-name: vue
  dependency-version: 3.5.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: webui-dependencies
- dependency-name: vue-tsc
  dependency-version: 3.3.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: webui-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/WebUI/webui-dependencies-e3b82dd248 branch from 7b3fb0e to 48606f1 Compare August 31, 2026 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants