[PR #1866] [CLOSED] Another attempt #1791

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/1866
Author: @christian-bromann
Created: 1/9/2026
Status: Closed

Base: mainHead: cb/pnpm-fix4


📝 Commits (10+)

📊 Changes

51 files changed (+14550 additions, -15555 deletions)

View changed files

📝 .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)
📝 internal/environment_tests/scripts/docker-ci-entrypoint.sh (+46 -14)
internal/environment_tests/test-exports-cf/pnpm-workspace.yaml (+2 -0)
internal/environment_tests/test-exports-cjs/pnpm-workspace.yaml (+2 -0)
📝 internal/environment_tests/test-exports-esbuild/package.json (+1 -1)
internal/environment_tests/test-exports-esbuild/pnpm-workspace.yaml (+2 -0)
internal/environment_tests/test-exports-esm/pnpm-workspace.yaml (+2 -0)

...and 31 more files

📄 Description

🚧


🔄 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/1866 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 1/9/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `cb/pnpm-fix4` --- ### 📝 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 **51 files changed** (+14550 additions, -15555 deletions) <details> <summary>View changed files</summary> 📝 `.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) 📝 `internal/environment_tests/scripts/docker-ci-entrypoint.sh` (+46 -14) ➕ `internal/environment_tests/test-exports-cf/pnpm-workspace.yaml` (+2 -0) ➕ `internal/environment_tests/test-exports-cjs/pnpm-workspace.yaml` (+2 -0) 📝 `internal/environment_tests/test-exports-esbuild/package.json` (+1 -1) ➕ `internal/environment_tests/test-exports-esbuild/pnpm-workspace.yaml` (+2 -0) ➕ `internal/environment_tests/test-exports-esm/pnpm-workspace.yaml` (+2 -0) _...and 31 more files_ </details> ### 📄 Description 🚧 --- <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#1791