inngest / inngest-js

The developer platform for easily building reliable workflows with zero infrastructure for TypeScript & JavaScript
https://www.inngest.com/
GNU General Public License v3.0
414 stars 41 forks source link

[BUG] Outdated peer dependency @sveltejs/kit@"^1.27.3" #592

Closed christopherhelf closed 3 months ago

christopherhelf commented 3 months ago

Describe the bug When upgrading to inngest@3.19.8, I noticed that @sveltejs/kit is pointing to an outdated version, we are already at 2.5.10. Having the latest sveltekit package installed, upgrading thus fails with

npm ERR! Could not resolve dependency:
npm ERR! peer @sveltejs/kit@"^1.27.3" from inngest@3.19.8
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.

Would it be possible to bump sveltekit to latest? In my initial tries the package seems to build with no issues at least, I didn't have time to test it any further though.

System info (please complete the following information):

linear[bot] commented 3 months ago

INN-3130 [BUG] Outdated peer dependency @sveltejs/kit@"^1.27.3"