Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency less-loader to v11 #276

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 17, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
less-loader ^5.0.0 -> ^11.1.3 age adoption passing confidence

Release Notes

webpack-contrib/less-loader (less-loader)

v11.1.3

Compare Source

v11.1.2

Compare Source

v11.1.1

Compare Source

v11.1.0

Compare Source

Features

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

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

v6.1.2

Compare Source

v6.1.1

Compare Source

v6.1.0

Compare Source

Features
Bug Fixes

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';

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, check this box

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

@renovate renovate bot force-pushed the renovate/less-loader-11.x branch from 05bbb7b to 236ed3d Compare October 7, 2022 00:48
@stale
Copy link

stale bot commented Apr 13, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Apr 13, 2023
@renovate renovate bot force-pushed the renovate/less-loader-11.x branch 2 times, most recently from 77515b8 to 670001d Compare June 1, 2023 03:36
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/less-loader-11.x branch from 670001d to ff37686 Compare June 8, 2023 22:45
@stale stale bot closed this Dec 26, 2023
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.

None yet

0 participants