-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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: stop using node-fetch
inside create-remix
#7345
refactor: stop using node-fetch
inside create-remix
#7345
Conversation
🦋 Changeset detectedLatest commit: 1400b0d The changes in this PR will be included in the next version bump. This PR includes changesets to release 16 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
09b94cd
to
1979c26
Compare
node-fetch
node-fetch
a2d9002
to
8d34c47
Compare
This doesn't need to go into |
8d34c47
to
eff2a91
Compare
I'm not sure why CI isn't running here but this has a TS error for me locally:
Looks like it's from our gzip logic, so we'll need to figure out how to do that with web streams: await pipeline(
response.body.pipe(gunzip()),
tar.extract(downloadPath, { ... })
) |
node-fetch
node-fetch
inside create-remix
Confirmed with @jacob-ebey as well that the changes to the tar gzip extraction looks right |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
No description provided.