chore(deps): update dependency sass-embedded to v1.80.4 #131

Merged
Brain merged 1 commits from renovate/sass-embedded-1.x into main 2024-10-28 22:09:59 +01:00
Member

This PR contains the following updates:

Package Type Update Change
sass-embedded optionalDependencies minor 1.79.4 -> 1.80.4

Release Notes

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

v1.80.4

Compare Source

  • No user-visible changes.

v1.80.3

Compare Source

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the
    compiler. This should result in minimal user-visible changes, but different
    types of warnings should now respond more reliably to flags like --quiet,
    --verbose, and --silence-deprecation.

v1.80.2

Compare Source

  • Fix a bug where deprecation warnings were incorrectly emitted for the
    plain-CSS invert() function.

v1.80.1

Compare Source

  • Fix a bug where repeated deprecation warnings were not automatically limited.

v1.80.0

Compare Source

  • @import is now officially deprecated, as are global built-in functions that
    are available within built-in modules. See the Sass blog post for more
    details on the deprecation process.
Embedded Host
  • Fix an error that would sometimes occur when deprecation warnings were
    emitted when using a custom importer with the legacy API.

v1.79.6

Compare Source

  • Fix a bug where Sass would add an extra */ after loud comments with
    whitespace after an explicit */ in the indented syntax.

  • Potentially breaking bug fix: Adding text after an explicit */ in the
    indented syntax is now an error, rather than silently generating invalid CSS.

Embedded Host
  • Properly export the SassBoolean type.

v1.79.5

Compare Source

  • Changes to how selector.unify() and @extend combine selectors:

    • The relative order of pseudo-classes (like :hover) and pseudo-elements
      (like ::before) within each original selector is now preserved when
      they're combined.

    • Pseudo selectors are now consistently placed at the end of the combined
      selector, regardless of which selector they came from. Previously, this
      reordering only applied to pseudo-selectors in the second selector.

  • Tweak the color transformation matrices for OKLab and OKLCH to match the
    newer, more accurate values in the CSS spec.

  • Fix a slight inaccuracy case when converting to srgb-linear and
    display-p3.

  • Potentially breaking bug fix: math.unit() now wraps multiple denominator
    units in parentheses. For example, px/(em*em) instead of px/em*em.

Command-Line Interface
  • Use @parcel/watcher to watch the filesystem when running from JavaScript and
    not using --poll. This should mitigate more frequent failures users have
    been seeing since version 4.0.0 of Chokidar, our previous watching tool, was
    released.
JS API
  • Fix SassColor.interpolate() to allow an undefined options parameter, as
    the types indicate.
Embedded Sass
  • Properly pass missing color channel values to and from custom functions.

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.79.4` -> `1.80.4`](https://renovatebot.com/diffs/npm/sass-embedded/1.79.4/1.80.4) | --- ### Release Notes <details> <summary>sass/embedded-host-node (sass-embedded)</summary> ### [`v1.80.4`](https://github.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1804) [Compare Source](https://github.com/sass/embedded-host-node/compare/1.80.3...1.80.4) - No user-visible changes. ### [`v1.80.3`](https://github.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1803) [Compare Source](https://github.com/sass/embedded-host-node/compare/1.80.2...1.80.3) - Fix a bug where `@import url("...")` would crash in plain CSS files. - Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like `--quiet`, `--verbose`, and `--silence-deprecation`. ### [`v1.80.2`](https://github.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1802) [Compare Source](https://github.com/sass/embedded-host-node/compare/1.80.1...1.80.2) - Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS `invert()` function. ### [`v1.80.1`](https://github.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1801) [Compare Source](https://github.com/sass/embedded-host-node/compare/1.80.0...1.80.1) - Fix a bug where repeated deprecation warnings were not automatically limited. ### [`v1.80.0`](https://github.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1800) [Compare Source](https://github.com/sass/embedded-host-node/compare/1.79.6...1.80.0) - `@import` is now officially deprecated, as are global built-in functions that are available within built-in modules. See [the Sass blog post] for more details on the deprecation process. [the Sass blog post]: https://sass-lang.com/blog/import-is-deprecated/ ##### Embedded Host - Fix an error that would sometimes occur when deprecation warnings were emitted when using a custom importer with the legacy API. ### [`v1.79.6`](https://github.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1796) [Compare Source](https://github.com/sass/embedded-host-node/compare/1.79.5...1.79.6) - Fix a bug where Sass would add an extra `*/` after loud comments with whitespace after an explicit `*/` in the indented syntax. - **Potentially breaking bug fix:** Adding text after an explicit `*/` in the indented syntax is now an error, rather than silently generating invalid CSS. ##### Embedded Host - Properly export the `SassBoolean` type. ### [`v1.79.5`](https://github.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1795) [Compare Source](https://github.com/sass/embedded-host-node/compare/1.79.4...1.79.5) - Changes to how `selector.unify()` and `@extend` combine selectors: - The relative order of pseudo-classes (like `:hover`) and pseudo-elements (like `::before`) within each original selector is now preserved when they're combined. - Pseudo selectors are now consistently placed at the end of the combined selector, regardless of which selector they came from. Previously, this reordering only applied to pseudo-selectors in the second selector. - Tweak the color transformation matrices for OKLab and OKLCH to match the newer, more accurate values in the CSS spec. - Fix a slight inaccuracy case when converting to `srgb-linear` and `display-p3`. - **Potentially breaking bug fix:** `math.unit()` now wraps multiple denominator units in parentheses. For example, `px/(em*em)` instead of `px/em*em`. ##### Command-Line Interface - Use `@parcel/watcher` to watch the filesystem when running from JavaScript and not using `--poll`. This should mitigate more frequent failures users have been seeing since version 4.0.0 of Chokidar, our previous watching tool, was released. ##### JS API - Fix `SassColor.interpolate()` to allow an undefined `options` parameter, as the types indicate. ##### Embedded Sass - Properly pass missing color channel values to and from custom functions. </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-10-14 19:51:33 +02:00
chore(deps): update dependency sass-embedded to v1.79.5
All checks were successful
continuous-integration/drone/pr Build is passing
renovate/stability-days Updates have met minimum release age requirement
30afe25215
renovate-bot force-pushed renovate/sass-embedded-1.x from 30afe25215 to 2ae3f4c1de 2024-10-20 02:42:57 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency sass-embedded to v1.79.5 to chore(deps): update dependency sass-embedded to v1.79.6 2024-10-20 02:42:58 +02:00
renovate-bot force-pushed renovate/sass-embedded-1.x from 2ae3f4c1de to b45f9b5b38 2024-10-20 03:43:02 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency sass-embedded to v1.79.6 to chore(deps): update dependency sass-embedded to v1.80.0 2024-10-20 03:43:03 +02:00
renovate-bot force-pushed renovate/sass-embedded-1.x from b45f9b5b38 to e9ed42dc0a 2024-10-20 05:50:05 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency sass-embedded to v1.80.0 to chore(deps): update dependency sass-embedded to v1.80.1 2024-10-20 05:50:06 +02:00
renovate-bot force-pushed renovate/sass-embedded-1.x from e9ed42dc0a to 690eb109c4 2024-10-20 23:50:30 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency sass-embedded to v1.80.1 to chore(deps): update dependency sass-embedded to v1.80.2 2024-10-20 23:50:31 +02:00
renovate-bot force-pushed renovate/sass-embedded-1.x from 690eb109c4 to 35c79e0d13 2024-10-22 02:50:01 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency sass-embedded to v1.80.2 to chore(deps): update dependency sass-embedded to v1.80.3 2024-10-22 02:50:02 +02:00
renovate-bot force-pushed renovate/sass-embedded-1.x from 35c79e0d13 to c3beea3814 2024-10-27 01:50:23 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency sass-embedded to v1.80.3 to chore(deps): update dependency sass-embedded to v1.80.4 2024-10-27 01:50:24 +02:00
Brain merged commit a39970216c into main 2024-10-28 22:09:59 +01:00
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#131
No description provided.