Skip to content

chore(deps): update dependency sass to v1.101.0#1399

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

chore(deps): update dependency sass to v1.101.0#1399
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sass-1.x

Conversation

@renovate

@renovate renovate Bot commented Mar 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass 1.97.31.101.0 age adoption passing confidence

Release Notes

sass/dart-sass (sass)

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.


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "after 9pm,before 9am"
  • 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 added the renovate label Mar 15, 2026
@renovate renovate Bot requested a review from a team as a code owner March 15, 2026 17:09
@renovate renovate Bot requested review from chihiro-adachi and shabaraba and removed request for a team March 15, 2026 17:09
@renovate renovate Bot added the renovate label Mar 15, 2026
@renovate renovate Bot force-pushed the renovate/sass-1.x branch 2 times, most recently from a249c75 to f1c7abf Compare April 6, 2026 12:29
@renovate renovate Bot changed the title chore(deps): update dependency sass to ^1.98.0 chore(deps): update dependency sass to ^1.99.0 Apr 6, 2026
@renovate renovate Bot force-pushed the renovate/sass-1.x branch from f1c7abf to d37a487 Compare April 7, 2026 12:58
@renovate renovate Bot changed the title chore(deps): update dependency sass to ^1.99.0 chore(deps): update dependency sass to v1.99.0 Apr 7, 2026
@renovate renovate Bot force-pushed the renovate/sass-1.x branch 4 times, most recently from d013d59 to 14be667 Compare April 12, 2026 21:17
@renovate renovate Bot force-pushed the renovate/sass-1.x branch from 14be667 to aef4948 Compare April 29, 2026 18:17
@renovate renovate Bot force-pushed the renovate/sass-1.x branch 5 times, most recently from bbb1d42 to 5dc8655 Compare May 14, 2026 20:49
@renovate renovate Bot force-pushed the renovate/sass-1.x branch 3 times, most recently from aca120f to 0517e4b Compare May 25, 2026 14:09
@renovate renovate Bot changed the title chore(deps): update dependency sass to v1.99.0 chore(deps): update dependency sass to v1.100.0 May 25, 2026
@renovate renovate Bot force-pushed the renovate/sass-1.x branch 2 times, most recently from 6e3013b to e000dfa Compare June 1, 2026 19:57
@renovate renovate Bot force-pushed the renovate/sass-1.x branch 3 times, most recently from 765ea1c to 1f9efd4 Compare June 12, 2026 19:59
@renovate renovate Bot force-pushed the renovate/sass-1.x branch 2 times, most recently from 0f97370 to ef0d52e Compare June 14, 2026 22:17
@renovate renovate Bot changed the title chore(deps): update dependency sass to v1.100.0 chore(deps): update dependency sass to v1.101.0 Jun 14, 2026
@renovate renovate Bot force-pushed the renovate/sass-1.x branch from ef0d52e to b291e04 Compare June 18, 2026 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants