Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

chore(deps): bump @langchain/langgraph from 1.1.4 to 1.2.5#381

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/langchain/langgraph-1.2.5
Closed

chore(deps): bump @langchain/langgraph from 1.1.4 to 1.2.5#381
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/langchain/langgraph-1.2.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Copy link
Copy Markdown

Bumps @langchain/langgraph from 1.1.4 to 1.2.5.

Release notes

Sourced from @​langchain/langgraph's releases.

@​langchain/langgraph@​1.2.5

Patch Changes

  • #2213 a09932a Thanks @​hntrl! - fix(core): prevent AbortSignal listener leak in stream() and streamEvents()

    Pregel.stream() and streamEvents() called combineAbortSignals() but discarded the dispose function, leaking one abort listener on the caller's signal per invocation. Over many invocations this caused unbounded memory growth as each leaked listener retained references to its associated graph execution state.

    • Use AbortSignal.any() on Node 20+ which handles listener lifecycle automatically via GC
    • Fall back to manual listener management on Node 18, with proper dispose() called when the stream completes or is cancelled
  • #2210 4d2e948 Thanks @​jackjin1997! - Fix AnyValue.update() returning false instead of true when values are received, aligning with all other channel implementations.

  • Updated dependencies [414a7ad]:

    • @​langchain/langgraph-sdk@​1.8.0

@​langchain/langgraph@​1.2.4

Patch Changes

@​langchain/langgraph@​1.2.3

Patch Changes

@​langchain/langgraph@​1.2.1

Patch Changes

  • #2024 b1272bd Thanks @​hntrl! - fix: add explicit : symbol type annotations for cross-version compatibility

    TypeScript infers unique symbol type when Symbol.for() is used without an explicit type annotation, causing type incompatibility when multiple versions of the same package are present in a dependency tree. By adding explicit : symbol annotations, all declarations now use the general symbol type, making them compatible across versions while maintaining identical runtime behavior.

    Changes:

    • Added : symbol to COMMAND_SYMBOL (used on CommandInstance class)
    • Added : symbol to REDUCED_VALUE_SYMBOL (exported, used on ReducedValue class)
    • Added : symbol to UNTRACKED_VALUE_SYMBOL (exported, used on UntrackedValue class)
    • Fixed TypeScript indexing error by using Record<symbol, unknown> type assertion in ReducedValue.isInstance()

@​langchain/langgraph-checkpoint-mongodb@​1.2.0

Minor Changes

  • #1991 38db67f Thanks @​vanb! - Add optional enableTimestamps parameter to MongoDBSaver that sets an upserted_at date via MongoDB's $currentDate operator on every upsert. Useful for MongoDB TTL indexes, auditing, or debugging.

... (truncated)

Changelog

Sourced from @​langchain/langgraph's changelog.

1.2.5

Patch Changes

  • #2213 a09932a Thanks @​hntrl! - fix(core): prevent AbortSignal listener leak in stream() and streamEvents()

    Pregel.stream() and streamEvents() called combineAbortSignals() but discarded the dispose function, leaking one abort listener on the caller's signal per invocation. Over many invocations this caused unbounded memory growth as each leaked listener retained references to its associated graph execution state.

    • Use AbortSignal.any() on Node 20+ which handles listener lifecycle automatically via GC
    • Fall back to manual listener management on Node 18, with proper dispose() called when the stream completes or is cancelled
  • #2210 4d2e948 Thanks @​jackjin1997! - Fix AnyValue.update() returning false instead of true when values are received, aligning with all other channel implementations.

  • Updated dependencies [414a7ad]:

    • @​langchain/langgraph-sdk@​1.8.0

1.2.4

Patch Changes

1.2.3

Patch Changes

1.2.2

Patch Changes

  • Updated dependencies [e051ef6]:
    • @​langchain/langgraph-sdk@​1.7.0

1.2.1

Patch Changes

  • #2024 b1272bd Thanks @​hntrl! - fix: add explicit : symbol type annotations for cross-version compatibility

    TypeScript infers unique symbol type when Symbol.for() is used without an explicit type annotation, causing type incompatibility when multiple versions of the same package are present in a dependency tree. By adding explicit : symbol annotations, all declarations now use the general symbol type, making them compatible across versions while maintaining identical runtime behavior.

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core) from 1.1.4 to 1.2.5.
- [Release notes](https://github.com/langchain-ai/langgraphjs/releases)
- [Changelog](https://github.com/langchain-ai/langgraphjs/blob/main/libs/langgraph-core/CHANGELOG.md)
- [Commits](https://github.com/langchain-ai/langgraphjs/commits/@langchain/langgraph@1.2.5/libs/langgraph-core)

---
updated-dependencies:
- dependency-name: "@langchain/langgraph"
  dependency-version: 1.2.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Mar 23, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@olasunkanmi-SE olasunkanmi-SE deleted the dependabot/npm_and_yarn/langchain/langgraph-1.2.5 branch March 23, 2026 07:42
@dependabot @github

dependabot Bot commented on behalf of github Mar 23, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant