Skip to content

Update dependency sass to v1.87.0#606

Merged
timja merged 1 commit intomainfrom
renovate/sass-1.x
Apr 22, 2025
Merged

Update dependency sass to v1.87.0#606
timja merged 1 commit intomainfrom
renovate/sass-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass 1.83.4 -> 1.87.0 age adoption passing confidence

Release Notes

sass/dart-sass (sass)

v1.87.0

Compare Source

  • Potentially breaking bug fix: When a plain CSS file with a top-level
    nesting selector & is loaded into a nested Sass context via
    meta.load-css() or @import, Sass now emits plain CSS nesting rather than
    incorrectly combining it with the parent selector using a descendant
    combinator.

v1.86.3

Compare Source

  • Fix a bug introduced in 1.86.1 where Sass fails to resolve paths starting with
    a .. segment.

v1.86.2

Compare Source

  • No user-visible changes.

v1.86.1

Compare Source

  • Improve the performance of file: URL case canonicalization on Windows and
    Mac OS.

v1.86.0

Compare Source

  • Add support for % as an expression in its own right. It will still be parsed
    as the modulo operator when between two other expressions, but in any other
    context it will be an expression whose value is the unquoted string %.

  • Consider attr() to be a special number function that can be used as a
    channel in color functions.

  • Deprecate user-defined functions named type() so that we can eventually
    support the new CSS type() function.

Dart API
  • Increase the minimum Dart SDK to 3.6.0.

v1.85.1

Compare Source

  • Fix a bug where global Sass functions whose names overlap with CSS math
    functions could incorrectly be treated as CSS math functions even though they
    used Sass-only features, causing compilation failures. For example,
    round(-$var / 2) previously threw an error but now works as intended.

v1.85.0

Compare Source

  • No longer fully trim redundant selectors generated by @extend. This caused
    unacceptable performance issues for certain heavy users of @extend. We'll
    try to find a more performant way to accomplish it in the future.

v1.84.0

Compare Source

  • Allow newlines in whitespace in the indented syntax.

  • Potentially breaking bug fix: Selectors with unmatched brackets now always
    produce a parser error. Previously, some edge cases like [foo#{"]:is(bar"}) {a: b} would compile without error, but this was an unintentional bug.

  • Fix a bug in which various Color Level 4 functions weren't allowed in plain
    CSS.

  • Fix the error message for @extend without a selector and possibly other
    parsing edge-cases in contexts that allow interpolation.

Embedded Host
  • Fixed the implementation of the SassBoolean type to adhere to the spec,
    now using a class instead of an interface.

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 dependencies A PR that updates dependencies - used by Release Drafter javascript labels Mar 17, 2025
@renovate renovate bot requested a review from a team as a code owner March 17, 2025 01:33
@renovate renovate bot force-pushed the renovate/sass-1.x branch 2 times, most recently from 9fd0676 to b92b9f0 Compare March 18, 2025 03:30
@renovate renovate bot changed the title Update dependency sass to v1.85.1 Update dependency sass to v1.86.0 Mar 18, 2025
@renovate renovate bot changed the title Update dependency sass to v1.86.0 Update dependency sass to v1.86.1 Mar 31, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x branch from b92b9f0 to 5d75721 Compare March 31, 2025 22:25
@renovate renovate bot changed the title Update dependency sass to v1.86.1 Update dependency sass to v1.86.2 Apr 3, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 5d75721 to 6eeb8f9 Compare April 3, 2025 02:11
@renovate renovate bot changed the title Update dependency sass to v1.86.2 Update dependency sass to v1.86.3 Apr 4, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x branch from 6eeb8f9 to ba4bae6 Compare April 4, 2025 03:06
@renovate renovate bot changed the title Update dependency sass to v1.86.3 Update dependency sass to v1.87.0 Apr 22, 2025
@renovate renovate bot force-pushed the renovate/sass-1.x branch from ba4bae6 to 1cfc898 Compare April 22, 2025 02:36
@timja timja merged commit 8e357c4 into main Apr 22, 2025
17 checks passed
@timja timja deleted the renovate/sass-1.x branch April 22, 2025 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies A PR that updates dependencies - used by Release Drafter javascript

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant