Update dependency sass to v1.89.1
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
sass | dependencies | minor | 1.87.0 -> 1.89.1 |
Release Notes
sass/dart-sass (sass)
v1.89.1
- No user-visible changes.
v1.89.0
- Allow the Node package importer to load files even when there are multiple potential resolutions, as long as those resolutions all point to the same file.
v1.88.0
-
Allow custom properties with empty values (such as
--var:;
). -
Fix a bug when calculating source spans for interpolations.
Dart and JS APIs
- Potentially breaking bug fix: Throw an error when passing a function or mixin object from one compilation to another.
Dart API
- Deprecate passing a relative URL to
compileString()
and related functions.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot