Skip to content
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

Deal with Symbol(undici.globalDispatcher.1) in Node.js 18+ #1058

Merged
merged 1 commit into from
Jan 2, 2023

Conversation

dominykas
Copy link
Contributor

Took a stab at it - fixes #1056.

Happy to re-do, if there's smarter options.

@dominykas
Copy link
Contributor Author

I believe the failures are unrelated to my PR?

@devinivy
Copy link
Member

@dominykas yeah, it's unrelated to your changes— I believe it's just a new typescript error behavior that we need to make lab aware of. Thanks!

@dominykas
Copy link
Contributor Author

@devinivy actually, this is a @types/node needing an update - included in this PR.

Copy link
Member

@Nargonath Nargonath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code LGTM, thanks @dominykas.

I'm not too fond in putting the @types/node update in this PR though. If we ever need to look at the history to find where it has been upgraded, we'd have to git bisect as it's hidden in an unrelated PR. Also for changelog purposes, it will not be shown.

@Nargonath Nargonath added the bug Bug or defect label Dec 19, 2022
@dominykas
Copy link
Contributor Author

OK, let me split that off.

Copy link
Member

@Nargonath Nargonath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @dominykas for creating a new PR with the @types/node bump.

@devinivy devinivy added this to the 25.1.0 milestone Jan 2, 2023
@devinivy devinivy merged commit e8d8a2f into hapijs:master Jan 2, 2023
@dominykas dominykas deleted the fetch-global branch December 15, 2023 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug or defect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Node 18 undici global
3 participants