Update dependency sass to v1.48.0
This MR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| sass | 1.45.2 -> 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.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.