Skip to content

Widen @types/node version range to support Node 24 #1966

@aki05162525

Description

@aki05162525

Is your feature request related to a problem? Please describe.
happy-dom currently depends on @types/node with the range ^20.0.0.
In environments with strict supply-chain policies (e.g. pnpm trustPolicy: no-downgrade), this can cause installation failures because older transitive dependencies such as [email protected] trigger trust downgrade errors.

Describe the solution you'd like
Update the devDependency range of @types/node to include newer versions, such as ^24.0.0, or widen the range to support both Node 20 and Node 24.

Additional context
Dependency chain

If maintainers agree with this direction, I can open a PR to update the @types/node dependency.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions