[PR #2111] [MERGED] feat(build): use Node 22 #2078

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/2111
Author: @phanan
Created: 9/25/2025
Status: Merged
Merged: 9/25/2025
Merged by: @phanan

Base: masterHead: test-impv


📝 Commits (1)

📊 Changes

92 files changed (+468 additions, -604 deletions)

View changed files

📝 .github/workflows/lint-frontend.yml (+1 -1)
📝 .github/workflows/unit-frontend.yml (+1 -1)
📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+279 -366)
📝 public/sw.js (+1 -1)
📝 resources/assets/js/__tests__/TestHarness.ts (+9 -0)
📝 resources/assets/js/components/album/__snapshots__/AlbumCard.spec.ts.snap (+1 -1)
📝 resources/assets/js/components/album/__snapshots__/AlbumContextMenu.spec.ts.snap (+1 -1)
📝 resources/assets/js/components/album/__snapshots__/AlbumTrackListItem.spec.ts.snap (+1 -1)
📝 resources/assets/js/components/artist/__snapshots__/ArtistCard.spec.ts.snap (+1 -1)
📝 resources/assets/js/components/artist/__snapshots__/ArtistContextMenu.spec.ts.snap (+1 -1)
📝 resources/assets/js/components/auth/ResetPasswordForm.spec.ts (+1 -5)
📝 resources/assets/js/components/auth/__snapshots__/LoginForm.spec.ts.snap (+1 -1)
📝 resources/assets/js/components/embed/widget/EmbedWidget.spec.ts (+1 -7)
📝 resources/assets/js/components/embed/widget/__snapshots__/EmbedWidgetTrackItem.spec.ts.snap (+1 -1)
📝 resources/assets/js/components/embed/widget/__snapshots__/PreviewBadge.spec.ts.snap (+1 -1)
📝 resources/assets/js/components/genre/__snapshots__/GenreCard.spec.ts.snap (+1 -1)
📝 resources/assets/js/components/genre/__snapshots__/GenreContextMenu.spec.ts.snap (+1 -1)
📝 resources/assets/js/components/invitation/AcceptInvitation.spec.ts (+3 -10)
📝 resources/assets/js/components/layout/app-footer/__snapshots__/FooterExtraControls.spec.ts.snap (+1 -1)

...and 72 more files

📄 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/koel/koel/pull/2111 **Author:** [@phanan](https://github.com/phanan) **Created:** 9/25/2025 **Status:** ✅ Merged **Merged:** 9/25/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `test-impv` --- ### 📝 Commits (1) - [`1470e8e`](https://github.com/koel/koel/commit/1470e8edbf52c9ecc85a278feeaca05f12d369e3) feat(build): use Node 22 ### 📊 Changes **92 files changed** (+468 additions, -604 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/lint-frontend.yml` (+1 -1) 📝 `.github/workflows/unit-frontend.yml` (+1 -1) 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+279 -366) 📝 `public/sw.js` (+1 -1) 📝 `resources/assets/js/__tests__/TestHarness.ts` (+9 -0) 📝 `resources/assets/js/components/album/__snapshots__/AlbumCard.spec.ts.snap` (+1 -1) 📝 `resources/assets/js/components/album/__snapshots__/AlbumContextMenu.spec.ts.snap` (+1 -1) 📝 `resources/assets/js/components/album/__snapshots__/AlbumTrackListItem.spec.ts.snap` (+1 -1) 📝 `resources/assets/js/components/artist/__snapshots__/ArtistCard.spec.ts.snap` (+1 -1) 📝 `resources/assets/js/components/artist/__snapshots__/ArtistContextMenu.spec.ts.snap` (+1 -1) 📝 `resources/assets/js/components/auth/ResetPasswordForm.spec.ts` (+1 -5) 📝 `resources/assets/js/components/auth/__snapshots__/LoginForm.spec.ts.snap` (+1 -1) 📝 `resources/assets/js/components/embed/widget/EmbedWidget.spec.ts` (+1 -7) 📝 `resources/assets/js/components/embed/widget/__snapshots__/EmbedWidgetTrackItem.spec.ts.snap` (+1 -1) 📝 `resources/assets/js/components/embed/widget/__snapshots__/PreviewBadge.spec.ts.snap` (+1 -1) 📝 `resources/assets/js/components/genre/__snapshots__/GenreCard.spec.ts.snap` (+1 -1) 📝 `resources/assets/js/components/genre/__snapshots__/GenreContextMenu.spec.ts.snap` (+1 -1) 📝 `resources/assets/js/components/invitation/AcceptInvitation.spec.ts` (+3 -10) 📝 `resources/assets/js/components/layout/app-footer/__snapshots__/FooterExtraControls.spec.ts.snap` (+1 -1) _...and 72 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:33:13 +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#2078
No description provided.