Skip to content

chore(deps): bump @types/node to match the Node 24 runtime - #663

Open
Reversean wants to merge 1 commit into
masterfrom
chore/bump-types-node
Open

chore(deps): bump @types/node to match the Node 24 runtime#663
Reversean wants to merge 1 commit into
masterfrom
chore/bump-types-node

Conversation

@Reversean

@Reversean Reversean commented Jul 28, 2026

Copy link
Copy Markdown
Member

@types/node was still pinned to ^16.11.46 while .nvmrc has required Node 24 for a while, so the installed types predated runtime APIs like Readable.fromWeb.

Bumped to ^24.13.3 to match the actual runtime major version.

@types/node was pinned to ^16.11.46 while .nvmrc has required Node 24 for a while. The definitions therefore predated APIs the runtime already provides, such as Readable.fromWeb, so code calling them did not type-check.
@Reversean
Reversean force-pushed the chore/bump-types-node branch from 7c0621b to 84820bd Compare July 29, 2026 17:21
@Reversean Reversean changed the title chore: bump @types/node to match the Node 24 runtime chore(deps): bump @types/node to match the Node 24 runtime Jul 29, 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.

1 participant