Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 24, 2024

This PR contains the following updates:

Package Change Age Confidence
@langchain/langgraph 0.2.74 -> 0.4.9 age confidence

Release Notes

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

v0.4.9

Compare Source

v0.4.8

Compare Source

v0.4.7

Compare Source

v0.4.6

Compare Source

v0.4.5

Compare Source

v0.4.4

Compare Source

v0.4.3

Compare Source

v0.4.2

Compare Source

v0.4.1

Compare Source

v0.4.0

Compare Source

v0.3.12

Compare Source

v0.3.11

Compare Source

v0.3.10

Compare Source

v0.3.9

Compare Source

v0.3.8

Compare Source

v0.3.7

Compare Source

v0.3.6

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langgraphjs@0.3.4...0.3.6

v0.3.5

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langgraphjs@0.3.4...0.3.5

v0.3.4

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langgraphjs@0.3.3...0.3.4

v0.3.3

Compare Source

What's Changed

Full Changelog: langchain-ai/langgraphjs@0.3.2...0.3.3

v0.3.2

Compare Source

What's Changed

Highlights

You can now use zod 4 schemas to describe your graph state! 💎

import { z } from "zod/v4";
import { StateGraph } from "@​langchain/langgraph";
import { registry as langgraphMeta } from "@​langchain/langgraph/zod";

const StateSchema = z.object({
  exampleList: z.array(z.number())
    .register(langgraphMeta, {
      reducer: {
        schema: z.number(),
        fn: (a, b) => a.concat([b])
     },
     default: () => [],
   }),
});

const graph = new StateGraph(StateSchema)
  ...

Full Changelog: langchain-ai/langgraphjs@0.3.1...0.3.2

v0.3.1

Compare Source

What's Changed

Full Changelog: langchain-ai/langgraphjs@0.3.0...0.3.1

v0.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: langchain-ai/langgraphjs@0.2.74...0.3.0


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.


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

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

@renovate renovate bot requested a review from a team as a code owner December 24, 2024 02:22
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from dab0957 to 01b5e06 Compare December 24, 2024 22:33
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.2.34 fix(deps): update dependency @langchain/langgraph to v0.2.36 Dec 24, 2024
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.2.36 fix(deps): update dependency @langchain/langgraph to v0.2.37 Dec 30, 2024
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch 2 times, most recently from 44e4c29 to 0d2ed2c Compare December 31, 2024 00:13
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.2.37 fix(deps): update dependency @langchain/langgraph to v0.2.38 Dec 31, 2024
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from 0d2ed2c to fb9d4a9 Compare January 5, 2025 06:42
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.2.38 fix(deps): update dependency @langchain/langgraph to v0.2.39 Jan 5, 2025
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.2.39 fix(deps): update dependency @langchain/langgraph to v0.2.40 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch 2 times, most recently from 204cc2b to fd44437 Compare January 19, 2025 09:29
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.2.40 fix(deps): update dependency @langchain/langgraph to v0.2.41 Jan 19, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from fd44437 to 0850fbd Compare January 29, 2025 12:38
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.2.41 fix(deps): update dependency @langchain/langgraph to v0.2.42 Jan 29, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from 0850fbd to 6884813 Compare January 29, 2025 18:30
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.2.42 fix(deps): update dependency @langchain/langgraph to v0.2.43 Jan 29, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from 6884813 to ec0a8bc Compare January 30, 2025 05:03
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.2.43 fix(deps): update dependency @langchain/langgraph to v0.2.44 Jan 30, 2025
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.2.44 fix(deps): update dependency @langchain/langgraph to v0.2.45 Feb 6, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch 2 times, most recently from d9786e6 to 9a8d90a Compare February 12, 2025 02:28
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.2.45 fix(deps): update dependency @langchain/langgraph to v0.2.46 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from 9a8d90a to b5bc3b8 Compare February 21, 2025 10:57
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.2.46 fix(deps): update dependency @langchain/langgraph to v0.2.47 Feb 21, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from b5bc3b8 to f872c11 Compare February 21, 2025 23:25
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.2.47 fix(deps): update dependency @langchain/langgraph to v0.2.48 Feb 21, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from f872c11 to ca2f5ee Compare February 25, 2025 02:56
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.2.48 fix(deps): update dependency @langchain/langgraph to v0.2.49 Feb 25, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from ca2f5ee to 5b915c7 Compare February 28, 2025 15:25
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.3.10 fix(deps): update dependency @langchain/langgraph to v0.3.11 Jul 21, 2025
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.3.11 fix(deps): update dependency @langchain/langgraph to v0.3.12 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch 2 times, most recently from 4405f4d to cbe0b67 Compare July 28, 2025 20:25
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.3.12 fix(deps): update dependency @langchain/langgraph to v0.4.0 Jul 28, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from cbe0b67 to ffde844 Compare July 31, 2025 05:38
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.4.0 fix(deps): update dependency @langchain/langgraph to v0.4.1 Jul 31, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from ffde844 to 5510bd8 Compare August 1, 2025 19:40
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.4.1 fix(deps): update dependency @langchain/langgraph to v0.4.2 Aug 1, 2025
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.4.2 fix(deps): update dependency @langchain/langgraph to v0.4.3 Aug 6, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch 2 times, most recently from f50c9ae to 68b7df0 Compare August 11, 2025 18:29
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.4.3 fix(deps): update dependency @langchain/langgraph to v0.4.4 Aug 11, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from 68b7df0 to dc18867 Compare August 15, 2025 00:38
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.4.4 fix(deps): update dependency @langchain/langgraph to v0.4.5 Aug 15, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from dc18867 to 15220df Compare August 19, 2025 23:45
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.4.5 fix(deps): update dependency @langchain/langgraph to v0.4.6 Aug 19, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from 15220df to a461b53 Compare August 27, 2025 17:12
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.4.6 fix(deps): update dependency @langchain/langgraph to v0.4.7 Aug 27, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from a461b53 to 0cfd35d Compare August 31, 2025 10:15
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.4.7 fix(deps): update dependency @langchain/langgraph to v0.4.8 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from 0cfd35d to 330aea5 Compare September 2, 2025 13:35
@renovate renovate bot changed the title fix(deps): update dependency @langchain/langgraph to v0.4.8 fix(deps): update dependency @langchain/langgraph to v0.4.9 Sep 2, 2025
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch 2 times, most recently from 918be9e to 47a54da Compare September 25, 2025 14:35
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from 47a54da to 531a1ca Compare October 23, 2025 06:35
@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from 531a1ca to 370b24a Compare November 11, 2025 01:31
@renovate
Copy link
Contributor Author

renovate bot commented Nov 18, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
! Corepack is about to download https://repo.yarnpkg.com/4.11.0/packages/yarnpkg-cli/bin/yarn.js
/opt/containerbase/tools/corepack/0.34.4/22.21.1/node_modules/corepack/dist/lib/corepack.cjs:22053
    throw new Error(
          ^

Error: Server answered with HTTP 500 when performing the request to https://repo.yarnpkg.com/4.11.0/packages/yarnpkg-cli/bin/yarn.js; for troubleshooting help, see https://github.com/nodejs/corepack#troubleshooting
    at fetch (/opt/containerbase/tools/corepack/0.34.4/22.21.1/node_modules/corepack/dist/lib/corepack.cjs:22053:11)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
    at async fetchUrlStream (/opt/containerbase/tools/corepack/0.34.4/22.21.1/node_modules/corepack/dist/lib/corepack.cjs:22076:20)
    at async download (/opt/containerbase/tools/corepack/0.34.4/22.21.1/node_modules/corepack/dist/lib/corepack.cjs:22247:18)
    at async installVersion (/opt/containerbase/tools/corepack/0.34.4/22.21.1/node_modules/corepack/dist/lib/corepack.cjs:22343:55)
    at async Engine.ensurePackageManager (/opt/containerbase/tools/corepack/0.34.4/22.21.1/node_modules/corepack/dist/lib/corepack.cjs:22856:32)
    at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.34.4/22.21.1/node_modules/corepack/dist/lib/corepack.cjs:22967:25)
    at async Object.runMain (/opt/containerbase/tools/corepack/0.34.4/22.21.1/node_modules/corepack/dist/lib/corepack.cjs:23667:7)

Node.js v22.21.1

@renovate renovate bot force-pushed the renovate/langchain-langgraph-0.x branch from 370b24a to 8cc7961 Compare November 18, 2025 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants