Skip to content

chore(deps): update dependency sass to v1.99.0 - autoclosed#1890

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

chore(deps): update dependency sass to v1.99.0 - autoclosed#1890
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/sass-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 27, 2026

This PR contains the following updates:

Package Change Age Confidence
sass 1.97.31.99.0 age confidence

Release Notes

sass/dart-sass (sass)

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.


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 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.


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

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

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.16%. Comparing base (a5d9d62) to head (ce471a5).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1890   +/-   ##
=======================================
  Coverage   91.16%   91.16%           
=======================================
  Files         349      349           
  Lines        5830     5830           
  Branches     1389     1348   -41     
=======================================
  Hits         5315     5315           
  Misses        498      498           
  Partials       17       17           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 2 times, most recently from a0a1cbe to 6afa13f Compare April 3, 2026 00:32
@renovate renovate bot changed the title chore(deps): update dependency sass to v1.98.0 chore(deps): update dependency sass to v1.99.0 Apr 3, 2026
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch 2 times, most recently from 15db6ce to 283834d Compare April 6, 2026 18:22
@renovate renovate bot force-pushed the renovate/sass-1.x-lockfile branch from 283834d to ce471a5 Compare April 7, 2026 13:45
@renovate renovate bot changed the title chore(deps): update dependency sass to v1.99.0 chore(deps): update dependency sass to v1.99.0 - autoclosed Apr 8, 2026
@renovate renovate bot closed this Apr 8, 2026
@renovate renovate bot deleted the renovate/sass-1.x-lockfile branch April 8, 2026 23:06
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