chore(deps): update dependency sass-embedded to v1.86.0 #161
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#161
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/sass-embedded-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/embedded-host-node (sass-embedded)
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.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.
20336b1a4f
toea49922322
chore(deps): update dependency sass-embedded to v1.83.2to chore(deps): update dependency sass-embedded to v1.83.3ea49922322
tofaee8170b4
chore(deps): update dependency sass-embedded to v1.83.3to chore(deps): update dependency sass-embedded to v1.83.4faee8170b4
to9e1cd18813
chore(deps): update dependency sass-embedded to v1.83.4to chore(deps): update dependency sass-embedded to v1.85.09e1cd18813
to74a3bc3e1f
chore(deps): update dependency sass-embedded to v1.85.0to chore(deps): update dependency sass-embedded to v1.85.174a3bc3e1f
to7f77f0faa1
chore(deps): update dependency sass-embedded to v1.85.1to chore(deps): update dependency sass-embedded to v1.86.0Checkout
From your project repository, check out a new branch and test the changes.