Skip to content

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

Merged
Reversean merged 1 commit into
masterfrom
chore/bump-types-node
Aug 17, 2026
Merged

chore(deps): bump @types/node to match the Node 24 runtime#663
Reversean merged 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 is pinned to ^16.11.46 while .nvmrc requires Node 24. The definitions predate APIs the runtime already provides, such as Readable.fromWeb, so code calling them does 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
@Reversean
Reversean force-pushed the chore/bump-types-node branch from 84820bd to b7d6d7f Compare August 16, 2026 15:02
@Reversean
Reversean merged commit 6a616ca into master Aug 17, 2026
7 checks passed
@Reversean
Reversean deleted the chore/bump-types-node branch August 17, 2026 18:41
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.

3 participants