[PR #786] [MERGED] chore: switch from npm to pnpm #613

Closed
opened 2025-10-07 00:19:26 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pocket-id/pocket-id/pull/786
Author: @kmendell
Created: 7/27/2025
Status: Merged
Merged: 8/10/2025
Merged by: @kmendell

Base: mainHead: chore/pnpm


📝 Commits (10+)

  • 142955a chore: switch from npm to pnpm
  • 59e4432 use correct filters
  • d585738 update docker file
  • 6668d7c use filters
  • bc8b8d5 remove playwright from the frontend
  • 189ee7e update contributing docs
  • 8bdeb8b Merge branch 'main' into chore/pnpm
  • 0f3ea86 Merge branch 'main' into chore/pnpm
  • aececbb Merge branch 'main' into chore/pnpm
  • b9f285c Merge branch 'main' into chore/pnpm

📊 Changes

14 files changed (+4084 additions, -6083 deletions)

View changed files

📝 .dockerignore (+1 -1)
📝 .github/workflows/build-next.yml (+12 -8)
📝 .github/workflows/e2e-tests.yml (+27 -21)
📝 .github/workflows/release.yml (+15 -13)
📝 .github/workflows/svelte-check.yml (+22 -18)
📝 CONTRIBUTING.md (+11 -9)
📝 Dockerfile (+11 -5)
frontend/package-lock.json (+0 -5890)
📝 frontend/package.json (+1 -1)
package.json (+15 -0)
pnpm-lock.yaml (+3963 -0)
pnpm-workspace.yaml (+3 -0)
tests/package-lock.json (+0 -116)
📝 tests/package.json (+3 -1)

📄 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/pocket-id/pocket-id/pull/786 **Author:** [@kmendell](https://github.com/kmendell) **Created:** 7/27/2025 **Status:** ✅ Merged **Merged:** 8/10/2025 **Merged by:** [@kmendell](https://github.com/kmendell) **Base:** `main` ← **Head:** `chore/pnpm` --- ### 📝 Commits (10+) - [`142955a`](https://github.com/pocket-id/pocket-id/commit/142955ab01630e4d2499ca2fc47ea6480dc2b921) chore: switch from npm to pnpm - [`59e4432`](https://github.com/pocket-id/pocket-id/commit/59e4432c1e9c5135aa32517e4b8695e5a19fef8f) use correct filters - [`d585738`](https://github.com/pocket-id/pocket-id/commit/d585738df7f265761036e9c5711b7ceba4951064) update docker file - [`6668d7c`](https://github.com/pocket-id/pocket-id/commit/6668d7c245f05901c632e9207e7758b0deffce33) use filters - [`bc8b8d5`](https://github.com/pocket-id/pocket-id/commit/bc8b8d505a748ed0511cad76a466270af1895ab6) remove playwright from the frontend - [`189ee7e`](https://github.com/pocket-id/pocket-id/commit/189ee7eb412878e6a4fccf2a89c2a8a743a1e241) update contributing docs - [`8bdeb8b`](https://github.com/pocket-id/pocket-id/commit/8bdeb8b787446d23a22cd1a9601c6f202edd32b4) Merge branch 'main' into chore/pnpm - [`0f3ea86`](https://github.com/pocket-id/pocket-id/commit/0f3ea86520e5e61526353341a03e9f0b498b0d13) Merge branch 'main' into chore/pnpm - [`aececbb`](https://github.com/pocket-id/pocket-id/commit/aececbba7a29315f4f85eafe42a9b2fcb566c7cd) Merge branch 'main' into chore/pnpm - [`b9f285c`](https://github.com/pocket-id/pocket-id/commit/b9f285c1bdf5649c66687fe29c22ca054e240d6b) Merge branch 'main' into chore/pnpm ### 📊 Changes **14 files changed** (+4084 additions, -6083 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+1 -1) 📝 `.github/workflows/build-next.yml` (+12 -8) 📝 `.github/workflows/e2e-tests.yml` (+27 -21) 📝 `.github/workflows/release.yml` (+15 -13) 📝 `.github/workflows/svelte-check.yml` (+22 -18) 📝 `CONTRIBUTING.md` (+11 -9) 📝 `Dockerfile` (+11 -5) ➖ `frontend/package-lock.json` (+0 -5890) 📝 `frontend/package.json` (+1 -1) ➕ `package.json` (+15 -0) ➕ `pnpm-lock.yaml` (+3963 -0) ➕ `pnpm-workspace.yaml` (+3 -0) ➖ `tests/package-lock.json` (+0 -116) 📝 `tests/package.json` (+3 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-07 00:19:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#613