chore(deps): update dependency sass-embedded to v1.86.0 #161

Open
renovate-bot wants to merge 1 commits from renovate/sass-embedded-1.x into main
Member

This PR contains the following updates:

Package Type Update Change
sass-embedded optionalDependencies minor 1.83.1 -> 1.86.0

Release Notes

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

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

Compare Source

  • No user-visible changes.

v1.83.3

Compare Source

  • No user-visible changes.

v1.83.2

Compare Source

  • Properly display deprecation IDs for the JS Sass API.

  • Don't display deprecation IDs for user-defined deprecations.


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-embedded](https://github.com/sass/embedded-host-node) | optionalDependencies | minor | [`1.83.1` -> `1.86.0`](https://renovatebot.com/diffs/npm/sass-embedded/1.83.1/1.86.0) | --- ### Release Notes <details> <summary>sass/embedded-host-node (sass-embedded)</summary> ### [`v1.86.0`](https://github.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1860) [Compare Source](https://github.com/sass/embedded-host-node/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/embedded-host-node/blob/HEAD/CHANGELOG.md#1851) [Compare Source](https://github.com/sass/embedded-host-node/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/embedded-host-node/blob/HEAD/CHANGELOG.md#1850) [Compare Source](https://github.com/sass/embedded-host-node/compare/1.83.4...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. ### [`v1.83.4`](https://github.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1834) [Compare Source](https://github.com/sass/embedded-host-node/compare/1.83.3...1.83.4) - No user-visible changes. ### [`v1.83.3`](https://github.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1833) [Compare Source](https://github.com/sass/embedded-host-node/compare/1.83.2...1.83.3) - No user-visible changes. ### [`v1.83.2`](https://github.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1832) [Compare Source](https://github.com/sass/embedded-host-node/compare/1.83.1...1.83.2) - Properly display deprecation IDs for the JS Sass API. - Don't display deprecation IDs for user-defined deprecations. </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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2025-01-17 02:37:28 +01:00
chore(deps): update dependency sass-embedded to v1.83.2
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
20336b1a4f
renovate-bot force-pushed renovate/sass-embedded-1.x from 20336b1a4f to ea49922322 2025-01-17 03:37:27 +01:00 Compare
renovate-bot changed title from chore(deps): update dependency sass-embedded to v1.83.2 to chore(deps): update dependency sass-embedded to v1.83.3 2025-01-17 03:37:27 +01:00
renovate-bot force-pushed renovate/sass-embedded-1.x from ea49922322 to faee8170b4 2025-01-17 08:37:18 +01:00 Compare
renovate-bot changed title from chore(deps): update dependency sass-embedded to v1.83.3 to chore(deps): update dependency sass-embedded to v1.83.4 2025-01-17 08:37:20 +01:00
renovate-bot force-pushed renovate/sass-embedded-1.x from faee8170b4 to 9e1cd18813 2025-02-17 02:37:19 +01:00 Compare
renovate-bot changed title from chore(deps): update dependency sass-embedded to v1.83.4 to chore(deps): update dependency sass-embedded to v1.85.0 2025-02-17 02:37:20 +01:00
renovate-bot force-pushed renovate/sass-embedded-1.x from 9e1cd18813 to 74a3bc3e1f 2025-02-28 03:37:16 +01:00 Compare
renovate-bot changed title from chore(deps): update dependency sass-embedded to v1.85.0 to chore(deps): update dependency sass-embedded to v1.85.1 2025-02-28 03:37:16 +01:00
renovate-bot force-pushed renovate/sass-embedded-1.x from 74a3bc3e1f to 7f77f0faa1 2025-03-20 23:37:25 +01:00 Compare
renovate-bot changed title from chore(deps): update dependency sass-embedded to v1.85.1 to chore(deps): update dependency sass-embedded to v1.86.0 2025-03-20 23:37:26 +01:00
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
Required
Details
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/sass-embedded-1.x:renovate/sass-embedded-1.x
git checkout renovate/sass-embedded-1.x
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kompetenzinventar/ki-frontend#161
No description provided.