Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency sass to v1.22.3 #9

Merged
merged 1 commit into from
Jul 4, 2019
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2019

This PR contains the following updates:

Package Type Update Change
sass devDependencies patch 1.22.2 -> 1.22.3

Release Notes

sass/dart-sass

v1.22.3

Compare Source

  • Potentially breaking bug fix: The argument name for the saturate()
    function is now $amount, to match the name in LibSass and originally in Ruby
    Sass.

  • Potentially breaking bug fix: The invert() function now properly returns
    #808080 when passed $weight: 50%. This matches the behavior in LibSass and
    originally in Ruby Sass, as well as being consistent with other nearby values
    of $weight.

  • Potentially breaking bug fix: The invert() function now throws an error
    if it's used [as a plain CSS function][plain-css invert] and the Sass-only
    $weight parameter is passed. This never did anything useful, so it's
    considered a bug fix rather than a full breaking change.

    [plain-CSS invert]: https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/invert

  • Potentially breaking bug fix: The str-insert() function now properly
    inserts at the end of the string if the $index is -1. This matches the
    behavior in LibSass and originally in Ruby Sass.

  • Potentially breaking bug fix: An empty map returned by map-remove() is
    now treated as identical to the literal value (), rather than being treated
    as though it had a comma separator. This matches the original behavior in Ruby
    Sass.

  • The adjust-color() function no longer throws an error when a large $alpha
    value is combined with HSL adjustments.

  • The alpha() function now produces clearer error messages when the wrong
    number of arguments are passed.

  • Fix a bug where the str-slice() function could produce invalid output when
    passed a string that contains characters that aren't represented as a single
    byte in UTF-16.

  • Improve the error message for an unknown separator name passed to the join()
    or append() functions.

  • The zip() function no longer deadlocks if passed no arguments.

  • The map-remove() function can now take a $key named argument. This matches
    the signature in LibSass and originally in Ruby Sass.


Renovate 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 if you modify the PR title to begin with "rebase!".

🔕 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. View repository job log here.

@zce zce merged commit 4c665b7 into master Jul 4, 2019
@renovate renovate bot deleted the renovate/sass-1.x branch July 4, 2019 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants