marsprince / slate-vue

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

chore(deps): update dependency style-loader to v2 #53

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
style-loader devDependencies major ^1.1.4 -> ^2.0.0

Release Notes

webpack-contrib/style-loader ### [`v2.0.0`](https://togithub.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md#​200-httpsgithubcomwebpack-contribstyle-loadercomparev130v200-2020-10-09) [Compare Source](https://togithub.com/webpack-contrib/style-loader/compare/v1.3.0...v2.0.0) ##### ⚠ BREAKING CHANGES - minimum supported `Node.js` version is `10.13.0` - the `esModule` option is `true` by default, you need to change `const locals = require('./styles.css')`/`require('./styles.css')` on `import locals from './styles.css'`/`import './styles.css''` ([#​489](https://togithub.com/webpack-contrib/style-loader/issues/489)) ([727a24d](https://togithub.com/webpack-contrib/style-loader/commit/727a24d173a4d71a4100ffc2a37ab6c6684a6301)) - removed support for loaders returning `String` instead of `Array` ([#​491](https://togithub.com/webpack-contrib/style-loader/issues/491)) ([7a0ce4c](https://togithub.com/webpack-contrib/style-loader/commit/7a0ce4cfd19a2be6ad8ffe274d38618a77b22199)) ##### ⚠ NOTICE To avoid problems between `style-loader` and `mini-css-extract-plugin` because of changing the `esModule` option to `true` by default we strongly recommend upgrading `mini-css-extract-plugin` to `1.0.0` version.

Renovate configuration

:date: Schedule: At any time (no schedule defined).

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

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: 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.