Update dependency sass to v1.70.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| sass | dependencies | minor | 1.69.7 -> 1.70.0 |
Release Notes
sass/dart-sass (sass)
v1.70.0
JavaScript API
-
Add a
sass.initCompiler()function that returns asass.Compilerobject which supportscompile()andcompileString()methods with the same API as the global Sass object. On the Node.js embedded host, eachsass.Compilerobject uses a single long-lived subprocess, making compiling multiple stylesheets much more efficient. -
Add a
sass.initAsyncCompiler()function that returns asass.AsyncCompilerobject which supportscompileAsync()andcompileStringAsync()methods with the same API as the global Sass object. On the Node.js embedded host, eachsass.AsynCompilerobject uses a single long-lived subprocess, making compiling multiple stylesheets much more efficient.
Embedded Sass
-
Support the
CompileRequest.silentfield. This allows compilations with no logging to avoid unnecessary request/response cycles. -
The Dart Sass embedded compiler now reports its name as "dart-sass" rather than "Dart Sass", to match the JS API's
infofield.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.