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

build: update sass to version 1.32.0 #19695

Merged
merged 1 commit into from
Dec 30, 2020
Merged

build: update sass to version 1.32.0 #19695

merged 1 commit into from
Dec 30, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2020

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: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone America/Tijuana.

馃殾 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 these updates 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.

@renovate renovate bot added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release labels Dec 30, 2020
@google-cla google-cla bot added the cla: yes label Dec 30, 2020
@alan-agius4 alan-agius4 merged commit 1d73e29 into master Dec 30, 2020
@renovate renovate bot deleted the renovate/sass-1.x branch December 30, 2020 17:26
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jan 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants