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

[breaking] drop Node 14 support #4922

Merged
merged 2 commits into from
May 14, 2022
Merged

[breaking] drop Node 14 support #4922

merged 2 commits into from
May 14, 2022

Conversation

benmccann
Copy link
Member

closes #4916

@changeset-bot
Copy link

changeset-bot bot commented May 14, 2022

🦋 Changeset detected

Latest commit: 15a3dae

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@sveltejs/adapter-vercel Patch
@sveltejs/kit Patch

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

Co-authored-by: Maurício Kishi <mrkishi@users.noreply.github.com>
@Rich-Harris
Copy link
Member

AFK or I'd do this myself right now - we should get rid of the node 14 crypto stuff as well

@Rich-Harris
Copy link
Member

Actually, scratch that. We should change install-fetch to be install-polyfills or something and assign require('node: crypto').webcrypto to globalThis.crypto, and put any other things we need in there (like AbortController and ReadableStream etc). Will do that in a follow-up

@Cinci7

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop Node 14 support
4 participants