[PR #2070] [MERGED] ♻️ (TypeScript) fix strictFunctionTypes violations (pt 3) #53402

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

📋 Pull Request Information

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

Base: masterHead: matiss/strict-ts-4


📝 Commits (8)

  • 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
  • 118a470 Merge branch 'master' into matiss/strict-ts-4
  • d89e4cf Feedback: currentTarget

📊 Changes

7 files changed (+113 additions, -65 deletions)

View changed files

📝 packages/desktop-client/src/components/autocomplete/Autocomplete.tsx (+88 -58)
📝 packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.tsx (+1 -0)
📝 packages/desktop-client/src/components/autocomplete/SavedFilterAutocomplete.tsx (+8 -6)
📝 packages/loot-core/src/client/data-hooks/filters.ts (+2 -1)
📝 packages/loot-core/src/types/models/index.d.ts (+1 -0)
packages/loot-core/src/types/models/transaction-filter.d.ts (+7 -0)
upcoming-release-notes/2070.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/2070 **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-4` --- ### 📝 Commits (8) - [`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 - [`118a470`](https://github.com/actualbudget/actual/commit/118a470f3ed1ea3f61734c77f0c7f9a77090a833) Merge branch 'master' into matiss/strict-ts-4 - [`d89e4cf`](https://github.com/actualbudget/actual/commit/d89e4cf38b8fb582ede582903284b02fce5562d1) Feedback: currentTarget ### 📊 Changes **7 files changed** (+113 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/autocomplete/Autocomplete.tsx` (+88 -58) 📝 `packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.tsx` (+1 -0) 📝 `packages/desktop-client/src/components/autocomplete/SavedFilterAutocomplete.tsx` (+8 -6) 📝 `packages/loot-core/src/client/data-hooks/filters.ts` (+2 -1) 📝 `packages/loot-core/src/types/models/index.d.ts` (+1 -0) ➕ `packages/loot-core/src/types/models/transaction-filter.d.ts` (+7 -0) ➕ `upcoming-release-notes/2070.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-04-30 22:04: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#53402