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

Compatibility with SvelteKit >= 341 #28

Merged
merged 1 commit into from
Jun 15, 2022

Conversation

sfriedel
Copy link
Contributor

SvelteKit removed the @sveltejs/kit/install-fetch export and replaced it with @sveltejs/kit/node/polyfills which contains additional polyfills.

This PR updates the import and bumps the SvelteKit peer dependency.

Fixes #27

@Fearful
Copy link

Fearful commented Jun 2, 2022

looking foward for this PR, if you updated your project to use aliases it breaks the build without this updated version

@HalfdanJ
Copy link
Owner

HalfdanJ commented Jun 8, 2022

Thanks @sfriedel ! Can you try and incorporate the change from #30 in this pull request to solve the test error?

@sfriedel
Copy link
Contributor Author

sfriedel commented Jul 5, 2022

Thank you @HalfdanJ and sorry I missed your request.

@sfriedel sfriedel deleted the sveltekit-341-compat branch July 5, 2022 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

installFetch moved/renamed in sveltekit>=341
3 participants