[PR #1310] [MERGED] chore(deps): migrate to Yarn v4 #1368

Closed
opened 2026-02-15 20:15:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1310
Author: @dqbd
Created: 6/25/2025
Status: Merged
Merged: 6/25/2025
Merged by: @dqbd

Base: mainHead: dqbd/yarn-4


📝 Commits (5)

📊 Changes

14 files changed (+5212 additions, -5091 deletions)

View changed files

.yarn/plugins/@yarnpkg/plugin-typescript.cjs (+0 -9)
.yarn/releases/yarn-3.5.1.cjs (+0 -873)
.yarn/releases/yarn-4.9.2.cjs (+942 -0)
📝 .yarnrc.yml (+5 -5)
📝 CONTRIBUTING.md (+1 -1)
📝 environment_tests/scripts/docker-ci-entrypoint.sh (+0 -1)
📝 libs/checkpoint-validation/package.json (+2 -2)
📝 libs/checkpoint-validation/src/tests/mongodb_initializer.ts (+1 -0)
📝 libs/checkpoint-validation/src/tests/postgres_initializer.ts (+1 -0)
📝 libs/checkpoint/package.json (+1 -1)
📝 libs/langgraph-supervisor/package.json (+1 -1)
📝 libs/langgraph/package.json (+1 -1)
📝 package.json (+1 -1)
📝 yarn.lock (+4256 -4196)

📄 Description

Supersedes #1140

Split out the change updating lockfile to ensure correct migration.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/1310 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 6/25/2025 **Status:** ✅ Merged **Merged:** 6/25/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/yarn-4` --- ### 📝 Commits (5) - [`ec26814`](https://github.com/langchain-ai/langgraphjs/commit/ec26814fbcbd734c99c561dd80809b47ef54a986) Migrate to Yarn v4 - [`bf4f575`](https://github.com/langchain-ai/langgraphjs/commit/bf4f5759bc994982622a00dfd9d0ad09a6d3afbd) Bump to Yarn 4.9.2 - [`e2fa8dc`](https://github.com/langchain-ai/langgraphjs/commit/e2fa8dc7fef03db11906bd96db2b6f7539c16ca7) Migrate lockfile - [`3568bf8`](https://github.com/langchain-ai/langgraphjs/commit/3568bf81af317fc0269e26ecccf5dafb89c0c3f4) Fix invalid resolution - [`1aee4fe`](https://github.com/langchain-ai/langgraphjs/commit/1aee4fe1229acca095602ec740326c896594e019) Fix env tests ### 📊 Changes **14 files changed** (+5212 additions, -5091 deletions) <details> <summary>View changed files</summary> ➖ `.yarn/plugins/@yarnpkg/plugin-typescript.cjs` (+0 -9) ➖ `.yarn/releases/yarn-3.5.1.cjs` (+0 -873) ➕ `.yarn/releases/yarn-4.9.2.cjs` (+942 -0) 📝 `.yarnrc.yml` (+5 -5) 📝 `CONTRIBUTING.md` (+1 -1) 📝 `environment_tests/scripts/docker-ci-entrypoint.sh` (+0 -1) 📝 `libs/checkpoint-validation/package.json` (+2 -2) 📝 `libs/checkpoint-validation/src/tests/mongodb_initializer.ts` (+1 -0) 📝 `libs/checkpoint-validation/src/tests/postgres_initializer.ts` (+1 -0) 📝 `libs/checkpoint/package.json` (+1 -1) 📝 `libs/langgraph-supervisor/package.json` (+1 -1) 📝 `libs/langgraph/package.json` (+1 -1) 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+4256 -4196) </details> ### 📄 Description Supersedes #1140 Split out the change updating lockfile to ensure correct migration. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:28 -05:00
yindo closed this issue 2026-02-15 20:15:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1368