Dan6erbond / sk-auth

Authentication library for use with SvelteKit featuring built-in OAuth providers and zero restriction customization!
MIT License
578 stars 70 forks source link

✨ Upgrade to SvelteKit 1.0.0-next.211 and related fixes #58

Closed lulzneko closed 2 years ago

lulzneko commented 2 years ago

Upgrade the SvelteKit dependency to the latest version, SvelteKit 1.0.0-next.211.

There will also be fixes associated with it. Mainly related to the following SvelteKit PRs

Kelvijn commented 2 years ago

Hope this gets merged quickly! Great job @lulzneko

ByronCobb commented 2 years ago

@Kelvijn thank you for the fork. Hopefully @Dan6erbond can merge this asap, as the bug makes this repo unusable.

Kelvijn commented 2 years ago

@Kelvijn thank you for the fork. Hopefully @Dan6erbond can merge this asap, as the bug makes this repo unusable.

@ByronCobb Credits to @lulzneko!

Did you get the fork working on your machine? I didn't when installing the package from my github URL, the node module didn't contain any index file only the package.json, tips? 😀

timwedde commented 2 years ago

I, too, am blocked by this, would be nice if this could get merged.

ByronCobb commented 2 years ago

@Kelvijn I've not yet tried it, but this stackoverflow answer seems to be relevant. https://stackoverflow.com/a/57503862

I think in short it recommends adding an empty .npmignore to the fork.

Dan6erbond commented 2 years ago

Sorry everyone! I missed this breaking change, but good catch @lulzneko. Will merge this ASAP once I get the linting errors to resolve, and I'm glad to see the Svelte team has simplified the way URLs work. Should also improve error tolerance from issues such as #59.