[Snyk] Upgrade sass from 1.26.3 to 1.32.7 #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade sass from 1.26.3 to 1.32.7.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: sass
To install Sass 1.32.7, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Allow the null safety release of stream_transform.
Allow
@ forward...with
to take arguments that have a!default
flag without a trailing comma.Improve the performance of unitless and single-unit numbers.
See the full changelog for changes in earlier releases.
To install Sass 1.32.6, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Node JS API
nodeIntegration
is disabled.Dart API
SassColor
constructors now throwRangeError
s withstart
andend
set.See the full changelog for changes in earlier releases.
To install Sass 1.32.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
@ for
with numbers that have units, the iteration variable now matches the unit of the initial number. This matches the behavior of Ruby Sass and LibSass.Node JS API
Fix a few infrequent errors when calling
render()
withfiber
multiple times simultaneously.Avoid possible mangled error messages when custom functions or importers throw unexpected exceptions.
Fix Electron support when
nodeIntegration
is disabled.See the full changelog for changes in earlier releases.
To install Sass 1.32.4, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
See the full changelog for changes in earlier releases.
To install Sass 1.32.3, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
==
for numbers that have different units.See the full changelog for changes in earlier releases.
To install Sass 1.32.2, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
See the full changelog for changes in earlier releases.
To install Sass 1.32.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
See the full changelog for changes in earlier releases.
To install Sass 1.32.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
Deprecate passing non-
%
numbers as lightness and saturation tohsl()
,hsla()
,color.adjust()
, andcolor.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 tohsl()
,hsla()
,adjust-hue()
,color.adjust()
, andcolor.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()
toSassNumber.coerceValue()
. The old name remains, but is now deprecated.Rename
SassNumber.coerceValueToUnit()
, a shorthand forSassNumber.coerceValue()
that takes a single numerator unit.Add
SassNumber.coerceToMatch()
andSassNumber.coerceValueToMatch()
, which work likeSassNumber.coerce()
andSassNumber.coerceValue()
but take aSassNumber
whose units should be matched rather than taking the units explicitly. These generate better error messages thanSassNumber.coerce()
andSassNumber.coerceValue()
.Add
SassNumber.convertToMatch()
andSassNumber.convertValueToMatch()
, which work likeSassNumber.coerceToMatch()
andSassNumber.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.See the full changelog for changes in earlier releases.
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs