sveltejs / svelte-preprocess

A ✨ magical ✨ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more.
MIT License
1.73k stars 147 forks source link

 WARN  Issues with latest peer dependency postcss-load-config@6 found #634

Closed delight closed 3 weeks ago

delight commented 1 month ago

Describe the bug A major version of postcss-load-config (6.0.0) got released. This is not included in the allowed versions of peerDependencies yet

Logs  WARN  Issues with peer dependencies found . └─┬ svelte-check 3.8.0 └─┬ svelte-preprocess 5.1.4 └── ✕ unmet peer postcss-load-config@"^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0": found 6.0.0

To Reproduce update svelte project dependencies to latest versions

Expected behavior No warning on updates

Information about your project:

new sveltekit project

I got the simple patch ready

dummdidumm commented 3 weeks ago

Closed as part of #640