-
Notifications
You must be signed in to change notification settings - Fork 541
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
Remove patched DOM types #3533
Conversation
While back-porting this to |
* see #3524 Signed-off-by: eXhumer <exhumer@exhumer.cc>
* 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 <exhumer@exhumer.cc>
2c89594
to
5aa313d
Compare
Removed |
I'm reopening #3531 because it seems it cannot backported 1-1. |
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
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/node
were added as part ofpatch.d.ts
.Event
&EventTarget
exported DOM types in global were overwritten withpatch.d.ts
.Changes
Event
&EventTarget
type and references to it from other declaration files.@types/node
to~18.17.19
.Features
N/A
Bug Fixes
Event
type.Breaking Changes and Deprecations
N/A
Status
Notes
@types/node
version was updated to reflect the minimum supported engine version inpackage.json
.