core
core copied to clipboard
chore(deps): bump less from 3.13.1 to 4.2.0
Bumps less from 3.13.1 to 4.2.0.
Release notes
Sourced from less's releases.
v4.2.0
- #3811 add support for container queries (
@puckowski
)- #3761 fix faulty source map generation with variables in selectors, fixes #3567 (
@pgoldberg
)- #3700 parsing variables fail when there is no trailing semicolon (
@b-kelly
)- #3719 modify
this
pointer so that it is not empty. (@lumburr
)- #3649 fixes #2991 empty
@media
queries generated when compiling less file with (reference) to bootstrap (@MoonCoral
)v4.1.3
- #3673 Feat: add support for case-insensitive attribute selectors (#3673) (
@iChenLei
)- #3710 Feat: add
disablePluginRule
flag for render() options (#3710) (@broofa
@edhgoose
)- #3656 Fix #3655 for param tag is null (#3658) (
@langren1353
)- #3658 Fix #3646 forcefully change unsupported input to strings (#3658) (
@gzb1128
)- #3668 Fix change keyword plugin and import regexp (#3668) (
@iChenLei
)- #3613 Fix #3591: refactor debugInfo from class to function (#3613) (
@drdevlin
)- #3716 Fix https failures on macOS (#3716) (
@joeyparrish
)v4.1.2
- #3602 Fix currentFileInfo and index properties on nodes (#3602) (
@bjpbakker
)- #3626 Fix #3616 IfStatement requires double parentheses when dividing (#3626) (
@iChenLei
)- #3630 Fix needle dependency warning typo. (#3630) (
@cjwilsontech
)v4.1.1
- #3597 Fix expected response when there's a socket error (#3597) (
@zxfrank
)- #3589 Fixes #3586 (#3589) (
@matthew-dean
)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;
- #3582 Fix #3576 import redirects. Replace native-request with needle. (#3582) (
@zaquest
)- #3583 Update rollup and other build dependencies (#3583) (
@pravi
)- #3588 Roll back paren requirement on mixin calls (#3588) (
@matthew-dean
)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
... (truncated)
Changelog
Sourced from less's changelog.
v4.2.0 (2023-08-06)
- #3811 add support for container queries (
@puckowski
)- #3761 fix faulty source map generation with variables in selectors, fixes #3567 (
@pgoldberg
)- #3700 parsing variables fail when there is no trailing semicolon (
@b-kelly
)- #3719 modify
this
pointer so that it is not empty. (@lumburr
)- #3649 fixes #2991 empty
@media
queries generated when compiling less file with (reference) to bootstrap (@MoonCoral
)v4.1.3 (2022-06-09)
- #3673 Feat: add support for case-insensitive attribute selectors (#3673) (
@iChenLei
)- #3710 Feat: add
disablePluginRule
flag for render() options (#3710) (@broofa
@edhgoose
)- #3656 Fix #3655 for param tag is null (#3658) (
@langren1353
)- #3658 Fix #3646 forcefully change unsupported input to strings (#3658) (
@gzb1128
)- #3668 Fix change keyword plugin and import regexp (#3668) (
@iChenLei
)- #3613 Fix #3591: refactor debugInfo from class to function (#3613) (
@drdevlin
)- #3716 Fix https failures on macOS (#3716) (
@joeyparrish
)v4.1.2 (2021-10-04)
- #3602 Fix currentFileInfo and index properties on nodes (#3602) (
@bjpbakker
)- #3626 Fix #3616 IfStatement requires double parentheses when dividing (#3626) (
@iChenLei
)- #3630 Fix needle dependency warning typo. (#3630) (
@cjwilsontech
)v4.1.1 (2021-01-31)
- #3597 Fix expected response when there's a socket error (#3597) (
@zxfrank
)- #3589 Fixes #3586 (#3589) (
@matthew-dean
)v4.1.0 (2021-01-10)
- #3582 Fix #3576 import redirects. Replace native-request with needle. (#3582) (
@zaquest
)- #3583 Update rollup and other build dependencies (#3583) (
@pravi
)- #3588 Roll back paren requirement on mixin calls (#3588) (
@matthew-dean
)v4.0.0 (2020-12-18)
- #3573 v4.0.0 (#3573) (
@matthew-dean
)
Commits
1b6dba1
[skip ci] add v4.2.0 changelog (#4215)6390ae3
Release/v4.2.0 (#3814)012d549
fix(issue:3766) add support for container queries (#3811)8b5aef9
Create SECURITY.md4d3189c
Fixes #3787 -- ESLint updates and linting cleanup (#3790)a917965
ci: update the ci config (#3789)2702322
fix faulty source map generation with variables in selectors (#3761)9b37be7
[skip ci] update the issue template of bug report (#3785)180d676
fix: make ci work (#3774)0e99701
fix(parser): fix crash when css variable property does not end with a semicol...- Additional commits viewable in compare view
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
This PR was not deployed automatically as @dependabot[bot] does not have access to the Railway project.
In order to get automatic PR deploys, please add @dependabot[bot] to the project inside the project settings page.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore
condition with the desired update_types
to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.