[PR #79] [MERGED] chore: consolidate to yarn to prepare merge #75

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs-api/pull/79
Author: @dqbd
Created: 5/22/2025
Status: Merged
Merged: 5/22/2025
Merged by: @dqbd

Base: mainHead: dqbd/consolidate


📝 Commits (6)

📊 Changes

20 files changed (+4767 additions, -3052 deletions)

View changed files

📝 .github/workflows/ci.yml (+18 -39)
📝 .gitignore (+7 -1)
.yarn/plugins/@yarnpkg/plugin-typescript.cjs (+9 -0)
.yarn/releases/yarn-3.5.1.cjs (+873 -0)
.yarnrc.yml (+7 -0)
📝 CONTRIBUTING.md (+2 -2)
📝 README.md (+3 -3)
📝 libs/create-langgraph/package.json (+4 -6)
📝 libs/create-langgraph/scripts/build.mjs (+1 -1)
📝 libs/langgraph-api/package.json (+5 -2)
📝 libs/langgraph-api/scripts/build.mjs (+1 -1)
📝 libs/langgraph-api/scripts/test.mjs (+2 -2)
📝 libs/langgraph-cli/package.json (+7 -7)
📝 libs/langgraph-cli/scripts/build.mjs (+1 -1)
📝 libs/langgraph-ui/package.json (+7 -7)
📝 libs/langgraph-ui/scripts/build.mjs (+1 -1)
📝 package.json (+4 -1)
pnpm-lock.yaml (+0 -2976)
pnpm-workspace.yaml (+0 -2)
yarn.lock (+3815 -0)

📄 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-api/pull/79 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 5/22/2025 **Status:** ✅ Merged **Merged:** 5/22/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/consolidate` --- ### 📝 Commits (6) - [`bb32cb0`](https://github.com/langchain-ai/langgraphjs-api/commit/bb32cb0c95fcb4aee8fc10264e4b6c97253c5397) chore: consolidate to yarn to prepare merge - [`148c5c3`](https://github.com/langchain-ai/langgraphjs-api/commit/148c5c39adf7a40c8ca699beb20ca6b9ce45602b) Update CI - [`33afa99`](https://github.com/langchain-ai/langgraphjs-api/commit/33afa99159f6c3299ed9b30e75ff02a27de80479) Scope install - [`60fce0e`](https://github.com/langchain-ai/langgraphjs-api/commit/60fce0e9c60fd21b6a0d9f36e62ce83641c4ad82) Fix build - [`3166369`](https://github.com/langchain-ai/langgraphjs-api/commit/3166369f6dd00ab7b49843c4fb1bd1d615db4b32) Add missing devDeps - [`9fa2808`](https://github.com/langchain-ai/langgraphjs-api/commit/9fa28080fc82d8a7bf60721ab0ded165791dcdff) Yarn again ### 📊 Changes **20 files changed** (+4767 additions, -3052 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+18 -39) 📝 `.gitignore` (+7 -1) ➕ `.yarn/plugins/@yarnpkg/plugin-typescript.cjs` (+9 -0) ➕ `.yarn/releases/yarn-3.5.1.cjs` (+873 -0) ➕ `.yarnrc.yml` (+7 -0) 📝 `CONTRIBUTING.md` (+2 -2) 📝 `README.md` (+3 -3) 📝 `libs/create-langgraph/package.json` (+4 -6) 📝 `libs/create-langgraph/scripts/build.mjs` (+1 -1) 📝 `libs/langgraph-api/package.json` (+5 -2) 📝 `libs/langgraph-api/scripts/build.mjs` (+1 -1) 📝 `libs/langgraph-api/scripts/test.mjs` (+2 -2) 📝 `libs/langgraph-cli/package.json` (+7 -7) 📝 `libs/langgraph-cli/scripts/build.mjs` (+1 -1) 📝 `libs/langgraph-ui/package.json` (+7 -7) 📝 `libs/langgraph-ui/scripts/build.mjs` (+1 -1) 📝 `package.json` (+4 -1) ➖ `pnpm-lock.yaml` (+0 -2976) ➖ `pnpm-workspace.yaml` (+0 -2) ➕ `yarn.lock` (+3815 -0) </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-16 04:17:15 -05:00
yindo closed this issue 2026-02-16 04:17:15 -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-api#75