chore(deps): bump the langgraph group across 1 directory with 2 updates - #269
Merged
Merged
Conversation
Bumps the langgraph group with 2 updates in the / directory: [@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core) and [@langchain/langgraph-checkpoint-sqlite](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/checkpoint-sqlite). Updates `@langchain/langgraph` from 1.3.7 to 1.4.2 - [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.4.2/libs/langgraph-core) Updates `@langchain/langgraph-checkpoint-sqlite` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/langchain-ai/langgraphjs/releases) - [Changelog](https://github.com/langchain-ai/langgraphjs/blob/main/libs/checkpoint-sqlite/CHANGELOG.md) - [Commits](https://github.com/langchain-ai/langgraphjs/commits/@langchain/langgraph-checkpoint-sqlite@1.0.3/libs/checkpoint-sqlite) --- updated-dependencies: - dependency-name: "@langchain/langgraph" dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: langgraph - dependency-name: "@langchain/langgraph-checkpoint-sqlite" dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: langgraph ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/langgraph-e8dd8e92b8
branch
from
June 15, 2026 22:40
a4c6434 to
7a36d02
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.
Bumps the langgraph group with 2 updates in the / directory: @langchain/langgraph and @langchain/langgraph-checkpoint-sqlite.
Updates
@langchain/langgraphfrom 1.3.7 to 1.4.2Release notes
Sourced from @langchain/langgraph's releases.
... (truncated)
Changelog
Sourced from @langchain/langgraph's changelog.
... (truncated)
Commits
957cac4chore: version packages (#2526)9e114e5chore(deps): remove uuid dependency in favor of embedded uuid in core (#2527)34a0125chore: version packages (#2524)2da5c33fix(langgraph): validate Zod state updates from nodes (#2520)ef04db3docs: document first-class graph-state access for ToolNode tools (#2511)39df14bchore: version packages (#2513)4096933fix(core): add RemoteGraph v3 streaming support (#2444)01c67dffix(core): replay bug, direct to subgraphs (#2179)a8e7659feat(core): DeltaChannel + writes-history saver API (#2452)d12d269feat(langgraph): cooperative graph drain via RunControl (#2449)Updates
@langchain/langgraph-checkpoint-sqlitefrom 1.0.2 to 1.0.3Release notes
Sourced from @langchain/langgraph-checkpoint-sqlite's releases.
Changelog
Sourced from @langchain/langgraph-checkpoint-sqlite's changelog.
Commits
39df14bchore: version packages (#2513)f6a6d26fix(langgraph-checkpoint-sqlite): honor WRITES_IDX_MAP for special channels i...