Update dependency sass to v1.59.3 - autoclosed
This MR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| sass | 1.58.0 -> 1.59.3 |
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
sass/dart-sass
v1.59.3
-
Fix a performance regression introduced in 1.59.0.
-
The NPM release of 1.59.0 dropped support for Node 12 without actually indicating so in its pubspec. This release temporarily adds back support so that the latest Sass version that declares it supports Node 12 actually does so. However, Node 12 is now end-of-life, so we will drop support for it properly in an upcoming release.
v1.59.2
- No user-visible changes.
v1.59.1
- No user-visible changes.
v1.59.0
Command Line Interface
-
Added a new
--fatal-deprecationflag that lets you treat a deprecation warning as an error. You can pass an individual deprecation ID (e.g.slash-div) or you can pass a Dart Sass version to treat all deprecations initially emitted in that version or earlier as errors. -
New
--future-deprecationflag that lets you opt into warning for use of certain features that will be deprecated in the future. At the moment, the only option is--future-deprecation=import, which will emit warnings for Sass@importrules, which are not yet deprecated, but will be in the future.
Dart API
-
New
Deprecationenum, which contains the different current and future deprecations used by the new CLI flags. -
The
compilemethods now take infatalDeprecationsandfutureDeprecationsparameters, which work similarly to the CLI flags.
v1.58.3
- No user-visible changes.
v1.58.2
Command Line Interface
-
Add a timestamp to messages printed in
--watchmode. -
Print better
calc()-based suggestions for/-as-division expression that contain calculation-incompatible constructs like unary minus.
v1.58.1
- Emit a unitless hue when serializing
hsl()colors. Thedegunit is incompatible with IE, and while that officially falls outside our compatibility policy, it's better to lean towards greater compatibility.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.