[PR #431] [MERGED] 424 update packages #434

Closed
opened 2026-02-27 19:18:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/431
Author: @EddieTheCubeHead
Created: 6/30/2025
Status: Merged
Merged: 6/30/2025
Merged by: @EddieTheCubeHead

Base: masterHead: 424-update-packages


📝 Commits (10+)

📊 Changes

21 files changed (+2002 additions, -1488 deletions)

View changed files

📝 .github/workflows/security.yml (+9 -9)
📝 client/package.json (+31 -30)
📝 client/setup-vitest.ts (+1 -1)
📝 client/src/api/fetchRedirectUri.ts (+2 -1)
📝 client/src/api/fetchToken.ts (+6 -1)
📝 client/src/api/methods.ts (+7 -7)
📝 client/src/common/hooks/useFetchToken.ts (+5 -7)
📝 client/src/common/hooks/useGetPool.ts (+1 -1)
📝 client/src/common/hooks/useGetTokenQuery.ts (+2 -2)
📝 client/src/common/hooks/useMeQuery.ts (+2 -2)
📝 client/src/login/components/loginPopup/LoginPopupButton.tsx (+1 -1)
client/src/login/models/RedirectResponse.ts (+3 -0)
client/src/login/models/SpotifyToken.ts (+3 -0)
📝 client/test/pool/views/PoolFeatures.tsx (+3 -1)
📝 client/vite.config.ts (+1 -0)
📝 client/yarn.lock (+1843 -1285)
📝 infra/config/docker-compose.yaml (+1 -1)
node_modules/.yarn-integrity (+0 -12)
package-lock.json (+0 -6)
📝 server/pyproject.toml (+11 -14)

...and 1 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/EddieTheCubeHead/Stagnum/pull/431 **Author:** [@EddieTheCubeHead](https://github.com/EddieTheCubeHead) **Created:** 6/30/2025 **Status:** ✅ Merged **Merged:** 6/30/2025 **Merged by:** [@EddieTheCubeHead](https://github.com/EddieTheCubeHead) **Base:** `master` ← **Head:** `424-update-packages` --- ### 📝 Commits (10+) - [`8314ba2`](https://github.com/EddieTheCubeHead/Stagnum/commit/8314ba28a614f5e6a7f6716b22e68c10125fbb52) #424 Core packages updated and imports optimized - [`ea16bf1`](https://github.com/EddieTheCubeHead/Stagnum/commit/ea16bf1b4711f13d991906afd14df56d746f12ec) #424 Remove unused pyproject directive - [`1832f3a`](https://github.com/EddieTheCubeHead/Stagnum/commit/1832f3a47b62ad5d1ca0a5f5d133cbf2fb23bd69) #424 Get rid of long time ago accidentally included node_modules in root - [`45f3f66`](https://github.com/EddieTheCubeHead/Stagnum/commit/45f3f66fa78afea737544bdbd34634b7bfd2fd94) #424 Update all client packages save for tailwind - [`9d4d995`](https://github.com/EddieTheCubeHead/Stagnum/commit/9d4d9952208e3e9a4a127356136b4a2f05f7402a) #424 Fixes and workarounds - [`d0eceec`](https://github.com/EddieTheCubeHead/Stagnum/commit/d0eceecbcc4d19c2b3aa26f476b580c63bfd0065) #424 Fix failing prod build - [`799ed9f`](https://github.com/EddieTheCubeHead/Stagnum/commit/799ed9fb7eae2491afef9ecddd2a76d15a171cac) #424 Re-enable dependency review - [`23eee03`](https://github.com/EddieTheCubeHead/Stagnum/commit/23eee03ca3ff205b0e5f92ae8dbb9ba3e8fb9b7e) #424 More hacky typechecker fixes - [`6cfc4c5`](https://github.com/EddieTheCubeHead/Stagnum/commit/6cfc4c5ef538caa971304b6afeb700992194ae56) #424 Downgrade eslint cause fuck that migration - [`d2ef01f`](https://github.com/EddieTheCubeHead/Stagnum/commit/d2ef01fb3f74bf7f2f0aa717da035c5b68b96313) #424 Test fix ### 📊 Changes **21 files changed** (+2002 additions, -1488 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/security.yml` (+9 -9) 📝 `client/package.json` (+31 -30) 📝 `client/setup-vitest.ts` (+1 -1) 📝 `client/src/api/fetchRedirectUri.ts` (+2 -1) 📝 `client/src/api/fetchToken.ts` (+6 -1) 📝 `client/src/api/methods.ts` (+7 -7) 📝 `client/src/common/hooks/useFetchToken.ts` (+5 -7) 📝 `client/src/common/hooks/useGetPool.ts` (+1 -1) 📝 `client/src/common/hooks/useGetTokenQuery.ts` (+2 -2) 📝 `client/src/common/hooks/useMeQuery.ts` (+2 -2) 📝 `client/src/login/components/loginPopup/LoginPopupButton.tsx` (+1 -1) ➕ `client/src/login/models/RedirectResponse.ts` (+3 -0) ➕ `client/src/login/models/SpotifyToken.ts` (+3 -0) 📝 `client/test/pool/views/PoolFeatures.tsx` (+3 -1) 📝 `client/vite.config.ts` (+1 -0) 📝 `client/yarn.lock` (+1843 -1285) 📝 `infra/config/docker-compose.yaml` (+1 -1) ➖ `node_modules/.yarn-integrity` (+0 -12) ➖ `package-lock.json` (+0 -6) 📝 `server/pyproject.toml` (+11 -14) _...and 1 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-27 19:18:10 +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/Stagnum#434
No description provided.