Skip to content

Update dependency sass to ^1.32.4

Warren Gifford requested to merge renovate/sass-1.x into main

Created by: renovate[bot]

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sass ^1.29.0 -> ^1.32.4 age adoption passing confidence

Release Notes

sass/dart-sass

v1.32.4

Compare Source

  • No user-visible changes.

v1.32.3

Compare Source

  • Optimize == for numbers that have different units.

v1.32.2

Compare Source

  • Print the actual number that was received in unit deprecation warnings for color functions.

v1.32.1

Compare Source

  • Don't emit permissions errors on Windows and OS X when trying to determine the real case of path names.

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.

v1.30.0

Compare Source

  • Fix a bug where @at-root (without: all) wouldn't properly remove a @keyframes context when parsing selectors.
Node JS API
  • The generated main() function in sass.js now returns a Promise that completes when the executable is finished running.
Dart API
  • Fix a bug that prevented importers from returning null when loading from a URL that they had already canonicalized.

Renovate configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

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

Merge request reports

Loading