Update dependency sass to v1.66.1 #56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/sass-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.63.4->1.66.1Release Notes
sass/dart-sass (sass)
v1.66.1Compare Source
JS API
callback that threw a string, boolean, number, symbol, or bignum.
v1.66.0Compare Source
Breaking change: Drop support for the additional CSS calculations defined
in CSS Values and Units 4. Custom Sass functions whose names overlapped with
these new CSS functions were being parsed as CSS calculations instead, causing
an unintentional breaking change outside our normal [compatibility policy] for
CSS compatibility changes.
Support will be added again in a future version, but only after Sass has
emitted a deprecation warning for all functions that will break for at least
three months prior to the breakage.
v1.65.1Compare Source
1.65.0.v1.65.0Compare Source
All functions defined in CSS Values and Units 4 are now parsed as calculation
objects:
round(),mod(),rem(),sin(),cos(),tan(),asin(),acos(),atan(),atan2(),pow(),sqrt(),hypot(),log(),exp(),abs(), andsign().Deprecate explicitly passing the
%unit to the globalabs()function. Infuture releases, this will emit a CSS abs() function to be resolved by the
browser. This deprecation is named
abs-percent.v1.64.2Compare Source
v1.64.1Compare Source
Embedded Sass
SassCalculation.clamp()with less than 3 argumentswould throw an error.
v1.64.0Compare Source
Comments that appear before or between
@useand@forwardrules are nowemitted in source order as much as possible, instead of always being emitted
after the CSS of all module dependencies.
Fix a bug where an interpolation in a custom property name crashed if the file
was loaded by a
@usenested in an@import.JavaScript API
Add a new
SassCalculationtype that represents the calculation objects addedin Dart Sass 1.40.0.
Add
Value.assertCalculation(), which returns the value if it's aSassCalculationand throws an error otherwise.Produce a better error message when an environment that supports some Node.js
APIs loads the browser entrypoint but attempts to access the filesystem.
Embedded Sass
@importsfailed to load when using thedeprecated functions
renderorrenderSyncand those relative imports wereloaded multiple times across different files.
v1.63.6Compare Source
JavaScript API
import sass from 'sass'again after it was broken in the last release.Embedded Sass
exportsdeclaration inpackage.json.v1.63.5Compare Source
JavaScript API
require()and ESMimportcould crash on Node.js.Embedded Sass
Fix a deadlock when running at high concurrency on 32-bit systems.
Fix a race condition where the embedded compiler could deadlock or crash if a
compilation ID was reused immediately after the compilation completed.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.
This PR has been generated by Renovate Bot.
ba8bed39bdto65ba0247b9Update dependency sass to v1.64.2to Update dependency sass to v1.65.165ba0247b9toa8daec50f7Update dependency sass to v1.65.1to Update dependency sass to v1.66.0a8daec50f7to4c23ebd7e8Update dependency sass to v1.66.0to Update dependency sass to v1.66.1