sveltekit-superforms icon indicating copy to clipboard operation
sveltekit-superforms copied to clipboard

Deprecation warning on latest Sveltekit build : "The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0."

Open MarArMar opened this issue 1 year ago • 3 comments

Thanks you for this awesome lib that I am very pleased to use and is very helpful 👍

Description

Using "sveltekit-superforms": "^2.19.0" ; "@sveltejs/kit": "^2.5.28", ; "svelte": "^4.2.19",

On Sveltekit build, I see this deprecation warning , seems to be for "yup-to-json-schema" :

"transforming (296) ../../node_modules/sveltekit-superforms/dist/adapters/yup-to-json-schema/converters/index.jsDeprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0."

More info: https://sass-lang.com/d/legacy-js-api

MarArMar avatar Sep 23 '24 14:09 MarArMar