Skip to content

Update dependency sass to v1.102.0 - #182

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

Update dependency sass to v1.102.0#182
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/sass-1.x

Conversation

@renovate

@renovate renovate Bot commented Jan 22, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
sass 1.97.21.102.0 age confidence

Release Notes

sass/dart-sass (sass)

v1.102.0

Compare Source

  • Use the 2.4 gamma transfer function for rec2020, as specified by the latest
    draft of CSS Color 4.

v1.101.7

Compare Source

  • No user-visible changes.

v1.101.6

Compare Source

  • No user-visible changes.

v1.101.5

Compare Source

  • No user-visible changes.

v1.101.4

Compare Source

  • Avoid emitting rgb() or rgba() functions with non-percent decimal
    channels. 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 than
    rgb(0, 255, 127.5)).

  • Fix a bug where the values of plain-CSS if() expressions were emitted using
    their meta.inspect() format rather than their CSS serialization format.

v1.101.3

Compare Source

  • No user-visible changes.

v1.101.0

Compare Source

  • Potentially breaking bug fix: The Node package importer now properly
    supports resolving import-only variants of Sass files declared in the
    exports, sass, and style fields of package.json. Previously, these
    files were ignored even when loaded via @import, so any code relying on
    loading module-system-only files this way may break.

v1.100.0

Compare 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 error
    in CSS and Sass only supported it by mistake.

    See the Sass website for
    details.

v1.99.0

Compare Source

  • Add support for parent selectors (&) at the root of the document. These are
    emitted as-is in the CSS output, where they're interpreted as the scoping
    root
    .

  • User-defined functions named calc or clamp are no longer forbidden. If
    such a function exists without a namespace in the current module, it will be
    used instead of the built-in calc() or clamp() function.

  • User-defined functions whose names begin with - and end with -expression,
    -url, -and, -or, or -not are no longer forbidden. These were
    originally 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, and ELEMENT, those that
    begin with - and end with -ELEMENT, as well as the same names with some
    lowercase 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 end
    with -expression and -url will 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:... are
    deprecated.

    See the Sass website for details.

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.

Configuration

📅 Schedule: (UTC)

  • 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.97.3 Update dependency sass to v1.98.0 Mar 14, 2026
@renovate
renovate Bot force-pushed the renovate/sass-1.x branch from ce35386 to ec7c0ff Compare March 14, 2026 06:39
@renovate renovate Bot changed the title Update dependency sass to v1.98.0 Update dependency sass to v1.99.0 Apr 15, 2026
@renovate
renovate Bot force-pushed the renovate/sass-1.x branch from ec7c0ff to 24f5664 Compare April 15, 2026 19:31
@renovate
renovate Bot requested a review from BrBrane as a code owner April 15, 2026 19:31
@renovate renovate Bot changed the title Update dependency sass to v1.99.0 Update dependency sass to v1.100.0 May 22, 2026
@renovate
renovate Bot force-pushed the renovate/sass-1.x branch from 24f5664 to f81e6dc Compare May 22, 2026 12:11
@renovate
renovate Bot force-pushed the renovate/sass-1.x branch from f81e6dc to 1518730 Compare May 30, 2026 11:11
@renovate renovate Bot changed the title Update dependency sass to v1.100.0 Update dependency sass to v1.101.0 Jun 12, 2026
@renovate
renovate Bot force-pushed the renovate/sass-1.x branch from 1518730 to f8b6743 Compare June 12, 2026 23:47
@renovate
renovate Bot force-pushed the renovate/sass-1.x branch 2 times, most recently from 2bcd566 to b38398a Compare July 18, 2026 10:57
@renovate renovate Bot changed the title Update dependency sass to v1.101.0 Update dependency sass to v1.102.0 Jul 25, 2026
@renovate
renovate Bot force-pushed the renovate/sass-1.x branch from b38398a to 39d854b Compare July 25, 2026 11:14
@renovate
renovate Bot force-pushed the renovate/sass-1.x branch from 39d854b to 6273f96 Compare August 1, 2026 04:25
@renovate
renovate Bot requested a review from andrewyork-fcbh as a code owner August 1, 2026 04:25
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