[PR #336] [MERGED] fix(deepagents): use crypto.randomUUID() instead of uuid #369

Closed
opened 2026-06-05 17:22:50 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/336
Author: @christian-bromann
Created: 3/22/2026
Status: Merged
Merged: 3/24/2026
Merged by: @christian-bromann

Base: mainHead: cb/fix-uuid


📝 Commits (5)

  • d4912c5 fix(deepagents): use crypto.randomUUID() instead of uuid
  • 57ab9fb update pnpm-lock
  • 5bfd9f2 Create grumpy-weeks-wave.md
  • 0b35f0a Merge branch 'main' into cb/fix-uuid
  • 02dbda8 Update libs/deepagents/src/middleware/fs.int.test.ts

📊 Changes

7 files changed (+42 additions, -44 deletions)

View changed files

.changeset/grumpy-weeks-wave.md (+5 -0)
📝 libs/deepagents/package.json (+0 -1)
📝 libs/deepagents/src/middleware/fs.int.test.ts (+25 -25)
📝 libs/deepagents/src/middleware/hitl.int.test.ts (+5 -6)
📝 libs/deepagents/src/middleware/subagents-hitl.int.test.ts (+6 -7)
📝 libs/deepagents/src/middleware/summarization.ts (+1 -2)
📝 pnpm-lock.yaml (+0 -3)

📄 Description

uuid is ESM only. Let's use crypto.randomUUID() instead.


🔄 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/deepagentsjs/pull/336 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 3/22/2026 **Status:** ✅ Merged **Merged:** 3/24/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `cb/fix-uuid` --- ### 📝 Commits (5) - [`d4912c5`](https://github.com/langchain-ai/deepagentsjs/commit/d4912c5ed52f823eac134f1d901af50bbfc22caa) fix(deepagents): use crypto.randomUUID() instead of uuid - [`57ab9fb`](https://github.com/langchain-ai/deepagentsjs/commit/57ab9fbbc87d7aa24e656f86d7c4d83759183e95) update pnpm-lock - [`5bfd9f2`](https://github.com/langchain-ai/deepagentsjs/commit/5bfd9f2f78ba0902778d846ae658d7259ac844d9) Create grumpy-weeks-wave.md - [`0b35f0a`](https://github.com/langchain-ai/deepagentsjs/commit/0b35f0a7ad06f20023e11eeacb6ca4b33463c5f7) Merge branch 'main' into cb/fix-uuid - [`02dbda8`](https://github.com/langchain-ai/deepagentsjs/commit/02dbda81e068f3d1c8687c06b9712073a7ba5389) Update libs/deepagents/src/middleware/fs.int.test.ts ### 📊 Changes **7 files changed** (+42 additions, -44 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/grumpy-weeks-wave.md` (+5 -0) 📝 `libs/deepagents/package.json` (+0 -1) 📝 `libs/deepagents/src/middleware/fs.int.test.ts` (+25 -25) 📝 `libs/deepagents/src/middleware/hitl.int.test.ts` (+5 -6) 📝 `libs/deepagents/src/middleware/subagents-hitl.int.test.ts` (+6 -7) 📝 `libs/deepagents/src/middleware/summarization.ts` (+1 -2) 📝 `pnpm-lock.yaml` (+0 -3) </details> ### 📄 Description `uuid` is ESM only. Let's use `crypto.randomUUID()` instead. --- <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-06-05 17:22:50 -04:00
yindo closed this issue 2026-06-05 17:22:50 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#369