Update dependency sass to v1.35.2 #579

Merged
konrad merged 1 commits from renovate/sass-1.x into main 2021-07-07 20:38:09 +00:00
Member

This PR contains the following updates:

Package Type Update Change
sass dependencies patch 1.35.1 -> 1.35.2

Release Notes

sass/dart-sass

v1.35.2

Compare Source

  • Potentially breaking bug fix: Properly throw an error for Unicode ranges
    that have too many ?s after hexadecimal digits, such as U+12345??.

  • Potentially breaking bug fix: Fixed a bug where certain local variable
    declarations nested within multiple @if statements would incorrectly
    override a global variable. It's unlikely that any real stylesheets were
    relying on this bug, but if so they can simply add !global to the variable
    declaration to preserve the old behavior.

  • Potentially breaking bug fix: Fix a bug where imports of root-relative
    URLs (those that begin with /) in @import rules would be passed to
    both Dart and JS importers as file: URLs.

  • Properly support selector lists for the $extendee argument to
    selector.extend() and selector.replace().

  • Fix an edge case where @extend wouldn't affect a selector within a
    pseudo-selector such as :is() that itself extended other selectors.

  • Fix a race condition where meta.load-css() could trigger an internal error
    when running in asynchronous mode.

Dart API
  • Use the @internal annotation to indicate which Value APIs are available
    for public use.

Configuration

📅 Schedule: 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) | dependencies | patch | [`1.35.1` -> `1.35.2`](https://renovatebot.com/diffs/npm/sass/1.35.1/1.35.2) | --- ### Release Notes <details> <summary>sass/dart-sass</summary> ### [`v1.35.2`](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#&#8203;1352) [Compare Source](https://github.com/sass/dart-sass/compare/1.35.1...1.35.2) - **Potentially breaking bug fix**: Properly throw an error for Unicode ranges that have too many `?`s after hexadecimal digits, such as `U+12345??`. - **Potentially breaking bug fix:** Fixed a bug where certain local variable declarations nested within multiple `@if` statements would incorrectly override a global variable. It's unlikely that any real stylesheets were relying on this bug, but if so they can simply add `!global` to the variable declaration to preserve the old behavior. - **Potentially breaking bug fix:** Fix a bug where imports of root-relative URLs (those that begin with `/`) in `@import` rules would be passed to both Dart and JS importers as `file:` URLs. - Properly support selector lists for the `$extendee` argument to `selector.extend()` and `selector.replace()`. - Fix an edge case where `@extend` wouldn't affect a selector within a pseudo-selector such as `:is()` that itself extended other selectors. - Fix a race condition where `meta.load-css()` could trigger an internal error when running in asynchronous mode. ##### Dart API - Use the `@internal` annotation to indicate which `Value` APIs are available for public use. </details> --- ### Configuration 📅 **Schedule**: 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 added the
dependencies
label 2021-07-07 20:01:40 +00:00
renovate added 1 commit 2021-07-07 20:01:40 +00:00
continuous-integration/drone/pr Build is passing Details
1e52b5164d
Update dependency sass to v1.35.2
konrad merged commit 9f9016e17b into main 2021-07-07 20:38:09 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.