[PR #2066] [MERGED] ♻️ (TypeScript) fix strictFunctionTypes violations (pt 2) #22704

Closed
opened 2026-04-16 16:57:31 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: matiss/strict-ts-3


📝 Commits (5)

  • 3783253 ♻️ (TypeScript) fix strictFunctionTypes violations (pt 1)
  • f039130 Release notes
  • 56bef95 oops
  • 6707886 ♻️ (TypeScript) fix strictFunctionTypes violations (pt 2)
  • 76bdf52 Merge branch 'master' into matiss/strict-ts-3

📊 Changes

8 files changed (+29 additions, -15 deletions)

View changed files

📝 packages/desktop-client/src/components/sidebar/Item.tsx (+3 -1)
📝 packages/desktop-client/src/components/sidebar/SecondaryItem.tsx (+3 -1)
📝 packages/desktop-client/src/components/sort.tsx (+7 -3)
📝 packages/desktop-client/src/components/table.tsx (+1 -1)
📝 packages/loot-core/package.json (+1 -1)
📝 packages/loot-core/src/server/sync/sync.property.test.ts (+3 -3)
upcoming-release-notes/2066.md (+6 -0)
📝 yarn.lock (+5 -5)

📄 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/2066 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 12/11/2023 **Status:** ✅ Merged **Merged:** 12/19/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/strict-ts-3` --- ### 📝 Commits (5) - [`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) - [`76bdf52`](https://github.com/actualbudget/actual/commit/76bdf522fea4c9146bff186216a54390cea93e6f) Merge branch 'master' into matiss/strict-ts-3 ### 📊 Changes **8 files changed** (+29 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/sidebar/Item.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/sidebar/SecondaryItem.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/sort.tsx` (+7 -3) 📝 `packages/desktop-client/src/components/table.tsx` (+1 -1) 📝 `packages/loot-core/package.json` (+1 -1) 📝 `packages/loot-core/src/server/sync/sync.property.test.ts` (+3 -3) ➕ `upcoming-release-notes/2066.md` (+6 -0) 📝 `yarn.lock` (+5 -5) </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-16 16:57:31 -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#22704