[PR #1461] [MERGED] ♻️ (crdt) adding more strict typings #3757

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

📋 Pull Request Information

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

Base: masterHead: matiss/crdt-improved-types


📝 Commits (4)

📊 Changes

6 files changed (+69 additions, -34 deletions)

View changed files

📝 packages/crdt/package.json (+1 -1)
📝 packages/crdt/src/crdt/merkle.test.ts (+22 -22)
📝 packages/crdt/src/crdt/merkle.ts (+25 -8)
📝 packages/crdt/src/crdt/timestamp.ts (+14 -1)
📝 packages/crdt/tsconfig.dist.json (+1 -2)
upcoming-release-notes/1461.md (+6 -0)

📄 Description

Making the crdt package fully TypeScript-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/1461 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 8/4/2023 **Status:** ✅ Merged **Merged:** 8/5/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/crdt-improved-types` --- ### 📝 Commits (4) - [`39f860f`](https://github.com/actualbudget/actual/commit/39f860f96693b718d6588175b8e25c238bce13b4) :recycle: (crdt) adding more strict typings - [`0825b6d`](https://github.com/actualbudget/actual/commit/0825b6d575340e2a87725541af99fd6216a73cb0) Release notes - [`7ce0ac4`](https://github.com/actualbudget/actual/commit/7ce0ac4e3a7c3f6fc386da8348e7f5a3947586a9) Fix lint - [`5499ba9`](https://github.com/actualbudget/actual/commit/5499ba968dafb62e8cf8aa4e22d2039170696f23) Fix test issues ### 📊 Changes **6 files changed** (+69 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `packages/crdt/package.json` (+1 -1) 📝 `packages/crdt/src/crdt/merkle.test.ts` (+22 -22) 📝 `packages/crdt/src/crdt/merkle.ts` (+25 -8) 📝 `packages/crdt/src/crdt/timestamp.ts` (+14 -1) 📝 `packages/crdt/tsconfig.dist.json` (+1 -2) ➕ `upcoming-release-notes/1461.md` (+6 -0) </details> ### 📄 Description Making the `crdt` package fully TypeScript-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-02-28 20:46:15 -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#3757