[PR #2212] [MERGED] ♻️ (typescript) fixing strictNullChecks=true issues #4183

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

📋 Pull Request Information

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

Base: masterHead: matiss/ts-strict-null-checks-1


📝 Commits (4)

  • 9c3b85a ♻️ (typescript) fixing strictNullChecks=true issues
  • 683e602 Release notes
  • 4b0f012 Fix unit tests
  • 6127cd1 Merge branch 'master' into matiss/ts-strict-null-checks-1

📊 Changes

12 files changed (+124 additions, -67 deletions)

View changed files

📝 packages/crdt/src/crdt/merkle.ts (+1 -1)
📝 packages/loot-core/src/client/actions/queries.ts (+2 -1)
📝 packages/loot-core/src/client/reducers/queries.ts (+19 -14)
📝 packages/loot-core/src/client/state-types/queries.d.ts (+2 -1)
📝 packages/loot-core/src/mocks/budget.ts (+2 -2)
📝 packages/loot-core/src/server/db/index.ts (+8 -3)
📝 packages/loot-core/src/shared/transactions.test.ts (+37 -21)
📝 packages/loot-core/src/shared/transactions.ts (+21 -10)
📝 packages/loot-core/src/shared/util.ts (+18 -10)
📝 packages/loot-core/src/types/models/payee.d.ts (+6 -4)
📝 tsconfig.json (+2 -0)
upcoming-release-notes/2212.md (+6 -0)

📄 Description

Fixing a few strictNullChecks issues. There are a lot more that we'll need to slowly fix.


🔄 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/2212 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 1/10/2024 **Status:** ✅ Merged **Merged:** 1/12/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/ts-strict-null-checks-1` --- ### 📝 Commits (4) - [`9c3b85a`](https://github.com/actualbudget/actual/commit/9c3b85a9f2c436369bf51cf0273ba67ed965859c) :recycle: (typescript) fixing strictNullChecks=true issues - [`683e602`](https://github.com/actualbudget/actual/commit/683e602ec72fdaf4159e2b1f60704b1756ee8b32) Release notes - [`4b0f012`](https://github.com/actualbudget/actual/commit/4b0f0121f915396f98e311c2006c5af8599a4f0b) Fix unit tests - [`6127cd1`](https://github.com/actualbudget/actual/commit/6127cd1180c5411d296343d4ab5e567266534a10) Merge branch 'master' into matiss/ts-strict-null-checks-1 ### 📊 Changes **12 files changed** (+124 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `packages/crdt/src/crdt/merkle.ts` (+1 -1) 📝 `packages/loot-core/src/client/actions/queries.ts` (+2 -1) 📝 `packages/loot-core/src/client/reducers/queries.ts` (+19 -14) 📝 `packages/loot-core/src/client/state-types/queries.d.ts` (+2 -1) 📝 `packages/loot-core/src/mocks/budget.ts` (+2 -2) 📝 `packages/loot-core/src/server/db/index.ts` (+8 -3) 📝 `packages/loot-core/src/shared/transactions.test.ts` (+37 -21) 📝 `packages/loot-core/src/shared/transactions.ts` (+21 -10) 📝 `packages/loot-core/src/shared/util.ts` (+18 -10) 📝 `packages/loot-core/src/types/models/payee.d.ts` (+6 -4) 📝 `tsconfig.json` (+2 -0) ➕ `upcoming-release-notes/2212.md` (+6 -0) </details> ### 📄 Description Fixing a few `strictNullChecks` issues. There are a lot more that we'll need to slowly fix. --- <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:52:43 -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#4183