[PR #2071] [MERGED] ♻️ (TypeScript) fix strictFunctionTypes violations (pt 4) #4099

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2071
Author: @MatissJanis
Created: 12/12/2023
Status: Merged
Merged: 12/22/2023
Merged by: @MatissJanis

Base: masterHead: matiss/strict-ts-5


📝 Commits (9)

  • 3783253 ♻️ (TypeScript) fix strictFunctionTypes violations (pt 1)
  • f039130 Release notes
  • 56bef95 oops
  • 6707886 ♻️ (TypeScript) fix strictFunctionTypes violations (pt 2)
  • eacca88 ♻️ (TypeScript) fix strictFunctionTypes violations (pt 3)
  • f176b92 Release notes
  • aa14d64 ♻️ (TypeScript) fix strictFunctionTypes violations (pt 4)
  • 6b4de0f Test and lint fixes
  • 614a150 Merge branch 'master' into matiss/strict-ts-5

📊 Changes

7 files changed (+309 additions, -310 deletions)

View changed files

📝 packages/desktop-client/src/components/common/Menu.tsx (+5 -5)
📝 packages/desktop-client/src/components/payees/PayeeTable.tsx (+49 -50)
📝 packages/desktop-client/src/components/schedules/SchedulesTable.tsx (+1 -1)
📝 packages/desktop-client/src/components/table.tsx (+246 -252)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.jsx (+1 -1)
📝 packages/loot-core/src/server/sync/sync.property.test.ts (+1 -1)
upcoming-release-notes/2071.md (+6 -0)

📄 Description

Fixing next batch of issues that become visible when enabling strictFunctionTypes.


🔄 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/2071 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 12/12/2023 **Status:** ✅ Merged **Merged:** 12/22/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/strict-ts-5` --- ### 📝 Commits (9) - [`3783253`](https://github.com/actualbudget/actual/commit/378325342341b4a22a006f20b984629e914b3eca) :recycle: (TypeScript) fix strictFunctionTypes violations (pt 1) - [`f039130`](https://github.com/actualbudget/actual/commit/f039130435c4ee86173bda95e4bc73e1d46af816) Release notes - [`56bef95`](https://github.com/actualbudget/actual/commit/56bef95a45b8b0603b25e249a8dbf3da521f8221) oops - [`6707886`](https://github.com/actualbudget/actual/commit/670788696888b1189d208600496e838a25614706) :recycle: (TypeScript) fix strictFunctionTypes violations (pt 2) - [`eacca88`](https://github.com/actualbudget/actual/commit/eacca881017b3cdd97eac7f7dadebdf71055e25f) :recycle: (TypeScript) fix strictFunctionTypes violations (pt 3) - [`f176b92`](https://github.com/actualbudget/actual/commit/f176b92a4acd4d21537c8ab449a2a3abcbd81ea0) Release notes - [`aa14d64`](https://github.com/actualbudget/actual/commit/aa14d648e5a7e40388154bae87481e6bdcc90322) :recycle: (TypeScript) fix strictFunctionTypes violations (pt 4) - [`6b4de0f`](https://github.com/actualbudget/actual/commit/6b4de0f710bdb47b5615a636a7386f86cfb04a82) Test and lint fixes - [`614a150`](https://github.com/actualbudget/actual/commit/614a150bcbe00325b9613a14a0655931052efbb7) Merge branch 'master' into matiss/strict-ts-5 ### 📊 Changes **7 files changed** (+309 additions, -310 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/common/Menu.tsx` (+5 -5) 📝 `packages/desktop-client/src/components/payees/PayeeTable.tsx` (+49 -50) 📝 `packages/desktop-client/src/components/schedules/SchedulesTable.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/table.tsx` (+246 -252) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.jsx` (+1 -1) 📝 `packages/loot-core/src/server/sync/sync.property.test.ts` (+1 -1) ➕ `upcoming-release-notes/2071.md` (+6 -0) </details> ### 📄 Description Fixing next batch of issues that become visible when enabling `strictFunctionTypes`. --- <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:51:30 -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#4099