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

@types/sass deprecated #582

Closed mustofa-id closed 1 year ago

mustofa-id commented 1 year ago

Describe the bug Get a deprecated warning when creating a new project with Sveltekit

Logs  WARN  deprecated @types/sass@1.45.0: This is a stub types definition. sass provides its own type definitions, so you do not need this installed. 

$> pnpm why @types/sass
Legend: production dependency, optional only, dev only

my-project@0.0.1 /path/to/my-project

devDependencies:
svelte-check 3.0.4
└─┬ svelte-preprocess 5.0.1
  └── @types/sass 1.45.0
kaisermann commented 1 year ago

Should be fixed by #583. Released in v5.0.2 🎉