chore(deps): update dependency sass to v1.86.0 #529

Merged
nemunaire merged 1 commits from renovate/sass-1.x-lockfile into master 2025-03-25 09:09:49 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
sass devDependencies minor 1.84.0 -> 1.86.0

Release Notes

sass/dart-sass (sass)

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.

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 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [sass](https://github.com/sass/dart-sass) | devDependencies | minor | [`1.84.0` -> `1.86.0`](https://renovatebot.com/diffs/npm/sass/1.84.0/1.86.0) | --- ### Release Notes <details> <summary>sass/dart-sass (sass)</summary> ### [`v1.86.0`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1860) [Compare Source](https://github.com/sass/dart-sass/compare/1.85.1...1.86.0) - 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`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1851) [Compare Source](https://github.com/sass/dart-sass/compare/1.85.0...1.85.1) - 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`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1850) [Compare Source](https://github.com/sass/dart-sass/compare/1.84.0...1.85.0) - 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. </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2025-02-14 02:32:54 +00:00
chore(deps): update dependency sass to v1.85.0
All checks were successful
continuous-integration/drone/push Build is passing
8fb5f9d66e
renovate-bot force-pushed renovate/sass-1.x-lockfile from 8fb5f9d66e to 6a80c3571e 2025-02-25 04:44:25 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency sass to v1.85.0 to chore(deps): update dependency sass to v1.85.1 2025-02-25 04:44:25 +00:00
renovate-bot force-pushed renovate/sass-1.x-lockfile from 6a80c3571e to 1dd59ac122 2025-03-17 22:20:47 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency sass to v1.85.1 to chore(deps): update dependency sass to v1.86.0 2025-03-17 22:20:50 +00:00
renovate-bot force-pushed renovate/sass-1.x-lockfile from 1dd59ac122 to 34bf2e9dcd 2025-03-24 22:24:05 +00:00 Compare
nemunaire merged commit 7b13c9e03f into master 2025-03-25 09:09:49 +00:00
nemunaire deleted branch renovate/sass-1.x-lockfile 2025-03-25 09:09:50 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: fic/server#529
No description provided.