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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency sass to v1.32.0 #449

Merged
merged 1 commit into from Jan 2, 2021
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 2, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass 1.30.0 -> 1.32.0 age adoption passing confidence

Release Notes

sass/dart-sass

v1.32.0

Compare Source

  • Deprecate passing non-% numbers as lightness and saturation to hsl(),
    hsla(), color.adjust(), and color.change(). This matches the CSS
    specification, which also requires % for all lightness and saturation
    parameters. See [the Sass website][color-units] for more details.

  • Deprecate passing numbers with units other than deg as the hue to hsl(),
    hsla(), adjust-hue(), color.adjust(), and color.change(). Unitless
    numbers are still allowed here, since they're allowed by CSS. See [the Sass
    website][color-units] for more details.

  • Improve error messages about incompatible units.

  • Properly mark some warnings emitted by sass:color functions as deprecation
    warnings.

Dart API
  • Rename SassNumber.valueInUnits() to SassNumber.coerceValue(). The old name
    remains, but is now deprecated.

  • Rename SassNumber.coerceValueToUnit(), a shorthand for
    SassNumber.coerceValue() that takes a single numerator unit.

  • Add SassNumber.coerceToMatch() and SassNumber.coerceValueToMatch(), which
    work like SassNumber.coerce() and SassNumber.coerceValue() but take a
    SassNumber whose units should be matched rather than taking the units
    explicitly. These generate better error messages than SassNumber.coerce()
    and SassNumber.coerceValue().

  • Add SassNumber.convertToMatch() and SassNumber.convertValueToMatch(),
    which work like SassNumber.coerceToMatch() and
    SassNumber.coerceValueToMatch() except they throw exceptions when converting
    unitless values to or from units.

  • Add SassNumber.compatibleWithUnit(), which returns whether the number can be
    coerced to a single numerator unit.


Renovate configuration

馃搮 Schedule: "before 3am every weekend" (UTC).

馃殾 Automerge: Enabled.

鈾伙笍 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 WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Jan 2, 2021

Codecov Report

Merging #449 (3408510) into master (bb2191a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #449   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           32        32           
=========================================
  Hits            32        32           

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update bb2191a...3408510. Read the comment docs.

@renovate renovate bot merged commit 2bb1803 into master Jan 2, 2021
@renovate renovate bot deleted the renovate/sass-1.x branch January 2, 2021 05:33
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.

None yet

1 participant