[PR #1862] [MERGED] chore: replace yarn with pnpm #1789

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1862
Author: @dqbd
Created: 1/9/2026
Status: Merged
Merged: 1/9/2026
Merged by: @dqbd

Base: mainHead: dqbd/migrate-to-pnpm


📝 Commits (10+)

📊 Changes

50 files changed (+14528 additions, -15549 deletions)

View changed files

.changeset/retry-release-api.md (+5 -0)
.changeset/retry-release-checkpoint-validation.md (+5 -0)
.changeset/retry-release-core.md (+5 -0)
.changeset/retry-release-create-langgraph.md (+5 -0)
.changeset/retry-release-mongodb.md (+5 -0)
.changeset/retry-release-sdk.md (+5 -0)
📝 .github/workflows/ci.yml (+27 -16)
📝 .github/workflows/deploy_docs.yml (+6 -3)
📝 .github/workflows/release.yml (+8 -5)
📝 .github/workflows/test-exports.yml (+36 -22)
📝 .gitignore (+1 -0)
.yarn/releases/yarn-4.9.2.cjs (+0 -942)
.yarnrc.yml (+0 -13)
📝 CLAUDE.md (+6 -6)
📝 CONTRIBUTING.md (+16 -16)
📝 docs/package.json (+1 -1)
📝 examples/ui-react/package.json (+1 -1)
📝 internal/build/index.ts (+3 -6)
📝 internal/build/utils.ts (+13 -15)
📝 internal/environment_tests/docker-compose.yml (+0 -21)

...and 30 more files

📄 Description

No description provided


🔄 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/1862 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 1/9/2026 **Status:** ✅ Merged **Merged:** 1/9/2026 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/migrate-to-pnpm` --- ### 📝 Commits (10+) - [`c790ebf`](https://github.com/langchain-ai/langgraphjs/commit/c790ebf5ef77f25300894b1d39d11f5e2b6be203) chore: replace yarn with pnpm - [`20e389e`](https://github.com/langchain-ai/langgraphjs/commit/20e389ee85611ccda2b667fe9f1eea524e4cfcdd) Use PNPM in GHA - [`9e7d8d9`](https://github.com/langchain-ai/langgraphjs/commit/9e7d8d9a08e827eb626baf51f45c66253cc29559) Fix lockfile - [`b236a57`](https://github.com/langchain-ai/langgraphjs/commit/b236a5726120143ac383101c9d2b97620eea5dd3) Replace yarn with pnpm in build script - [`d02b34d`](https://github.com/langchain-ai/langgraphjs/commit/d02b34da3a5bfff1d42e8ac281fdd055d36497b0) Internal build script - [`5b00a15`](https://github.com/langchain-ai/langgraphjs/commit/5b00a15a43bbf85e5777b1e2ea0e106c154b3304) fix(ci): no need to set pnpm-version (#1863) - [`f3a2afa`](https://github.com/langchain-ai/langgraphjs/commit/f3a2afafc38f2b07512f19b18a8b883a29f50d76) Remove unused overrides - [`34b873c`](https://github.com/langchain-ai/langgraphjs/commit/34b873c70c5461a488b615423fe88695ab71e6d3) Upgrade to newer NodeJS - [`219e85e`](https://github.com/langchain-ai/langgraphjs/commit/219e85e8c9129f9f77461c9ce84be9c7b71efa50) Remove yarn.lock - [`d4b65ed`](https://github.com/langchain-ai/langgraphjs/commit/d4b65ed49f2c53d6fbd73413da532bc9bfcc2f30) Make sure we approve built deps ### 📊 Changes **50 files changed** (+14528 additions, -15549 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/retry-release-api.md` (+5 -0) ➕ `.changeset/retry-release-checkpoint-validation.md` (+5 -0) ➕ `.changeset/retry-release-core.md` (+5 -0) ➕ `.changeset/retry-release-create-langgraph.md` (+5 -0) ➕ `.changeset/retry-release-mongodb.md` (+5 -0) ➕ `.changeset/retry-release-sdk.md` (+5 -0) 📝 `.github/workflows/ci.yml` (+27 -16) 📝 `.github/workflows/deploy_docs.yml` (+6 -3) 📝 `.github/workflows/release.yml` (+8 -5) 📝 `.github/workflows/test-exports.yml` (+36 -22) 📝 `.gitignore` (+1 -0) ➖ `.yarn/releases/yarn-4.9.2.cjs` (+0 -942) ➖ `.yarnrc.yml` (+0 -13) 📝 `CLAUDE.md` (+6 -6) 📝 `CONTRIBUTING.md` (+16 -16) 📝 `docs/package.json` (+1 -1) 📝 `examples/ui-react/package.json` (+1 -1) 📝 `internal/build/index.ts` (+3 -6) 📝 `internal/build/utils.ts` (+13 -15) 📝 `internal/environment_tests/docker-compose.yml` (+0 -21) _...and 30 more files_ </details> ### 📄 Description _No description provided_ --- <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:16:51 -05:00
yindo closed this issue 2026-02-15 20:16:51 -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#1789