chore(deps): update dependency @langchain/langgraph to v1.2.7#14107
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency @langchain/langgraph to v1.2.7#14107renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
2b60e83 to
5695dc4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.2.0→1.2.7Release Notes
langchain-ai/langgraphjs (@langchain/langgraph)
v1.2.7Compare Source
Patch Changes
2b62610Thanks @christian-bromann! - feat(sdk): support for headless toolsv1.2.6Compare Source
Patch Changes
#2241
6ee23e8Thanks @pawel-twardziak! - feat: add browser support for interrupt, writer, and other Node-only exportsExport
interrupt,writer,pushMessage,getStore,getWriter,getConfig,getPreviousState,getCurrentTaskInputfromweb.tsand add a"browser"condition to the"."package export so browser bundlers resolve toweb.jsinstead of pulling innode:async_hooks.#2245
77af976Thanks @hntrl! - revert abort signal change that was causing problematic errors#2242
bdcf290Thanks @hntrl! - clean up resolved checkpointer promises to reduce memory retentionUpdated dependencies [
88726df,7dfcbff]:v1.2.5Compare Source
Patch Changes
#2213
a09932aThanks @hntrl! - fix(core): prevent AbortSignal listener leak in stream() and streamEvents()Pregel.stream()andstreamEvents()calledcombineAbortSignals()but discarded thedisposefunction, 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.AbortSignal.any()on Node 20+ which handles listener lifecycle automatically via GCdispose()called when the stream completes or is cancelled#2210
4d2e948Thanks @jackjin1997! - FixAnyValue.update()returningfalseinstead oftruewhen values are received, aligning with all other channel implementations.Updated dependencies [
414a7ad]:v1.2.4Compare Source
Patch Changes
fe4dd5bThanks @christian-bromann! - fix(sdk): fetch subagent historyUpdated dependencies [
fe4dd5b,fe4dd5b,fe4dd5b]:v1.2.3Patch Changes
#2176
ad48deeThanks @pawel-twardziak! - fix(state): merge jsonSchemaExtra in getInputJsonSchema()Updated dependencies [
8fec72a,a9ff2ef,a24bb55,b80076c,b6cfe55]:v1.2.2Patch Changes
e051ef6]:v1.2.1Compare Source
Patch Changes
#2024
b1272bdThanks @hntrl! - fix: add explicit: symboltype annotations for cross-version compatibilityTypeScript infers
unique symboltype 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: symbolannotations, all declarations now use the general symbol type, making them compatible across versions while maintaining identical runtime behavior.Changes:
: symboltoCOMMAND_SYMBOL(used on CommandInstance class): symboltoREDUCED_VALUE_SYMBOL(exported, used on ReducedValue class): symboltoUNTRACKED_VALUE_SYMBOL(exported, used on UntrackedValue class)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.
This PR was generated by Mend Renovate. View the repository job log.