Skip to content

chore(deps): update dependency @langchain/langgraph to v1.2.7#14107

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/langchain-langgraph-1.x-lockfile
Open

chore(deps): update dependency @langchain/langgraph to v1.2.7#14107
renovate[bot] wants to merge 1 commit intomainfrom
renovate/langchain-langgraph-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 3, 2026

This PR contains the following updates:

Package Change Age Confidence
@langchain/langgraph (source) 1.2.01.2.7 age confidence

Release Notes

langchain-ai/langgraphjs (@​langchain/langgraph)

v1.2.7

Compare Source

Patch Changes

v1.2.6

Compare Source

Patch Changes
  • #​2241 6ee23e8 Thanks @​pawel-twardziak! - feat: add browser support for interrupt, writer, and other Node-only exports

    Export interrupt, writer, pushMessage, getStore, getWriter, getConfig, getPreviousState, getCurrentTaskInput from web.ts and add a "browser" condition to the "." package export so browser bundlers resolve to web.js instead of pulling in node:async_hooks.

  • #​2245 77af976 Thanks @​hntrl! - revert abort signal change that was causing problematic errors

  • #​2242 bdcf290 Thanks @​hntrl! - clean up resolved checkpointer promises to reduce memory retention

  • Updated dependencies [88726df, 7dfcbff]:

v1.2.5

Compare Source

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]:

v1.2.4

Compare Source

Patch Changes

v1.2.3

Patch Changes

v1.2.2

Patch Changes

v1.2.1

Compare Source

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()

Configuration

📅 Schedule: Branch creation - Between 05:00 AM and 05:59 AM, between day 1 and 7 of the month, and on Friday ( * 5 1-7 * 5 ) in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@tigent tigent bot added the maintenance CI, internal documentation, automations, etc label Apr 3, 2026
@renovate renovate bot force-pushed the renovate/langchain-langgraph-1.x-lockfile branch from 2b60e83 to 5695dc4 Compare April 4, 2026 05:32
@renovate renovate bot changed the title chore(deps): update dependency @langchain/langgraph to v1.2.6 chore(deps): update dependency @langchain/langgraph to v1.2.7 Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance CI, internal documentation, automations, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants