chore(deps): update dependency less-loader to v13#237
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.1.0→13.0.0Release Notes
webpack/less-loader (less-loader)
v13.0.0Compare Source
Major Changes
Minimum supported Node.js version is now
>= 22.11.0. (by @alexander-akait in #590)The package now ships native ESM as well as CommonJS.
"type": "module"is set, and anexportsmap exposesdist/esm/index.jstoimportanddist/cjs/index.jstorequire. Less is loaded via dynamicimport()instead ofrequire(). (by @alexander-akait in #593)lessLogAsWarnOrErrnow defaults totrue. Less warnings and errors are emitted as webpack warnings and errors by default. Set the option tofalseto restore the previous behavior of logging silently. (by @alexander-akait in #600)Minor Changes
Patch Changes
data-uri()and custom functions installed via@plugin) as webpack file dependencies. See #492. (by @alexander-akait in #596)All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
12.3.3 (2026-05-19)
Bug Fixes
12.3.2 (2026-03-11)
Bug Fixes
12.3.1 (2026-02-05)
Bug Fixes
v12.3.3Compare Source
v12.3.2Compare Source
v12.3.1Compare Source
v12.3.0Compare Source
Features
v12.2.0Compare Source
Features
@rspack/coreas an optional peer dependency (#537) (71dd711)v12.1.0Compare Source
Features
lessLogAsWarnOrErroption (#536) (3c4e6e0)v12.0.0Compare Source
⚠ BREAKING CHANGES
18.12.0(#533) (f70e832)11.1.4 (2023-12-27)
Bug Fixes
11.1.3 (2023-06-08)
Bug Fixes
klonaforlessoptions (#520) (8a63159)11.1.2 (2023-05-31)
Bug Fixes
vdependency (#517) (8fd9206)11.1.1 (2023-05-28)
Bug Fixes
v11.1.4Compare Source
⚠ BREAKING CHANGES
18.12.0(#533) (f70e832)11.1.4 (2023-12-27)
Bug Fixes
11.1.3 (2023-06-08)
Bug Fixes
klonaforlessoptions (#520) (8a63159)11.1.2 (2023-05-31)
Bug Fixes
vdependency (#517) (8fd9206)11.1.1 (2023-05-28)
Bug Fixes
v11.1.3Compare Source
⚠ BREAKING CHANGES
18.12.0(#533) (f70e832)11.1.4 (2023-12-27)
Bug Fixes
11.1.3 (2023-06-08)
Bug Fixes
klonaforlessoptions (#520) (8a63159)11.1.2 (2023-05-31)
Bug Fixes
vdependency (#517) (8fd9206)11.1.1 (2023-05-28)
Bug Fixes
v11.1.2Compare Source
⚠ BREAKING CHANGES
18.12.0(#533) (f70e832)11.1.4 (2023-12-27)
Bug Fixes
11.1.3 (2023-06-08)
Bug Fixes
klonaforlessoptions (#520) (8a63159)11.1.2 (2023-05-31)
Bug Fixes
vdependency (#517) (8fd9206)11.1.1 (2023-05-28)
Bug Fixes
v11.1.1Compare Source
⚠ BREAKING CHANGES
18.12.0(#533) (f70e832)11.1.4 (2023-12-27)
Bug Fixes
11.1.3 (2023-06-08)
Bug Fixes
klonaforlessoptions (#520) (8a63159)11.1.2 (2023-05-31)
Bug Fixes
vdependency (#517) (8fd9206)11.1.1 (2023-05-28)
Bug Fixes
v11.1.0Compare Source
⚠ BREAKING CHANGES
18.12.0(#533) (f70e832)11.1.4 (2023-12-27)
Bug Fixes
11.1.3 (2023-06-08)
Bug Fixes
klonaforlessoptions (#520) (8a63159)11.1.2 (2023-05-31)
Bug Fixes
vdependency (#517) (8fd9206)11.1.1 (2023-05-28)
Bug Fixes
v11.0.0Compare Source
⚠ BREAKING CHANGES
Node.jsversion is14.15.0v10.2.0Compare Source
Features
v10.1.0Compare Source
Features
linkfield in schema (#429) (8580731)Bug Fixes
addDependencyon absolute paths (fa11ce7)10.0.1 (2021-07-02)
Bug Fixes
v10.0.1Compare Source
Features
linkfield in schema (#429) (8580731)Bug Fixes
addDependencyon absolute paths (fa11ce7)10.0.1 (2021-07-02)
Bug Fixes
v10.0.0Compare Source
Features
linkfield in schema (#429) (8580731)Bug Fixes
addDependencyon absolute paths (fa11ce7)10.0.1 (2021-07-02)
Bug Fixes
v9.1.0Compare Source
Features
Stringvalue for theimplementationoption (465ffc4)v9.0.0Compare Source
⚠ BREAKING CHANGES
Node.jsversion is12.13.08.1.1 (2021-04-15)
Bug Fixes
v8.1.1Compare Source
⚠ BREAKING CHANGES
Node.jsversion is12.13.08.1.1 (2021-04-15)
Bug Fixes
v8.1.0Compare Source
⚠ BREAKING CHANGES
Node.jsversion is12.13.08.1.1 (2021-04-15)
Bug Fixes
v8.0.0Compare Source
Notes
~is deprecated and can be removed from your code (we recommend it), but we still support it for historical reasons.Why you can removed it?
The loader will first try to resolve
@importas relative, if it cannot be resolved, the loader will try to resolve@importinsidenode_modules.⚠ BREAKING CHANGES
webpackversion is5Features
resolve.byDependencyoption, you can setup{ resolve: { byDependency: { less: { mainFiles: ['custom', '...'] } } } }v7.3.0Compare Source
Features
implementationoption (84d957c)7.2.1 (2020-12-28)
Bug Fixes
v7.2.1Compare Source
Features
implementationoption (84d957c)7.2.1 (2020-12-28)
Bug Fixes
v7.2.0Compare Source
Features
implementationoption (84d957c)7.2.1 (2020-12-28)
Bug Fixes
v7.1.0Compare Source
Features
additionalDatato be async (#391) (62c6934)7.0.2 (2020-10-09)
Chore
schema-utils7.0.1 (2020-09-03)
Bug Fixes
sourcesin source maps (877d99a)v7.0.2Compare Source
Features
additionalDatato be async (#391) (62c6934)7.0.2 (2020-10-09)
Chore
schema-utils7.0.1 (2020-09-03)
Bug Fixes
sourcesin source maps (877d99a)v7.0.1Compare Source
Features
additionalDatato be async (#391) (62c6934)7.0.2 (2020-10-09)
Chore
schema-utils7.0.1 (2020-09-03)
Bug Fixes
sourcesin source maps (877d99a)v7.0.0Compare Source
Features
additionalDatato be async (#391) (62c6934)7.0.2 (2020-10-09)
Chore
schema-utils7.0.1 (2020-09-03)
Bug Fixes
sourcesin source maps (877d99a)v6.2.0Compare Source
Features
package.json(#369) (671395d)6.1.3 (2020-06-29)
Bug Fixes
6.1.2 (2020-06-22)
Bug Fixes
6.1.1 (2020-06-11)
Bug Fixes
v6.1.3Compare Source
Features
package.json(#369) (671395d)6.1.3 (2020-06-29)
Bug Fixes
6.1.2 (2020-06-22)
Bug Fixes
6.1.1 (2020-06-11)
Bug Fixes
v6.1.2Compare Source
Features
package.json(#369) (671395d)6.1.3 (2020-06-29)
Bug Fixes
6.1.2 (2020-06-22)
Bug Fixes
6.1.1 (2020-06-11)
Bug Fixes
v6.1.1Compare Source
Features
package.json(#369) (671395d)6.1.3 (2020-06-29)
Bug Fixes
6.1.2 (2020-06-22)
Bug Fixes
6.1.1 (2020-06-11)
Bug Fixes
v6.1.0Compare Source
Features
package.json(#369) (671395d)6.1.3 (2020-06-29)
Bug Fixes
6.1.2 (2020-06-22)
Bug Fixes
6.1.1 (2020-06-11)
Bug Fixes
v6.0.0Compare Source
⚠ BREAKING CHANGES
10.13,42version oflessis not supported anymore3versin oflessby default, so you don't need to havelessin yourpackage.json, we already supply itlessOptionsoption, please look at READMEFeatures
pathsoptions now works with webpack resolver (3931470)lessOptions(#325) (a6be94a)appendDataoption (#336) (fb94605)prependDataoption (#327) (9df8755)lessandstylefields inpackage.jsonindex.lessfile for packagesBug Fixes
@import 'package/file.ess';and@import './package/file.ess';v5.0.0Compare Source
Bug Fixes
Chores
Code Refactoring
BREAKING CHANGES
Configuration
📅 Schedule: (UTC)
* * * * 0,6)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.