Skip to content

Migrate to Yarn 4 #1140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

This file was deleted.

873 changes: 0 additions & 873 deletions .yarn/releases/yarn-3.5.1.cjs

This file was deleted.

948 changes: 948 additions & 0 deletions .yarn/releases/yarn-4.9.1.cjs

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.5.1.cjs
yarnPath: .yarn/releases/yarn-4.9.1.cjs
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Full example: `yarn release @langchain/langgraph --bump-deps --tag beta`.
This project uses the following tools, which are worth getting familiar
with if you plan to contribute:

- **[yarn](https://yarnpkg.com/) (v3.4.1)** - dependency management
- **[yarn](https://yarnpkg.com/) (v4.9.1)** - dependency management
- **[eslint](https://eslint.org/)** - enforcing standard lint rules
- **[prettier](https://prettier.io/)** - enforcing standard code formatting
- **[jest](https://jestjs.io/)** - testing code
Expand Down
2 changes: 1 addition & 1 deletion libs/checkpoint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@
"index.d.ts",
"index.d.cts"
]
}
}
2 changes: 1 addition & 1 deletion libs/langgraph-supervisor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@
"resolutions": {
"typescript": "4.9.5"
}
}
}
2 changes: 1 addition & 1 deletion libs/langgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@
"zod/schema.d.ts",
"zod/schema.d.cts"
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"description": "LangGraph",
"type": "module",
"packageManager": "yarn@3.5.1",
"packageManager": "yarn@4.9.1",
"engines": {
"node": ">=18"
},
Expand Down
8,764 changes: 4,554 additions & 4,210 deletions yarn.lock

Large diffs are not rendered by default.