mirror of
https://github.com/Kuingsmile/word-GPT-Plus.git
synced 2026-04-25 16:25:49 +03:00
[PR #144] [CLOSED] Update dependency @langchain/langgraph to v1.1.2 - autoclosed #130
Labels
No labels
bug
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/word-GPT-Plus#130
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Kuingsmile/word-GPT-Plus/pull/144
Author: @renovate[bot]
Created: 1/9/2026
Status: ❌ Closed
Base:
master← Head:renovate/langchain-langgraph-1.x-lockfile📝 Commits (1)
e4d7cebUpdate dependency @langchain/langgraph to v1.1.2📊 Changes
1 file changed (+45 additions, -32 deletions)
View changed files
📝
yarn.lock(+45 -32)📄 Description
This PR contains the following updates:
1.0.7→1.1.2Release Notes
langchain-ai/langgraphjs (@langchain/langgraph)
v1.1.2Compare Source
Patch Changes
#1914
e60ec1bThanks @hntrl! - fix ConditionalEdgeRouter type rejection#1916
9f34c8cThanks @hntrl! - Add unified schema support forStateGraphconstructorAnnotationRoot, Zod schemas, andStateSchemafor state, input, and output definitions{ input, output }only pattern where state is inferred from input schemaaddNodeoptionsstateSchemaproperty in favor ofstateStateGraphInittype#1918
cc12263Thanks @hntrl! - Add type bag pattern forGraphNodeandConditionalEdgeRoutertype utilities.New types:
GraphNodeTypes<InputSchema, OutputSchema, ContextSchema, Nodes>- Type bag interface for GraphNodeGraphNodeReturnValue<Update, Nodes>- Return type helper for node functionsConditionalEdgeRouterTypes<InputSchema, ContextSchema, Nodes>- Type bag interface for ConditionalEdgeRouterUsage:
Both
GraphNodeandConditionalEdgeRouternow support two patterns:Single schema (backward compatible):
Type bag pattern (new):
The type bag pattern enables nodes that receive a subset of state fields and return different fields, with full type safety.
v1.1.1Compare Source
Patch Changes
#1912
4b2e448Thanks @hntrl! - fix StateSchema/ReducedValue type inferenceUpdated dependencies [
98c0f26,a3669be]:v1.1.0Compare Source
Minor Changes
#1852
2ea3128Thanks @hntrl! - feat: add type utilities for authoring graph nodes and conditional edgesNew exported type utilities for improved TypeScript ergonomics:
ExtractStateType<Schema>- Extract the State type from any supported schema (StateSchema, AnnotationRoot, or Zod object)ExtractUpdateType<Schema>- Extract the Update type (partial state for node returns) from any supported schemaGraphNode<Schema, Context?, Nodes?>- Strongly-typed utility for defining graph node functions with full inference for state, runtime context, and optional type-safe routing via CommandConditionalEdgeRouter<Schema, Context?, Nodes?>- Type for conditional edge routing functions passed toaddConditionalEdgesThese utilities enable defining nodes outside the StateGraph builder while maintaining full type safety:
#1842
7ddf854Thanks @hntrl! - feat:StateSchema,ReducedValue, andUntrackedValueStateSchema provides a new API for defining graph state that works with any Standard Schema-compliant validation library (Zod, Valibot, ArkType, and others).
Standard Schema support
LangGraph now supports Standard Schema, an open specification implemented by Zod 4, Valibot, ArkType, and other schema libraries. This means you can use your preferred validation library without lock-in:
New exports
StateSchema- Define state with any Standard Schema-compliant libraryReducedValue- Define fields with custom reducer functions for accumulating stateUntrackedValue- Define transient fields that are not persisted to checkpointsMessagesValue- Pre-built message list channel with add/remove semanticsPatch Changes
#1901
6d8f3edThanks @dqbd! - Perform reference equality check on reducers before throwing "Channel already exists with a different type" errorUpdated dependencies [
5629d46,78743d6]:v1.0.15Compare Source
Patch Changes
344b2d2,84a636e,2b9f3ee]:v1.0.14Compare Source
Patch Changes
#1862
e7aeffeThanks @dqbd! - retry release: improved Zod interopUpdated dependencies [
e7aeffe]:v1.0.13Compare Source
Patch Changes
#1856
a9fa28bThanks @christian-bromann! - retry release: improved Zod interopUpdated dependencies [
a9fa28b]:v1.0.12Compare Source
Patch Changes
#1853
a84c1ffThanks @christian-bromann! - retry release: improved Zod interopUpdated dependencies [
a84c1ff]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.