nuxt7 icon indicating copy to clipboard operation
nuxt7 copied to clipboard

chore(deps): update dependency less-loader to v11

Open renovate[bot] opened this issue 3 years ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
less-loader ^6 -> ^11 age adoption passing confidence

Release Notes

webpack-contrib/less-loader

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

v10.0.0

Compare Source

âš  BREAKING CHANGES
  • less.webpackLoaderContext was removed, please use pluginManager.webpackLoaderContext
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

v8.1.0

Compare Source

Features
  • added the pluginManager.webpackLoaderContext property for less plugin developers, deprecated the less.webpackLoaderContext property, it fixed memory leak, please read this (#​412) (e576240)

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

v7.2.0

Compare Source

Features

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

v7.0.1

Compare Source

v7.0.0

Compare Source

âš  BREAKING CHANGES
  • move less to peerDependencies, the implementation option was removed
  • prependData and appendData option were removed in favor the additionaldata option
Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jun 18 '22 16:06 renovate[bot]