[PR #97] [CLOSED] build(deps): bump the minor-deps-updates-main group across 1 directory with 10 updates #115

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/97
Author: @dependabot[bot]
Created: 1/8/2026
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/minor-deps-updates-main-697d1e573f


📝 Commits (1)

  • d984085 build(deps): bump the minor-deps-updates-main group across 1 directory with 10 updates

📊 Changes

2 files changed (+491 additions, -671 deletions)

View changed files

📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+490 -670)

📄 Description

Bumps the minor-deps-updates-main group with 10 updates in the / directory:

Package From To
langchain 1.0.4 1.2.7
zod 4.1.12 4.3.5
@eslint/js 9.38.0 9.39.2
@langchain/openai 1.0.0 1.2.1
@langchain/tavily 1.0.0 1.2.0
eslint 9.38.0 9.39.2
prettier 3.6.2 3.7.4
tsdown 0.15.12 0.18.4
tsx 4.20.6 4.21.0
typescript-eslint 8.46.2 8.52.0

Updates langchain from 1.0.4 to 1.2.7

Release notes

Sourced from langchain's releases.

langchain@1.2.7

Patch Changes

langchain@1.2.6

Patch Changes

  • Updated dependencies [a46a249]:
    • @​langchain/core@​1.1.11

langchain@1.2.5

Patch Changes

  • Updated dependencies [817fc9a]:
    • @​langchain/core@​1.1.10

langchain@1.2.4

Patch Changes

langchain@1.2.3

Patch Changes

... (truncated)

Commits
Maintainer changes

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


Updates zod from 4.1.12 to 4.3.5

Release notes

Sourced from zod's releases.

v4.3.5

Commits:

  • 21afffdb42ccab554036312e33fed0ea3cb8f982 [Docs] Update migration guide docs for deprecation of message (#5595)
  • e36743e513aadb307b29949a80d6eb0dcc8fc278 Improve mini treeshaking
  • 0cdc0b8597999fd9ca99767b912c1e82c1ff2d6c 4.3.5

v4.3.4

Commits:

  • 1a8bea3b474eada6f219c163d0d3ad09fadabe72 Add integration tests
  • e01cd02b2f23d7e9078d3813830b146f8a2258b4 Support patternProperties for looserecord (#5592)
  • 089e5fbb0f58ce96d2c4fb34cd91724c78df4af5 Improve looseRecord docs
  • decef9c418d9a598c3f1bada06891ba5d922c5cd Fix lint
  • 9443aab00d44d5d5f4a7eada65fc0fc851781042 Drop iso time in fromJSONSchema
  • 66bda7491a1b9eab83bdeec0c12f4efc7290bd48 Remove .refine() from ZodMiniType
  • b4ab94ca608cd5b581bfc12b20dd8d95b35b3009 4.3.4

v4.3.3

Commits:

  • f3b2151959d215d405f54dff3c7ab3bf1fd887ca v4.3.3

v4.3.2

Commits:

  • bf96635d243118de6e4f260077aa137453790bf6 Loosen strictObjectinside intersection (#5587)
  • f71dc0182ab0f0f9a6be6295b07faca269e10179 Remove Juno (#5590)
  • 0f41e5a12a43e6913c9dcb501b2b5136ea86500d 4.3.2

v4.3.1

Commits:

  • 0fe88407a4149c907929b757dc6618d8afe998fc allow non-overwriting extends with refinements. 4.3.1

v4.3.0

This is Zod's biggest release since 4.0. It addresses several of Zod's longest-standing feature requests.

z.fromJSONSchema()

Convert JSON Schema to Zod (#5534, #5586)

You can now convert JSON Schema definitions directly into Zod schemas. This function supports JSON Schema "draft-2020-12", "draft-7", "draft-4", and OpenAPI 3.0.

import * as z from "zod";

const schema = z.fromJSONSchema({ type: "object", properties: { </tr></table>

... (truncated)

Commits

Updates @eslint/js from 9.38.0 to 9.39.2

Release notes

Sourced from @​eslint/js's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)

... (truncated)

Commits
  • c43ce24 chore: package.json update for @​eslint/js release
  • c7ebefc chore: package.json update for @​eslint/js release
  • 2375a6d chore: package.json update for @​eslint/js release
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208)
  • See full diff in compare view

Updates @langchain/openai from 1.0.0 to 1.2.1

Release notes

Sourced from @​langchain/openai's releases.

@​langchain/openai@​1.2.1

Patch Changes

@​langchain/openai@​1.2.0

Minor Changes

Patch Changes

Commits
  • 7ea8874 chore: version packages (#9716)
  • 5707c3e docs(internal): add AGENTS.md file (#9742)
  • 8ef1525 feat(google-common): support thinkingLevel parameter for Gemini models (#9738)
  • c28d24a fix(core): use getBufferString for message summarization (#9739)
  • f697451 fix(langchain): keep tool call / AIMessage pairings when summarizing (#9740)
  • 536c7dd fix(langchain): default strict to true in providerStrategy for OpenAI compati...
  • 75b3b90 fix(openai): pass runManager to _streamResponseChunks in responses API (#9737)
  • 13c9d5b fix(openai): pass through provider-native content in ToolMessage without stri...
  • 5cfbedf fix(langchain): support callbacks property in stream (#9728)
  • 9ac29de fix(langchain-aws): add support for Amazon Nova embedding models (#9701)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​langchain/openai since your current version.


Updates @langchain/tavily from 1.0.0 to 1.2.0

Release notes

Sourced from @​langchain/tavily's releases.

@​langchain/tavily@​1.1.0

Minor Changes

Commits
  • 342b63e chore: version packages (#9652)
  • 348c37c fix(langchain): create proper changeset (#9651)
  • 0609251 fix(docs): update supported envs (#9650)
  • 1a8162c chore: version packages (#9585)
  • 66c1822 choremcp): add missing onConnectionError changeset (#9649)
  • 86b651a fix(mistralai): add useFim option to toggle between FIM and chat APIs (#9646)
  • 454a93d fix(community): LlamaCppEmbeddings now returns embeddings instead of token ID...
  • 005c729 fix(community/core): various security fixes (#9641)
  • cc7051b feat(langchain-google-common): Add jsonSchema method support to withStructure...
  • 88bb788 fix(langchain): Prevent functions from being accidentally assignable to Agent...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​langchain/tavily since your current version.


Updates eslint from 9.38.0 to 9.39.2

Release notes

Sourced from eslint's releases.

v9.39.2

Bug Fixes

  • 5705833 fix: warn when eslint-env configuration comments are found (#20381) (sethamus)

Build Related

  • 506f154 build: add .scss files entry to knip (#20391) (Milos Djermanovic)

Chores

  • 7ca0af7 chore: upgrade to @eslint/js@9.39.2 (#20394) (Francesco Trotta)
  • c43ce24 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c9858e ci: add v9.x-dev branch (#20382) (Milos Djermanovic)

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)

... (truncated)

Commits

Updates prettier from 3.6.2 to 3.7.4

Release notes

Sourced from prettier's releases.

3.7.4

What's Changed

🔗 Changelog

3.7.3

What's Changed

🔗 Changelog

3.7.2

What's Changed

🔗 Changelog

3.7.1

🔗 Changelog

3.7.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.7.4

diff

LWC: Avoid quote around interpolations (#18383 by @​kovsu)

<!-- Input -->
<div foo={bar}>   </div>

<!-- Prettier 3.7.3 (--embedded-language-formatting off) --> <div foo="{bar}"></div>

<!-- Prettier 3.7.4 (--embedded-language-formatting off) --> <div foo={bar}></div>

TypeScript: Fix comment inside union type gets duplicated (#18393 by @​fisker)

// Input
type Foo = (/** comment */ a | b) | c;

// Prettier 3.7.3 type Foo = /** comment / (/* comment */ a | b) | c;

// Prettier 3.7.4 type Foo = /** comment */ (a | b) | c;

TypeScript: Fix unstable comment print in union type comments (#18395 by @​fisker)

// Input
type X = (A | B) & (
  // comment
  A | B
);

// Prettier 3.7.3 (first format) type X = (A | B) & (// comment A | B);

// Prettier 3.7.3 (second format) type X = ( | A </tr></table>

... (truncated)

Commits
Maintainer changes

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


Updates tsdown from 0.15.12 to 0.18.4

Release notes

Sourced from tsdown's releases.

v0.18.4

   🚀 Features

    View changes on GitHub

v0.18.3

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.18.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.18.1

   🚀 Features

export default defineConfig({
  entry: {
    '*': './src/*.ts',
    'data-loaders': './src/data-loaders/entries/index.ts',
    'data-loaders/*': './src/data-loaders/entries/!(index).ts',
    'volar/*': './src/volar/entries/*.ts',
</tr></table> 

... (truncated)

Commits
  • db8b388 chore: release v0.18.4
  • c02c295 chore: upgrade deps
  • 8e39982 docs: update pull request template
  • cee1bfc feat(entry): support multiple patterns with same base
  • 90cd66b feat: warn deprecated removeNodeProtocol
  • 7847902 refactor: support resolvePaths for publint & attw
  • ccd17b1 feat: export mergeConfig
  • 628edec test: add failing test case for shared CSS imports (#669)
  • 88aa9d0 chore(deps): update all non-major dependencies (#622)
  • 0525f30 feat(css): add CSS code splitting support (#654)
  • Additional commits viewable in compare view

Updates tsx from 4.20.6 to 4.21.0

Release notes

Sourced from tsx's releases.

v4.21.0

4.21.0 (2025-11-30)

Features

  • upgrade esbuild (#748) (Description has been truncated


    🔄 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/97 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/8/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/minor-deps-updates-main-697d1e573f` --- ### 📝 Commits (1) - [`d984085`](https://github.com/langchain-ai/deepagentsjs/commit/d9840858b53752da4a8f5b8fec8ce0d146a46fd8) build(deps): bump the minor-deps-updates-main group across 1 directory with 10 updates ### 📊 Changes **2 files changed** (+491 additions, -671 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+490 -670) </details> ### 📄 Description Bumps the minor-deps-updates-main group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [langchain](https://github.com/langchain-ai/langchainjs) | `1.0.4` | `1.2.7` | | [zod](https://github.com/colinhacks/zod) | `4.1.12` | `4.3.5` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.38.0` | `9.39.2` | | [@langchain/openai](https://github.com/langchain-ai/langchainjs) | `1.0.0` | `1.2.1` | | [@langchain/tavily](https://github.com/langchain-ai/langchainjs) | `1.0.0` | `1.2.0` | | [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.2` | | [prettier](https://github.com/prettier/prettier) | `3.6.2` | `3.7.4` | | [tsdown](https://github.com/rolldown/tsdown) | `0.15.12` | `0.18.4` | | [tsx](https://github.com/privatenumber/tsx) | `4.20.6` | `4.21.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.2` | `8.52.0` | Updates `langchain` from 1.0.4 to 1.2.7 <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.7</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9517">#9517</a> <a href="https://github.com/langchain-ai/langchainjs/commit/23be5afd59b5f4806edef11937ce5e2ba300f7ee"><code>23be5af</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix(langchain): Refactored agent generics to use type bag pattern (AgentTypeConfig, MiddlewareTypeConfig) with new helper types for type extraction.</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9761">#9761</a> <a href="https://github.com/langchain-ai/langchainjs/commit/e0360d9bdc0e7725d59625902bcfc98c39931e2a"><code>e0360d9</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix(langchain): ensure models only make on write_todo call at a time</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/langchain-ai/langchainjs/commit/23be5afd59b5f4806edef11937ce5e2ba300f7ee"><code>23be5af</code></a>]:</p> <ul> <li><code>@​langchain/core</code><a href="https://github.com/1"><code>@​1</code></a>.1.12</li> </ul> </li> </ul> <h2>langchain@1.2.6</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/langchain-ai/langchainjs/commit/a46a24983fd0fea649d950725a2673b3c435275f"><code>a46a249</code></a>]: <ul> <li><code>@​langchain/core</code><a href="https://github.com/1"><code>@​1</code></a>.1.11</li> </ul> </li> </ul> <h2>langchain@1.2.5</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/langchain-ai/langchainjs/commit/817fc9a56d4699f3563a6e153b13eadf7bcc661b"><code>817fc9a</code></a>]: <ul> <li><code>@​langchain/core</code><a href="https://github.com/1"><code>@​1</code></a>.1.10</li> </ul> </li> </ul> <h2>langchain@1.2.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9739">#9739</a> <a href="https://github.com/langchain-ai/langchainjs/commit/c28d24a8770f6d0e543cde116b0e38b3baf21301"><code>c28d24a</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix(core): use getBufferString for message summarization</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9729">#9729</a> <a href="https://github.com/langchain-ai/langchainjs/commit/536c7ddacd6c7f80d2edf18ab9caeeab71827ccd"><code>536c7dd</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix(langchain): default strict to true in providerStrategy for OpenAI compatibility</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9728">#9728</a> <a href="https://github.com/langchain-ai/langchainjs/commit/5cfbedf064ffdc960cb2e5a97e37d7a5900560de"><code>5cfbedf</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix(langchain): support callbacks property in stream</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9715">#9715</a> <a href="https://github.com/langchain-ai/langchainjs/commit/cc502e1b67dbadcd123a7ea2964c791c2bbad581"><code>cc502e1</code></a> Thanks <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a>! - fix(langchain): Add secretsFromEnv and secrets for prompt pulling fix(<code>@​langchain/classic</code>): Add secretsFromEnv and secrets for prompt pulling</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9703">#9703</a> <a href="https://github.com/langchain-ai/langchainjs/commit/5d1b874e1bb0a038f23576d5ff6d8335b755bce1"><code>5d1b874</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix(langchain): properly pass on schema title</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9702">#9702</a> <a href="https://github.com/langchain-ai/langchainjs/commit/bfcb87d23c580c7881f650960a448fe2e54a30b3"><code>bfcb87d</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix(core): improve interop with Zod</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9714">#9714</a> <a href="https://github.com/langchain-ai/langchainjs/commit/42b138fe20a8d711938058a69669e1c29b18bd50"><code>42b138f</code></a> Thanks <a href="https://github.com/r77wu"><code>@​r77wu</code></a>! - use parseJumpToTarget in 'afterModel' Router</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9740">#9740</a> <a href="https://github.com/langchain-ai/langchainjs/commit/f6974516b041ed12befd26e1a4cbe457865a2780"><code>f697451</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix(langchain): keep tool call / AIMessage pairings when summarizing</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/langchain-ai/langchainjs/commit/56600b94f8e185f44d4288b7a9b66c55778938dd"><code>56600b9</code></a>, <a href="https://github.com/langchain-ai/langchainjs/commit/dc5c2ac00f86dd2feeba9843d708926a5f38202e"><code>dc5c2ac</code></a>, <a href="https://github.com/langchain-ai/langchainjs/commit/c28d24a8770f6d0e543cde116b0e38b3baf21301"><code>c28d24a</code></a>, <a href="https://github.com/langchain-ai/langchainjs/commit/bfcb87d23c580c7881f650960a448fe2e54a30b3"><code>bfcb87d</code></a>]:</p> <ul> <li><code>@​langchain/core</code><a href="https://github.com/1"><code>@​1</code></a>.1.9</li> </ul> </li> </ul> <h2>langchain@1.2.3</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9707">#9707</a> <a href="https://github.com/langchain-ai/langchainjs/commit/e5063f9c6e9989ea067dfdff39262b9e7b6aba62"><code>e5063f9</code></a> Thanks <a href="https://github.com/hntrl"><code>@​hntrl</code></a>! - add security hardening for <code>load</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain-ai/langchainjs/commit/bd72d8eb8bde1b2282c9ec88f2ebadd0747dc7b7"><code>bd72d8e</code></a> chore: version packages (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9762">#9762</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/578574906bdbd9cfce95e34030c1a3d97e63d1c1"><code>5785749</code></a> fix(internal): fix changeset config (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9768">#9768</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/ddd72b8122e9dc68242b8467292bbee62e1dda2e"><code>ddd72b8</code></a> chore(standard-tests): move standard-tests into ./internal (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9755">#9755</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/739d4e88cc78b8f578ab019b526c97d63d9c2144"><code>739d4e8</code></a> Feat/xai responses implementation (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9718">#9718</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/e0360d9bdc0e7725d59625902bcfc98c39931e2a"><code>e0360d9</code></a> fix(langchain): ensure models only make on write_todo call at a time (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9761">#9761</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/8619adb81f16977b3ab8d4607ad5c30f79c41e3d"><code>8619adb</code></a> fix: add properties to check valid props (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9757">#9757</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/23be5afd59b5f4806edef11937ce5e2ba300f7ee"><code>23be5af</code></a> feat(langchain): consolidate type generics in bags (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9517">#9517</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/85820be04995b4047a798ec44da6077cd1908d7a"><code>85820be</code></a> chore: version packages (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9754">#9754</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/a46a24983fd0fea649d950725a2673b3c435275f"><code>a46a249</code></a> fix(core): allow shared object references in serialization (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9753">#9753</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/3c8ba0d97f1c08e8f8c67ffddff5d57daba46f85"><code>3c8ba0d</code></a> chore(internal): Turborepo improvements (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9744">#9744</a>)</li> <li>Additional commits viewable in <a href="https://github.com/langchain-ai/langchainjs/compare/langchain==1.0.4...langchain@1.2.7">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 langchain since your current version.</p> </details> <br /> Updates `zod` from 4.1.12 to 4.3.5 <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.5</h2> <h2>Commits:</h2> <ul> <li>21afffdb42ccab554036312e33fed0ea3cb8f982 [Docs] Update migration guide docs for deprecation of message (<a href="https://redirect.github.com/colinhacks/zod/issues/5595">#5595</a>)</li> <li>e36743e513aadb307b29949a80d6eb0dcc8fc278 Improve mini treeshaking</li> <li>0cdc0b8597999fd9ca99767b912c1e82c1ff2d6c 4.3.5</li> </ul> <h2>v4.3.4</h2> <h2>Commits:</h2> <ul> <li>1a8bea3b474eada6f219c163d0d3ad09fadabe72 Add integration tests</li> <li>e01cd02b2f23d7e9078d3813830b146f8a2258b4 Support patternProperties for looserecord (<a href="https://redirect.github.com/colinhacks/zod/issues/5592">#5592</a>)</li> <li>089e5fbb0f58ce96d2c4fb34cd91724c78df4af5 Improve looseRecord docs</li> <li>decef9c418d9a598c3f1bada06891ba5d922c5cd Fix lint</li> <li>9443aab00d44d5d5f4a7eada65fc0fc851781042 Drop iso time in fromJSONSchema</li> <li>66bda7491a1b9eab83bdeec0c12f4efc7290bd48 Remove .refine() from ZodMiniType</li> <li>b4ab94ca608cd5b581bfc12b20dd8d95b35b3009 4.3.4</li> </ul> <h2>v4.3.3</h2> <h2>Commits:</h2> <ul> <li>f3b2151959d215d405f54dff3c7ab3bf1fd887ca v4.3.3</li> </ul> <h2>v4.3.2</h2> <h2>Commits:</h2> <ul> <li>bf96635d243118de6e4f260077aa137453790bf6 Loosen strictObjectinside intersection (<a href="https://redirect.github.com/colinhacks/zod/issues/5587">#5587</a>)</li> <li>f71dc0182ab0f0f9a6be6295b07faca269e10179 Remove Juno (<a href="https://redirect.github.com/colinhacks/zod/issues/5590">#5590</a>)</li> <li>0f41e5a12a43e6913c9dcb501b2b5136ea86500d 4.3.2</li> </ul> <h2>v4.3.1</h2> <h2>Commits:</h2> <ul> <li>0fe88407a4149c907929b757dc6618d8afe998fc allow non-overwriting extends with refinements. 4.3.1</li> </ul> <h2>v4.3.0</h2> <p>This is Zod's biggest release since 4.0. It addresses several of Zod's longest-standing feature requests.</p> <h2><code>z.fromJSONSchema()</code></h2> <p>Convert JSON Schema to Zod (<a href="https://redirect.github.com/colinhacks/zod/pull/5534">#5534</a>, <a href="https://redirect.github.com/colinhacks/zod/pull/5586">#5586</a>)</p> <p>You can now convert JSON Schema definitions directly into Zod schemas. This function supports JSON Schema <code>&quot;draft-2020-12&quot;</code>, <code>&quot;draft-7&quot;</code>, <code>&quot;draft-4&quot;</code>, and OpenAPI 3.0.</p> <pre lang="typescript"><code>import * as z from &quot;zod&quot;; <p>const schema = z.fromJSONSchema({ type: &quot;object&quot;, properties: { &lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/colinhacks/zod/commit/0cdc0b8597999fd9ca99767b912c1e82c1ff2d6c"><code>0cdc0b8</code></a> 4.3.5</li> <li><a href="https://github.com/colinhacks/zod/commit/e36743e513aadb307b29949a80d6eb0dcc8fc278"><code>e36743e</code></a> Improve mini treeshaking</li> <li><a href="https://github.com/colinhacks/zod/commit/21afffdb42ccab554036312e33fed0ea3cb8f982"><code>21afffd</code></a> [Docs] Update migration guide docs for deprecation of message (<a href="https://redirect.github.com/colinhacks/zod/issues/5595">#5595</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/b4ab94ca608cd5b581bfc12b20dd8d95b35b3009"><code>b4ab94c</code></a> 4.3.4</li> <li><a href="https://github.com/colinhacks/zod/commit/66bda7491a1b9eab83bdeec0c12f4efc7290bd48"><code>66bda74</code></a> Remove .refine() from ZodMiniType</li> <li><a href="https://github.com/colinhacks/zod/commit/9443aab00d44d5d5f4a7eada65fc0fc851781042"><code>9443aab</code></a> Drop iso time in fromJSONSchema</li> <li><a href="https://github.com/colinhacks/zod/commit/decef9c418d9a598c3f1bada06891ba5d922c5cd"><code>decef9c</code></a> Fix lint</li> <li><a href="https://github.com/colinhacks/zod/commit/089e5fbb0f58ce96d2c4fb34cd91724c78df4af5"><code>089e5fb</code></a> Improve looseRecord docs</li> <li><a href="https://github.com/colinhacks/zod/commit/e01cd02b2f23d7e9078d3813830b146f8a2258b4"><code>e01cd02</code></a> Support patternProperties for looserecord (<a href="https://redirect.github.com/colinhacks/zod/issues/5592">#5592</a>)</li> <li><a href="https://github.com/colinhacks/zod/commit/1a8bea3b474eada6f219c163d0d3ad09fadabe72"><code>1a8bea3</code></a> Add integration tests</li> <li>Additional commits viewable in <a href="https://github.com/colinhacks/zod/compare/v4.1.12...v4.3.5">compare view</a></li> </ul> </details> <br /> Updates `@eslint/js` from 9.38.0 to 9.39.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases"><code>@​eslint/js</code>'s releases</a>.</em></p> <blockquote> <h2>v9.39.2</h2> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/57058331946568164449c5caabe2cf206e4fb5d9"><code>5705833</code></a> fix: warn when <code>eslint-env</code> configuration comments are found (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20381">#20381</a>) (sethamus)</li> </ul> <h2>Build Related</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/506f1549a64aa65bdddc75c71cb62f0ab94b5a23"><code>506f154</code></a> build: add .scss files entry to knip (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20391">#20391</a>) (Milos Djermanovic)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/7ca0af7f9f89dd4a01736dae01931c45d528171b"><code>7ca0af7</code></a> chore: upgrade to <code>@eslint/js@9.39.2</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20394">#20394</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/c43ce24ff0ce073ec4ad691cd5a50171dfe6cf1e"><code>c43ce24</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/4c9858e47bb9146cf20f546a562bc58a9ee3dae1"><code>4c9858e</code></a> ci: add <code>v9.x-dev</code> branch (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20382">#20382</a>) (Milos Djermanovic)</li> </ul> <h2>v9.39.1</h2> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/650753ee3976784343ceb40170619dab1aa9fe0d"><code>650753e</code></a> fix: Only pass node to JS lang visitor methods (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20283">#20283</a>) (Nicholas C. Zakas)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/51b51f4f1ce82ef63264c4e45d9ef579bcd73f8e"><code>51b51f4</code></a> docs: add a section on when to use extends vs cascading (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20268">#20268</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/b44d42699dcd1729b7ecb50ca70e4c1c17f551f1"><code>b44d426</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/92db329211c8da5ce8340a4d4c05ce9c12845381"><code>92db329</code></a> chore: update <code>@eslint/js</code> version to 9.39.1 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20284">#20284</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/c7ebefc9eaf99b76b30b0d3cf9960807a47367c4"><code>c7ebefc</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/61778f6ca33c0f63962a91d6a75a4fa5db9f47d2"><code>61778f6</code></a> chore: update eslint-config-eslint dependency <code>@​eslint/js</code> to ^9.39.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20275">#20275</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/d9ca2fcd9ad63331bfd329a69534e1ff04f231e8"><code>d9ca2fc</code></a> ci: Add rangeStrategy to eslint group in renovate config (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20266">#20266</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/009e5076ff5a4bd845f55e17676e3bb88f47c280"><code>009e507</code></a> test: fix version tests for ESLint v10 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20274">#20274</a>) (Milos Djermanovic)</li> </ul> <h2>v9.39.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/cc57d87a3f119e9d39c55e044e526ae067fa31ce"><code>cc57d87</code></a> feat: update error loc to key in <code>no-dupe-class-members</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20259">#20259</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/126552fcf35da3ddcefa527db06dabc54c04041c"><code>126552f</code></a> feat: update error location in <code>for-direction</code> and <code>no-dupe-args</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20258">#20258</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/167d0970d3802a66910e9820f31dcd717fab0b2a"><code>167d097</code></a> feat: update <code>complexity</code> rule to highlight only static block header (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20245">#20245</a>) (jaymarvelz)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/15f5c7c168d0698683943f51dd617f14a5e6815c"><code>15f5c7c</code></a> fix: forward traversal <code>step.args</code> to visitors (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20253">#20253</a>) (jaymarvelz)</li> <li><a href="https://github.com/eslint/eslint/commit/5a1a534e877f7c4c992885867f923df307c3929d"><code>5a1a534</code></a> fix: allow JSDoc comments in object-shorthand rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20167">#20167</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/e86b813eb660f1a5adc8e143a70d9b683cd12362"><code>e86b813</code></a> fix: Use more types from <code>@​eslint/core</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20257">#20257</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/927272d1f0d5683b029b729d368a96527f283323"><code>927272d</code></a> fix: correct <code>Scope</code> typings (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20198">#20198</a>) (jaymarvelz)</li> <li><a href="https://github.com/eslint/eslint/commit/37f76d9c539bb6fc816fedb7be4486b71a58620a"><code>37f76d9</code></a> fix: use <code>AST.Program</code> type for Program node (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20244">#20244</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/ae07f0b3334ebd22ae2e7b09bca5973b96aa9768"><code>ae07f0b</code></a> fix: unify timing report for concurrent linting (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20188">#20188</a>) (jaymarvelz)</li> <li><a href="https://github.com/eslint/eslint/commit/b165d471be6062f4475b972155b02654a974a0e9"><code>b165d47</code></a> fix: correct <code>Rule</code> typings (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20199">#20199</a>) (jaymarvelz)</li> <li><a href="https://github.com/eslint/eslint/commit/fb97cda70d87286a7dbd2457f578ef578d6905e8"><code>fb97cda</code></a> fix: improve error message for missing fix function in suggestions (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20218">#20218</a>) (jaymarvelz)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/d3e81e30ee6be5a21151b7a17ef10a714b6059c0"><code>d3e81e3</code></a> docs: Always recommend to include a files property (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20158">#20158</a>) (Percy Ma)</li> <li><a href="https://github.com/eslint/eslint/commit/0f0385f1404dcadaba4812120b1ad02334dbd66a"><code>0f0385f</code></a> docs: use consistent naming recommendation (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20250">#20250</a>) (Alex M. Spieslechner)</li> <li><a href="https://github.com/eslint/eslint/commit/a3b145609ac649fac837c8c0515cbb2a9321ca40"><code>a3b1456</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/cf5f2dd58dd98084a21da04fe7b9054b9478d552"><code>cf5f2dd</code></a> docs: fix correct tag of <code>no-useless-constructor</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20255">#20255</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/10b995c8e5473de8d66d3cd99d816e046f35e3ec"><code>10b995c</code></a> docs: add TS options and examples for <code>nofunc</code> in <code>no-use-before-define</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20249">#20249</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/2584187e4a305ea7a98e1a5bd4dca2a60ad132f8"><code>2584187</code></a> docs: remove repetitive word in comment (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20242">#20242</a>) (reddaisyy)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/c43ce24ff0ce073ec4ad691cd5a50171dfe6cf1e"><code>c43ce24</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/c7ebefc9eaf99b76b30b0d3cf9960807a47367c4"><code>c7ebefc</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/2375a6de8263393c129d41cac1b407b40111a73c"><code>2375a6d</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/9e7fad4a1867709060686d03e0ec1d0d69671cfb"><code>9e7fad4</code></a> chore: add script to auto-generate eslint:recommended configuration (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/20208">#20208</a>)</li> <li>See full diff in <a href="https://github.com/eslint/eslint/commits/v9.39.2/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@langchain/openai` from 1.0.0 to 1.2.1 <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.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9730">#9730</a> <a href="https://github.com/langchain-ai/langchainjs/commit/13c9d5bfa3acac7ffb37642e9a50d84dc9004e88"><code>13c9d5b</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix(openai): pass through provider-native content in ToolMessage without stringification</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9737">#9737</a> <a href="https://github.com/langchain-ai/langchainjs/commit/75b3b90c5fa62cbbfa678dfb01f031caed4488ef"><code>75b3b90</code></a> Thanks <a href="https://github.com/hntrl"><code>@​hntrl</code></a>! - fix(openai): pass runManager to _streamResponseChunks in responses API</p> </li> </ul> <h2><code>@​langchain/openai</code><a href="https://github.com/1"><code>@​1</code></a>.2.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9541">#9541</a> <a href="https://github.com/langchain-ai/langchainjs/commit/eab88a5ab7610f5b63212f753ebcbeee2f393622"><code>eab88a5</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - feat(openai): add support for fileSearch tool</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9541">#9541</a> <a href="https://github.com/langchain-ai/langchainjs/commit/5f79bc50aebc093c90b6716c0aebf5c4813d0171"><code>5f79bc5</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - feat(openai): support web search tool</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9541">#9541</a> <a href="https://github.com/langchain-ai/langchainjs/commit/7b301c00ac851c286a13c2a908757cb40180c768"><code>7b301c0</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - feat(openai): add support for shell tool</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9541">#9541</a> <a href="https://github.com/langchain-ai/langchainjs/commit/bb2f422cd8e0d709d82baca44565980abb57120f"><code>bb2f422</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - feat(openai): support code interpreter tool</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9541">#9541</a> <a href="https://github.com/langchain-ai/langchainjs/commit/2a5ba50d240e7d6181546facf088142fbb7b4977"><code>2a5ba50</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - feat(openai): add support for local shell tool</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9634">#9634</a> <a href="https://github.com/langchain-ai/langchainjs/commit/47edf3fc673eb0627ec585a3a5c2b9381e234527"><code>47edf3f</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - feat(openai): add 'moderateContent' to ChatOpenAI for content moderation <a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9410">#9410</a></p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9541">#9541</a> <a href="https://github.com/langchain-ai/langchainjs/commit/2e563e332772aa0468f610c334cbedd7f3513ce8"><code>2e563e3</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - feat(openai): add support for apply patch tool</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9541">#9541</a> <a href="https://github.com/langchain-ai/langchainjs/commit/f97b488200b34c485b15a743277984ecacc62160"><code>f97b488</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - feat(openai): support for MCP connector tool</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9541">#9541</a> <a href="https://github.com/langchain-ai/langchainjs/commit/6baa851176b5dde5da19891df114a4645dfe7481"><code>6baa851</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - feat(langchain): add support for image generation tool</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9541">#9541</a> <a href="https://github.com/langchain-ai/langchainjs/commit/69a1045e1e14aed9273a1a4085ac35e601a1ecc7"><code>69a1045</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - add support for computer use tool</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9636">#9636</a> <a href="https://github.com/langchain-ai/langchainjs/commit/5a01b5b705f6933958f61318b22f00b5f4763be8"><code>5a01b5b</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix content in AIMessage for tool and function calls</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9570">#9570</a> <a href="https://github.com/langchain-ai/langchainjs/commit/72795fe76b515d9edc7d78fb28db59df844ce0c3"><code>72795fe</code></a> Thanks <a href="https://github.com/ddewaele"><code>@​ddewaele</code></a>! - fixes filename / base64 conversions in openai completions converters (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9512">#9512</a>)</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9648">#9648</a> <a href="https://github.com/langchain-ai/langchainjs/commit/29a8480799d4c3534892a29cef4a135c437deb9b"><code>29a8480</code></a> Thanks <a href="https://github.com/christian-bromann"><code>@​christian-bromann</code></a>! - fix(langchain): allow to set strict tag manually in providerStrategy <a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9578">#9578</a></p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9631">#9631</a> <a href="https://github.com/langchain-ai/langchainjs/commit/3ecc1e716704a032e941e670d1d9fbf5370d57aa"><code>3ecc1e7</code></a> Thanks <a href="https://github.com/jacoblee93"><code>@​jacoblee93</code></a>! - feat(openai): Prefer responses API for 5.2 pro</p> </li> <li> <p><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9591">#9591</a> <a href="https://github.com/langchain-ai/langchainjs/commit/a552cad1a463239a0d1d1b5da7798978722738cf"><code>a552cad</code></a> Thanks <a href="https://github.com/Ayushsingla1"><code>@​Ayushsingla1</code></a>! - add prompt cache retention support</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain-ai/langchainjs/commit/7ea8874715f76c17d3ec3d2ff0503dd12abbc5e9"><code>7ea8874</code></a> chore: version packages (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9716">#9716</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/5707c3edc6a4d43934da0d3e7b9666b2fc144440"><code>5707c3e</code></a> docs(internal): add AGENTS.md file (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9742">#9742</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/8ef152555a945c95322f28209957b69605c04c91"><code>8ef1525</code></a> feat(google-common): support thinkingLevel parameter for Gemini models (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9738">#9738</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/c28d24a8770f6d0e543cde116b0e38b3baf21301"><code>c28d24a</code></a> fix(core): use getBufferString for message summarization (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9739">#9739</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/f6974516b041ed12befd26e1a4cbe457865a2780"><code>f697451</code></a> fix(langchain): keep tool call / AIMessage pairings when summarizing (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9740">#9740</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/536c7ddacd6c7f80d2edf18ab9caeeab71827ccd"><code>536c7dd</code></a> fix(langchain): default strict to true in providerStrategy for OpenAI compati...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/75b3b90c5fa62cbbfa678dfb01f031caed4488ef"><code>75b3b90</code></a> fix(openai): pass runManager to _streamResponseChunks in responses API (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9737">#9737</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/13c9d5bfa3acac7ffb37642e9a50d84dc9004e88"><code>13c9d5b</code></a> fix(openai): pass through provider-native content in ToolMessage without stri...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/5cfbedf064ffdc960cb2e5a97e37d7a5900560de"><code>5cfbedf</code></a> fix(langchain): support callbacks property in stream (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9728">#9728</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/9ac29de3d3f70c75933913d94ad9a47c6ce39c1d"><code>9ac29de</code></a> fix(langchain-aws): add support for Amazon Nova embedding models (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9701">#9701</a>)</li> <li>Additional commits viewable in <a href="https://github.com/langchain-ai/langchainjs/compare/@langchain/openai==1.0.0...@langchain/openai@1.2.1">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 <code>@​langchain/openai</code> since your current version.</p> </details> <br /> Updates `@langchain/tavily` from 1.0.0 to 1.2.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/langchain-ai/langchainjs/releases"><code>@​langchain/tavily</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​langchain/tavily</code><a href="https://github.com/1"><code>@​1</code></a>.1.0</h2> <h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/langchain-ai/langchainjs/pull/9600">#9600</a> <a href="https://github.com/langchain-ai/langchainjs/commit/a01877d7310bc9d553aa040fabb403ab989770b1"><code>a01877d</code></a> Thanks <a href="https://github.com/maya-sivan"><code>@​maya-sivan</code></a>! - feat(langchain-tavily): added Tavily's research endpoint</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/langchain-ai/langchainjs/commit/342b63e850067d9887ccd2013506cd993f9c57a6"><code>342b63e</code></a> chore: version packages (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9652">#9652</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/348c37c01a048c815fea1827c084878744e20742"><code>348c37c</code></a> fix(langchain): create proper changeset (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9651">#9651</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/0609251626ecc36d4e97561828c71bc03fb7fd8e"><code>0609251</code></a> fix(docs): update supported envs (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9650">#9650</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/1a8162c87a800eb329bd76f8a598e461690597a7"><code>1a8162c</code></a> chore: version packages (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9585">#9585</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/66c1822370989a13a7b60fa409811ab2256ed682"><code>66c1822</code></a> choremcp): add missing <code>onConnectionError</code> changeset (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9649">#9649</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/86b651a4d3616b0c93b6892b76a1d6154b0aae9e"><code>86b651a</code></a> fix(mistralai): add useFim option to toggle between FIM and chat APIs (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9646">#9646</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/454a93d5545152adf4a1d35111732b43cc2de5dc"><code>454a93d</code></a> fix(community): LlamaCppEmbeddings now returns embeddings instead of token ID...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/005c72903bcdf090e0f4c58960c8c243481f9874"><code>005c729</code></a> fix(community/core): various security fixes (<a href="https://redirect.github.com/langchain-ai/langchainjs/issues/9641">#9641</a>)</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/cc7051b61503cdae91a2b74b41889d8d0f26a6e9"><code>cc7051b</code></a> feat(langchain-google-common): Add jsonSchema method support to withStructure...</li> <li><a href="https://github.com/langchain-ai/langchainjs/commit/88bb7882fadf185bad927277810c682c2eee8d01"><code>88bb788</code></a> fix(langchain): Prevent functions from being accidentally assignable to Agent...</li> <li>Additional commits viewable in <a href="https://github.com/langchain-ai/langchainjs/compare/@langchain/tavily==1.0.0...langchain@1.2.0">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 <code>@​langchain/tavily</code> since your current version.</p> </details> <br /> Updates `eslint` from 9.38.0 to 9.39.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v9.39.2</h2> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/57058331946568164449c5caabe2cf206e4fb5d9"><code>5705833</code></a> fix: warn when <code>eslint-env</code> configuration comments are found (<a href="https://redirect.github.com/eslint/eslint/issues/20381">#20381</a>) (sethamus)</li> </ul> <h2>Build Related</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/506f1549a64aa65bdddc75c71cb62f0ab94b5a23"><code>506f154</code></a> build: add .scss files entry to knip (<a href="https://redirect.github.com/eslint/eslint/issues/20391">#20391</a>) (Milos Djermanovic)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/7ca0af7f9f89dd4a01736dae01931c45d528171b"><code>7ca0af7</code></a> chore: upgrade to <code>@eslint/js@9.39.2</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20394">#20394</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/c43ce24ff0ce073ec4ad691cd5a50171dfe6cf1e"><code>c43ce24</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/4c9858e47bb9146cf20f546a562bc58a9ee3dae1"><code>4c9858e</code></a> ci: add <code>v9.x-dev</code> branch (<a href="https://redirect.github.com/eslint/eslint/issues/20382">#20382</a>) (Milos Djermanovic)</li> </ul> <h2>v9.39.1</h2> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/650753ee3976784343ceb40170619dab1aa9fe0d"><code>650753e</code></a> fix: Only pass node to JS lang visitor methods (<a href="https://redirect.github.com/eslint/eslint/issues/20283">#20283</a>) (Nicholas C. Zakas)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/51b51f4f1ce82ef63264c4e45d9ef579bcd73f8e"><code>51b51f4</code></a> docs: add a section on when to use extends vs cascading (<a href="https://redirect.github.com/eslint/eslint/issues/20268">#20268</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/b44d42699dcd1729b7ecb50ca70e4c1c17f551f1"><code>b44d426</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/92db329211c8da5ce8340a4d4c05ce9c12845381"><code>92db329</code></a> chore: update <code>@eslint/js</code> version to 9.39.1 (<a href="https://redirect.github.com/eslint/eslint/issues/20284">#20284</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/c7ebefc9eaf99b76b30b0d3cf9960807a47367c4"><code>c7ebefc</code></a> chore: package.json update for <code>@​eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/61778f6ca33c0f63962a91d6a75a4fa5db9f47d2"><code>61778f6</code></a> chore: update eslint-config-eslint dependency <code>@​eslint/js</code> to ^9.39.0 (<a href="https://redirect.github.com/eslint/eslint/issues/20275">#20275</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/d9ca2fcd9ad63331bfd329a69534e1ff04f231e8"><code>d9ca2fc</code></a> ci: Add rangeStrategy to eslint group in renovate config (<a href="https://redirect.github.com/eslint/eslint/issues/20266">#20266</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/009e5076ff5a4bd845f55e17676e3bb88f47c280"><code>009e507</code></a> test: fix version tests for ESLint v10 (<a href="https://redirect.github.com/eslint/eslint/issues/20274">#20274</a>) (Milos Djermanovic)</li> </ul> <h2>v9.39.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/cc57d87a3f119e9d39c55e044e526ae067fa31ce"><code>cc57d87</code></a> feat: update error loc to key in <code>no-dupe-class-members</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20259">#20259</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/126552fcf35da3ddcefa527db06dabc54c04041c"><code>126552f</code></a> feat: update error location in <code>for-direction</code> and <code>no-dupe-args</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20258">#20258</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/167d0970d3802a66910e9820f31dcd717fab0b2a"><code>167d097</code></a> feat: update <code>complexity</code> rule to highlight only static block header (<a href="https://redirect.github.com/eslint/eslint/issues/20245">#20245</a>) (jaymarvelz)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/15f5c7c168d0698683943f51dd617f14a5e6815c"><code>15f5c7c</code></a> fix: forward traversal <code>step.args</code> to visitors (<a href="https://redirect.github.com/eslint/eslint/issues/20253">#20253</a>) (jaymarvelz)</li> <li><a href="https://github.com/eslint/eslint/commit/5a1a534e877f7c4c992885867f923df307c3929d"><code>5a1a534</code></a> fix: allow JSDoc comments in object-shorthand rule (<a href="https://redirect.github.com/eslint/eslint/issues/20167">#20167</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/e86b813eb660f1a5adc8e143a70d9b683cd12362"><code>e86b813</code></a> fix: Use more types from <code>@​eslint/core</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20257">#20257</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/927272d1f0d5683b029b729d368a96527f283323"><code>927272d</code></a> fix: correct <code>Scope</code> typings (<a href="https://redirect.github.com/eslint/eslint/issues/20198">#20198</a>) (jaymarvelz)</li> <li><a href="https://github.com/eslint/eslint/commit/37f76d9c539bb6fc816fedb7be4486b71a58620a"><code>37f76d9</code></a> fix: use <code>AST.Program</code> type for Program node (<a href="https://redirect.github.com/eslint/eslint/issues/20244">#20244</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/ae07f0b3334ebd22ae2e7b09bca5973b96aa9768"><code>ae07f0b</code></a> fix: unify timing report for concurrent linting (<a href="https://redirect.github.com/eslint/eslint/issues/20188">#20188</a>) (jaymarvelz)</li> <li><a href="https://github.com/eslint/eslint/commit/b165d471be6062f4475b972155b02654a974a0e9"><code>b165d47</code></a> fix: correct <code>Rule</code> typings (<a href="https://redirect.github.com/eslint/eslint/issues/20199">#20199</a>) (jaymarvelz)</li> <li><a href="https://github.com/eslint/eslint/commit/fb97cda70d87286a7dbd2457f578ef578d6905e8"><code>fb97cda</code></a> fix: improve error message for missing fix function in suggestions (<a href="https://redirect.github.com/eslint/eslint/issues/20218">#20218</a>) (jaymarvelz)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/d3e81e30ee6be5a21151b7a17ef10a714b6059c0"><code>d3e81e3</code></a> docs: Always recommend to include a files property (<a href="https://redirect.github.com/eslint/eslint/issues/20158">#20158</a>) (Percy Ma)</li> <li><a href="https://github.com/eslint/eslint/commit/0f0385f1404dcadaba4812120b1ad02334dbd66a"><code>0f0385f</code></a> docs: use consistent naming recommendation (<a href="https://redirect.github.com/eslint/eslint/issues/20250">#20250</a>) (Alex M. Spieslechner)</li> <li><a href="https://github.com/eslint/eslint/commit/a3b145609ac649fac837c8c0515cbb2a9321ca40"><code>a3b1456</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/cf5f2dd58dd98084a21da04fe7b9054b9478d552"><code>cf5f2dd</code></a> docs: fix correct tag of <code>no-useless-constructor</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20255">#20255</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/10b995c8e5473de8d66d3cd99d816e046f35e3ec"><code>10b995c</code></a> docs: add TS options and examples for <code>nofunc</code> in <code>no-use-before-define</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20249">#20249</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/2584187e4a305ea7a98e1a5bd4dca2a60ad132f8"><code>2584187</code></a> docs: remove repetitive word in comment (<a href="https://redirect.github.com/eslint/eslint/issues/20242">#20242</a>) (reddaisyy)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/9278324aa0023d223874825b0d4b6ac75783096a"><code>9278324</code></a> 9.39.2</li> <li><a href="https://github.com/eslint/eslint/commit/542266ad3c58b47066d4b8ae61d419b423acee8f"><code>542266a</code></a> Build: changelog update for 9.39.2</li> <li><a href="https://github.com/eslint/eslint/commit/7ca0af7f9f89dd4a01736dae01931c45d528171b"><code>7ca0af7</code></a> chore: upgrade to <code>@eslint/js@9.39.2</code> (<a href="https://redirect.github.com/eslint/eslint/issues/20394">#20394</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/c43ce24ff0ce073ec4ad691cd5a50171dfe6cf1e"><code>c43ce24</code></a> chore: package.json update for <code>@​eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/57058331946568164449c5caabe2cf206e4fb5d9"><code>5705833</code></a> fix: warn when <code>eslint-env</code> configuration comments are found (<a href="https://redirect.github.com/eslint/eslint/issues/20381">#20381</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/506f1549a64aa65bdddc75c71cb62f0ab94b5a23"><code>506f154</code></a> build: add .scss files entry to knip (<a href="https://redirect.github.com/eslint/eslint/issues/20391">#20391</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/4c9858e47bb9146cf20f546a562bc58a9ee3dae1"><code>4c9858e</code></a> ci: add <code>v9.x-dev</code> branch (<a href="https://redirect.github.com/eslint/eslint/issues/20382">#20382</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/e2772811a8595d161870835ff04822b25a2cdf45"><code>e277281</code></a> 9.39.1</li> <li><a href="https://github.com/eslint/eslint/commit/4cdf397b30b2b749865ea0fcf4d30eb8ba458896"><code>4cdf397</code></a> Build: changelog update for 9.39.1</li> <li><a href="https://github.com/eslint/eslint/commit/92db329211c8da5ce8340a4d4c05ce9c12845381"><code>92db329</code></a> chore: update <code>@eslint/js</code> version to 9.39.1 (<a href="https://redirect.github.com/eslint/eslint/issues/20284">#20284</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v9.38.0...v9.39.2">compare view</a></li> </ul> </details> <br /> Updates `prettier` from 3.6.2 to 3.7.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.7.4</h2> <h2>What's Changed</h2> <ul> <li>Fix comment in union type gets duplicated by <a href="https://github.com/fisker"><code>@​fisker</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/18393">prettier/prettier#18393</a></li> <li>Fix unstable comment print in union type by <a href="https://github.com/fisker"><code>@​fisker</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/18395">prettier/prettier#18395</a></li> <li>Avoid quote around LWC interpolations by <a href="https://github.com/kovsu"><code>@​kovsu</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/18383">prettier/prettier#18383</a></li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#374">Changelog</a></p> <h2>3.7.3</h2> <h2>What's Changed</h2> <ul> <li>Fix <code>prettier.getFileInfo()</code> change that breaks VSCode extension by <a href="https://github.com/fisker"><code>@​fisker</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/18375">prettier/prettier#18375</a></li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#373">Changelog</a></p> <h2>3.7.2</h2> <h2>What's Changed</h2> <ul> <li>Fix string print when switching quotes by <a href="https://github.com/fisker"><code>@​fisker</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/18351">prettier/prettier#18351</a></li> <li>Preserve quote for embedded HTML attribute values by <a href="https://github.com/kovsu"><code>@​kovsu</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/18352">prettier/prettier#18352</a></li> <li>Fix comment in empty type literal by <a href="https://github.com/fisker"><code>@​fisker</code></a> in <a href="https://redirect.github.com/prettier/prettier/pull/18364">prettier/prettier#18364</a></li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#372">Changelog</a></p> <h2>3.7.1</h2> <ul> <li>Fix performance regression in doc printer (<a href="https://redirect.github.com/prettier/prettier/pull/18342">#18342</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</li> </ul> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#371">Changelog</a></p> <h2>3.7.0</h2> <p><a href="https://github.com/prettier/prettier/compare/3.6.2...3.7.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2025/11/27/3.7.0">Release note</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.7.4</h1> <p><a href="https://github.com/prettier/prettier/compare/3.7.3...3.7.4">diff</a></p> <h4>LWC: Avoid quote around interpolations (<a href="https://redirect.github.com/prettier/prettier/pull/18383">#18383</a> by <a href="https://github.com/kovsu"><code>@​kovsu</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="html"><code>&lt;!-- Input --&gt; &lt;div foo={bar}&gt; &lt;/div&gt; <p>&lt;!-- Prettier 3.7.3 (--embedded-language-formatting off) --&gt; &lt;div foo=&quot;{bar}&quot;&gt;&lt;/div&gt;</p> <p>&lt;!-- Prettier 3.7.4 (--embedded-language-formatting off) --&gt; &lt;div foo={bar}&gt;&lt;/div&gt; </code></pre></p> <h4>TypeScript: Fix comment inside union type gets duplicated (<a href="https://redirect.github.com/prettier/prettier/pull/18393">#18393</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="tsx"><code>// Input type Foo = (/** comment */ a | b) | c; <p>// Prettier 3.7.3 type Foo = /** comment <em>/ (/</em>* comment */ a | b) | c;</p> <p>// Prettier 3.7.4 type Foo = /** comment */ (a | b) | c; </code></pre></p> <h4>TypeScript: Fix unstable comment print in union type comments (<a href="https://redirect.github.com/prettier/prettier/pull/18395">#18395</a> by <a href="https://github.com/fisker"><code>@​fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="tsx"><code>// Input type X = (A | B) &amp; ( // comment A | B ); <p>// Prettier 3.7.3 (first format) type X = (A | B) &amp; (// comment A | B);</p> <p>// Prettier 3.7.3 (second format) type X = ( | A &lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/7848357af654883e21ed05c0bbbedf89ee88750e"><code>7848357</code></a> Release 3.7.4</li> <li><a href="https://github.com/prettier/prettier/commit/7686c59d512177707711cb327196d4a965411ec0"><code>7686c59</code></a> Release <code>@​prettier/plugin-hermes</code> &amp; <code>@​prettier/plugin-oxc</code> v0.1.3</li> <li><a href="https://github.com/prettier/prettier/commit/fe494348a027cb9fcefd2cab9cd7ab1190d74a1c"><code>fe49434</code></a> Remove dead code checking union/intersection types length (<a href="https://redirect.github.com/prettier/prettier/issues/18396">#18396</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/ca02b37489870d5f5996a7f91cbc4e4983fa9729"><code>ca02b37</code></a> Fix unstable comment print (<a href="https://redirect.github.com/prettier/prettier/issues/18395">#18395</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/7efb988c6784997685f38766b93a436ef7456974"><code>7efb988</code></a> Fix comment in union type get duplicated (<a href="https://redirect.github.com/prettier/prettier/issues/18393">#18393</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/cfa92c1b6dc6a67f7ac13b801e2f827953721af3"><code>cfa92c1</code></a> Update dependency <code>@​angular/compiler</code> to v21.0.2 (<a href="https://redirect.github.com/prettier/prettier/issues/18392">#18392</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/1de273770b052749f735987c5733c862217b991d"><code>1de2737</code></a> Update dependency yaml to v2.8.2 (<a href="https://redirect.github.com/prettier/prettier/issues/18391">#18391</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/706aa4ef90dbf3804595b10adffad6b75228fea6"><code>706aa4e</code></a> Switch js parse postprocess to <code>onEnter</code> (<a href="https://redirect.github.com/prettier/prettier/issues/18382">#18382</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/d3eb2b2d081f4b5b1008e64655ce7cc8fefd731e"><code>d3eb2b2</code></a> Reuse arrays in visitor keys (<a href="https://redirect.github.com/prettier/prettier/issues/18386">#18386</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/c45fef106ec4d1efdcd61a64c3dd3298272b3d99"><code>c45fef1</code></a> Fix LWC attribute with <code>--embedded-language-formatting off</code> (<a href="https://redirect.github.com/prettier/prettier/issues/18383">#18383</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.6.2...3.7.4">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 prettier since your current version.</p> </details> <br /> Updates `tsdown` from 0.15.12 to 0.18.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rolldown/tsdown/releases">tsdown's releases</a>.</em></p> <blockquote> <h2>v0.18.4</h2> <h3>   🚀 Features</h3> <ul> <li>Export <code>mergeConfig</code>  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/ccd17b1"><!-- raw HTML omitted -->(ccd17)<!-- raw HTML omitted --></a></li> <li>Warn deprecated <code>removeNodeProtocol</code>  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/90cd66b"><!-- raw HTML omitted -->(90cd6)<!-- raw HTML omitted --></a></li> <li><strong>css</strong>: Add CSS code splitting support  -  by <a href="https://github.com/jinghaihan"><code>@​jinghaihan</code></a> and <a href="https://github.com/sxzz"><code>@​sxzz</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/654">rolldown/tsdown#654</a> <a href="https://github.com/rolldown/tsdown/commit/0525f30"><!-- raw HTML omitted -->(0525f)<!-- raw HTML omitted --></a></li> <li><strong>entry</strong>: Support multiple patterns with same base  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/cee1bfc"><!-- raw HTML omitted -->(cee1b)<!-- raw HTML omitted --></a></li> <li><strong>exports</strong>: Add <code>packageJson</code> option  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/6d22027"><!-- raw HTML omitted -->(6d220)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/rolldown/tsdown/compare/v0.18.3...v0.18.4">View changes on GitHub</a></h5> <h2>v0.18.3</h2> <h3>   🚀 Features</h3> <ul> <li>Upgrade rolldown to 1.0.0-beta.57  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/525c0b6"><!-- raw HTML omitted -->(525c0)<!-- raw HTML omitted --></a></li> <li>Add <code>envFile</code> &amp; <code>envPrefix</code> option  -  by <a href="https://github.com/toto6038"><code>@​toto6038</code></a> and <a href="https://github.com/sxzz"><code>@​sxzz</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/664">rolldown/tsdown#664</a> <a href="https://github.com/rolldown/tsdown/commit/d549334"><!-- raw HTML omitted -->(d5493)<!-- raw HTML omitted --></a></li> <li><strong>attw</strong>: Add <code>ignoreRules</code> option to filter specified rule  -  by <a href="https://github.com/zyyv"><code>@​zyyv</code></a> and <strong>Copilot</strong> in <a href="https://redirect.github.com/rolldown/tsdown/issues/665">rolldown/tsdown#665</a> <a href="https://github.com/rolldown/tsdown/commit/450b069"><!-- raw HTML omitted -->(450b0)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Inline <code>PackageJson</code> type  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/dfc43c7"><!-- raw HTML omitted -->(dfc43)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/rolldown/tsdown/compare/v0.18.2...v0.18.3">View changes on GitHub</a></h5> <h2>v0.18.2</h2> <h3>   🚀 Features</h3> <ul> <li>Support globs for <code>noExternal</code> / <code>inlineOnly</code> / <code>exports.exclude</code>  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> and <a href="https://github.com/TheAlexLichter"><code>@​TheAlexLichter</code></a> <a href="https://github.com/rolldown/tsdown/commit/84b68bb"><!-- raw HTML omitted -->(84b68)<!-- raw HTML omitted --></a></li> <li><strong>entry</strong>: Support glob negation patterns in object entry  -  by <a href="https://github.com/Doctor-wu"><code>@​Doctor-wu</code></a> and <a href="https://github.com/sxzz"><code>@​sxzz</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/662">rolldown/tsdown#662</a> <a href="https://github.com/rolldown/tsdown/commit/8ed1b9f"><!-- raw HTML omitted -->(8ed1b)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Preserve import cache for node_modules  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/426ab46"><!-- raw HTML omitted -->(426ab)<!-- raw HTML omitted --></a></li> <li><code>skipNodeModulesBundle</code> for monorepo  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/9a34fb4"><!-- raw HTML omitted -->(9a34f)<!-- raw HTML omitted --></a></li> <li><strong>attw</strong>: Show full entrypoint  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/c89c42e"><!-- raw HTML omitted -->(c89c4)<!-- raw HTML omitted --></a></li> <li><strong>clean</strong>: Remove dot files  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/0430b57"><!-- raw HTML omitted -->(0430b)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/rolldown/tsdown/compare/v0.18.1...v0.18.2">View changes on GitHub</a></h5> <h2>v0.18.1</h2> <h3>   🚀 Features</h3> <ul> <li>Support glob patterns in object entry  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/bcb7a62"><!-- raw HTML omitted -->(bcb7a)<!-- raw HTML omitted --></a></li> </ul> <pre lang="ts"><code>export default defineConfig({ entry: { '*': './src/*.ts', 'data-loaders': './src/data-loaders/entries/index.ts', 'data-loaders/*': './src/data-loaders/entries/!(index).ts', 'volar/*': './src/volar/entries/*.ts', &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rolldown/tsdown/commit/db8b388540aeac24729a2bca5e3341c6a893320d"><code>db8b388</code></a> chore: release v0.18.4</li> <li><a href="https://github.com/rolldown/tsdown/commit/c02c295e2e001943d5bd3c056428f81c1fed91be"><code>c02c295</code></a> chore: upgrade deps</li> <li><a href="https://github.com/rolldown/tsdown/commit/8e39982f8df9082920f42bc0f8d62c0d986ce3aa"><code>8e39982</code></a> docs: update pull request template</li> <li><a href="https://github.com/rolldown/tsdown/commit/cee1bfcc21bbd0d3b6a9a0939d971d6e0a837bbf"><code>cee1bfc</code></a> feat(entry): support multiple patterns with same base</li> <li><a href="https://github.com/rolldown/tsdown/commit/90cd66bb4ecdafbc5e1dc05cfb33be2ed85e7346"><code>90cd66b</code></a> feat: warn deprecated <code>removeNodeProtocol</code></li> <li><a href="https://github.com/rolldown/tsdown/commit/78479025e1431feec11574c07a9a6e9d2b930e2f"><code>7847902</code></a> refactor: support <code>resolvePaths</code> for publint &amp; attw</li> <li><a href="https://github.com/rolldown/tsdown/commit/ccd17b178027b8fd8a4fb301cdac4926eda5bc4f"><code>ccd17b1</code></a> feat: export <code>mergeConfig</code></li> <li><a href="https://github.com/rolldown/tsdown/commit/628edec5313566f2840f0417824bcba0757173b6"><code>628edec</code></a> test: add failing test case for shared CSS imports (<a href="https://redirect.github.com/rolldown/tsdown/issues/669">#669</a>)</li> <li><a href="https://github.com/rolldown/tsdown/commit/88aa9d05fe80aa46d5e8b1a9e2e908f14701da05"><code>88aa9d0</code></a> chore(deps): update all non-major dependencies (<a href="https://redirect.github.com/rolldown/tsdown/issues/622">#622</a>)</li> <li><a href="https://github.com/rolldown/tsdown/commit/0525f30d03d63812db9a8aecf23eedb18778c367"><code>0525f30</code></a> feat(css): add CSS code splitting support (<a href="https://redirect.github.com/rolldown/tsdown/issues/654">#654</a>)</li> <li>Additional commits viewable in <a href="https://github.com/rolldown/tsdown/compare/v0.15.12...v0.18.4">compare view</a></li> </ul> </details> <br /> Updates `tsx` from 4.20.6 to 4.21.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/privatenumber/tsx/releases">tsx's releases</a>.</em></p> <blockquote> <h2>v4.21.0</h2> <h1><a href="https://github.com/privatenumber/tsx/compare/v4.20.6...v4.21.0">4.21.0</a> (2025-11-30)</h1> <h3>Features</h3> <ul> <li>upgrade esbuild (<a href="https://redirect.github.com/privatenumber/tsx/issues/748">#748</a>) (<a href="https://github.com/privatenumber/ts... _Description has been truncated_ --- <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:12 -05:00
yindo closed this issue 2026-02-16 06:17:12 -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#115