[PR #162] [MERGED] feat: switch to pnpm #249

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

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/162
Author: @Huskydog9988
Created: 8/1/2025
Status: Merged
Merged: 8/30/2025
Merged by: @DecDuck

Base: developHead: pnpm


📝 Commits (5)

📊 Changes

8 files changed (+12297 additions, -9505 deletions)

View changed files

📝 .github/workflows/ci.yml (+12 -6)
📝 .prettierignore (+3 -1)
📝 Dockerfile (+22 -17)
📝 package.json (+2 -1)
pnpm-lock.yaml (+12256 -0)
pnpm-workspace.yaml (+1 -0)
📝 server/internal/metadata/index.ts (+1 -1)
yarn.lock (+0 -9479)

📄 Description

Following ci changes to fully switch to pnpm


🔄 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/Drop-OSS/drop/pull/162 **Author:** [@Huskydog9988](https://github.com/Huskydog9988) **Created:** 8/1/2025 **Status:** ✅ Merged **Merged:** 8/30/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `pnpm` --- ### 📝 Commits (5) - [`a33e35a`](https://github.com/Drop-OSS/drop/commit/a33e35ae4b6334baa8031c9a31c91fa4124918ab) fix: metadata provider log - [`a2ea6be`](https://github.com/Drop-OSS/drop/commit/a2ea6be3aad63b62288c47be4480b6098a0c28bb) feat: fully switch to pnpm - [`2ae341b`](https://github.com/Drop-OSS/drop/commit/2ae341bafc38c104550111ef46799285a4fcf645) ci: prettier ignore pnpm lock - [`2932687`](https://github.com/Drop-OSS/drop/commit/29326874178c4dc02b54f54364dd7c8a596baf07) chore: dedupe lockfile - [`f4840b3`](https://github.com/Drop-OSS/drop/commit/f4840b35175758c9f4bce8984bf7c1b8c0eeea7e) chore: update pnpm ### 📊 Changes **8 files changed** (+12297 additions, -9505 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+12 -6) 📝 `.prettierignore` (+3 -1) 📝 `Dockerfile` (+22 -17) 📝 `package.json` (+2 -1) ➕ `pnpm-lock.yaml` (+12256 -0) ➕ `pnpm-workspace.yaml` (+1 -0) 📝 `server/internal/metadata/index.ts` (+1 -1) ➖ `yarn.lock` (+0 -9479) </details> ### 📄 Description Following ci changes to fully switch to pnpm --- <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-17 17:06:30 -05:00
yindo closed this issue 2026-02-17 17:06:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#249