[PR #1437] [MERGED] ♻️ (crdt) adding more strict typings #53046

Closed
opened 2026-04-30 21:25:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1437
Author: @MatissJanis
Created: 7/31/2023
Status: Merged
Merged: 8/4/2023
Merged by: @MatissJanis

Base: masterHead: matiss/crdt-improved-types-2


📝 Commits (4)

📊 Changes

6 files changed (+63 additions, -45 deletions)

View changed files

📝 packages/crdt/src/crdt/merkle.test.ts (+10 -6)
📝 packages/crdt/src/crdt/merkle.ts (+7 -6)
📝 packages/crdt/src/crdt/timestamp.test.ts (+28 -25)
📝 packages/crdt/src/crdt/timestamp.ts (+10 -8)
📝 packages/crdt/tsconfig.dist.json (+2 -0)
upcoming-release-notes/1437.md (+6 -0)

📄 Description

This PR has no functional changes. Only types are changing and getting improved (more stricter).

A follow-up PR will come next that does a few functional changes to make this package fully strict.


🔄 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/1437 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 7/31/2023 **Status:** ✅ Merged **Merged:** 8/4/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/crdt-improved-types-2` --- ### 📝 Commits (4) - [`e73ae09`](https://github.com/actualbudget/actual/commit/e73ae0964226086f7d166b3f53b540d6b8a26581) :recycle: (crdt) adding more strict typings - [`50b7af5`](https://github.com/actualbudget/actual/commit/50b7af54e0cfa58aad38f49481ab33e413096a79) Remove functional changes - [`167eb0b`](https://github.com/actualbudget/actual/commit/167eb0bfcc4de668819bf54aa25860834dfd1d1a) Release notes - [`cfdbe7e`](https://github.com/actualbudget/actual/commit/cfdbe7e76b4275a0bb1d155bcd4800ca29fd4474) Fix lint ### 📊 Changes **6 files changed** (+63 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `packages/crdt/src/crdt/merkle.test.ts` (+10 -6) 📝 `packages/crdt/src/crdt/merkle.ts` (+7 -6) 📝 `packages/crdt/src/crdt/timestamp.test.ts` (+28 -25) 📝 `packages/crdt/src/crdt/timestamp.ts` (+10 -8) 📝 `packages/crdt/tsconfig.dist.json` (+2 -0) ➕ `upcoming-release-notes/1437.md` (+6 -0) </details> ### 📄 Description This PR has no functional changes. Only types are changing and getting improved (more stricter). A follow-up PR will come next that does a few functional changes to make this package fully strict. --- <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 21:25:17 -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#53046