mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #1976] [MERGED] chore(build): switch to pnpm #1990
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1990
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:pnpm📝 Commits (1)
984f0ebchore(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.