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

Upgrade a couple dependencies #560

Closed benmccann closed 1 year ago

benmccann commented 1 year ago

magic-string was causing a deprecation warning node-sass wouldn't install on my machine because it was too old I was getting some kind of error from husky. I'm not sure if upgrading it helped. I had to delete the precommit hooks to send this

Conduitry commented 1 year ago

For future reference, you can commit with the -n (--no-verify) flag to skip precommit hooks.

benmccann commented 1 year ago

this repo has really bit rotted :stuck_out_tongue_closed_eyes: closing in favor of https://github.com/sveltejs/svelte-preprocess/pull/561