[PR #633] [MERGED] chore(checkpoint-validation): fix eslint extraneous-import error #901

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/633
Author: @benjamincburns
Created: 10/25/2024
Status: Merged
Merged: 10/29/2024
Merged by: @jacoblee93

Base: mainHead: fix-extraneous-import-error


📝 Commits (1)

  • 4f0ec42 chore(checkpoint-validation): fix up eslint extraneous-import errors

📊 Changes

5 files changed (+1 additions, -9 deletions)

View changed files

📝 libs/checkpoint-validation/.eslintrc.cjs (+1 -1)
📝 libs/checkpoint-validation/src/tests/mongodb_initializer.ts (+0 -3)
📝 libs/checkpoint-validation/src/tests/postgres_initializer.ts (+0 -3)
📝 libs/checkpoint-validation/src/tests/sqlite.spec.ts (+0 -1)
📝 libs/checkpoint-validation/src/tests/sqlite_initializer.ts (+0 -1)

📄 Description

No idea why ESLint falsely triggered on the zod import in checkpoint-validation, but this appears to fix it.

CI run of this commit on my fork is .


🔄 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/633 **Author:** [@benjamincburns](https://github.com/benjamincburns) **Created:** 10/25/2024 **Status:** ✅ Merged **Merged:** 10/29/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `fix-extraneous-import-error` --- ### 📝 Commits (1) - [`4f0ec42`](https://github.com/langchain-ai/langgraphjs/commit/4f0ec4227c16f767d639ebff47ce85f4afab47c8) chore(checkpoint-validation): fix up eslint extraneous-import errors ### 📊 Changes **5 files changed** (+1 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `libs/checkpoint-validation/.eslintrc.cjs` (+1 -1) 📝 `libs/checkpoint-validation/src/tests/mongodb_initializer.ts` (+0 -3) 📝 `libs/checkpoint-validation/src/tests/postgres_initializer.ts` (+0 -3) 📝 `libs/checkpoint-validation/src/tests/sqlite.spec.ts` (+0 -1) 📝 `libs/checkpoint-validation/src/tests/sqlite_initializer.ts` (+0 -1) </details> ### 📄 Description No idea why ESLint falsely triggered on the `zod` import in `checkpoint-validation`, but this appears to fix it. [CI run of this commit on my fork](https://github.com/benjamincburns/langgraphjs/actions/runs/11513705853) is ✅ . --- <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:16:20 -05:00
yindo closed this issue 2026-02-15 19:16:20 -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#901