Closed WardenDrew closed 4 months ago
Fixed in Quasar v2.16.6
Not sure if this is the correct spot for this, please excuse if not.
I'm on
and I'm still getting the same deprecation warnings. I cleaned build artifacts with quasar clean
before.
What am I missing?
Same here with Quasar 2.17.0
It's not Quasar at fault. The Quasar version has nothing to do with it. It's just the latest Sass which decided to add this warning. See https://github.com/quasarframework/quasar/discussions/17518 for more details.
What happened?
On a fresh quasar project a deprecation warning is received for dart-sass.
This deprecation was introduced in the latest version of
dart-sass
1.77.7 as of today. https://sass-lang.com/documentation/breaking-changes/mixed-decls/ https://github.com/sass/dart-sass/releases/tag/1.77.7What did you expect to happen?
Resolution of deprecation warning.
Reproduction URL
https://stackblitz.com/edit/quasarframework-vkdssh?file=package.json
How to reproduce?
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
Quasar CLI Commands/Configuration (@quasar/cli | @quasar/app-webpack | @quasar/app-vite)
Platforms/Browsers
Other
Quasar info output
Relevant log output
Additional context
No response