Skip to content

Update dependency sass-embedded to v1.99.0#108

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sass-embedded-1.x-lockfile
Open

Update dependency sass-embedded to v1.99.0#108
renovate[bot] wants to merge 1 commit intomainfrom
renovate/sass-embedded-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 20, 2025

This PR contains the following updates:

Package Change Age Confidence
sass-embedded 1.97.01.99.0 age confidence

Release Notes

sass/embedded-host-node (sass-embedded)

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.

v1.97.2

Compare Source

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

v1.97.1

Compare Source

  • Fix a bug with the new CSS-style if() syntax where values would be evaluated
    even if their conditions didn't match.

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-embedded to v1.97.1 Update dependency sass-embedded to v1.97.2 Jan 6, 2026
@renovate renovate bot force-pushed the renovate/sass-embedded-1.x-lockfile branch from 0c8d83d to ad645e1 Compare January 6, 2026 01:25
@renovate renovate bot force-pushed the renovate/sass-embedded-1.x-lockfile branch from ad645e1 to a68a58c Compare January 19, 2026 15:15
@renovate renovate bot changed the title Update dependency sass-embedded to v1.97.2 Update dependency sass-embedded to v1.97.3 Jan 22, 2026
@renovate renovate bot force-pushed the renovate/sass-embedded-1.x-lockfile branch 2 times, most recently from 632291d to 2107175 Compare January 23, 2026 19:53
@renovate renovate bot force-pushed the renovate/sass-embedded-1.x-lockfile branch from 2107175 to b5b4762 Compare February 2, 2026 18:41
@renovate renovate bot force-pushed the renovate/sass-embedded-1.x-lockfile branch from b5b4762 to 630c06e Compare March 5, 2026 20:04
@renovate renovate bot changed the title Update dependency sass-embedded to v1.97.3 Update dependency sass-embedded to v1.98.0 Mar 11, 2026
@renovate renovate bot force-pushed the renovate/sass-embedded-1.x-lockfile branch from 630c06e to 4c57003 Compare March 11, 2026 00:01
@renovate renovate bot force-pushed the renovate/sass-embedded-1.x-lockfile branch from 4c57003 to 55b52ef Compare April 1, 2026 19:31
@renovate renovate bot changed the title Update dependency sass-embedded to v1.98.0 Update dependency sass-embedded to v1.99.0 Apr 3, 2026
@renovate renovate bot force-pushed the renovate/sass-embedded-1.x-lockfile branch from 55b52ef to 8c2ddc4 Compare April 3, 2026 01:36
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