[PR #137] [MERGED] build(deps): bump the patch-deps-updates-main group across 1 directory with 11 updates #150

Closed
opened 2026-02-16 06:17:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/137
Author: @dependabot[bot]
Created: 1/22/2026
Status: Merged
Merged: 1/23/2026
Merged by: @christian-bromann

Base: mainHead: dependabot/npm_and_yarn/patch-deps-updates-main-88e6208459


📝 Commits (1)

  • 82a5f41 build(deps): bump the patch-deps-updates-main group across 1 directory with 11 updates

📊 Changes

1 file changed (+323 additions, -517 deletions)

View changed files

📝 pnpm-lock.yaml (+323 -517)

📄 Description

Bumps the patch-deps-updates-main group with 11 updates in the / directory:

Package From To
eslint-plugin-prettier 5.5.4 5.5.5
typescript-eslint 8.53.0 8.53.1
@types/node 25.0.8 25.0.10
vitest 4.0.17 4.0.18
@langchain/anthropic 1.3.8 1.3.11
@langchain/core 1.1.13 1.1.16
langchain 1.2.8 1.2.12
zod 4.3.5 4.3.6
@langchain/openai 1.2.2 1.2.3
@vitest/coverage-v8 4.0.17 4.0.18
@vitest/ui 4.0.17 4.0.18

Updates eslint-plugin-prettier from 5.5.4 to 5.5.5

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.5

Patch Changes

Changelog

Sourced from eslint-plugin-prettier's changelog.

5.5.5

Patch Changes

Commits
  • e2c154a chore: release eslint-plugin-prettier (#773)
  • 6795c1a build(deps): Bump the actions group across 1 directory with 2 updates (#774)
  • 77651a3 fix: bump synckit for yarn PnP ESM issue (#776)
  • 7264ed0 chore: bump prettier-linter-helpers to v1.0.1 (#772)
  • e11a5b7 build(deps): Bump the actions group across 1 directory with 3 updates (#769)
  • befda88 ci: enable trusted publishing (#757)
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for eslint-plugin-prettier since your current version.


Updates typescript-eslint from 8.53.0 to 8.53.1

Release notes

Sourced from typescript-eslint's releases.

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.53.1 (2026-01-19)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits

Updates @types/node from 25.0.8 to 25.0.10

Commits

Updates vitest from 4.0.17 to 4.0.18

Release notes

Sourced from vitest's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @langchain/anthropic from 1.3.8 to 1.3.11

Release notes

Sourced from @​langchain/anthropic's releases.

@​langchain/anthropic@​1.3.11

Patch Changes

@​langchain/anthropic@​1.3.10

Patch Changes

Commits
  • 8ff40a7 chore: version packages (#9820)
  • 82d7df7 (ChatOllama) Set additional_kwargs.reasoning_content when streamEvents (on_ch...
  • ff69e1e feat: Add multi-region support for Alibaba Tongyi API (US, Singapore, China) ...
  • a7c6ec5 feat(openai): elevate OpenAI image generation outputs to proper image content...
  • b8e3da6 fix(langchain): tag summarization model calls with lc_source metadata (#9812)
  • 35df8fb fix(mistralai): fix type compatibility and streaming issues (#9807)
  • aeb63b7 fix(anthropic): consolidate input_json_delta blocks in streaming toolcalls (#...
  • 04923f9 fix(openai): properly set reasoning (#9810)
  • 70387a1 fix: More undefined null errors and tests (#9830)
  • e16c218 refactor: optimize stream chunk aggregation and remove redundant sorting 🚀 (#...
  • Additional commits viewable in compare view

Updates @langchain/core from 1.1.13 to 1.1.16

Release notes

Sourced from @​langchain/core's releases.

@​langchain/core@​1.1.16

Patch Changes

@​langchain/core@​1.1.15

Patch Changes

Commits
  • 8ff40a7 chore: version packages (#9820)
  • 82d7df7 (ChatOllama) Set additional_kwargs.reasoning_content when streamEvents (on_ch...
  • ff69e1e feat: Add multi-region support for Alibaba Tongyi API (US, Singapore, China) ...
  • a7c6ec5 feat(openai): elevate OpenAI image generation outputs to proper image content...
  • b8e3da6 fix(langchain): tag summarization model calls with lc_source metadata (#9812)
  • 35df8fb fix(mistralai): fix type compatibility and streaming issues (#9807)
  • aeb63b7 fix(anthropic): consolidate input_json_delta blocks in streaming toolcalls (#...
  • 04923f9 fix(openai): properly set reasoning (#9810)
  • 70387a1 fix: More undefined null errors and tests (#9830)
  • e16c218 refactor: optimize stream chunk aggregation and remove redundant sorting 🚀 (#...
  • Additional commits viewable in compare view

Updates langchain from 1.2.8 to 1.2.12

Release notes

Sourced from langchain's releases.

langchain@1.2.12

Patch Changes

langchain@1.2.11

Patch Changes

langchain@1.2.10

Patch Changes

Commits
  • ff8bf76 chore: version packages (#9833)
  • 3d26f58 fix(langchain): bubble up graph interrupt errors as is (#9848)
  • 6c8a335 fix(mcp-adapters): simplify complex JSON schemas for LLM compatibility (#9804...
  • adb3625 fix(milvus): Use UTF-8 byte length for metadata fields (#9835)
  • 82080b5 fix(google-genai): handle tool_call content blocks in v1 output (#9788)
  • 8ff40a7 chore: version packages (#9820)
  • 82d7df7 (ChatOllama) Set additional_kwargs.reasoning_content when streamEvents (on_ch...
  • ff69e1e feat: Add multi-region support for Alibaba Tongyi API (US, Singapore, China) ...
  • a7c6ec5 feat(openai): elevate OpenAI image generation outputs to proper image content...
  • b8e3da6 fix(langchain): tag summarization model calls with lc_source metadata (#9812)
  • Additional commits viewable in compare view

Updates zod from 4.3.5 to 4.3.6

Release notes

Sourced from zod's releases.

v4.3.6

Commits:

  • 9977fb0868432461de265a773319e80a90ba3e37 Add brand.dev to sponsors
  • f4b7bae3468f6188b8f004e007d722148fc91d77 Update pullfrog.yml (#5634)
  • 251d7163a0ac7740fee741428d913e3c55702ace Clean up workflow_call
  • edd4132466da0f5065a8e051b599d01fdd1081d8 fix: add missing User-agent to robots.txt and allow all (#5646)
  • 85db85e9091d0706910d60c7eb2e9c181edd87bd fix: typo in codec.test.ts file (#5628)
  • cbf77bb12bdfda2e054818e79001f5cb3798ce76 Avoid non null assertion (#5638)
  • dfbbf1c1ae0c224b8131d80ddf0a264262144086 Avoid re-exported star modules (#5656)
  • 762e911e5773f949452fd6dd4e360f2362110e8e Generalize numeric key handling
  • ca3c8629c0c2715571f70b44c2433cad3db7fe4e v4.3.6
Commits

Updates @langchain/openai from 1.2.2 to 1.2.3

Release notes

Sourced from @​langchain/openai's releases.

@​langchain/openai@​1.2.3

Patch Changes

Commits
  • 8ff40a7 chore: version packages (#9820)
  • 82d7df7 (ChatOllama) Set additional_kwargs.reasoning_content when streamEvents (on_ch...
  • ff69e1e feat: Add multi-region support for Alibaba Tongyi API (US, Singapore, China) ...
  • a7c6ec5 feat(openai): elevate OpenAI image generation outputs to proper image content...
  • b8e3da6 fix(langchain): tag summarization model calls with lc_source metadata (#9812)
  • 35df8fb fix(mistralai): fix type compatibility and streaming issues (#9807)
  • aeb63b7 fix(anthropic): consolidate input_json_delta blocks in streaming toolcalls (#...
  • 04923f9 fix(openai): properly set reasoning (#9810)
  • 70387a1 fix: More undefined null errors and tests (#9830)
  • e16c218 refactor: optimize stream chunk aggregation and remove redundant sorting 🚀 (#...
  • Additional commits viewable in compare view

Updates @vitest/coverage-v8 from 4.0.17 to 4.0.18

Release notes

Sourced from @​vitest/coverage-v8's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @vitest/ui from 4.0.17 to 4.0.18

Release notes

Sourced from @​vitest/ui's releases.

v4.0.18

   🚀 Experimental Features

   🐞 Bug Fixes

    View changes on GitHub
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/deepagentsjs/pull/137 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/22/2026 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/patch-deps-updates-main-88e6208459` --- ### 📝 Commits (1) - [`82a5f41`](https://github.com/langchain-ai/deepagentsjs/commit/82a5f419c00075afaf621ef53df2cb97e34ea6e3) build(deps): bump the patch-deps-updates-main group across 1 directory with 11 updates ### 📊 Changes **1 file changed** (+323 additions, -517 deletions) <details> <summary>View changed files</summary> 📝 `pnpm-lock.yaml` (+323 -517) </details> ### 📄 Description Bumps the patch-deps-updates-main group with 11 updates in the / directory: | Package | From | To | | --- | --- | --- | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.4` | `5.5.5` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.53.0` | `8.53.1` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.8` | `25.0.10` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.0.17` | `4.0.18` | | [@langchain/anthropic](https://github.com/langchain-ai/langchainjs) | `1.3.8` | `1.3.11` | | [@langchain/core](https://github.com/langchain-ai/langchainjs) | `1.1.13` | `1.1.16` | | [langchain](https://github.com/langchain-ai/langchainjs) | `1.2.8` | `1.2.12` | | [zod](https://github.com/colinhacks/zod) | `4.3.5` | `4.3.6` | | [@langchain/openai](https://github.com/langchain-ai/langchainjs) | `1.2.2` | `1.2.3` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `4.0.17` | `4.0.18` | | [@vitest/ui](https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui) | `4.0.17` | `4.0.18` | Updates `eslint-plugin-prettier` from 5.5.4 to 5.5.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/releases">eslint-plugin-prettier's releases</a>.</em></p> <blockquote> <h2>v5.5.5</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/772">#772</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/7264ed0a6cf47fc36befed32f459e7d875f5992c"><code>7264ed0</code></a> Thanks <a href="https://github.com/BPScott"><code>@​BPScott</code></a>! - Bump prettier-linter-helpers dependency to v1.0.1</p> </li> <li> <p><a href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/776">#776</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/77651a33cd16fd4c50b7346971990b900a42408b"><code>77651a3</code></a> Thanks <a href="https://github.com/aswils"><code>@​aswils</code></a>! - fix: bump synckit for yarn PnP ESM issue</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md">eslint-plugin-prettier's changelog</a>.</em></p> <blockquote> <h2>5.5.5</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/772">#772</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/7264ed0a6cf47fc36befed32f459e7d875f5992c"><code>7264ed0</code></a> Thanks <a href="https://github.com/BPScott"><code>@​BPScott</code></a>! - Bump prettier-linter-helpers dependency to v1.0.1</p> </li> <li> <p><a href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/776">#776</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/77651a33cd16fd4c50b7346971990b900a42408b"><code>77651a3</code></a> Thanks <a href="https://github.com/aswils"><code>@​aswils</code></a>! - fix: bump synckit for yarn PnP ESM issue</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/e2c154a7214d4548dad225a56ee1e333d6389b66"><code>e2c154a</code></a> chore: release eslint-plugin-prettier (<a href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/773">#773</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/6795c1abf6dc9949da8681b05ec31d323794d00c"><code>6795c1a</code></a> build(deps): Bump the actions group across 1 directory with 2 updates (<a href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/774">#774</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/77651a33cd16fd4c50b7346971990b900a42408b"><code>77651a3</code></a> fix: bump synckit for yarn PnP ESM issue (<a href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/776">#776</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/7264ed0a6cf47fc36befed32f459e7d875f5992c"><code>7264ed0</code></a> chore: bump prettier-linter-helpers to v1.0.1 (<a href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/772">#772</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/e11a5b7e71f41b3238da944ba1ee84f7f518a4f4"><code>e11a5b7</code></a> build(deps): Bump the actions group across 1 directory with 3 updates (<a href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/769">#769</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/befda88381335cd5491d2aaa16b67350ba3cc602"><code>befda88</code></a> ci: enable trusted publishing (<a href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/757">#757</a>)</li> <li>See full diff in <a href="https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.4...v5.5.5">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for eslint-plugin-prettier since your current version.</p> </details> <br /> Updates `typescript-eslint` from 8.53.0 to 8.53.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.53.1</h2> <h2>8.53.1 (2026-01-19)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [consistent-indexed-object-style] skip fixer if interface is a default export (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11951">#11951</a>)</li> <li><strong>utils:</strong> make RuleCreator root defaultOptions optional (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11956">#11956</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Cameron</li> <li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li> </ul> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.53.1 (2026-01-19)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://typescript-eslint.io/users/versioning">versioning strategy</a> and <a href="https://typescript-eslint.io/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9940e53a156ec75b2e2910a63310650b4d19a6c6"><code>9940e53</code></a> chore(release): publish 8.53.1</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.1/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 25.0.8 to 25.0.10 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `vitest` from 4.0.17 to 4.0.18 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">vitest's releases</a>.</em></p> <blockquote> <h2>v4.0.18</h2> <h3>   🚀 Experimental Features</h3> <ul> <li><strong>experimental</strong>: Add <code>onModuleRunner</code> hook to <code>worker.init</code>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9286">vitest-dev/vitest#9286</a> <a href="https://github.com/vitest-dev/vitest/commit/ea837de7d"><!-- raw HTML omitted -->(ea837)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Use <code>meta.url</code> in <code>createRequire</code>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9441">vitest-dev/vitest#9441</a> <a href="https://github.com/vitest-dev/vitest/commit/e057281ca"><!-- raw HTML omitted -->(e0572)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Hide injected data-testid attributes  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9503">vitest-dev/vitest#9503</a> <a href="https://github.com/vitest-dev/vitest/commit/f89899cd8"><!-- raw HTML omitted -->(f8989)<!-- raw HTML omitted --></a></li> <li><strong>ui</strong>: Process artifact attachments when generating HTML reporter  -  by <a href="https://github.com/macarie"><code>@​macarie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9472">vitest-dev/vitest#9472</a> <a href="https://github.com/vitest-dev/vitest/commit/225435647"><!-- raw HTML omitted -->(22543)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.0.17...v4.0.18">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/4d3e3c61b9b237447699deab9aca0eb9d6039978"><code>4d3e3c6</code></a> chore: release v4.0.18</li> <li><a href="https://github.com/vitest-dev/vitest/commit/ea837de7d75780a67af437331d8d689cdcfe291e"><code>ea837de</code></a> feat(experimental): add <code>onModuleRunner</code> hook to <code>worker.init</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9286">#9286</a>)</li> <li><a href="https://github.com/vitest-dev/vitest/commit/e057281ca5ea282cf0b0d37b7b51f182397fc370"><code>e057281</code></a> fix: use <code>meta.url</code> in <code>createRequire</code> (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/9441">#9441</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest">compare view</a></li> </ul> </details> <br /> Updates `@langchain/anthropic` from 1.3.8 to 1.3.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langchainjs/releases"><code>@​langchain/anthropic</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​langchain/anthropic</code><a href="https://github.com/1"><code>@​1</code></a>.3.11</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9809">#9809</a> <a href="https://github.com/langchain-ai/langchainjs/commit/aeb63b729a575775b19d988a1e14ae17f66a8373"><code>aeb63b7</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix(anthropic): consolidate input_json_delta blocks in streaming toolcalls</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/langchain-ai/langchainjs/commit/70387a144464539d65a546c8130cf51dfad025a1"><code>70387a1</code></a>, <a href="https://github.com/langchain-ai/langchainjs/commit/a7c6ec51ab9baa186ab5ebf815599c08f5c7e8ab"><code>a7c6ec5</code></a>, <a href="https://github.com/langchain-ai/langchainjs/commit/5e045435a783fdae44bc9a43e01a8e5eb7100db2"><code>5e04543</code></a>, <a href="https://github.com/langchain-ai/langchainjs/commit/40b446762445575844610ee528abc77c247b2c43"><code>40b4467</code></a>, <a href="https://github.com/langchain-ai/langchainjs/commit/17e30bd7f4c7bdf87c9c30304b3b9e121cc1fbbc"><code>17e30bd</code></a>]:</p> <ul> <li><code>@​langchain/core</code><a href="https://github.com/1"><code>@​1</code></a>.1.16</li> </ul> </li> </ul> <h2><code>@​langchain/anthropic</code><a href="https://github.com/1"><code>@​1</code></a>.3.10</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9792">#9792</a> <a href="https://github.com/langchain-ai/langchainjs/commit/7169ebac71574daf370d7c2f5b3e8bbfe4e25df7"><code>7169eba</code></a> Thanks <a href="https://github.com/xkcm"><code>@​xkcm</code></a>! - Fixed converting partial tool inputs</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/langchain-ai/langchainjs/commit/230462d28c3a8b5ccadf433ea2f523eb6e658de6"><code>230462d</code></a>]:</p> <ul> <li><code>@​langchain/core</code><a href="https://github.com/1"><code>@​1</code></a>.1.15</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain-ai/langchainjs/commit/8ff40a74e634824ea083ae393c8fbd6fa80690ee"><code>8ff40a7</code></a> chore: version packages (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9820">#9820</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/82d7df7435165d1d53103f3d009011e9268be14e"><code>82d7df7</code></a> (ChatOllama) Set additional_kwargs.reasoning_content when streamEvents (on_ch...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/ff69e1e9769768d2d066a0f3f351e63e2b897db5"><code>ff69e1e</code></a> feat: Add multi-region support for Alibaba Tongyi API (US, Singapore, China) ...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/a7c6ec51ab9baa186ab5ebf815599c08f5c7e8ab"><code>a7c6ec5</code></a> feat(openai): elevate OpenAI image generation outputs to proper image content...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/b8e3da6618ca27e86d384a3ce6d01520861916af"><code>b8e3da6</code></a> fix(langchain): tag summarization model calls with lc_source metadata (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9812">#9812</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/35df8fb592c69d482520ee3ae1a60b05dd48bbb0"><code>35df8fb</code></a> fix(mistralai): fix type compatibility and streaming issues (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9807">#9807</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/aeb63b729a575775b19d988a1e14ae17f66a8373"><code>aeb63b7</code></a> fix(anthropic): consolidate input_json_delta blocks in streaming toolcalls (#...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/04923f9835e5b3677c180b601ae8f3e7d8be0236"><code>04923f9</code></a> fix(openai): properly set reasoning (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9810">#9810</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/70387a144464539d65a546c8130cf51dfad025a1"><code>70387a1</code></a> fix: More undefined null errors and tests (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9830">#9830</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/e16c218b81980a1c576af5192342019975bb95b9"><code>e16c218</code></a> refactor: optimize stream chunk aggregation and remove redundant sorting 🚀 (#...</li> <li>Additional commits viewable in <a href="https://github.com/langchain-ai/langchainjs/compare/@langchain/anthropic@1.3.8...@langchain/anthropic@1.3.11">compare view</a></li> </ul> </details> <br /> Updates `@langchain/core` from 1.1.13 to 1.1.16 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langchainjs/releases"><code>@​langchain/core</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​langchain/core</code><a href="https://github.com/1"><code>@​1</code></a>.1.16</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9830">#9830</a> <a href="https://github.com/langchain-ai/langchainjs/commit/70387a144464539d65a546c8130cf51dfad025a1"><code>70387a1</code></a> Thanks <a href="https://github.com/bracesproul"><code>@​bracesproul</code></a>! - fix: More undefined null errors and tests</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9679">#9679</a> <a href="https://github.com/langchain-ai/langchainjs/commit/a7c6ec51ab9baa186ab5ebf815599c08f5c7e8ab"><code>a7c6ec5</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - feat(openai): elevate OpenAI image generation outputs to proper image content blocks</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9817">#9817</a> <a href="https://github.com/langchain-ai/langchainjs/commit/5e045435a783fdae44bc9a43e01a8e5eb7100db2"><code>5e04543</code></a> Thanks <a href="https://github.com/Ashx098"><code>@​Ashx098</code></a>! - read error.status when response.status is absent to avoid retrying OpenAI SDK 4xx</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9819">#9819</a> <a href="https://github.com/langchain-ai/langchainjs/commit/40b446762445575844610ee528abc77c247b2c43"><code>40b4467</code></a> Thanks <a href="https://github.com/MrDockal"><code>@​MrDockal</code></a>! - Tool call content returns compacted json</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9815">#9815</a> <a href="https://github.com/langchain-ai/langchainjs/commit/17e30bd7f4c7bdf87c9c30304b3b9e121cc1fbbc"><code>17e30bd</code></a> Thanks <a href="https://github.com/hntrl"><code>@​hntrl</code></a>! - fix(core): respect tracingEnabled=false from RunTree when env tracing is enabled</p> </li> </ul> <h2><code>@​langchain/core</code><a href="https://github.com/1"><code>@​1</code></a>.1.15</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9781">#9781</a> <a href="https://github.com/langchain-ai/langchainjs/commit/230462d28c3a8b5ccadf433ea2f523eb6e658de6"><code>230462d</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix(core): preserve index and timestamp fields in _mergeDicts</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain-ai/langchainjs/commit/8ff40a74e634824ea083ae393c8fbd6fa80690ee"><code>8ff40a7</code></a> chore: version packages (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9820">#9820</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/82d7df7435165d1d53103f3d009011e9268be14e"><code>82d7df7</code></a> (ChatOllama) Set additional_kwargs.reasoning_content when streamEvents (on_ch...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/ff69e1e9769768d2d066a0f3f351e63e2b897db5"><code>ff69e1e</code></a> feat: Add multi-region support for Alibaba Tongyi API (US, Singapore, China) ...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/a7c6ec51ab9baa186ab5ebf815599c08f5c7e8ab"><code>a7c6ec5</code></a> feat(openai): elevate OpenAI image generation outputs to proper image content...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/b8e3da6618ca27e86d384a3ce6d01520861916af"><code>b8e3da6</code></a> fix(langchain): tag summarization model calls with lc_source metadata (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9812">#9812</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/35df8fb592c69d482520ee3ae1a60b05dd48bbb0"><code>35df8fb</code></a> fix(mistralai): fix type compatibility and streaming issues (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9807">#9807</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/aeb63b729a575775b19d988a1e14ae17f66a8373"><code>aeb63b7</code></a> fix(anthropic): consolidate input_json_delta blocks in streaming toolcalls (#...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/04923f9835e5b3677c180b601ae8f3e7d8be0236"><code>04923f9</code></a> fix(openai): properly set reasoning (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9810">#9810</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/70387a144464539d65a546c8130cf51dfad025a1"><code>70387a1</code></a> fix: More undefined null errors and tests (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9830">#9830</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/e16c218b81980a1c576af5192342019975bb95b9"><code>e16c218</code></a> refactor: optimize stream chunk aggregation and remove redundant sorting 🚀 (#...</li> <li>Additional commits viewable in <a href="https://github.com/langchain-ai/langchainjs/compare/@langchain/core@1.1.13...@langchain/core@1.1.16">compare view</a></li> </ul> </details> <br /> Updates `langchain` from 1.2.8 to 1.2.12 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langchainjs/releases">langchain's releases</a>.</em></p> <blockquote> <h2>langchain@1.2.12</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9848">#9848</a> <a href="https://github.com/langchain-ai/langchainjs/commit/3d26f58e5b705f7c81104a6f1145c64e791d238b"><code>3d26f58</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix(langchain): bubble up graph interrupt errors as is</li> </ul> <h2>langchain@1.2.11</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9812">#9812</a> <a href="https://github.com/langchain-ai/langchainjs/commit/b8e3da6618ca27e86d384a3ce6d01520861916af"><code>b8e3da6</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix(langchain): tag summarization model calls with lc_source metadata</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/langchain-ai/langchainjs/commit/70387a144464539d65a546c8130cf51dfad025a1"><code>70387a1</code></a>, <a href="https://github.com/langchain-ai/langchainjs/commit/a7c6ec51ab9baa186ab5ebf815599c08f5c7e8ab"><code>a7c6ec5</code></a>, <a href="https://github.com/langchain-ai/langchainjs/commit/5e045435a783fdae44bc9a43e01a8e5eb7100db2"><code>5e04543</code></a>, <a href="https://github.com/langchain-ai/langchainjs/commit/40b446762445575844610ee528abc77c247b2c43"><code>40b4467</code></a>, <a href="https://github.com/langchain-ai/langchainjs/commit/17e30bd7f4c7bdf87c9c30304b3b9e121cc1fbbc"><code>17e30bd</code></a>]:</p> <ul> <li><code>@​langchain/core</code><a href="https://github.com/1"><code>@​1</code></a>.1.16</li> </ul> </li> </ul> <h2>langchain@1.2.10</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9806">#9806</a> <a href="https://github.com/langchain-ai/langchainjs/commit/cf56fc98aebf55a798e80cbd5c30259ffaf8ca47"><code>cf56fc9</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix(langchain): don't concatenate middleware error, instead use cause</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/langchain-ai/langchainjs/commit/230462d28c3a8b5ccadf433ea2f523eb6e658de6"><code>230462d</code></a>]:</p> <ul> <li><code>@​langchain/core</code><a href="https://github.com/1"><code>@​1</code></a>.1.15</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain-ai/langchainjs/commit/ff8bf7630810f5606f30ff391151a6d28d3e4e03"><code>ff8bf76</code></a> chore: version packages (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9833">#9833</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/3d26f58e5b705f7c81104a6f1145c64e791d238b"><code>3d26f58</code></a> fix(langchain): bubble up graph interrupt errors as is (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9848">#9848</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/6c8a335ec6e14d27c99a0a49de6be3ac332e33b3"><code>6c8a335</code></a> fix(mcp-adapters): simplify complex JSON schemas for LLM compatibility (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9804">#9804</a>...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/adb36253e79babc38e75b1fcf10308aee04f67e2"><code>adb3625</code></a> fix(milvus): Use UTF-8 byte length for metadata fields (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9835">#9835</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/82080b5e6131e791113b262525ee1e9aa21298db"><code>82080b5</code></a> fix(google-genai): handle tool_call content blocks in v1 output (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9788">#9788</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/8ff40a74e634824ea083ae393c8fbd6fa80690ee"><code>8ff40a7</code></a> chore: version packages (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9820">#9820</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/82d7df7435165d1d53103f3d009011e9268be14e"><code>82d7df7</code></a> (ChatOllama) Set additional_kwargs.reasoning_content when streamEvents (on_ch...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/ff69e1e9769768d2d066a0f3f351e63e2b897db5"><code>ff69e1e</code></a> feat: Add multi-region support for Alibaba Tongyi API (US, Singapore, China) ...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/a7c6ec51ab9baa186ab5ebf815599c08f5c7e8ab"><code>a7c6ec5</code></a> feat(openai): elevate OpenAI image generation outputs to proper image content...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/b8e3da6618ca27e86d384a3ce6d01520861916af"><code>b8e3da6</code></a> fix(langchain): tag summarization model calls with lc_source metadata (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9812">#9812</a>)</li> <li>Additional commits viewable in <a href="https://github.com/langchain-ai/langchainjs/compare/langchain@1.2.8...langchain@1.2.12">compare view</a></li> </ul> </details> <br /> Updates `zod` from 4.3.5 to 4.3.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/colinhacks/zod/releases">zod's releases</a>.</em></p> <blockquote> <h2>v4.3.6</h2> <h2>Commits:</h2> <ul> <li>9977fb0868432461de265a773319e80a90ba3e37 Add brand.dev to sponsors</li> <li>f4b7bae3468f6188b8f004e007d722148fc91d77 Update pullfrog.yml (<a href="https://redirect.github.com/colinhacks/zod/issues/5634">#5634</a>)</li> <li>251d7163a0ac7740fee741428d913e3c55702ace Clean up workflow_call</li> <li>edd4132466da0f5065a8e051b599d01fdd1081d8 fix: add missing User-agent to robots.txt and allow all (<a href="https://redirect.github.com/colinhacks/zod/issues/5646">#5646</a>)</li> <li>85db85e9091d0706910d60c7eb2e9c181edd87bd fix: typo in codec.test.ts file (<a href="https://redirect.github.com/colinhacks/zod/issues/5628">#5628</a>)</li> <li>cbf77bb12bdfda2e054818e79001f5cb3798ce76 Avoid non null assertion (<a href="https://redirect.github.com/colinhacks/zod/issues/5638">#5638</a>)</li> <li>dfbbf1c1ae0c224b8131d80ddf0a264262144086 Avoid re-exported star modules (<a href="https://redirect.github.com/colinhacks/zod/issues/5656">#5656</a>)</li> <li>762e911e5773f949452fd6dd4e360f2362110e8e Generalize numeric key handling</li> <li>ca3c8629c0c2715571f70b44c2433cad3db7fe4e v4.3.6</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/colinhacks/zod/commit/ca3c8629c0c2715571f70b44c2433cad3db7fe4e"><code>ca3c862</code></a> v4.3.6</li> <li><a href="https://github.com/colinhacks/zod/commit/762e911e5773f949452fd6dd4e360f2362110e8e"><code>762e911</code></a> Generalize numeric key handling</li> <li><a href="https://github.com/colinhacks/zod/commit/dfbbf1c1ae0c224b8131d80ddf0a264262144086"><code>dfbbf1c</code></a> Avoid re-exported star modules (<a href="https://redirect.github.com/colinhacks/zod/issues/5656">#5656</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/cbf77bb12bdfda2e054818e79001f5cb3798ce76"><code>cbf77bb</code></a> Avoid non null assertion (<a href="https://redirect.github.com/colinhacks/zod/issues/5638">#5638</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/85db85e9091d0706910d60c7eb2e9c181edd87bd"><code>85db85e</code></a> fix: typo in codec.test.ts file (<a href="https://redirect.github.com/colinhacks/zod/issues/5628">#5628</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/edd4132466da0f5065a8e051b599d01fdd1081d8"><code>edd4132</code></a> fix: add missing User-agent to robots.txt and allow all (<a href="https://redirect.github.com/colinhacks/zod/issues/5646">#5646</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/251d7163a0ac7740fee741428d913e3c55702ace"><code>251d716</code></a> Clean up workflow_call</li> <li><a href="https://github.com/colinhacks/zod/commit/f4b7bae3468f6188b8f004e007d722148fc91d77"><code>f4b7bae</code></a> Update pullfrog.yml (<a href="https://redirect.github.com/colinhacks/zod/issues/5634">#5634</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/9977fb0868432461de265a773319e80a90ba3e37"><code>9977fb0</code></a> Add brand.dev to sponsors</li> <li>See full diff in <a href="https://github.com/colinhacks/zod/compare/v4.3.5...v4.3.6">compare view</a></li> </ul> </details> <br /> Updates `@langchain/openai` from 1.2.2 to 1.2.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langchainjs/releases"><code>@​langchain/openai</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​langchain/openai</code><a href="https://github.com/1"><code>@​1</code></a>.2.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9679">#9679</a> <a href="https://github.com/langchain-ai/langchainjs/commit/a7c6ec51ab9baa186ab5ebf815599c08f5c7e8ab"><code>a7c6ec5</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - feat(openai): elevate OpenAI image generation outputs to proper image content blocks</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9810">#9810</a> <a href="https://github.com/langchain-ai/langchainjs/commit/04923f9835e5b3677c180b601ae8f3e7d8be0236"><code>04923f9</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - Cb/OpenAI reasoning fix</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9827">#9827</a> <a href="https://github.com/langchain-ai/langchainjs/commit/e16c218b81980a1c576af5192342019975bb95b9"><code>e16c218</code></a> Thanks <a href="https://github.com/sanjaiyan-dev"><code>@​sanjaiyan-dev</code></a>! - optimize stream chunk aggregation and remove redundant sorting</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain-ai/langchainjs/commit/8ff40a74e634824ea083ae393c8fbd6fa80690ee"><code>8ff40a7</code></a> chore: version packages (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9820">#9820</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/82d7df7435165d1d53103f3d009011e9268be14e"><code>82d7df7</code></a> (ChatOllama) Set additional_kwargs.reasoning_content when streamEvents (on_ch...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/ff69e1e9769768d2d066a0f3f351e63e2b897db5"><code>ff69e1e</code></a> feat: Add multi-region support for Alibaba Tongyi API (US, Singapore, China) ...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/a7c6ec51ab9baa186ab5ebf815599c08f5c7e8ab"><code>a7c6ec5</code></a> feat(openai): elevate OpenAI image generation outputs to proper image content...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/b8e3da6618ca27e86d384a3ce6d01520861916af"><code>b8e3da6</code></a> fix(langchain): tag summarization model calls with lc_source metadata (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9812">#9812</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/35df8fb592c69d482520ee3ae1a60b05dd48bbb0"><code>35df8fb</code></a> fix(mistralai): fix type compatibility and streaming issues (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9807">#9807</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/aeb63b729a575775b19d988a1e14ae17f66a8373"><code>aeb63b7</code></a> fix(anthropic): consolidate input_json_delta blocks in streaming toolcalls (#...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/04923f9835e5b3677c180b601ae8f3e7d8be0236"><code>04923f9</code></a> fix(openai): properly set reasoning (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9810">#9810</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/70387a144464539d65a546c8130cf51dfad025a1"><code>70387a1</code></a> fix: More undefined null errors and tests (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9830">#9830</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/e16c218b81980a1c576af5192342019975bb95b9"><code>e16c218</code></a> refactor: optimize stream chunk aggregation and remove redundant sorting 🚀 (#...</li> <li>Additional commits viewable in <a href="https://github.com/langchain-ai/langchainjs/compare/@langchain/openai@1.2.2...@langchain/openai@1.2.3">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-v8` from 4.0.17 to 4.0.18 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v4.0.18</h2> <h3>   🚀 Experimental Features</h3> <ul> <li><strong>experimental</strong>: Add <code>onModuleRunner</code> hook to <code>worker.init</code>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9286">vitest-dev/vitest#9286</a> <a href="https://github.com/vitest-dev/vitest/commit/ea837de7d"><!-- raw HTML omitted -->(ea837)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Use <code>meta.url</code> in <code>createRequire</code>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9441">vitest-dev/vitest#9441</a> <a href="https://github.com/vitest-dev/vitest/commit/e057281ca"><!-- raw HTML omitted -->(e0572)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Hide injected data-testid attributes  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9503">vitest-dev/vitest#9503</a> <a href="https://github.com/vitest-dev/vitest/commit/f89899cd8"><!-- raw HTML omitted -->(f8989)<!-- raw HTML omitted --></a></li> <li><strong>ui</strong>: Process artifact attachments when generating HTML reporter  -  by <a href="https://github.com/macarie"><code>@​macarie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9472">vitest-dev/vitest#9472</a> <a href="https://github.com/vitest-dev/vitest/commit/225435647"><!-- raw HTML omitted -->(22543)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.0.17...v4.0.18">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/4d3e3c61b9b237447699deab9aca0eb9d6039978"><code>4d3e3c6</code></a> chore: release v4.0.18</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/coverage-v8">compare view</a></li> </ul> </details> <br /> Updates `@vitest/ui` from 4.0.17 to 4.0.18 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases"><code>@​vitest/ui</code>'s releases</a>.</em></p> <blockquote> <h2>v4.0.18</h2> <h3>   🚀 Experimental Features</h3> <ul> <li><strong>experimental</strong>: Add <code>onModuleRunner</code> hook to <code>worker.init</code>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9286">vitest-dev/vitest#9286</a> <a href="https://github.com/vitest-dev/vitest/commit/ea837de7d"><!-- raw HTML omitted -->(ea837)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Use <code>meta.url</code> in <code>createRequire</code>  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9441">vitest-dev/vitest#9441</a> <a href="https://github.com/vitest-dev/vitest/commit/e057281ca"><!-- raw HTML omitted -->(e0572)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: Hide injected data-testid attributes  -  by <a href="https://github.com/sheremet-va"><code>@​sheremet-va</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9503">vitest-dev/vitest#9503</a> <a href="https://github.com/vitest-dev/vitest/commit/f89899cd8"><!-- raw HTML omitted -->(f8989)<!-- raw HTML omitted --></a></li> <li><strong>ui</strong>: Process artifact attachments when generating HTML reporter  -  by <a href="https://github.com/macarie"><code>@​macarie</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/issues/9472">vitest-dev/vitest#9472</a> <a href="https://github.com/vitest-dev/vitest/commit/225435647"><!-- raw HTML omitted -->(22543)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v4.0.17...v4.0.18">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/4d3e3c61b9b237447699deab9aca0eb9d6039978"><code>4d3e3c6</code></a> chore: release v4.0.18</li> <li><a href="https://github.com/vitest-dev/vitest/commit/225435647946c223b94286c830dcc49b7cceeb6a"><code>2254356</code></a> fix(ui): process artifact attachments when generating HTML reporter (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/ui/issues/9472">#9472</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/ui">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:17:17 -05:00
yindo closed this issue 2026-02-16 06:17:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#150