marsprince / slate-vue

slate.js implement for Vue2 and Vue3
https://marsprince.github.io/slate-vue
MIT License
141 stars 20 forks source link

chore(deps): update dependency less-loader to v9 - autoclosed #102

Closed renovate[bot] closed 2 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.0.0 -> ^9.0.0 age adoption passing confidence

Release Notes

webpack-contrib/less-loader ### [`v9.1.0`](https://togithub.com/webpack-contrib/less-loader/blob/master/CHANGELOG.md#​910-httpsgithubcomwebpack-contribless-loadercomparev900v910-2021-06-10) [Compare Source](https://togithub.com/webpack-contrib/less-loader/compare/v9.0.0...v9.1.0) ##### Features - allow to use `String` value for the `implementation` option ([465ffc4](https://togithub.com/webpack-contrib/less-loader/commit/465ffc4052642d799bb29a85056517db31ee1bf5)) ### [`v9.0.0`](https://togithub.com/webpack-contrib/less-loader/blob/master/CHANGELOG.md#​900-httpsgithubcomwebpack-contribless-loadercomparev811v900-2021-05-13) [Compare Source](https://togithub.com/webpack-contrib/less-loader/compare/v8.1.1...v9.0.0) ##### ⚠ BREAKING CHANGES - minimum supported `Node.js` version is `12.13.0` ##### [8.1.1](https://togithub.com/webpack-contrib/less-loader/compare/v8.1.0...v8.1.1) (2021-04-15) ##### Bug Fixes - deprecation warning ([#​415](https://togithub.com/webpack-contrib/less-loader/issues/415)) ([87a4f25](https://togithub.com/webpack-contrib/less-loader/commit/87a4f25e2c8343ae2c75486749e57c2d10b1490d)) ### [`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', '...'] } } } }` ### [`v7.3.0`](https://togithub.com/webpack-contrib/less-loader/blob/master/CHANGELOG.md#​730-httpsgithubcomwebpack-contribless-loadercomparev721v730-2021-01-21) [Compare Source](https://togithub.com/webpack-contrib/less-loader/compare/v7.2.1...v7.3.0) ##### Features - added the `implementation` option ([84d957c](https://togithub.com/webpack-contrib/less-loader/commit/84d957cfe4fbd6c97619c647d0dd0917b99408ae)) ##### [7.2.1](https://togithub.com/webpack-contrib/less-loader/compare/v7.2.0...v7.2.1) (2020-12-28) ##### Bug Fixes - errors from less ([#​401](https://togithub.com/webpack-contrib/less-loader/issues/401)) ([ce31aca](https://togithub.com/webpack-contrib/less-loader/commit/ce31aca7aada70a8cc267449954ab38b642cd4ba)) ### [`v7.2.1`](https://togithub.com/webpack-contrib/less-loader/blob/master/CHANGELOG.md#​721-httpsgithubcomwebpack-contribless-loadercomparev720v721-2020-12-28) [Compare Source](https://togithub.com/webpack-contrib/less-loader/compare/v7.2.0...v7.2.1) ### [`v7.2.0`](https://togithub.com/webpack-contrib/less-loader/blob/master/CHANGELOG.md#​720-httpsgithubcomwebpack-contribless-loadercomparev710v720-2020-12-23) [Compare Source](https://togithub.com/webpack-contrib/less-loader/compare/v7.1.0...v7.2.0) ##### Features - add less ^4.0 to peerDependencies ([#​398](https://togithub.com/webpack-contrib/less-loader/issues/398)) ([3d1abb7](https://togithub.com/webpack-contrib/less-loader/commit/3d1abb7be041e44fce59b2109d02eada1451a4e4)) ### [`v7.1.0`](https://togithub.com/webpack-contrib/less-loader/blob/master/CHANGELOG.md#​710-httpsgithubcomwebpack-contribless-loadercomparev702v710-2020-11-11) [Compare Source](https://togithub.com/webpack-contrib/less-loader/compare/v7.0.2...v7.1.0) ##### Features - allow the `additionalData` to be async ([#​391](https://togithub.com/webpack-contrib/less-loader/issues/391)) ([62c6934](https://togithub.com/webpack-contrib/less-loader/commit/62c6934367eb4dd0d4f3155ed2bb5f3e065aafba)) ##### [7.0.2](https://togithub.com/webpack-contrib/less-loader/compare/v7.0.1...v7.0.2) (2020-10-09) ##### Chore - update `schema-utils` ##### [7.0.1](https://togithub.com/webpack-contrib/less-loader/compare/v7.0.0...v7.0.1) (2020-09-03) ##### Bug Fixes - normalize `sources` in source maps ([877d99a](https://togithub.com/webpack-contrib/less-loader/commit/877d99a380deac92e07c41429a9b0c5f0bba2710)) ### [`v7.0.2`](https://togithub.com/webpack-contrib/less-loader/blob/master/CHANGELOG.md#​702-httpsgithubcomwebpack-contribless-loadercomparev701v702-2020-10-09) [Compare Source](https://togithub.com/webpack-contrib/less-loader/compare/v7.0.1...v7.0.2) ### [`v7.0.1`](https://togithub.com/webpack-contrib/less-loader/blob/master/CHANGELOG.md#​701-httpsgithubcomwebpack-contribless-loadercomparev700v701-2020-09-03) [Compare Source](https://togithub.com/webpack-contrib/less-loader/compare/v7.0.0...v7.0.1)

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.