[PR #36] [CLOSED] fix: migrate to pnpm, secure workflows #75

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/36
Author: @christian-bromann
Created: 9/26/2025
Status: Closed

Base: cb/createAgent-migrationHead: cb/repo-update


📝 Commits (4)

📊 Changes

13 files changed (+3063 additions, -2388 deletions)

View changed files

.github/dependabot.yml (+35 -0)
📝 .github/workflows/ci.yml (+22 -39)
📝 .github/workflows/pr_lint.yml (+1 -1)
📝 .github/workflows/unit-tests.yml (+6 -6)
📝 .gitignore (+0 -4)
examples/package.json (+8 -0)
📝 examples/research/research-agent.ts (+1 -1)
📝 examples/tsconfig.json (+0 -1)
📝 package.json (+18 -17)
pnpm-lock.yaml (+2968 -0)
pnpm-workspace.yaml (+3 -0)
📝 src/index.ts (+1 -0)
yarn.lock (+0 -2319)

📄 Description

This patch contains some general maintenance work:

  • migrated to pnpm from outdated Yarn v1
  • adding a dependabot for workflow and package version updates
  • use shasums for workflows as it is more secure

🔄 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/36 **Author:** [@christian-bromann](https://github.com/christian-bromann) **Created:** 9/26/2025 **Status:** ❌ Closed **Base:** `cb/createAgent-migration` ← **Head:** `cb/repo-update` --- ### 📝 Commits (4) - [`4e8c858`](https://github.com/langchain-ai/deepagentsjs/commit/4e8c858dea0dd44001f90b9557406b6e51a3cb8b) fix: migrate to pnpm, secure workflows - [`b84d635`](https://github.com/langchain-ai/deepagentsjs/commit/b84d635bbc0f33ba5880dfa7be34426d77813569) use pnpm cache - [`3471144`](https://github.com/langchain-ai/deepagentsjs/commit/3471144d13f9977083df25363362e2ad3c4593b3) fix ci params - [`ccabb36`](https://github.com/langchain-ai/deepagentsjs/commit/ccabb36824827ea6cafd276214429c800e0e1d57) build deepagent and examples together ### 📊 Changes **13 files changed** (+3063 additions, -2388 deletions) <details> <summary>View changed files</summary> ➕ `.github/dependabot.yml` (+35 -0) 📝 `.github/workflows/ci.yml` (+22 -39) 📝 `.github/workflows/pr_lint.yml` (+1 -1) 📝 `.github/workflows/unit-tests.yml` (+6 -6) 📝 `.gitignore` (+0 -4) ➕ `examples/package.json` (+8 -0) 📝 `examples/research/research-agent.ts` (+1 -1) 📝 `examples/tsconfig.json` (+0 -1) 📝 `package.json` (+18 -17) ➕ `pnpm-lock.yaml` (+2968 -0) ➕ `pnpm-workspace.yaml` (+3 -0) 📝 `src/index.ts` (+1 -0) ➖ `yarn.lock` (+0 -2319) </details> ### 📄 Description This patch contains some general maintenance work: - migrated to pnpm from outdated Yarn v1 - adding a dependabot for workflow and package version updates - use shasums for workflows as it is more secure --- <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 06:17:05 -05:00
yindo closed this issue 2026-02-16 06:17:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#75