chore(deps): update dependency sass to v1.103.1 - #102
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate-bot/sass-1.x-lockfile
branch
5 times, most recently
from
April 9, 2026 06:14
f98ec9f to
54fbb0a
Compare
renovate
Bot
force-pushed
the
renovate-bot/sass-1.x-lockfile
branch
4 times, most recently
from
April 16, 2026 14:09
5bbc85b to
7e85abe
Compare
renovate
Bot
force-pushed
the
renovate-bot/sass-1.x-lockfile
branch
3 times, most recently
from
April 23, 2026 20:04
7ed4b6f to
a98133b
Compare
renovate
Bot
force-pushed
the
renovate-bot/sass-1.x-lockfile
branch
from
May 9, 2026 23:10
a98133b to
3f93743
Compare
renovate
Bot
force-pushed
the
renovate-bot/sass-1.x-lockfile
branch
9 times, most recently
from
May 26, 2026 15:13
e682f8d to
2af4244
Compare
renovate
Bot
force-pushed
the
renovate-bot/sass-1.x-lockfile
branch
3 times, most recently
from
June 2, 2026 19:45
897a711 to
7ff59b0
Compare
renovate
Bot
force-pushed
the
renovate-bot/sass-1.x-lockfile
branch
2 times, most recently
from
June 17, 2026 14:57
e38b574 to
bae7820
Compare
renovate
Bot
force-pushed
the
renovate-bot/sass-1.x-lockfile
branch
5 times, most recently
from
June 25, 2026 14:50
8399b9f to
9fe475b
Compare
renovate
Bot
force-pushed
the
renovate-bot/sass-1.x-lockfile
branch
5 times, most recently
from
July 14, 2026 10:33
9221d7e to
4df4c60
Compare
renovate
Bot
force-pushed
the
renovate-bot/sass-1.x-lockfile
branch
2 times, most recently
from
July 24, 2026 14:48
ac0eb20 to
b7d046f
Compare
renovate
Bot
force-pushed
the
renovate-bot/sass-1.x-lockfile
branch
from
July 25, 2026 00:52
b7d046f to
c51cddb
Compare
renovate
Bot
force-pushed
the
renovate-bot/sass-1.x-lockfile
branch
from
August 11, 2026 22:49
c51cddb to
14c2d95
Compare
renovate
Bot
force-pushed
the
renovate-bot/sass-1.x-lockfile
branch
from
August 20, 2026 01:24
14c2d95 to
bc70840
Compare
renovate
Bot
force-pushed
the
renovate-bot/sass-1.x-lockfile
branch
from
August 20, 2026 22:39
bc70840 to
abfc37d
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 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.98.0→1.103.1Release Notes
sass/dart-sass (sass)
v1.103.1Compare Source
v1.103.0Compare Source
sets" of missing channels during conversions, per the CSS spec. For example,
color.to-space(lch(50% none none), lab)now returnslab(50% none none)instead of
lab(50% 0 0).v1.102.0Compare Source
draft of CSS Color 4.
v1.101.7Compare Source
v1.101.6Compare Source
v1.101.5Compare Source
v1.101.4Compare Source
Avoid emitting
rgb()orrgba()functions with non-percent decimalchannels. Older browsers only support integer values or (potentially decimal)
percentages for these functions, so in order to preserve
backwards-compatibility while retaining full precision for modern browsers,
legacy colors that contain at least one non-integer channel will now use
percentages for their channels (for example,
rgb(0%, 100%, 50%)rather thanrgb(0, 255, 127.5)).Fix a bug where the values of plain-CSS
if()expressions were emitted usingtheir
meta.inspect()format rather than their CSS serialization format.v1.101.3Compare Source
v1.101.0Compare Source
supports resolving import-only variants of Sass files declared in the
exports,sass, andstylefields ofpackage.json. Previously, thesefiles were ignored even when loaded via
@import, so any code relying onloading module-system-only files this way may break.
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.
Configuration
📅 Schedule: (in timezone Europe/Warsaw)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.