-
-
Notifications
You must be signed in to change notification settings - Fork 274
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
[email protected]
└─ @types/[email protected]
└─ [email protected]If maintainers agree with this direction, I can open a PR to update the @types/node dependency.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request