Skip to content

Update dependency sass to v1.98.0#92

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/sass-1.x
Open

Update dependency sass to v1.98.0#92
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/sass-1.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Sep 20, 2025

This PR contains the following updates:

Package Change Age Confidence
sass 1.94.21.98.0 age confidence

Release Notes

sass/dart-sass (sass)

v1.98.0

Compare Source

Command-Line Interface
  • Gracefully handle dependency loops in --watch mode.
Dart API
  • Add a const Logger.defaultLogger field. This provides a logger that emits to
    standard error or the browser console, but automatically chooses whether to
    use terminal colors.
JavaScript API
  • Fix a crash when manually constructing a SassCalculation for 'calc' with
    an argument that can't be simplified.

  • Properly emit deprecation warnings as text rather than StringBuffer objects
    when running in a browser.

  • Emit colored warnings and other messages on the console when running in a
    browser.

v1.97.3

Compare Source

  • Fix a bug where nesting an at-rule within multiple style rules in plain CSS
    could cause outer style rules to be omitted.

v1.97.2

Compare Source

  • Additional fixes for implicit configuration when nested imports are involved.

v1.97.1

Compare Source

v1.97.0

Compare Source

  • Add support for the display-p3-linear color space.

v1.96.0

Compare Source

  • Allow numbers with complex units (more than one numerator unit or more than
    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.1

Compare Source

  • No user-visible changes.

v1.95.0

Compare Source

  • Add support for the CSS-style if() function. In addition to supporting the
    plain CSS syntax, this also supports a sass() query that takes a Sass
    expression that evaluates to true or false at preprocessing time depending
    on 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 migrate
    to the new CSS syntax. if($condition, $if-true, $if-false) can be changed to
    if(sass($condition): $if-true; else: $if-false).

    See the Sass website for details.

  • Plain-CSS if() functions are now considered "special numbers", meaning that
    they can be used in place of arguments to CSS color functions.

  • Plain-CSS if() functions and attr() functions are now considered "special
    variable strings" (like var()), meaning they can now be used in place of
    multiple arguments or syntax fragments in various CSS functions.

v1.94.3

Compare Source

  • Fix the span reported for standalone % expressions followed by whitespace.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency sass to v1.93.0 Update dependency sass to v1.93.1 Sep 23, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 1094cdf to 32bdf60 Compare September 23, 2025 00:33
@renovate renovate bot changed the title Update dependency sass to v1.93.1 Update dependency sass to v1.93.2 Sep 24, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 32bdf60 to 115fded Compare September 24, 2025 03:34
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 115fded to d364c13 Compare September 25, 2025 18:28
@renovate renovate bot force-pushed the renovate/sass-1.x branch from d364c13 to 67e3f28 Compare October 21, 2025 17:49
@renovate renovate bot changed the title Update dependency sass to v1.93.2 Update dependency sass to v1.93.3 Oct 31, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 67e3f28 to 0c61873 Compare October 31, 2025 14:54
@renovate renovate bot changed the title Update dependency sass to v1.93.3 Update dependency sass to v1.94.0 Nov 11, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 0c61873 to 59f5721 Compare November 11, 2025 03:26
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 59f5721 to 880af2f Compare November 18, 2025 08:40
@renovate renovate bot changed the title Update dependency sass to v1.94.0 Update dependency sass to v1.94.1 Nov 18, 2025
@renovate renovate bot changed the title Update dependency sass to v1.94.1 Update dependency sass to v1.94.2 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 880af2f to d7604bc Compare November 20, 2025 00:53
@renovate renovate bot force-pushed the renovate/sass-1.x branch from d7604bc to 09401a8 Compare December 8, 2025 19:13
@renovate renovate bot changed the title Update dependency sass to v1.94.2 Update dependency sass to v1.94.3 Dec 8, 2025
@renovate renovate bot changed the title Update dependency sass to v1.94.3 Update dependency sass to v1.95.0 Dec 8, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 09401a8 to 5291e68 Compare December 8, 2025 21:50
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 5291e68 to 53ff373 Compare December 10, 2025 03:43
@renovate renovate bot changed the title Update dependency sass to v1.95.0 Update dependency sass to v1.95.1 Dec 10, 2025
@renovate renovate bot changed the title Update dependency sass to v1.95.1 Update dependency sass to v1.96.0 Dec 11, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 53ff373 to 7c95871 Compare December 11, 2025 03:49
@renovate renovate bot changed the title Update dependency sass to v1.96.0 Update dependency sass to v1.97.0 Dec 16, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 7c95871 to 9f4ba0c Compare December 16, 2025 08:28
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 9f4ba0c to a6294c5 Compare December 19, 2025 21:52
@renovate renovate bot changed the title Update dependency sass to v1.97.0 Update dependency sass to v1.97.1 Dec 19, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x branch from a6294c5 to 033f047 Compare December 20, 2025 15:17
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 033f047 to 09d0846 Compare December 31, 2025 17:41
@renovate renovate bot changed the title Update dependency sass to v1.97.1 Update dependency sass to v1.97.2 Jan 6, 2026
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 09d0846 to 328a486 Compare January 6, 2026 01:40
@renovate renovate bot changed the title Update dependency sass to v1.97.2 Update dependency sass to v1.97.3 Jan 22, 2026
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 328a486 to 90130ee Compare January 22, 2026 00:30
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 90130ee to 76bcd9f Compare February 17, 2026 15:16
@renovate renovate bot changed the title Update dependency sass to v1.97.3 Update dependency sass to v1.98.0 Mar 11, 2026
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 76bcd9f to 2e153eb Compare March 11, 2026 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants