Update dependency sass to v1.62.1 - autoclosed #11
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.58.0->1.62.1Release Notes
sass/dart-sass
v1.62.1Compare Source
:has(+ &)and related constructs would drop the leadingcombinator.
v1.62.0Compare Source
Deprecate the use of multiple
!globalor!defaultflags on the samevariable. This deprecation is named
duplicate-var-flags.Allow special numbers like
var()orcalc()in the global functions:grayscale(),invert(),saturate(), andopacity(). These are alsonative CSS
filterfunctions. This is in addition to number values which werealready allowed.
Fix a cosmetic bug where an outer rule could be duplicated after nesting was
resolved, instead of re-using a shared rule.
v1.61.0Compare Source
Potentially breaking change: Drop support for End-of-Life Node.js 12.
Fix remaining cases for the performance regression introduced in 1.59.0.
Embedded Sass
legacy API.
v1.60.0Compare Source
Add support for the
pi,e,infinity,-infinity, andNaNconstants incalculations. These will be interpreted as the corresponding numbers.
Add support for unknown constants in calculations. These will be interpreted
as unquoted strings.
Serialize numbers with value
infinity,-infinity, andNaNtocalc()expressions rather than CSS-invalid identifiers. Numbers with complex units
still can't be serialized.
v1.59.3Compare Source
Fix a performance regression introduced in 1.59.0.
The NPM release of 1.59.0 dropped support for Node 12 without actually
indicating so in its pubspec. This release temporarily adds back support so
that the latest Sass version that declares it supports Node 12 actually does
so. However, Node 12 is now end-of-life, so we will drop support for it
properly in an upcoming release.
v1.59.2Compare Source
v1.59.1Compare Source
v1.59.0Compare Source
Command Line Interface
Added a new
--fatal-deprecationflag that lets you treat a deprecationwarning as an error. You can pass an individual deprecation ID
(e.g.
slash-div) or you can pass a Dart Sass version to treat alldeprecations initially emitted in that version or earlier as errors.
New
--future-deprecationflag that lets you opt into warning for use ofcertain features that will be deprecated in the future. At the moment, the
only option is
--future-deprecation=import, which will emit warnings forSass
@importrules, which are not yet deprecated, but will be in the future.Dart API
New
Deprecationenum, which contains the different current and futuredeprecations used by the new CLI flags.
The
compilemethods now take infatalDeprecationsandfutureDeprecationsparameters, which work similarly to the CLI flags.
v1.58.3Compare Source
v1.58.2Compare Source
Command Line Interface
Add a timestamp to messages printed in
--watchmode.Print better
calc()-based suggestions for/-as-division expression thatcontain calculation-incompatible constructs like unary minus.
v1.58.1Compare Source
hsl()colors. Thedegunit isincompatible with IE, and while that officially falls outside our
compatibility policy, it's better to lean towards greater compatibility.
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.
9f87449089tof5a8053a63Update dependency sass to v1.62.0to Update dependency sass to v1.62.1Update dependency sass to v1.62.1to Update dependency sass to v1.62.1 - autoclosedPull request closed