-
-
Notifications
You must be signed in to change notification settings - Fork 674
Remove patched DOM types #3533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove patched DOM types #3533
Conversation
|
While back-porting this to |
* see #3524 Signed-off-by: eXhumer <[email protected]>
* Add minimum types for node based on engines.node version in package.json * Currently undici locks engine to node@>=18.17 * Get @types/node for 18.17.x specificially and lock to patch upgrades only for 18.17 Signed-off-by: eXhumer <[email protected]>
|
Removed |
|
I'm reopening #3531 because it seems it cannot backported 1-1. |
mcollina
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
mertcanaltin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This relates to...
Fixes #3524
PR #3531
Rationale
Several missing DOM types from
@types/nodewere added as part ofpatch.d.ts.Event&EventTargetexported DOM types in global were overwritten withpatch.d.ts.Changes
Event&EventTargettype and references to it from other declaration files.@types/nodeto~18.17.19.Features
N/A
Bug Fixes
Eventtype.Breaking Changes and Deprecations
N/A
Status
Notes
@types/nodeversion was updated to reflect the minimum supported engine version inpackage.json.