[PR #5048] [MERGED] ⬆️ upgrade uuid from 9.0.1 -> 11.1.0 #5729

Closed
opened 2026-02-28 21:17:28 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5048
Author: @matt-fidd
Created: 5/24/2025
Status: Merged
Merged: 6/7/2025
Merged by: @matt-fidd

Base: masterHead: deps/uuid


📝 Commits (5)

📊 Changes

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

View changed files

📝 packages/api/package.json (+1 -2)
📝 packages/crdt/package.json (+1 -2)
📝 packages/desktop-client/package.json (+1 -2)
📝 packages/loot-core/package.json (+1 -2)
📝 packages/loot-core/src/platform/client/undo/index.ts (+1 -1)
📝 packages/sync-server/package.json (+1 -2)
upcoming-release-notes/5048.md (+6 -0)
📝 yarn.lock (+15 -18)

📄 Description

A couple of things here:

  • uuid now ship their own types, so @types/uuid can be removed a505f01e59/README.md (L23)
  • v4 has two type definitions, Typescript is getting confused over which to use and was pulling the wrong return type with ReturnType so I've forced it to string.
    a505f01e59/src/v4.ts (L6-L11)

🔄 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/5048 **Author:** [@matt-fidd](https://github.com/matt-fidd) **Created:** 5/24/2025 **Status:** ✅ Merged **Merged:** 6/7/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `deps/uuid` --- ### 📝 Commits (5) - [`0fcb2f1`](https://github.com/actualbudget/actual/commit/0fcb2f120c0994fb6f6a6f419585478f6c8a5664) upgrade uuid from 9.0.1 -> 11.1.0 - [`5add175`](https://github.com/actualbudget/actual/commit/5add17556041255d85ee8b7aa2a8faddf82ecfa3) uuid ships their own types as of v11 - [`3d9f35c`](https://github.com/actualbudget/actual/commit/3d9f35c0c8051f3b05456a11d71081cd7676f206) fix types - [`a5fb4bb`](https://github.com/actualbudget/actual/commit/a5fb4bbe2293391224ab040c5b06b075806d3239) note - [`4711043`](https://github.com/actualbudget/actual/commit/4711043e675712159cb81fe64bd28bc9c6a6ea51) Merge branch 'master' into deps/uuid ### 📊 Changes **8 files changed** (+27 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `packages/api/package.json` (+1 -2) 📝 `packages/crdt/package.json` (+1 -2) 📝 `packages/desktop-client/package.json` (+1 -2) 📝 `packages/loot-core/package.json` (+1 -2) 📝 `packages/loot-core/src/platform/client/undo/index.ts` (+1 -1) 📝 `packages/sync-server/package.json` (+1 -2) ➕ `upcoming-release-notes/5048.md` (+6 -0) 📝 `yarn.lock` (+15 -18) </details> ### 📄 Description A couple of things here: - uuid now ship their own types, so `@types/uuid` can be removed https://github.com/uuidjs/uuid/blob/a505f01e59d8a5e432ab3355c5522bea055a8c27/README.md?plain=1#L23 - v4 has two type definitions, Typescript is getting confused over which to use and was pulling the wrong return type with `ReturnType` so I've forced it to `string`. https://github.com/uuidjs/uuid/blob/a505f01e59d8a5e432ab3355c5522bea055a8c27/src/v4.ts#L6-L11 --- <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 21:17:28 -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#5729