Update dependency sass to v1.48.0
This MR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| sass | 1.45.0 -> 1.48.0 |
Release Notes
sass/dart-sass
v1.48.0
JS API
-
Potentially breaking bug fix: Match the specification of the new JS API by
setting
LegacyResult.maptoundefinedrather thannull.
TypeScript Declarations
- Add a declaration for the
NULLconstant.
v1.47.0
JS API
TypeScript Declarations
- Add declarations for the
TRUEandFALSEconstants.
v1.46.0
JS API
-
Potentially breaking bug fix: Match the specification of the new JS API by
passing
undefinedrather thannulltoLogger.warn()for an unsetspan.
TypeScript Declarations
-
Add a declaration for the
LegacyPluginThis.options.contextfield. -
Update the definition of
LegacyAsyncFunctionto include explicit definitions with zero through six arguments before thedoneparameter. This makes it possible for TypeScript users to pass in callbacks that take a specific number of arguments, rather than having to declare a callback that takes an arbitrary number. -
Add a declaration for
types.Error, a legacy API class that can be returned by asynchronous functions to signal asynchronous errors. -
Add a
LegacyAsyncFunctionDonetype for thedonecallback that's passed toLegacyAsyncFunction.
v1.45.2
JS API
-
Potentially breaking bug fix: Change the default value of the
separatorparameter fornew SassArgumentList()to','rather thannull. This matches the API specification.
v1.45.1
-
Potentially breaking bug fix: Properly parse custom properties in
@supportsconditions. Note that this means that SassScript expressions on the right-hand side of custom property@supportsqueries now need to be interpolated, as per https://sass-lang.com/d/css-vars. -
Potentially breaking bug fix: Fix a bug where
inspect()was not properly printing nested, empty, bracketed lists.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.