chore(deps): update dependency sass to v1.86.0 #160
No reviewers
Labels
No Label
bug
doing
duplicate
enhancement
help wanted
invalid
question
ready
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kompetenzinventar/ki-frontend#160
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/sass-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.83.1
->1.86.0
Release Notes
sass/dart-sass (sass)
v1.86.0
Compare Source
Add support for
%
as an expression in its own right. It will still be parsedas the modulo operator when between two other expressions, but in any other
context it will be an expression whose value is the unquoted string
%
.Consider
attr()
to be a special number function that can be used as achannel in color functions.
Deprecate user-defined functions named
type()
so that we can eventuallysupport the new CSS
type()
function.Dart API
v1.85.1
Compare Source
functions could incorrectly be treated as CSS math functions even though they
used Sass-only features, causing compilation failures. For example,
round(-$var / 2)
previously threw an error but now works as intended.v1.85.0
Compare Source
@extend
. This causedunacceptable performance issues for certain heavy users of
@extend
. We'lltry to find a more performant way to accomplish it in the future.
v1.84.0
Compare Source
Allow newlines in whitespace in the indented syntax.
Potentially breaking bug fix: Selectors with unmatched brackets now always
produce a parser error. Previously, some edge cases like
[foo#{"]:is(bar"}) {a: b}
would compile without error, but this was an unintentional bug.Fix a bug in which various Color Level 4 functions weren't allowed in plain
CSS.
Fix the error message for
@extend
without a selector and possibly otherparsing edge-cases in contexts that allow interpolation.
Embedded Host
SassBoolean
type to adhere to the spec,now using a class instead of an interface.
v1.83.4
Compare Source
v1.83.3
Compare Source
v1.83.2
Compare Source
Properly display deprecation IDs for the JS Sass API.
Don't display deprecation IDs for user-defined deprecations.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
8b267d47e1
to1bcb2da671
chore(deps): update dependency sass to v1.83.2to chore(deps): update dependency sass to v1.83.31bcb2da671
toa645687cc4
chore(deps): update dependency sass to v1.83.3to chore(deps): update dependency sass to v1.83.4a645687cc4
to34f5fa7e31
chore(deps): update dependency sass to v1.83.4to chore(deps): update dependency sass to v1.84.034f5fa7e31
to27c127cc3a
chore(deps): update dependency sass to v1.84.0to chore(deps): update dependency sass to v1.85.027c127cc3a
to3db89d5766
chore(deps): update dependency sass to v1.85.0to chore(deps): update dependency sass to v1.85.13db89d5766
tocd7e9f3f20
chore(deps): update dependency sass to v1.85.1to chore(deps): update dependency sass to v1.86.0Checkout
From your project repository, check out a new branch and test the changes.