[PR #5] [CLOSED] [HOLD] Package infra #410

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/5
Author: @bracesproul
Created: 1/16/2024
Status: Closed

Base: mainHead: brace/package-infra


📝 Commits (4)

📊 Changes

46 files changed (+1370 additions, -32 deletions)

View changed files

.github/pull_request_template.md (+14 -0)
.github/workflows/ci.yml (+79 -0)
📝 .gitignore (+1 -0)
CONTRIBUTING.md (+220 -0)
📝 langgraph/.eslintrc.cjs (+0 -0)
langgraph/.gitignore (+6 -0)
langgraph/.release-it.json (+13 -0)
langgraph/.turbo/turbo-build.log (+48 -0)
langgraph/.turbo/turbo-test.log (+13 -0)
langgraph/LICENSE (+21 -0)
langgraph/README.md (+426 -0)
📝 langgraph/jest.config.cjs (+0 -0)
📝 langgraph/jest.env.cjs (+0 -0)
langgraph/package.json (+81 -0)
📝 langgraph/scripts/check-tree-shaking.js (+0 -0)
📝 langgraph/scripts/create-entrypoints.js (+0 -0)
📝 langgraph/scripts/identify-secrets.js (+0 -0)
📝 langgraph/scripts/jest-setup-after-env.js (+0 -0)
📝 langgraph/scripts/move-cjs-to-dist.js (+0 -0)
📝 langgraph/scripts/release-branch.sh (+0 -0)

...and 26 more files

📄 Description

Holding until nuno gets his changes in to prevent annoying merge conflicts

moves langgraph into a workspace
adds ci .github folder
adds turbo repo
add contributing file
add release script


🔄 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/5 **Author:** [@bracesproul](https://github.com/bracesproul) **Created:** 1/16/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `brace/package-infra` --- ### 📝 Commits (4) - [`89d4184`](https://github.com/langchain-ai/langgraphjs/commit/89d418467a1649b6bc23ea5a4e3d183e51ce670e) Package infra - [`c526d9d`](https://github.com/langchain-ai/langgraphjs/commit/c526d9dd6efff815cf2ddade7f7c9b4be3184933) cr - [`1f11014`](https://github.com/langchain-ai/langgraphjs/commit/1f110147b1e159214ecfa12e94ec54005e5df4c3) rm turbo - [`8d308be`](https://github.com/langchain-ai/langgraphjs/commit/8d308bead207cd25b727e06b07bbf3bb89bf9ea0) update release script ### 📊 Changes **46 files changed** (+1370 additions, -32 deletions) <details> <summary>View changed files</summary> ➕ `.github/pull_request_template.md` (+14 -0) ➕ `.github/workflows/ci.yml` (+79 -0) 📝 `.gitignore` (+1 -0) ➕ `CONTRIBUTING.md` (+220 -0) 📝 `langgraph/.eslintrc.cjs` (+0 -0) ➕ `langgraph/.gitignore` (+6 -0) ➕ `langgraph/.release-it.json` (+13 -0) ➕ `langgraph/.turbo/turbo-build.log` (+48 -0) ➕ `langgraph/.turbo/turbo-test.log` (+13 -0) ➕ `langgraph/LICENSE` (+21 -0) ➕ `langgraph/README.md` (+426 -0) 📝 `langgraph/jest.config.cjs` (+0 -0) 📝 `langgraph/jest.env.cjs` (+0 -0) ➕ `langgraph/package.json` (+81 -0) 📝 `langgraph/scripts/check-tree-shaking.js` (+0 -0) 📝 `langgraph/scripts/create-entrypoints.js` (+0 -0) 📝 `langgraph/scripts/identify-secrets.js` (+0 -0) 📝 `langgraph/scripts/jest-setup-after-env.js` (+0 -0) 📝 `langgraph/scripts/move-cjs-to-dist.js` (+0 -0) 📝 `langgraph/scripts/release-branch.sh` (+0 -0) _...and 26 more files_ </details> ### 📄 Description Holding until nuno gets his changes in to prevent annoying merge conflicts moves langgraph into a workspace adds ci `.github` folder adds turbo repo add contributing file add release script --- <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 18:16:50 -05:00
yindo closed this issue 2026-02-15 18:16:50 -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#410