-
-
Notifications
You must be signed in to change notification settings - Fork 13
chore(deps): update dependency sass to v1.89.0 #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/sass-1.x-lockfile
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cb181b9
to
2039ea0
Compare
2039ea0
to
fc3912e
Compare
fc3912e
to
b3397a0
Compare
b3397a0
to
fcb70f4
Compare
fcb70f4
to
ab95a0c
Compare
ab95a0c
to
9d3bf83
Compare
9d3bf83
to
14072eb
Compare
1d1f866
to
5d5382e
Compare
5d5382e
to
2d6107e
Compare
2d6107e
to
6300494
Compare
6300494
to
a257c90
Compare
a257c90
to
ab71a03
Compare
ab71a03
to
bcfd43d
Compare
e539d6f
to
0579a2a
Compare
0579a2a
to
7a1082a
Compare
7a1082a
to
12e3a0a
Compare
12e3a0a
to
3c144ee
Compare
3c144ee
to
09be68b
Compare
09be68b
to
f45ccfe
Compare
f45ccfe
to
fdecc1d
Compare
fdecc1d
to
ab8a4ba
Compare
ab8a4ba
to
1ed8e34
Compare
1ed8e34
to
b0c30cb
Compare
b0c30cb
to
4d18513
Compare
4d18513
to
a283797
Compare
a283797
to
2521853
Compare
2521853
to
1184a38
Compare
1184a38
to
e632b83
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.83.0
->1.89.0
Release Notes
sass/dart-sass (sass)
v1.89.0
Compare Source
potential resolutions, as long as those resolutions all point to the same
file.
v1.88.0
Compare Source
Allow custom properties with empty values (such as
--var:;
).Fix a bug when calculating source spans for interpolations.
Dart and JS APIs
mixin object from one compilation to another.
Dart API
compileString()
and related functions.v1.87.0
Compare Source
nesting selector
&
is loaded into a nested Sass context viameta.load-css()
or@import
, Sass now emits plain CSS nesting rather thanincorrectly combining it with the parent selector using a descendant
combinator.
v1.86.3
Compare Source
a
..
segment.v1.86.2
Compare Source
v1.86.1
Compare Source
file:
URL case canonicalization on Windows andMac OS.
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.
v1.83.1
Compare Source
Fix a bug where
--quiet-deps
would get deactivated for@content
blocks,even when those blocks were entirely contained within dependencies.
Include deprecation IDs in deprecation warnings to make it easier to determine
what to pass to
--silence-deprecation
or--fatal-deprecation
.Configuration
📅 Schedule: Branch creation - "after 12pm every weekday,after 12pm every weekend" (UTC), 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 was generated by Mend Renovate. View the repository job log.