Skip to content

chore(deps): update dependency less-loader to v13#237

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/less-loader-13.x
Open

chore(deps): update dependency less-loader to v13#237
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/less-loader-13.x

Conversation

@renovate

@renovate renovate Bot commented May 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
less-loader 4.1.013.0.0 age adoption passing confidence

Release Notes

webpack/less-loader (less-loader)

v13.0.0

Compare 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 an exports map exposes dist/esm/index.js to import and dist/cjs/index.js to require. Less is loaded via dynamic import() instead of require(). (by @​alexander-akait in #​593)

  • lessLogAsWarnOrErr now defaults to true. Less warnings and errors are emitted as webpack warnings and errors by default. Set the option to false to restore the previous behavior of logging silently. (by @​alexander-akait in #​600)

Minor Changes
Patch Changes
  • Track files loaded synchronously by Less (e.g. 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
  • revert ESM dynamic import (905a75e)
12.3.2 (2026-03-11)
Bug Fixes
12.3.1 (2026-02-05)
Bug Fixes

v12.3.3

Compare Source

v12.3.2

Compare Source

v12.3.1

Compare Source

v12.3.0

Compare Source

Features
  • add support for using only webpackImporter (12839c8)

v12.2.0

Compare Source

Features

v12.1.0

Compare Source

Features

v12.0.0

Compare Source

⚠ BREAKING CHANGES
11.1.4 (2023-12-27)
Bug Fixes
11.1.3 (2023-06-08)
Bug Fixes
11.1.2 (2023-05-31)
Bug Fixes
11.1.1 (2023-05-28)
Bug Fixes

v11.1.4

Compare Source

⚠ BREAKING CHANGES
11.1.4 (2023-12-27)
Bug Fixes
11.1.3 (2023-06-08)
Bug Fixes
11.1.2 (2023-05-31)
Bug Fixes
11.1.1 (2023-05-28)
Bug Fixes

v11.1.3

Compare Source

⚠ BREAKING CHANGES
11.1.4 (2023-12-27)
Bug Fixes
11.1.3 (2023-06-08)
Bug Fixes
11.1.2 (2023-05-31)
Bug Fixes
11.1.1 (2023-05-28)
Bug Fixes

v11.1.2

Compare Source

⚠ BREAKING CHANGES
11.1.4 (2023-12-27)
Bug Fixes
11.1.3 (2023-06-08)
Bug Fixes
11.1.2 (2023-05-31)
Bug Fixes
11.1.1 (2023-05-28)
Bug Fixes

v11.1.1

Compare Source

⚠ BREAKING CHANGES
11.1.4 (2023-12-27)
Bug Fixes
11.1.3 (2023-06-08)
Bug Fixes
11.1.2 (2023-05-31)
Bug Fixes
11.1.1 (2023-05-28)
Bug Fixes

v11.1.0

Compare Source

⚠ BREAKING CHANGES
11.1.4 (2023-12-27)
Bug Fixes
11.1.3 (2023-06-08)
Bug Fixes
11.1.2 (2023-05-31)
Bug Fixes
11.1.1 (2023-05-28)
Bug Fixes

v11.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 14.15.0

v10.2.0

Compare Source

Features

v10.1.0

Compare Source

Features
Bug Fixes
  • only call addDependency on absolute paths (fa11ce7)
10.0.1 (2021-07-02)
Bug Fixes

v10.0.1

Compare Source

Features
Bug Fixes
  • only call addDependency on absolute paths (fa11ce7)
10.0.1 (2021-07-02)
Bug Fixes

v10.0.0

Compare Source

Features
Bug Fixes
  • only call addDependency on absolute paths (fa11ce7)
10.0.1 (2021-07-02)
Bug Fixes

v9.1.0

Compare Source

Features
  • allow to use String value for the implementation option (465ffc4)

v9.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 12.13.0
8.1.1 (2021-04-15)
Bug Fixes

v8.1.1

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 12.13.0
8.1.1 (2021-04-15)
Bug Fixes

v8.1.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 12.13.0
8.1.1 (2021-04-15)
Bug Fixes

v8.0.0

Compare Source

Notes
  • using ~ 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 @import as relative, if it cannot be resolved, the loader will try to resolve @import inside node_modules.

⚠ BREAKING CHANGES
  • minimum supported webpack version is 5
Features
  • supported the resolve.byDependency option, you can setup { resolve: { byDependency: { less: { mainFiles: ['custom', '...'] } } } }

v7.3.0

Compare Source

Features
  • added the implementation option (84d957c)
7.2.1 (2020-12-28)
Bug Fixes

v7.2.1

Compare Source

Features
  • added the implementation option (84d957c)
7.2.1 (2020-12-28)
Bug Fixes

v7.2.0

Compare Source

Features
  • added the implementation option (84d957c)
7.2.1 (2020-12-28)
Bug Fixes

v7.1.0

Compare Source

Features
7.0.2 (2020-10-09)
Chore
  • update schema-utils
7.0.1 (2020-09-03)
Bug Fixes
  • normalize sources in source maps (877d99a)

v7.0.2

Compare Source

Features
7.0.2 (2020-10-09)
Chore
  • update schema-utils
7.0.1 (2020-09-03)
Bug Fixes
  • normalize sources in source maps (877d99a)

v7.0.1

Compare Source

Features
7.0.2 (2020-10-09)
Chore
  • update schema-utils
7.0.1 (2020-09-03)
Bug Fixes
  • normalize sources in source maps (877d99a)

v7.0.0

Compare Source

Features
7.0.2 (2020-10-09)
Chore
  • update schema-utils
7.0.1 (2020-09-03)
Bug Fixes
  • normalize sources in source maps (877d99a)

v6.2.0

Compare Source

Features
6.1.3 (2020-06-29)
Bug Fixes
6.1.2 (2020-06-22)
Bug Fixes
  • ignore watch for remove URLs (3946937)
  • resolution logic (2c3a23a)
  • resolve absolute and root relative imports (3d01b82)
6.1.1 (2020-06-11)
Bug Fixes
  • do not rebuilt unmodified files on windows in watch mode (6537a3d)

v6.1.3

Compare Source

Features
6.1.3 (2020-06-29)
Bug Fixes
6.1.2 (2020-06-22)
Bug Fixes
  • ignore watch for remove URLs (3946937)
  • resolution logic (2c3a23a)
  • resolve absolute and root relative imports (3d01b82)
6.1.1 (2020-06-11)
Bug Fixes
  • do not rebuilt unmodified files on windows in watch mode (6537a3d)

v6.1.2

Compare Source

Features
6.1.3 (2020-06-29)
Bug Fixes
6.1.2 (2020-06-22)
Bug Fixes
  • ignore watch for remove URLs (3946937)
  • resolution logic (2c3a23a)
  • resolve absolute and root relative imports (3d01b82)
6.1.1 (2020-06-11)
Bug Fixes
  • do not rebuilt unmodified files on windows in watch mode (6537a3d)

v6.1.1

Compare Source

Features
6.1.3 (2020-06-29)
Bug Fixes
6.1.2 (2020-06-22)
Bug Fixes
  • ignore watch for remove URLs (3946937)
  • resolution logic (2c3a23a)
  • resolve absolute and root relative imports (3d01b82)
6.1.1 (2020-06-11)
Bug Fixes
  • do not rebuilt unmodified files on windows in watch mode (6537a3d)

v6.1.0

Compare Source

Features
6.1.3 (2020-06-29)
Bug Fixes
6.1.2 (2020-06-22)
Bug Fixes
  • ignore watch for remove URLs (3946937)
  • resolution logic (2c3a23a)
  • resolve absolute and root relative imports (3d01b82)
6.1.1 (2020-06-11)
Bug Fixes
  • do not rebuilt unmodified files on windows in watch mode (6537a3d)

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 10.13,
  • minimum support webpack version is 4
  • 2 version of less is not supported anymore
  • using 3 versin of less by default, so you don't need to have less in your package.json, we already supply it
  • move less-specific options to the lessOptions option, please look at README
Features
  • the paths options now works with webpack resolver (3931470)
  • allow a function to be used for lessOptions (#​325) (a6be94a)
  • added the appendData option (#​336) (fb94605)
  • added the prependData option (#​327) (9df8755)
  • support less and style fields in package.json
  • support index.less file for packages
Bug Fixes
  • support import aliases without tilde (#​335) (24021cd)
  • do not crash on remotely imports (#​333) (8e020e9)
  • add webpack v5 support (#​317) (f0b42b4)
  • first resolve an import using less resolver, then using webpack resolver (#​340) (443bd5a)
  • fix a resolution for @import 'package/file.ess'; and @import './package/file.ess';

v5.0.0

Compare Source

Bug Fixes
  • webpack watching does not recover after broken less is fixed (#​289) (f41d12e)
Chores
  • remove old bits mentioning webpack < 4 and node < 6 (#​286) (012eb8f)
Code Refactoring
BREAKING CHANGES
  • remove deprecated compress option.
  • drop support for node < 6.9 and webpack < 4

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the renovate label May 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants