Skip to content

Replace uuid with Node's in-built UUID generator#2530

Merged
domoscargin merged 1 commit intomainfrom
bk-remove-uuid
Apr 23, 2026
Merged

Replace uuid with Node's in-built UUID generator#2530
domoscargin merged 1 commit intomainfrom
bk-remove-uuid

Conversation

@domoscargin
Copy link
Copy Markdown
Contributor

@domoscargin domoscargin commented Apr 23, 2026

We're only generating a uuid, and we require Node 20+ to bump to the latest uuid, which means we should be able to just use Node's built-in crypto.

We still run tests on Node 16, but the method was added in v15, so that should be fine (ignoring the fact that we probably shouldn't still be running these in v16?)

Copy link
Copy Markdown
Contributor

@owenatgov owenatgov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sublime

@domoscargin domoscargin merged commit 2cdb620 into main Apr 23, 2026
53 of 54 checks passed
@domoscargin domoscargin deleted the bk-remove-uuid branch April 23, 2026 16:34
owenatgov added a commit that referenced this pull request Apr 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants