[PR #2072] [MERGED] ♻️ (TypeScript) fix strictFunctionTypes violations (pt 5) #53404

Closed
opened 2026-04-30 22:04:43 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2072
Author: @MatissJanis
Created: 12/12/2023
Status: Merged
Merged: 1/6/2024
Merged by: @MatissJanis

Base: masterHead: matiss/strict-ts-6


📝 Commits (10+)

  • 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
  • dcdf461 ♻️ (TypeScript) fix strictFunctionTypes violations (pt 5)
  • 2e69015 Merge branch 'master' into matiss/strict-ts-6

📊 Changes

8 files changed (+34 additions, -9 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/SavedFilterAutocomplete.tsx (+0 -1)
📝 packages/desktop-client/src/hooks/useActions.ts (+6 -1)
📝 packages/loot-core/src/platform/server/sqlite/index.electron.ts (+2 -0)
📝 packages/loot-core/src/server/aql/compiler.ts (+14 -3)
📝 packages/loot-core/src/server/aql/schema/index.ts (+3 -1)
📝 packages/loot-core/src/server/sync/sync.property.test.ts (+2 -1)
📝 tsconfig.json (+1 -2)
upcoming-release-notes/2072.md (+6 -0)

📄 Description

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

Final PR in the series.


🔄 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/2072 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 12/12/2023 **Status:** ✅ Merged **Merged:** 1/6/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/strict-ts-6` --- ### 📝 Commits (10+) - [`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 - [`dcdf461`](https://github.com/actualbudget/actual/commit/dcdf461998f473dd18bcba6b0771f4ae56f0f400) :recycle: (TypeScript) fix strictFunctionTypes violations (pt 5) - [`2e69015`](https://github.com/actualbudget/actual/commit/2e69015368a2399ff91e00713503117d61076215) Merge branch 'master' into matiss/strict-ts-6 ### 📊 Changes **8 files changed** (+34 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/SavedFilterAutocomplete.tsx` (+0 -1) 📝 `packages/desktop-client/src/hooks/useActions.ts` (+6 -1) 📝 `packages/loot-core/src/platform/server/sqlite/index.electron.ts` (+2 -0) 📝 `packages/loot-core/src/server/aql/compiler.ts` (+14 -3) 📝 `packages/loot-core/src/server/aql/schema/index.ts` (+3 -1) 📝 `packages/loot-core/src/server/sync/sync.property.test.ts` (+2 -1) 📝 `tsconfig.json` (+1 -2) ➕ `upcoming-release-notes/2072.md` (+6 -0) </details> ### 📄 Description Fixing next batch of issues that become visible when enabling `strictFunctionTypes`. Final PR in the series. --- <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-04-30 22:04:43 -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#53404