Update dependency sass to v1.63.3
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
sass | 1.62.1 -> 1.63.3 |
Release Notes
sass/dart-sass
v1.63.3
JavaScript API
- Fix loading Sass as an ECMAScript module on Node.js.
v1.63.2
- No user-visible changes.
v1.63.1
- No user-visible changes.
v1.63.0
JavaScript API
- Dart Sass's JS API now supports running in the browser. Further details and instructions for use are in the README.
Embedded Sass
-
The Dart Sass embedded compiler is now included as part of the primary Dart Sass distribution, rather than a separate executable. To use the embedded compiler, just run
sass --embedded
from any Sass executable (other than the pure JS executable).The Node.js embedded host will still be distributed as the
sass-embedded
package on npm. The only change is that it will now provide direct access to asass
executable with the same CLI as thesass
package. -
The Dart Sass embedded compiler now uses version 2.0.0 of the Sass embedded protocol. See the spec for a full description of the protocol, and the changelog for a summary of changes since version 1.2.0.
-
The Dart Sass embedded compiler now runs multiple simultaneous compilations in parallel, rather than serially.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.