[PR #56] [MERGED] feat(api): add semver check + warning in CLI #55

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs-api/pull/56
Author: @dqbd
Created: 4/24/2025
Status: Merged
Merged: 4/24/2025
Merged by: @dqbd

Base: mainHead: dqbd/semver-check


📝 Commits (1)

  • 8289508 feat(api): add semver check + warning in CLI

📊 Changes

6 files changed (+161 additions, -13 deletions)

View changed files

📝 libs/langgraph-api/package.json (+12 -4)
📝 libs/langgraph-api/scripts/build.mjs (+6 -2)
libs/langgraph-api/src/semver/index.mts (+49 -0)
📝 libs/langgraph-api/src/server.mts (+15 -0)
libs/langgraph-api/tests/semver.test.mts (+61 -0)
📝 pnpm-lock.yaml (+18 -7)

📄 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/56 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 4/24/2025 **Status:** ✅ Merged **Merged:** 4/24/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/semver-check` --- ### 📝 Commits (1) - [`8289508`](https://github.com/langchain-ai/langgraphjs-api/commit/8289508e2a5b09da4836198ff461de72836b6e9b) feat(api): add semver check + warning in CLI ### 📊 Changes **6 files changed** (+161 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph-api/package.json` (+12 -4) 📝 `libs/langgraph-api/scripts/build.mjs` (+6 -2) ➕ `libs/langgraph-api/src/semver/index.mts` (+49 -0) 📝 `libs/langgraph-api/src/server.mts` (+15 -0) ➕ `libs/langgraph-api/tests/semver.test.mts` (+61 -0) 📝 `pnpm-lock.yaml` (+18 -7) </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:09 -05:00
yindo closed this issue 2026-02-16 04:17:09 -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#55