From 2048d9e7a28a6e3d7b8ede369bacafa12b981aa2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 18 May 2021 06:40:24 -0700
Subject: [PATCH] Bump less from 3.12.2 to 4.1.1 in /desktop (#2329)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Summary:
Bumps [less](https://github.com/less/less.js) from 3.12.2 to 4.1.1.
Sourced from less's releases. This was maybe too big a change without some kind of deprecation or conversion.
So for this version, this works again: This release has 2 breaking changes: This aligns it with syntax for calling detached rulesets. Example Parentheses are required (by default) around division-like expressions, to force math evaluation. Example: /** The following will produce Release notes
v4.1.1
v4.1.0
Mixin parentheses requirement removed
.mixin;
v4.0.0
Parentheses required for mixin calls
.mixin() {}
.mixin; // error in 4.0
Parens-division now the default math setting
ratio_large: 16;
ratio_small: 9;
device-aspect-ratio: 1.77777778 by default in 3.x */
@media all and (device-aspect-ratio: @ratio_large / @ratio_small) {
.body { max-width: 800px; }
}
Produces:
media all and (device-aspect-ratio: 16 / 9) {
.body {
max-width: 800px;
}
}
You can, of course, get old math behavior. See: http://lesscss.org/usage/#less-options-math
... (truncated)
Sourced from less's changelog.
Change Log
v4.0.0 (2020-12-18)
- #3573 v4.0.0 (#3573) (
@matthew-dean)v3.13.1 (2020-12-18)
- #3575 Fixes #3574 (#3575) (
@matthew-dean)v3.13.0 (2020-12-12)
- #3572 Fixes #3434 - memory / runtime improvements (#3572) (
@matthew-dean)- #3550 Examples contain more valid CSS, to test with a new parser (#3550) (
@matthew-dean)- #3546 Bug fixes - fixes #3446 #3368 (#3546) (
@matthew-dean)
f4e7529 Merge branch 'master' of https://github.com/less/less.js9538aba Release/v4.1.1 (#3599)4cc9b83 Merge branch 'master' of https://github.com/less/less.js9d9e650 v4.1.1f727b26 Fixes #3586 (#3589)63c1827 Fix expected response when there's a socket error (#3597)3c23217 Release v4.1.0d495fb2 v4.1.0a4b6c85 Roll back paren requirement on mixin calls (#3588)7f1938e Update rollup and other build dependencies (#3583)