Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2021

Bumps less from 3.11.1 to 4.1.1.

Release notes

Sourced from less's releases.

v4.1.1

  • Bug fixes

v4.1.0

Mixin parentheses requirement removed

This was maybe too big a change without some kind of deprecation or conversion. So for this version, this works again:

.mixin;

v4.0.0

This release has 2 breaking changes:

Parentheses required for mixin calls

This aligns it with syntax for calling detached rulesets.

Example

.mixin() {}
.mixin;  // error in 4.0

Parens-division now the default math setting

Parentheses are required (by default) around division-like expressions, to force math evaluation.

Example:

@ratio_large: 16;
@ratio_small: 9;
/** The following will produce 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)

Changelog

Sourced from less's changelog.

Change Log

v4.0.0 (2020-12-18)

v3.13.1 (2020-12-18)

v3.13.0 (2020-12-12)

v3.12.2 (2020-07-16)

v3.12.1 (2020-07-16)

v3.12.0 (2020-07-13)

v3.11.3 (2020-06-05)

v3.11.2 (2020-06-01)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 18, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graylog2-web-interface/less-4.1.1 branch 3 times, most recently from 6b165a8 to 2f3bacc Compare March 22, 2021 15:41
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graylog2-web-interface/less-4.1.1 branch from 2f3bacc to a8f0a54 Compare March 25, 2021 14:43
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graylog2-web-interface/less-4.1.1 branch 4 times, most recently from 1d4715f to 4ba7485 Compare April 12, 2021 10:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graylog2-web-interface/less-4.1.1 branch 3 times, most recently from 3fff691 to 7df1307 Compare April 22, 2021 11:36
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graylog2-web-interface/less-4.1.1 branch 2 times, most recently from a151a8b to 7a8c376 Compare May 3, 2021 12:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graylog2-web-interface/less-4.1.1 branch from 7a8c376 to 2846eb6 Compare May 4, 2021 09:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graylog2-web-interface/less-4.1.1 branch from 2846eb6 to be1bbb6 Compare June 9, 2021 07:55
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graylog2-web-interface/less-4.1.1 branch 2 times, most recently from 5c4c799 to 6c5f48d Compare July 12, 2021 00:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graylog2-web-interface/less-4.1.1 branch from 6c5f48d to a96566d Compare July 16, 2021 00:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graylog2-web-interface/less-4.1.1 branch 2 times, most recently from f75cdb0 to e999e97 Compare July 28, 2021 00:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graylog2-web-interface/less-4.1.1 branch from e999e97 to 1a5de2b Compare August 30, 2021 00:07
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graylog2-web-interface/less-4.1.1 branch 2 times, most recently from fc5737b to afde12f Compare September 21, 2021 00:04
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graylog2-web-interface/less-4.1.1 branch 2 times, most recently from d2b47a7 to a161add Compare September 24, 2021 00:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graylog2-web-interface/less-4.1.1 branch from a161add to 8cc5df8 Compare September 29, 2021 00:07
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 4, 2021

Superseded by #11411.

@dependabot dependabot bot closed this Oct 4, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/graylog2-web-interface/less-4.1.1 branch October 4, 2021 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment