chore(deps): update dependency sass to v1.22.3 #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.22.2
->1.22.3
Release Notes
sass/dart-sass
v1.22.3
Compare Source
Potentially breaking bug fix: The argument name for the
saturate()
function is now
$amount
, to match the name in LibSass and originally in RubySass.
Potentially breaking bug fix: The
invert()
function now properly returns#808080
when passed$weight: 50%
. This matches the behavior in LibSass andoriginally in Ruby Sass, as well as being consistent with other nearby values
of
$weight
.Potentially breaking bug fix: The
invert()
function now throws an errorif it's used [as a plain CSS function][plain-css invert] and the Sass-only
$weight
parameter is passed. This never did anything useful, so it'sconsidered a bug fix rather than a full breaking change.
[plain-CSS invert]: https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/invert
Potentially breaking bug fix: The
str-insert()
function now properlyinserts at the end of the string if the
$index
is-1
. This matches thebehavior in LibSass and originally in Ruby Sass.
Potentially breaking bug fix: An empty map returned by
map-remove()
isnow treated as identical to the literal value
()
, rather than being treatedas though it had a comma separator. This matches the original behavior in Ruby
Sass.
The
adjust-color()
function no longer throws an error when a large$alpha
value is combined with HSL adjustments.
The
alpha()
function now produces clearer error messages when the wrongnumber of arguments are passed.
Fix a bug where the
str-slice()
function could produce invalid output whenpassed a string that contains characters that aren't represented as a single
byte in UTF-16.
Improve the error message for an unknown separator name passed to the
join()
or
append()
functions.The
zip()
function no longer deadlocks if passed no arguments.The
map-remove()
function can now take a$key
named argument. This matchesthe signature in LibSass and originally in Ruby Sass.
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.