-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
refactor: node-fetch to undici #145
Conversation
It's that easy? wow... |
@sapphiredev pack |
The deployment workflow has finished successfully. You can install it for testing like so: npm install @sapphire/plugin-editable-commands@pr-145
npm install @sapphire/plugin-api@pr-145
npm install @sapphire/plugin-i18next@pr-145
npm install @sapphire/plugin-logger@pr-145
npm install @sapphire/plugin-subcommands@pr-145 |
It should be, hopefully :) |
I'll do a test using that PR deploy above tomorrow or later this week but whatever the case we'll be sure to land this before the soon scheduled release of Sapphire v-Next |
Sounds good, although both Web streams and Blob are both considered experimental currently which is causing the holdup to the discordjs pr. |
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.
Well that's shockingly easy
There are merge conflicts, please rebase. |
This comment has been minimized.
This comment has been minimized.
2816198
to
3970965
Compare
We've decided internally to merge this when DiscordJS merges discordjs/discord.js#6586 |
That pr in djs is closed, now what |
You wait for the one in /rest |
(for reference, the relevant pr is discordjs/discord.js#7747) |
There are merge conflicts that need resolving, but otherwise LGTM. |
Okay should be relatively good, still not familiar with yarn so I don't really know where the types change occurred (and I'm a little lazy) Also I committed these changes directly to my fork's main branch nearly a year ago, which didn't make anything easier 😐 |
FYI @KhafraDev this is scheduled for v4 so it won't be merged until we're closer to bringing that version out which will be a while. It's good to have ready nonetheless. |
Follow up to sapphiredev#143
Follow up to #143 (and discordjs/discord.js#6586)