Skip to content

After quasar upgrade 2.16.11 → 2.17.0, Deprecation warnings from Dart Sass #17518

Discussion options

You must be logged in to vote

You've probably upgraded more than just quasar 2.16.11 → 2.17.0 and I am sure that if you pin "quasar": "2.16.11" and reinstall deps, you will still see it. It probably happened as part of the app-vite's sass dependency upgrade. sass has added a new warning. But, Quasar doesn't use sass(dart sass) package directly. Vite invokes sass.render, which is now a deprecated API here: https://github.com/vitejs/vite/blob/c1ed8a595a02ec7f8f5a8d23f97b2f21d3834ab1/packages/vite/src/node/plugins/css.ts#L2199
They have a TODO comment to change the default API to a more modern one, in Vite 6:
https://github.com/vitejs/vite/blob/c1ed8a595a02ec7f8f5a8d23f97b2f21d3834ab1/packages/vite/src/node/plugins/css.t…

Replies: 5 comments 18 replies

Comment options

You must be logged in to vote
8 replies
@rstoenescu
Comment options

@yusufkandemir
Comment options

@ssuess
Comment options

@rstoenescu
Comment options

@rstoenescu
Comment options

Answer selected by rstoenescu
Comment options

You must be logged in to vote
5 replies
@zeid0ne
Comment options

@rstoenescu
Comment options

@rmcf
Comment options

@rstoenescu
Comment options

@mapleeit
Comment options

Comment options

You must be logged in to vote
1 reply
@arnonrdp
Comment options

Comment options

You must be logged in to vote
2 replies
@yusufkandemir
Comment options

@coredev-uk
Comment options

Comment options

You must be logged in to vote
2 replies
@yusufkandemir
Comment options

@Aymkdn
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment