swashata / wp-webpack-script

💥🔥📦👩‍💻 An easy to use, pre configured, hackable webpack setup & development server for WordPress themes and plugins.
https://wpack.io
MIT License
407 stars 57 forks source link

fix(deps): update dependency less-loader to v8 #1214

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
less-loader 7.3.0 -> 8.1.1 age adoption passing confidence

Release Notes

webpack-contrib/less-loader ### [`v8.1.1`](https://togithub.com/webpack-contrib/less-loader/blob/master/CHANGELOG.md#​811-httpsgithubcomwebpack-contribless-loadercomparev810v811-2021-04-15) [Compare Source](https://togithub.com/webpack-contrib/less-loader/compare/v8.1.0...v8.1.1) ### [`v8.1.0`](https://togithub.com/webpack-contrib/less-loader/blob/master/CHANGELOG.md#​810-httpsgithubcomwebpack-contribless-loadercomparev800v810-2021-04-09) [Compare Source](https://togithub.com/webpack-contrib/less-loader/compare/v8.0.0...v8.1.0) ##### Features - added the `pluginManager.webpackLoaderContext` property for `less` plugin developers, deprecated the `less.webpackLoaderContext` property, it fixed memory leak, please read [this](https://togithub.com/webpack-contrib/less-loader#plugins) ([#​412](https://togithub.com/webpack-contrib/less-loader/issues/412)) ([e576240](https://togithub.com/webpack-contrib/less-loader/commit/e5762404093ec6246079c6b975c9f93c0a521bd9)) ### [`v8.0.0`](https://togithub.com/webpack-contrib/less-loader/blob/master/CHANGELOG.md#​800-httpsgithubcomwebpack-contribless-loadercomparev730v800-2021-02-01) [Compare Source](https://togithub.com/webpack-contrib/less-loader/compare/v7.3.0...v8.0.0) ##### 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`](https://webpack.js.org/configuration/resolve/#resolve-modules). ##### ⚠ BREAKING CHANGES - minimum supported `webpack` version is `5` ##### Features - supported the [`resolve.byDependency`](https://webpack.js.org/configuration/resolve/#resolvebydependency) option, you can setup `{ resolve: { byDependency: { less: { mainFiles: ['custom', '...'] } } } }`

Configuration

📅 Schedule: 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.



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

renovate[bot] commented 3 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 8.x releases. However, if you upgrade to 8.x manually then Renovate will then reenable updates for minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.