Update dependency sass to v1.69.6
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
sass | dependencies | patch | 1.69.5 -> 1.69.6 |
Release Notes
sass/dart-sass (sass)
v1.69.6
-
Produce better output for numbers with complex units in
meta.inspect()
and debugging messages. -
Escape U+007F DELETE when serializing strings.
-
When generating CSS error messages to display in-browser, escape all code points that aren't in the US-ASCII region. Previously only code points U+0100 LATIN CAPITAL LETTER A WITH MACRON were escaped.
-
Provide official releases for musl LibC and for Android.
-
Don't crash when running
meta.apply()
in asynchronous mode.
JS API
- Fix a bug where certain exceptions could produce
SourceSpan
s that didn't follow the documentedSourceSpan
API.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.