[PR #5865] [MERGED] ♻️ bump react dependencies #55478

Closed
opened 2026-05-01 02:24:27 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5865
Author: @matt-fidd
Created: 10/6/2025
Status: Merged
Merged: 10/7/2025
Merged by: @matt-fidd

Base: masterHead: deps/react-2


📝 Commits (10+)

📊 Changes

16 files changed (+1225 additions, -1166 deletions)

View changed files

📝 packages/component-library/package.json (+4 -4)
📝 packages/desktop-client/e2e/help-menu.test.ts-snapshots/Help-menu-Check-the-help-menu-visuals-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/page-models/rules-page.ts (+25 -3)
📝 packages/desktop-client/e2e/page-models/schedules-page.ts (+4 -1)
📝 packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-a-transaction-via-footer-button-7-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-a-transaction-via-footer-button-8-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.test.ts (+10 -0)
📝 packages/desktop-client/e2e/transactions.test.ts-snapshots/Transactions-creates-a-transfer-test-transaction-4-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.test.ts-snapshots/Transactions-creates-a-transfer-test-transaction-5-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/transactions.test.ts-snapshots/Transactions-creates-a-transfer-test-transaction-6-chromium-linux.png (+0 -0)
📝 packages/desktop-client/package.json (+11 -12)
📝 packages/desktop-client/src/components/HelpMenu.tsx (+1 -1)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx (+0 -1)
📝 packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx (+3 -2)
upcoming-release-notes/5865.md (+6 -0)
📝 yarn.lock (+1161 -1142)

📄 Description

Dropped react-stately as it wasn't used anywhere

Merge after:


🔄 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/actualbudget/actual/pull/5865 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 10/6/2025 **Status:** ✅ Merged **Merged:** 10/7/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `deps/react-2` --- ### 📝 Commits (10+) - [`42d41e2`](https://github.com/actualbudget/actual/commit/42d41e281a4481d5123567821db4c206491c30a1) note - [`4e5356d`](https://github.com/actualbudget/actual/commit/4e5356de41832c611475df9a1fcbc5dc9cc49c64) react 19.2.0 - [`e5954d0`](https://github.com/actualbudget/actual/commit/e5954d0c431f9ce999718d6c21f15136ea29385d) drop react-stately - [`262a336`](https://github.com/actualbudget/actual/commit/262a336ccce29ccfc9f4d14601259f64ae5a3f66) react-grid-layout 1.5.2 - [`5cbb58e`](https://github.com/actualbudget/actual/commit/5cbb58e7cbae1c1a1a77ef2994fc55b64818b164) react-router 7.9.3 - [`c604d28`](https://github.com/actualbudget/actual/commit/c604d28a3f91ab98a08beaa307c57598ce29a1f3) react-aria 3.44.0 - [`bcb23c1`](https://github.com/actualbudget/actual/commit/bcb23c135678d73fbca9d7155a3320501ab52a46) react-aria-components 1.13.0 - [`88df1c6`](https://github.com/actualbudget/actual/commit/88df1c6984015b6eb566d5be0be71b23e0407809) fix typecheck - [`d0d4e8b`](https://github.com/actualbudget/actual/commit/d0d4e8b7b770fbd82141469f14038deabe5c78e9) fix rules e2e - [`4ff06ea`](https://github.com/actualbudget/actual/commit/4ff06ea3c3ccd8246e1dc410835266407afacd2c) fix schedules vrt ### 📊 Changes **16 files changed** (+1225 additions, -1166 deletions) <details> <summary>View changed files</summary> 📝 `packages/component-library/package.json` (+4 -4) 📝 `packages/desktop-client/e2e/help-menu.test.ts-snapshots/Help-menu-Check-the-help-menu-visuals-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/page-models/rules-page.ts` (+25 -3) 📝 `packages/desktop-client/e2e/page-models/schedules-page.ts` (+4 -1) 📝 `packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-a-transaction-via-footer-button-7-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.mobile.test.ts-snapshots/Mobile-Transactions-creates-a-transaction-via-footer-button-8-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.test.ts` (+10 -0) 📝 `packages/desktop-client/e2e/transactions.test.ts-snapshots/Transactions-creates-a-transfer-test-transaction-4-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.test.ts-snapshots/Transactions-creates-a-transfer-test-transaction-5-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/transactions.test.ts-snapshots/Transactions-creates-a-transfer-test-transaction-6-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/package.json` (+11 -12) 📝 `packages/desktop-client/src/components/HelpMenu.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionList.tsx` (+0 -1) 📝 `packages/desktop-client/src/components/mobile/transactions/TransactionListItem.tsx` (+3 -2) ➕ `upcoming-release-notes/5865.md` (+6 -0) 📝 `yarn.lock` (+1161 -1142) </details> ### 📄 Description Dropped react-stately as it wasn't used anywhere Merge after: - [x] Non-react (https://github.com/actualbudget/actual/pull/5858) - [x] Build (https://github.com/actualbudget/actual/pull/5864) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-01 02:24:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#55478