[PR #1976] [MERGED] chore(build): switch to pnpm #1990

Closed
opened 2026-02-26 03:32:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1976
Author: @phanan
Created: 6/28/2025
Status: Merged
Merged: 6/28/2025
Merged by: @phanan

Base: masterHead: pnpm


📝 Commits (1)

  • 984f0eb chore(build): switch to pnpm

📊 Changes

27 files changed (+9304 additions, -6959 deletions)

View changed files

📝 .github/workflows/e2e.yml (+3 -3)
.github/workflows/lint-frontend.yml (+39 -0)
📝 .github/workflows/release.yml (+4 -1)
📝 .github/workflows/test-backend-mariadb.yml (+5 -2)
📝 .github/workflows/test-backend-pgsql.yml (+5 -2)
📝 .github/workflows/test-backend-sqlite.yml (+5 -2)
📝 .github/workflows/unit-frontend.yml (+5 -4)
📝 app/Console/Commands/InitCommand.php (+8 -4)
📝 docs/development.md (+6 -6)
📝 docs/guide/getting-started.md (+1 -1)
📝 docs/troubleshooting.md (+3 -3)
📝 eslint.config.js (+2 -1)
📝 package.json (+47 -51)
pnpm-lock.yaml (+9125 -0)
📝 resources/assets/css/partials/vars.pcss (+3 -2)
📝 resources/assets/js/__tests__/setup.ts (+1 -2)
📝 resources/assets/js/components/layout/app-footer/index.vue (+3 -3)
📝 resources/assets/js/components/screens/SettingsScreen.vue (+1 -2)
📝 resources/assets/js/components/song/media-browser/MediaListView.vue (+2 -2)
📝 resources/assets/js/components/song/song-list/SongList.vue (+5 -5)

...and 7 more files

📄 Description

yarn 1 is too old and prone to problems. It's past due time.


🔄 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/koel/koel/pull/1976 **Author:** [@phanan](https://github.com/phanan) **Created:** 6/28/2025 **Status:** ✅ Merged **Merged:** 6/28/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `pnpm` --- ### 📝 Commits (1) - [`984f0eb`](https://github.com/koel/koel/commit/984f0eb9821f95909f58ab257d72703682025233) chore(build): switch to pnpm ### 📊 Changes **27 files changed** (+9304 additions, -6959 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/e2e.yml` (+3 -3) ➕ `.github/workflows/lint-frontend.yml` (+39 -0) 📝 `.github/workflows/release.yml` (+4 -1) 📝 `.github/workflows/test-backend-mariadb.yml` (+5 -2) 📝 `.github/workflows/test-backend-pgsql.yml` (+5 -2) 📝 `.github/workflows/test-backend-sqlite.yml` (+5 -2) 📝 `.github/workflows/unit-frontend.yml` (+5 -4) 📝 `app/Console/Commands/InitCommand.php` (+8 -4) 📝 `docs/development.md` (+6 -6) 📝 `docs/guide/getting-started.md` (+1 -1) 📝 `docs/troubleshooting.md` (+3 -3) 📝 `eslint.config.js` (+2 -1) 📝 `package.json` (+47 -51) ➕ `pnpm-lock.yaml` (+9125 -0) 📝 `resources/assets/css/partials/vars.pcss` (+3 -2) 📝 `resources/assets/js/__tests__/setup.ts` (+1 -2) 📝 `resources/assets/js/components/layout/app-footer/index.vue` (+3 -3) 📝 `resources/assets/js/components/screens/SettingsScreen.vue` (+1 -2) 📝 `resources/assets/js/components/song/media-browser/MediaListView.vue` (+2 -2) 📝 `resources/assets/js/components/song/song-list/SongList.vue` (+5 -5) _...and 7 more files_ </details> ### 📄 Description yarn 1 is too old and prone to problems. It's past due time. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1990
No description provided.