[PR #891] [MERGED] fix(langgraph,docs): revert previous changes that broke builds #1090

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/891
Author: @benjamincburns
Created: 2/23/2025
Status: Merged
Merged: 2/23/2025
Merged by: @benjamincburns

Base: mainHead: ben/fix-tsconfig-and-docs


📝 Commits (1)

  • b37a303 fix(langgraph,docs): revert previous changes that broke builds

📊 Changes

3 files changed (+50 additions, -118 deletions)

View changed files

📝 libs/langgraph/tsconfig.json (+1 -1)
📝 package.json (+1 -1)
📝 yarn.lock (+48 -116)

📄 Description

Reverts:

  • a change to langgraph tsconfig.json that broke CJS support
  • an unnecessary upgrade of typedoc that causes it to depend on latest typescript and appears to break docs builds

🔄 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/891 **Author:** [@benjamincburns](https://github.com/benjamincburns) **Created:** 2/23/2025 **Status:** ✅ Merged **Merged:** 2/23/2025 **Merged by:** [@benjamincburns](https://github.com/benjamincburns) **Base:** `main` ← **Head:** `ben/fix-tsconfig-and-docs` --- ### 📝 Commits (1) - [`b37a303`](https://github.com/langchain-ai/langgraphjs/commit/b37a303801b139d999f3f98448c31fe260e779b9) fix(langgraph,docs): revert previous changes that broke builds ### 📊 Changes **3 files changed** (+50 additions, -118 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/tsconfig.json` (+1 -1) 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+48 -116) </details> ### 📄 Description Reverts: - a change to langgraph `tsconfig.json` that broke CJS support - an unnecessary upgrade of `typedoc` that causes it to depend on latest `typescript` and appears to break docs builds --- <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 19:17:10 -05:00
yindo closed this issue 2026-02-15 19:17:10 -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#1090