This repository was archived by the owner on Jun 12, 2026. It is now read-only.
Update dependency sass from v1.89.2 to v1.100.0 - #485
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
2 times, most recently
from
August 10, 2025 22:27
7bfe365 to
69c8ef4
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
August 26, 2025 00:04
69c8ef4 to
98cce59
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
2 times, most recently
from
September 2, 2025 21:50
46c09b5 to
d3e3048
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
September 6, 2025 02:47
d3e3048 to
27b19c2
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
September 20, 2025 02:07
27b19c2 to
dfba3ee
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
September 22, 2025 22:47
dfba3ee to
b2a5905
Compare
🔗 Link your GitHub account to AtlassianTo enable Code Reviewer, please link your GitHub account to your Atlassian account. Click here to connect your accounts This is a one-time setup that takes less than a minute. |
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
September 23, 2025 23:49
b2a5905 to
afa62c1
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
2 times, most recently
from
October 15, 2025 11:30
2035ea7 to
bae8bf6
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
October 31, 2025 18:41
bae8bf6 to
2b0131d
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
2 times, most recently
from
November 11, 2025 05:12
7726bd5 to
e1875c7
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
3 times, most recently
from
November 18, 2025 04:52
502fd8a to
80ddb70
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
November 20, 2025 02:36
80ddb70 to
5a8326f
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
November 20, 2025 23:01
5a8326f to
be797b3
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
December 8, 2025 20:56
be797b3 to
0ad19d1
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
2 times, most recently
from
December 10, 2025 04:14
eeeff2d to
693850b
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
December 11, 2025 03:05
693850b to
5e8a974
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
December 18, 2025 16:10
5e8a974 to
661b9e8
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
December 19, 2025 22:52
661b9e8 to
b3c09ab
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
January 6, 2026 02:39
b3c09ab to
e5bcdb2
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
January 7, 2026 12:40
e5bcdb2 to
1009297
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
January 22, 2026 02:49
1009297 to
f96007b
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
March 11, 2026 01:56
f96007b to
cf4e443
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
March 27, 2026 06:50
cf4e443 to
808fec7
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
April 7, 2026 02:33
808fec7 to
cefe1da
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
April 29, 2026 17:29
cefe1da to
bbe8356
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
May 26, 2026 02:57
bbe8356 to
a72049b
Compare
renovate
Bot
force-pushed
the
renovate/sass-1.x
branch
from
June 11, 2026 09:59
a72049b to
68906f7
Compare
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.89.2→1.100.0Release Notes
sass/dart-sass (sass)
v1.100.0Compare Source
Writing two compound selectors adjacent to one another without any whitespace
between them, such as
[class]a, is now deprecated. This was always an errorin CSS and Sass only supported it by mistake.
See the Sass website for
details.
v1.99.0Compare Source
Add support for parent selectors (
&) at the root of the document. These areemitted as-is in the CSS output, where they're interpreted as the scoping
root.
User-defined functions named
calcorclampare no longer forbidden. Ifsuch a function exists without a namespace in the current module, it will be
used instead of the built-in
calc()orclamp()function.User-defined functions whose names begin with
-and end with-expression,-url,-and,-or, or-notare no longer forbidden. These wereoriginally intended to match vendor prefixes, but in practice no vendor
prefixes for these functions ever existed in real browsers.
User-defined functions named
EXPRESSION,URL, andELEMENT, those thatbegin with
-and end with-ELEMENT, as well as the same names with somelowercase letters are now deprecated, These are names conflict with plain CSS
functions that have special syntax.
See the Sass website for details.
In a future release, calls to functions whose names begin with
-and endwith
-expressionand-urlwill no longer have special parsing. For now,these calls are deprecated if their behavior will change in the future.
See the Sass website for details.
Calls to functions whose names begin with
-and end with-progid:...aredeprecated.
See the Sass website for details.
v1.98.0Compare Source
Command-Line Interface
--watchmode.Dart API
const Logger.defaultLoggerfield. This provides a logger that emits tostandard error or the browser console, but automatically chooses whether to
use terminal colors.
JavaScript API
Fix a crash when manually constructing a
SassCalculationfor'calc'withan argument that can't be simplified.
Properly emit deprecation warnings as text rather than
StringBufferobjectswhen running in a browser.
Emit colored warnings and other messages on the console when running in a
browser.
v1.97.3Compare Source
could cause outer style rules to be omitted.
v1.97.2Compare Source
v1.97.1Compare Source
v1.97.0Compare Source
display-p3-linearcolor space.v1.96.0Compare Source
zero denominator units) to be emitted to CSS. These are now emitted as
calc()expressions, which now support complex units in plain CSS.v1.95.1Compare Source
v1.95.0Compare Source
Add support for the CSS-style
if()function. In addition to supporting theplain CSS syntax, this also supports a
sass()query that takes a Sassexpression that evaluates to
trueorfalseat preprocessing time dependingon whether the Sass value is truthy. If there are no plain-CSS queries, the
function will return the first value whose query returns true during
preprocessing. For example,
if(sass(false): 1; sass(true): 2; else: 3)returns
2.The old Sass
if()syntax is now deprecated. Users are encouraged to migrateto the new CSS syntax.
if($condition, $if-true, $if-false)can be changed toif(sass($condition): $if-true; else: $if-false).See the Sass website for details.
Plain-CSS
if()functions are now considered "special numbers", meaning thatthey can be used in place of arguments to CSS color functions.
Plain-CSS
if()functions andattr()functions are now considered "specialvariable strings" (like
var()), meaning they can now be used in place ofmultiple arguments or syntax fragments in various CSS functions.
v1.94.3Compare Source
%expressions followed by whitespace.v1.94.2Compare Source
Command-Line Interface
--fatal-deprecation <version>no longer emits warnings aboutdeprecations that are obsolete.
Dart API
Deprecation.forVersionnow excludes obsolete deprecations from the set itreturns.
JS API
fatalDeprecationswhen aVersionispassed.
Node.js Embedded Host
async compilation.
v1.94.1Compare Source
v1.94.0Compare Source
Potentially breaking compatibility fix:
@functionrules whose namesbegin with
--are now parsed as unknown at-rules to support the plain CSS@functionrule. Within this rule, theresultproperty is parsed as rawCSS just like custom properties.
Potentially breaking compatibility fix:
@mixinrules whose names beginwith
--are now errors. These are not yet parsed as unknown at-rules becauseno browser currently supports CSS mixins.
v1.93.3Compare Source
v1.93.2Compare Source
JavaScript API
@sass/types.v1.93.1Compare Source
JavaScript API
@sass/types.v1.93.0Compare Source
@import, and the loaded file@uses a user-defined module as well as@includes a top-level mixin whichemits top-level declarations.
JavaScript API
@sass/typespackage which contains the type annotations used byboth the
sassandsass-embeddedpackage without any additional code ordependencies.
v1.92.1Compare Source
would not be passed as implicit configuration to a later imported, forwarded
module.
v1.92.0Compare Source
Breaking change: Emit declarations, childless at-rules, and comments in
the order they appear in the source even when they're interleaved with nested
rules. This obsoletes the
mixed-declsdeprecation.Breaking change: The function name
type()is now fully reserved for theplain CSS function. This means that
@functiondefinitions with the nametypewill produce errors, while function calls will be parsed as specialfunction strings.
Configuring private variables using
@use ... with,@forward ... with, andmeta.load-css(..., $with: ...)is now deprecated. Private variables werealways intended to be fully encapsulated within the module that defines them,
and this helps enforce that encapsulation.
Fix a bug where
@extendrules loaded through a mixture of@importand@userules could fail to apply correctly.Command-Line Interface
--watchmode, delete the source map when the associated source file isdeleted.
v1.91.0Compare Source
Potentially breaking change:
meta.inspect()(as well as other systemsthat use it such as
@debugand certain error messages) now emits numberswith as high precision as is available instead of rounding to the nearest
1e⁻¹⁰ as we do when serializing to CSS. This better fits the purpose of
meta.inspect(), which is to provide full information about the structure ofa Sass value.
Passing a rest argument (
$arg...) before a positional or named argument whencalling a function or mixin is now deprecated. This was always outside the
specified syntax, but it was historically treated the same as passing the rest
argument at the end of the argument list whether or not that matched the
visual order of the arguments.
v1.90.0Compare Source
@forwarded module to be loaded with a configuration when that modulehas already been loaded with a different configuration and the module
doesn't define any variables that would have been configured anyway.
Configuration
📅 Schedule: (UTC)
🚦 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.