[PR #2270] [MERGED] Update desktop client package versions #4218

Closed
opened 2026-02-28 20:53:13 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2270
Author: @joel-jeremy
Created: 1/22/2024
Status: Merged
Merged: 2/7/2024
Merged by: @joel-jeremy

Base: masterHead: update-desktop-client-package-versions


📝 Commits (7)

📊 Changes

41 files changed (+895 additions, -783 deletions)

View changed files

📝 packages/api/package.json (+3 -3)
📝 packages/crdt/package.json (+3 -3)
📝 packages/desktop-client/package.json (+28 -29)
📝 packages/desktop-client/src/components/App.tsx (+8 -3)
📝 packages/desktop-client/src/components/BankSyncStatus.tsx (+6 -1)
📝 packages/desktop-client/src/components/LoggedInUser.tsx (+6 -1)
📝 packages/desktop-client/src/components/ManageRules.tsx (+10 -1)
📝 packages/desktop-client/src/components/MobileWebMessage.tsx (+6 -1)
📝 packages/desktop-client/src/components/Modals.tsx (+17 -5)
📝 packages/desktop-client/src/components/Notifications.tsx (+8 -2)
📝 packages/desktop-client/src/components/ThemeSelector.tsx (+1 -1)
📝 packages/desktop-client/src/components/Titlebar.tsx (+19 -9)
📝 packages/desktop-client/src/components/UpdateNotification.tsx (+9 -3)
📝 packages/desktop-client/src/components/budget/DynamicBudgetTable.tsx (+6 -1)
📝 packages/desktop-client/src/components/budget/MobileBudget.tsx (+5 -2)
📝 packages/desktop-client/src/components/budget/index.tsx (+20 -13)
📝 packages/desktop-client/src/components/modals/SwitchBudgetType.tsx (+6 -1)
📝 packages/desktop-client/src/components/rules/ScheduleValue.tsx (+5 -1)
📝 packages/desktop-client/src/components/rules/Value.tsx (+10 -3)
📝 packages/desktop-client/src/components/schedules/DiscoverSchedules.tsx (+3 -1)

...and 21 more files

📄 Description

No functional changes. The code changes made here is to satisfy the compiler which looks for the generic type for useSelector calls.


🔄 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/2270 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 1/22/2024 **Status:** ✅ Merged **Merged:** 2/7/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `update-desktop-client-package-versions` --- ### 📝 Commits (7) - [`13279c1`](https://github.com/actualbudget/actual/commit/13279c1bc9884f6095e0fb7d79e82785486f1779) Upgrade desktop-client depenencies - [`b5dbe64`](https://github.com/actualbudget/actual/commit/b5dbe64c19071bf55de60a0fc55369c60404b7f5) Release notes - [`29c6e34`](https://github.com/actualbudget/actual/commit/29c6e34494ee1cddfc754886357fd5b2e28e02fe) yarn dedupe - [`583ff2f`](https://github.com/actualbudget/actual/commit/583ff2f82e8f19636f1d75f681d08244a80a75c8) yarn dedupe - [`8ce6ca5`](https://github.com/actualbudget/actual/commit/8ce6ca5fcfebb4e9163f8feb497f0ef4412915ea) Fix typecheck error - [`dcdaddf`](https://github.com/actualbudget/actual/commit/dcdaddf77dcdc4371a2bfc0fb874ddce5692bced) Update sass - [`c5912a2`](https://github.com/actualbudget/actual/commit/c5912a262e45061f412b904ee69e1b8d08bcc602) Update useSelectors ### 📊 Changes **41 files changed** (+895 additions, -783 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/package.json` (+3 -3) 📝 `packages/crdt/package.json` (+3 -3) 📝 `packages/desktop-client/package.json` (+28 -29) 📝 `packages/desktop-client/src/components/App.tsx` (+8 -3) 📝 `packages/desktop-client/src/components/BankSyncStatus.tsx` (+6 -1) 📝 `packages/desktop-client/src/components/LoggedInUser.tsx` (+6 -1) 📝 `packages/desktop-client/src/components/ManageRules.tsx` (+10 -1) 📝 `packages/desktop-client/src/components/MobileWebMessage.tsx` (+6 -1) 📝 `packages/desktop-client/src/components/Modals.tsx` (+17 -5) 📝 `packages/desktop-client/src/components/Notifications.tsx` (+8 -2) 📝 `packages/desktop-client/src/components/ThemeSelector.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+19 -9) 📝 `packages/desktop-client/src/components/UpdateNotification.tsx` (+9 -3) 📝 `packages/desktop-client/src/components/budget/DynamicBudgetTable.tsx` (+6 -1) 📝 `packages/desktop-client/src/components/budget/MobileBudget.tsx` (+5 -2) 📝 `packages/desktop-client/src/components/budget/index.tsx` (+20 -13) 📝 `packages/desktop-client/src/components/modals/SwitchBudgetType.tsx` (+6 -1) 📝 `packages/desktop-client/src/components/rules/ScheduleValue.tsx` (+5 -1) 📝 `packages/desktop-client/src/components/rules/Value.tsx` (+10 -3) 📝 `packages/desktop-client/src/components/schedules/DiscoverSchedules.tsx` (+3 -1) _...and 21 more files_ </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> No functional changes. The code changes made here is to satisfy the compiler which looks for the generic type for `useSelector` calls. --- <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-02-28 20:53:13 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4218